.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:255,252,243;--color-primary-1:255,247,215;--color-primary-2:255,238,175;--color-primary-3:128,119,88;--color-primary-4:38,36,26;--color-secondary-0:250,252,255;--color-secondary-1:239,245,254;--color-secondary-2:222,235,252;--color-secondary-3:111,118,126;--color-secondary-4:33,35,38;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Supernett";--paragraphs-font-family:"Supernett"; }body { background-color:transparent;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QoGkeDIxKXQzMRLlSkeypNlwlQ8IBEMO { position:relative;display:block; }#QoGkeDIxKXQzMRLlSkeypNlwlQ8IBEMO { background-color: transparent; background-image: none; }#QoGkeDIxKXQzMRLlSkeypNlwlQ8IBEMO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QoGkeDIxKXQzMRLlSkeypNlwlQ8IBEMO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QoGkeDIxKXQzMRLlSkeypNlwlQ8IBEMO > .row .container > .video-iframe-container { display: none; }#QoGkeDIxKXQzMRLlSkeypNlwlQ8IBEMO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QoGkeDIxKXQzMRLlSkeypNlwlQ8IBEMO > .row > .video-iframe-container { display: none; }#QoGkeDIxKXQzMRLlSkeypNlwlQ8IBEMO > .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); }#QoGkeDIxKXQzMRLlSkeypNlwlQ8IBEMO { border-width: 0; border-radius: 0; }#QoGkeDIxKXQzMRLlSkeypNlwlQ8IBEMO > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#QoGkeDIxKXQzMRLlSkeypNlwlQ8IBEMO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:7.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#zsppNlTst469ZgIfXvM4uBgSBdpsDbmb { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.6875rem;width:21.875rem;top:1.25rem;left:2.9375rem;overflow:hidden;display:block; }
#IhuMTNl32TbdOa5NC555u5ehQg8Km6Rm { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:11.3125rem;top:1.625rem;left:34.03125rem;overflow:hidden;display:block; }
#RCU2rAKGJyq5w0IxQl2bq3Pg47bpdFHQ { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.375rem;width:11.6875rem;top:1.5625rem;left:46.625rem;overflow:hidden;display:block; }
#iSn1wtqZFKVQ9he3aXNkBfU7MgXu5eP0 { z-index:15005;top:1.9375rem;left:46.5625rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#7700fd;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.8125rem;height:4.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#qr4IS4mFTuTSAPOVv1NoCWQDFsT2RFO2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wr0IHt2ZO4OEtTzrv1rlmldgMNJBVRh4 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5625rem;width:12rem;top:1.375rem;left:59.34375rem;overflow:hidden;display:block; }
#DAPzpN0ptmqbisTUOhKvEVf4aX3PkmPA { z-index:15004;top:2.0625rem;left:34.1875rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#7700fd;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11rem;height:4.5625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#EwmvAR1vNkHdo1eXcbJTDHDnpwgfcNo4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NGn2P5Tz6lARsgqMfmVMKbkw496nLADq { z-index:15006;top:1.6875rem;left:59.4375rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#7700fd;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.8125rem;height:4.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ouC7KXiCpiCa5xCizSxSdbFdE79HeJxJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dWeQHZiR9lwVDnR8Iytq1ndJTmbRgOwI { 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; }#dWeQHZiR9lwVDnR8Iytq1ndJTmbRgOwI > .row .container { background-color: transparent; background-image: none; }#dWeQHZiR9lwVDnR8Iytq1ndJTmbRgOwI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dWeQHZiR9lwVDnR8Iytq1ndJTmbRgOwI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dWeQHZiR9lwVDnR8Iytq1ndJTmbRgOwI > .row .container > .video-iframe-container { display: none; }#dWeQHZiR9lwVDnR8Iytq1ndJTmbRgOwI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dWeQHZiR9lwVDnR8Iytq1ndJTmbRgOwI > .row > .video-iframe-container { display: none; }#dWeQHZiR9lwVDnR8Iytq1ndJTmbRgOwI > .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); }#dWeQHZiR9lwVDnR8Iytq1ndJTmbRgOwI > .row .container { border-width: 0; border-radius: 0; }#dWeQHZiR9lwVDnR8Iytq1ndJTmbRgOwI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dWeQHZiR9lwVDnR8Iytq1ndJTmbRgOwI > .row .container { font-size:0.875rem;font-family:arial;height:59.125rem;width:75rem;position:relative;display:block; }#VJWSrmmBq0BFVsbW1OValcGIC3PgWkf5 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:50.5rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#Trfi1yf2OlbHSd0crX55PMDIuaUPAKLs { color:rgba(var(--color-tertiary-4),1);display:block;width:8.8125rem;position:absolute;font-family:chalkduster;font-size:1.125rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:50.5rem;left:33.09375rem;height:1.4619125rem;display:block; }
#UJrrWdTKhAySW24cnqAQ3A54g8zkNUeV { color:rgba(var(--color-tertiary-0),1);display:block;width:19.747875rem;position:absolute;font-family:chalkduster;font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:53.6875rem;left:0.125rem;height:1.4619125rem;display:block; }
#hGSersh7QsGTCgnlvXXRXT9BpiosB9E3 { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.8125rem;width:8.625rem;top:51.9375rem;left:33.1875rem;overflow:hidden;display:block; }
#LT7aXdhUlL7Kbh4WpTklOXhIcFOn0xGX { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.49609375rem;width:8.5615234375rem;top:53.6875rem;left:2.3125rem;overflow:hidden;display:block; }
#lChHHQlLfrZA8BSCWsSWEFQ46reA69cg { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:6.9990234375rem;top:53.6875rem;left:12.5625rem;overflow:hidden;display:block; }
#o9V9uUdGxHoylk6rHLJSO6m7l7VmwBt3 { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.0625rem;width:15.5625rem;top:50.5rem;left:19.8720703125rem;overflow:hidden;display:block; }
#zR9ZWo9kXQW71vVqs5l7H5xPMzhqEyli { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:11.5rem;top:52.4375rem;left:46.3125rem;overflow:hidden;display:block; }
#XTGHsEIJnBnG38KLCdKGKTlgKmvr40Sd { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:11.5rem;top:54.435546875rem;left:60.375rem;overflow:hidden;display:block; }
#gBgeZz3SJNTrVH7sL6TIpx2qAgASyzkC { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4365234375rem;width:8.2490234375rem;top:54.216796875rem;left:35.9384765625rem;overflow:hidden;display:block; }
#PqzXhkbJmq4WAm5F2mCEDcgDhqINxRyV { 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; }#PqzXhkbJmq4WAm5F2mCEDcgDhqINxRyV > .row .container { background-color: transparent; background-image: none; }#PqzXhkbJmq4WAm5F2mCEDcgDhqINxRyV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PqzXhkbJmq4WAm5F2mCEDcgDhqINxRyV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PqzXhkbJmq4WAm5F2mCEDcgDhqINxRyV > .row .container > .video-iframe-container { display: none; }#PqzXhkbJmq4WAm5F2mCEDcgDhqINxRyV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PqzXhkbJmq4WAm5F2mCEDcgDhqINxRyV > .row > .video-iframe-container { display: none; }#PqzXhkbJmq4WAm5F2mCEDcgDhqINxRyV > .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); }#PqzXhkbJmq4WAm5F2mCEDcgDhqINxRyV > .row .container { border-width: 0; border-radius: 0; }#PqzXhkbJmq4WAm5F2mCEDcgDhqINxRyV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PqzXhkbJmq4WAm5F2mCEDcgDhqINxRyV > .row .container { font-size:0.875rem;font-family:arial;height:5.625rem;width:75rem;position:relative;display:block; }#VUp7hiQxQO7JgLuHs4gobX6nbxILtCKP { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:chalkduster;font-size:1.75rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:2.0184326171875rem;left:0rem;height:2.2744125rem;text-align:center;text-align-last:center;display:block; }
#I07WtTyELKvzCZEeczMqT2mewOQKIXAA { 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:4.4995125rem;width:75rem;top:0.5615234375rem;left:0rem;overflow:hidden;display:block; }
#VZhF3t2vTJ2LHqroJDxXbx0Dy5Q6muwC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/9c34e438-21d8-4dcb-9461-8a26160120e9/quotebg.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VZhF3t2vTJ2LHqroJDxXbx0Dy5Q6muwC.adaptive-delivery-prevent-bg, #VZhF3t2vTJ2LHqroJDxXbx0Dy5Q6muwC.lazyload, #VZhF3t2vTJ2LHqroJDxXbx0Dy5Q6muwC.lazyloading { background-image: none; }#VZhF3t2vTJ2LHqroJDxXbx0Dy5Q6muwC > .row .container { background-color: transparent; background-image: none; }#VZhF3t2vTJ2LHqroJDxXbx0Dy5Q6muwC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VZhF3t2vTJ2LHqroJDxXbx0Dy5Q6muwC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VZhF3t2vTJ2LHqroJDxXbx0Dy5Q6muwC > .row .container > .video-iframe-container { display: none; }#VZhF3t2vTJ2LHqroJDxXbx0Dy5Q6muwC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VZhF3t2vTJ2LHqroJDxXbx0Dy5Q6muwC > .row > .video-iframe-container { display: none; }#VZhF3t2vTJ2LHqroJDxXbx0Dy5Q6muwC > .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); }#VZhF3t2vTJ2LHqroJDxXbx0Dy5Q6muwC > .row .container { border-width: 0; border-radius: 0; }#VZhF3t2vTJ2LHqroJDxXbx0Dy5Q6muwC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VZhF3t2vTJ2LHqroJDxXbx0Dy5Q6muwC > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:75rem;position:relative;display:block; }#C0GLrvfQ9p9TcGTPqI2UaFDODEM4E9vA { 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:32.9375rem;width:12.375rem;top:2.2802734375rem;left:0rem;overflow:hidden;display:none; }
#w47B1oIcnVbTZPHD1P0NDRnwWOecwoeC { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.4375rem;height:3.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:28.92236328125rem;left:1.898193359375rem;display:block; }
#lDal4ZqOUIxrZ7D7hAU3OWPhix5sKDFT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Dcq1M2yHNz2lJPDITBO5u9vhMI9bSIy0 { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.8125rem;height:3.5625rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:28.922119140625rem;left:14.522705078125rem;display:block; }
#veQr2SXqTkSR6ftHXhflm3w3Eb0TGA5M { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#awotr1TFxDZFHZlHNJU2PIf2govAUKBq { position:absolute;display:block;z-index:15003;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:32.9375rem;width:75rem;top:2.28125rem;left:0rem;overflow:hidden;display:block; }
#DZcTaEC2ecvHkmQ2zZM8oD2D3f90muDB { 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; }#DZcTaEC2ecvHkmQ2zZM8oD2D3f90muDB > .row .container { background-color: transparent; background-image: none; }#DZcTaEC2ecvHkmQ2zZM8oD2D3f90muDB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DZcTaEC2ecvHkmQ2zZM8oD2D3f90muDB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DZcTaEC2ecvHkmQ2zZM8oD2D3f90muDB > .row .container > .video-iframe-container { display: none; }#DZcTaEC2ecvHkmQ2zZM8oD2D3f90muDB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DZcTaEC2ecvHkmQ2zZM8oD2D3f90muDB > .row > .video-iframe-container { display: none; }#DZcTaEC2ecvHkmQ2zZM8oD2D3f90muDB > .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); }#DZcTaEC2ecvHkmQ2zZM8oD2D3f90muDB > .row .container { border-width: 0; border-radius: 0; }#DZcTaEC2ecvHkmQ2zZM8oD2D3f90muDB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DZcTaEC2ecvHkmQ2zZM8oD2D3f90muDB > .row .container { font-size:0.875rem;font-family:arial;height:19.6875rem;width:75rem;position:relative;display:block; }#R6hB8Xc6MxLQpOk0hK7Gs7RiiC78pzl5 { color:rgba(var(--color-tertiary-4),1);display:block;width:33.9355625rem;position:absolute;font-family:chalkduster;font-size:1.5rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:4.5rem;left:11.375rem;height:1.94921875rem;display:block; }
#MnyGtkTixUp0qvJ2BkTbhp760w6MoN2m { position:absolute;display:block;z-index:15009;height:16.3733125rem;width:29.3103125rem;top:1.656494140625rem;left:45.6884765625rem;display:block; }
#eMdS9pyfbdkQFFDRFo8sdZpUGuQTxabp { color:rgba(var(--color-tertiary-4),1);display:block;width:31.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:8rem;left:11.375rem;height:8.125rem;display:block; }
#gP7zqGPNrUpnOeHKoIlXLGnMDot5IPtz { position:absolute;display:block;z-index:15025;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:18.3125rem;width:12.6875rem;top:1.029296875rem;left:0rem;overflow:hidden;display:block; }
#c5DUHwOJEW629aeTqwrfApoxdxSoOtmE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#b54513;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; }#c5DUHwOJEW629aeTqwrfApoxdxSoOtmE > .row .container { background-color: transparent; background-image: none; }#c5DUHwOJEW629aeTqwrfApoxdxSoOtmE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c5DUHwOJEW629aeTqwrfApoxdxSoOtmE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c5DUHwOJEW629aeTqwrfApoxdxSoOtmE > .row .container > .video-iframe-container { display: none; }#c5DUHwOJEW629aeTqwrfApoxdxSoOtmE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c5DUHwOJEW629aeTqwrfApoxdxSoOtmE > .row > .video-iframe-container { display: none; }#c5DUHwOJEW629aeTqwrfApoxdxSoOtmE > .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); }#c5DUHwOJEW629aeTqwrfApoxdxSoOtmE > .row .container { border-width: 0; border-radius: 0; }#c5DUHwOJEW629aeTqwrfApoxdxSoOtmE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#c5DUHwOJEW629aeTqwrfApoxdxSoOtmE > .row .container { font-size:0.875rem;font-family:arial;height:73.0625rem;width:75rem;position:relative;display:block; }#JS5tDiuTDPwn9F2rpupelqopOakLn1y9 { z-index:15003;top:54.22021484375rem;left:9.78662109375rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.125rem;height:4.9375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Z4PZ0r99rW3JeQUcrDHgpLSTfE3wTnNr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TlZ3ofuzWbZ9EbHXEsZVmW6AZ4PFOIzI { z-index:15004;top:54.47021484375rem;left:47.967163085938rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.3125rem;height:4.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#U2dzhv6dd8Wa3dOcbVXu06aqtJBtDJCU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fGnhv4FORXwOHHu309HuXV63C3vbxe6x { position:absolute;display:block;z-index:15025;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:69.125rem;width:11.9375rem;top:2.0166015625rem;left:0rem;overflow:hidden;display:none; }
#QmyqlJfmDalghbcfTx3zUmTuc9ZsKTGr { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.06225rem;height:28.75rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:25.548095703125rem;left:3.42041015625rem;display:none; }
#xE0D0Bve5QRuZimvgtXo3W33OxE8AxXC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GHv0KG3AJRs27n895NvhGQxEgXEgWSIs { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.12425rem;height:20.68725rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:26.796875rem;left:51.356201171875rem;display:block; }
#bTl9DpiJsvqUw2mF8V7EmkkSDg4U7tsI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TxauWoak16lNTlEuvTumI3k32BrXd9MT { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.0625rem;height:20.6875rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:23.17138671875rem;left:24.605712890625rem;display:block; }
#tBgqWXk6NfdlI7LHHe13qIyAuFSWXVTt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sD9p9tWvKoNpSm5qnJA1ORch0wDddPcK { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.0615rem;height:13.8745rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:53.529052734375rem;left:29.791259765625rem;display:block; }
#QqLJf7AT9bOWS0FIaNRmGTcInxT4cz3h { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MXOdWidhmta7Qi9aDFX9xEZxaURNkFP7 { 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:69.0625rem;width:75rem;top:2rem;left:0rem;overflow:hidden;display:block; }
#ZD86U390kQIgsfSJxvofTvLXWUl54G2M { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/uc/4891ef17-1625-4ef8-89cf-b5889d3bd1da/olgathelavartvS3idIiYxX0unsplash.jpg");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; }#ZD86U390kQIgsfSJxvofTvLXWUl54G2M.adaptive-delivery-prevent-bg, #ZD86U390kQIgsfSJxvofTvLXWUl54G2M.lazyload, #ZD86U390kQIgsfSJxvofTvLXWUl54G2M.lazyloading { background-image: none; }#ZD86U390kQIgsfSJxvofTvLXWUl54G2M > .row .container { background-color: transparent; background-image: none; }#ZD86U390kQIgsfSJxvofTvLXWUl54G2M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZD86U390kQIgsfSJxvofTvLXWUl54G2M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZD86U390kQIgsfSJxvofTvLXWUl54G2M > .row .container > .video-iframe-container { display: none; }#ZD86U390kQIgsfSJxvofTvLXWUl54G2M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZD86U390kQIgsfSJxvofTvLXWUl54G2M > .row > .video-iframe-container { display: none; }#ZD86U390kQIgsfSJxvofTvLXWUl54G2M > .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); }#ZD86U390kQIgsfSJxvofTvLXWUl54G2M > .row .container { border-width: 0; border-radius: 0; }#ZD86U390kQIgsfSJxvofTvLXWUl54G2M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZD86U390kQIgsfSJxvofTvLXWUl54G2M > .row .container { font-size:0.875rem;font-family:arial;height:157.8125rem;width:75rem;position:relative;display:block; }#ZDpPdiMuZhzCGR47bBiuTcMPCtdgZczg { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.9375rem;width:51.6875rem;top:3.4365234375rem;left:1.25rem;overflow:hidden;display:none; }
#Ws6wLiD4IONKVBTPO2usauxFNBRfgx0v { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:30.7495rem;width:48.125rem;top:118.8125rem;left:0.75rem;overflow:hidden;display:block; }
#rGNrq3MF6l9n6ecgMTZGZnSfmV7KsxFv { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.8111875rem;width:23.873875rem;top:127.25rem;left:24.0625rem;overflow:hidden;display:block; }
#bOThNLKMHQZJyb30d0QluTaOrdpUAtBf { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:17.8125rem;width:32.2485625rem;top:94.1875rem;left:39.3125rem;display:block; }
#Z7o2FvkVDULan7fIzilqaDW2LoiOMlm0 { color:rgba(var(--color-tertiary-4),1);display:block;width:29.1235625rem;position:absolute;font-family:chalkduster;font-size:1.25rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:92.125rem;left:42rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#Ls9KUODZAKdk6nMaoF65F5GEsGDFTHUE { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.7478125rem;width:26.6235625rem;top:73.5625rem;left:47.1875rem;overflow:hidden;display:block; }
#MHeFTahZwTS5IAiuwcvT2zSfNDAgsoBu { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.5608125rem;width:13.8733125rem;top:72.015380859375rem;left:37.5rem;overflow:hidden;display:block; }
#z48KENbgngfzQZ7T9CzTp80oIkDykCdi { color:rgba(var(--color-tertiary-4),1);display:block;width:20.18675rem;position:absolute;font-family:chalkduster;font-size:1.25rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:71.702880859375rem;left:53.889892578125rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#Ll6PLsKcoGDkLN85NmXVTWvuDA9Eo07T { color:rgba(var(--color-tertiary-4),1);display:block;width:24.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15024;line-height:1.5;letter-spacing:0;top:83.5625rem;left:5.125rem;height:9.84375rem;display:block; }
#Tp7183PfBB6SkWei70Hcdct1Zyqqt8Dx { color:rgba(var(--color-tertiary-4),1);display:block;width:19.87425rem;position:absolute;font-family:chalkduster;font-size:1.5625rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:79rem;left:5.75rem;height:2.03125rem;text-align:left;text-align-last:left;display:block; }
#AFuXy1oTdK5VLI86xeHytBqNvitvCRT7 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.3728125rem;position:absolute;font-family:chalkduster;font-size:1.5625rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:15.3125rem;left:4.625rem;height:2.03125rem;text-align:left;text-align-last:left;display:block; }
#zeSdwm9LycuccziSxAGpMM7N3OkVpxxV { color:rgba(var(--color-tertiary-4),1);display:block;width:24.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15026;line-height:1.5;letter-spacing:0;top:19.6875rem;left:4.561767578125rem;height:11.8125rem;display:block; }
#IxTeX091yTXgIZPCqey3Hx55bT3AUx3X { color:rgba(var(--color-tertiary-4),1);display:block;width:25.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15026;line-height:1.5;letter-spacing:0;top:46.75rem;left:49.5rem;height:9.84375rem;display:block; }
#ArhRPR5uix9aFDynITLoLHPT04GQIr1l { color:rgba(var(--color-tertiary-4),1);display:block;width:21.74925rem;position:absolute;font-family:chalkduster;font-size:1.5625rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:42.5rem;left:49.6875rem;height:2.03125rem;text-align:left;text-align-last:left;display:block; }
#EEkrE9CVBE7w4Ol9fB3qZGrO7pkEBJno { color:rgba(var(--color-tertiary-4),1);display:block;width:23.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15028;line-height:1.4;letter-spacing:0;top:129.4375rem;left:51.625rem;height:11.021475rem;display:block; }
#y8TVcPkzo9in27gb5STf1VgJDyHWVLen { color:rgba(var(--color-tertiary-4),1);display:block;width:17.312rem;position:absolute;font-family:chalkduster;font-size:1.5625rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:125.3125rem;left:51.875rem;height:2.03125rem;text-align:left;text-align-last:left;display:block; }
#fwDvatRfqZc0vTO8DSt4pa7iFhgNzpgO { 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:3.624875rem;width:20.1245rem;top:122.3125rem;left:27.0625rem;overflow:hidden;display:block; }
#N8V5KQpw6awc2JMeigJJ95cSKOZlvsNT { background-color:#7cc7ac;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.812rem;height:2.99926875rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:140.125rem;left:51.625rem;display:block; }
#a5uizNOTFFVT6QqFnGs4Mh4BaiMdcfaC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oO4dwSlEay6rLbBBa5ZrT7s4hF6ey5dr { background-color:#7cc7ac;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.374625rem;height:2.999875rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:30.6875rem;left:4.625rem;display:block; }
#QrRK64EFT8VUlf4l9JJUnCN3REMSiypA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GrxDqOum9nc8TEar3wT8gy8PeL7LSgoq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.49963125rem;width:1.49963125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:90.5rem;left:68.5rem; }
#iJ6cBszQwV1mKKV3RpyCDElhEb63QaRc { position:absolute;display:block;z-index:15035;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.875rem;width:24.56175rem;top:4.576416015625rem;left:25.015869140625rem;overflow:hidden;display:block; }
#wkTtREqeCTET1y1laM9fA168cxoBggB7 { position:absolute;display:block;z-index:15036;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.687125rem;width:19.6875rem;top:40.8125rem;left:0.9375rem;overflow:hidden;display:block; }
#Eq4k1blpSHFX7lncTSDNJmkvB9e3ZTVx { position:absolute;display:block;z-index:15037;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:23.49975rem;width:20.625rem;top:40.875rem;left:22.25rem;overflow:hidden;display:block; }
#udwLV1SsoxFeATCcX5yJvvlolO3ld0i5 { position:absolute;display:block;z-index:15038;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:1.749875rem;width:8.125rem;top:38.5625rem;left:17.875rem;overflow:hidden;display:block; }
#q9TAONf0T3y31wOTSMTdNW3Bc53nwxnm { box-sizing:content-box;height:27.3125rem;width:43.6875rem;position:absolute;display:block;z-index:14998;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.3125rem solid rgba(var(--color-secondary-4),1);border-left:0.3125rem solid rgba(var(--color-secondary-4),1);border-right:0.3125rem solid rgba(var(--color-secondary-4),1);border-bottom:0.3125rem solid rgba(var(--color-secondary-4),1);top:37.75rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#Wdai4JPfs30gTWOwrEBXDTcyCGFu8gD0 { background-color:#7cc7ac;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.8108125rem;height:2.99926875rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:58.3740234375rem;left:49.49951171875rem;display:block; }
#RAqlqL5Behxd3mohChOcefWq74X6GDWM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LliiMDCRcVvcVcuRt7Ry9rhTSwtBWFOb { position:absolute;display:block;z-index:15039;border-top:0.3125rem solid rgba(var(--color-secondary-4),1);border-left:0.3125rem solid rgba(var(--color-secondary-4),1);border-right:0.3125rem solid rgba(var(--color-secondary-4),1);border-bottom:0.3125rem solid rgba(var(--color-secondary-4),1);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:14.937125rem;width:41.812125rem;top:16.75rem;left:32.5625rem;overflow:hidden;display:block; }
#TTXgcCeKDWZXwkSIfNFkTauywS3XJ6D7 { position:absolute;display:block;z-index:15039;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:3.8125rem;width:11.8125rem;top:15.3125rem;left:61.1875rem;overflow:hidden;display:block; }
#PEVFG48tzEypXmVpce0MRWJl14G0ih4J { background-color:#7cc7ac;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.6860625rem;height:2.99926875rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:94.8125rem;left:5.125rem;display:block; }
#fbTym8OgLMvJdqsqDQGWqPOiDF5rCDvm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DoOv3L3lI4Um7c7N8Uo5OhX8Ss6AnCUC { background-color:#7cc7ac;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.1860625rem;height:2.87475625rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:99.5rem;left:5.125rem;display:block; }
#OotT5H8EHwqy89CNRZE2tI21lG54vgRM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PEmPr3K42788nuFaPT1CT8k3zwZ11XDi { position:absolute;display:block;z-index:15031;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.312375rem;width:8.312375rem;top:141.875rem;left:40.5625rem;overflow:hidden;display:block; }
#dh92635HaSwNvLi2wMUiR3WMmfmIwhmg { box-sizing:content-box;height:42.625rem;width:39rem;position:absolute;display:block;z-index:14997;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.3125rem solid rgba(var(--color-secondary-4),1);border-left:0.3125rem solid rgba(var(--color-secondary-4),1);border-right:0.3125rem solid rgba(var(--color-secondary-4),1);border-bottom:0.3125rem solid rgba(var(--color-secondary-4),1);top:69.8125rem;left:35.625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#PE0l7E2IykTTvLyAShzIXAqFQgLvsPZs { box-sizing:content-box;height:31.5625rem;width:48.9375rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.3125rem solid rgba(var(--color-secondary-4),1);border-left:0.3125rem solid rgba(var(--color-secondary-4),1);border-right:0.3125rem solid rgba(var(--color-secondary-4),1);border-bottom:0.3125rem solid rgba(var(--color-secondary-4),1);top:118.1875rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#kTIy1HSl6dM1Lad8oPHu1lbLIz31lWy1 { position:absolute;display:block;z-index:14996;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:3.374025rem;width:18.4375rem;top:14.6875rem;left:4.3125rem;overflow:hidden;display:block; }
#AS1OaqQWMS7PBoWhidxiC9FxRo217U7B { position:absolute;display:block;z-index:14997;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:3rem;width:17.0625rem;top:42.25rem;left:49.0625rem;overflow:hidden;display:block; }
#qbqWhN9GXQslXK2Qizs1De52yeonMMaL { position:absolute;display:block;z-index:14998;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.5625rem;width:16.125rem;top:79.0625rem;left:4.625rem;overflow:hidden;display:block; }
#GZ062Fg6xQ4RuxRuG38mLxhyvEZI1TL9 { position:absolute;display:block;z-index:14999;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.25rem;width:16rem;top:125.4375rem;left:51.0625rem;overflow:hidden;display:block; }
#hHSU4HTX1Ua0DKe5vls1zFViOituMmqb { position:absolute;display:block;z-index:15042;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.87475rem;width:8.31175rem;top:2.918701171875rem;left:19.951171875rem;overflow:hidden;display:block; }
#Gs3EG2xGsIwwW2CV253yE848MTJ19o2s { position:absolute;display:block;z-index:15043;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:9.125rem;width:6.5rem;top:12.84912109375rem;left:28.184814453125rem;overflow:hidden;display:block; }
#JJ7s2i1fenkFQB689Rex2kiA6lC3XTbm { position:absolute;display:block;z-index:15044;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:9.187rem;width:8.562rem;top:33.79638671875rem;left:40.380859375rem;overflow:hidden;display:block; }
#g4O5xvTr6Z5FUK7Pop1RQMDMW0DatamJ { position:absolute;display:block;z-index:15045;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:8.125rem;width:5.3125rem;top:68.3271484375rem;left:32.84228515625rem;overflow:hidden;display:block; }
#mm8Tby6sxMGNEF2faoZqZPouIsO3IAT9 { position:absolute;display:block;z-index:15046;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:8.2495rem;width:6.3745rem;top:115.31127929688rem;left:46.328125rem;overflow:hidden;display:block; }
#FgQBTzJwT0yUKeHZFUwTGD3RbEqxMcHO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FgQBTzJwT0yUKeHZFUwTGD3RbEqxMcHO > .row .container { background-color: transparent; background-image: none; }#FgQBTzJwT0yUKeHZFUwTGD3RbEqxMcHO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FgQBTzJwT0yUKeHZFUwTGD3RbEqxMcHO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FgQBTzJwT0yUKeHZFUwTGD3RbEqxMcHO > .row .container > .video-iframe-container { display: none; }#FgQBTzJwT0yUKeHZFUwTGD3RbEqxMcHO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FgQBTzJwT0yUKeHZFUwTGD3RbEqxMcHO > .row > .video-iframe-container { display: none; }#FgQBTzJwT0yUKeHZFUwTGD3RbEqxMcHO > .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); }#FgQBTzJwT0yUKeHZFUwTGD3RbEqxMcHO > .row .container { border-width: 0; border-radius: 0; }#FgQBTzJwT0yUKeHZFUwTGD3RbEqxMcHO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FgQBTzJwT0yUKeHZFUwTGD3RbEqxMcHO > .row .container { font-size:0.875rem;font-family:arial;height:90.1875rem;width:75rem;position:relative;display:block; }#ZVhy8s12F1PoeF54iId9wTcecun0l8RZ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.81176875rem;width:25.68725rem;top:5rem;left:24.655151367188rem;overflow:hidden;display:block; }
#Qdnhe4u5UCrBcqsEKT0WdyP6DkwwI80Z { color:rgba(var(--color-tertiary-4),1);display:block;width:70.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:13.9990234375rem;left:2.15576171875rem;height:12.34765rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PBarHpssRVUl7I2DuJoF1XThS2p8AUoy { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6rem;width:14.1875rem;top:8.6875rem;left:1.15625rem;overflow:hidden;display:block; }
#oVqnZzkRfnCnvk0bHblSF2bkv60MF4CU { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.874025rem;width:15.437rem;top:35.936889648438rem;left:57.445068359375rem;overflow:hidden;display:block; }
#J5B6FMTAGJqWqCfQAN3x6PosiIfQcutJ { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:15.99975rem;top:69.749755859375rem;left:6.5576171875rem;overflow:hidden;display:block; }
#qZ4lQWe38dtPOpFIKT3lqT5TB6J05mnr { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.3745rem;width:12.87475rem;top:68.124389648438rem;left:56.848754882812rem;overflow:hidden;display:block; }
#koUfGN6ZILQ47gQqlJyOfElva5MFlmQL { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.186525rem;width:36.25rem;top:75.90087890625rem;left:19.375rem;overflow:hidden;display:block; }
#nEn07cQW8SQpUBoETskhCXGFAx9zE1PN { color:rgba(var(--color-tertiary-4),1);display:block;width:28.8733125rem;position:absolute;font-family:chronic;font-size:4.0625rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:76.353759765625rem;left:23.062133789062rem;height:5.28125rem;text-align:center;text-align-last:center;display:block; }
#CXODngm3lnvC5U6x7iQ3vnL8GbuUV7mS { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3745125rem;width:75rem;top:88.812866210938rem;left:0rem;overflow:hidden;display:block; }
#g7rwn68ZMUQ4dLRTTy2pal7drTpHC6y3 { color:rgba(var(--color-tertiary-4),1);display:block;width:69.186875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:29.248657226562rem;left:2.9052734375rem;height:15.4345625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Otik1ZnkpymMVAbdoOUPcMagKzdJWL16 { color:rgba(var(--color-tertiary-4),1);display:block;width:70.56125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:47.249755859375rem;left:2.2174072265625rem;height:24.6953rem;text-align:center;text-align-last:center;display:block; }
#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:0.875rem;font-family:arial;height:204.375rem;width:75rem;position:relative;display:block; }#KOwGbzk6FRTNczciyIllHzErfzHb8ifZ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:27.1875rem;top:4.1246576309204rem;left:24.852628707886rem;overflow:hidden;display:block; }
#Mye6XfdrdU1dFIU9B9c5kyHaaP8QwI1u { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.9375rem;width:29.6875rem;top:11.5625rem;left:4.6123046875rem;overflow:hidden;display:block; }
#Ar1WsM4ps73ZsrhnbspxOxZElBXvAfoJ { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.5rem;width:29.5rem;top:28.5625rem;left:41.7890625rem;overflow:hidden;display:block; }
#MydCUnKVmWssrVtPnLC8yIDC6v63Lri8 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:149.5rem;width:2.0625rem;top:32.4375rem;left:36.258834051259rem;overflow:hidden;display:block; }
#IvPBcR0cN3HtZsFOI4WLdpDie5Dh7cfo { color:rgba(var(--color-tertiary-4),1);display:block;width:4.3125rem;position:absolute;font-family:chronic;font-size:2.5rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:32.5rem;left:30.90625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o5RXUs9GtfDP6IA27E8lA9EiopZrSupT { color:rgba(var(--color-tertiary-4),1);display:block;width:28.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:35.6875rem;left:6.40625rem;height:4.38671875rem;text-align:right;text-align-last:right;display:block; }
#VDoZiXZ40G1adGB79VRwtH66ErWP1S48 { color:rgba(var(--color-tertiary-4),1);display:block;width:4.3125rem;position:absolute;font-family:chronic;font-size:2.5rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:49.75rem;left:39.4765625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vof7TCzCQtJdTm3q1Em84zJWCJQdoGQ2 { color:rgba(var(--color-tertiary-4),1);display:block;width:31.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:52.9375rem;left:39.4765625rem;height:6.5800625rem;text-align:left;text-align-last:left;display:block; }
#zTIyumEQO8rUEGxuTT6Tc6iFT1OzNmkr { color:rgba(var(--color-tertiary-4),1);display:block;width:4.3125rem;position:absolute;font-family:chronic;font-size:2.5rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:66.625rem;left:30.90625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OGVDeBL6vTf7TNJBVWJeusala7wD13Ic { color:rgba(var(--color-tertiary-4),1);display:block;width:28.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:69.875rem;left:6.84375rem;height:8.7734375rem;text-align:right;text-align-last:right;display:block; }
#MtcxbrrT4JsVEs0Z7zWriB9HwPH0EPoK { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.75rem;width:30.875rem;top:46.09375rem;left:4.0185546875rem;overflow:hidden;display:block; }
#q2IyH1n2Asca2KqJJ8pemy0gzDUargqA { color:rgba(var(--color-tertiary-4),1);display:block;width:4.3125rem;position:absolute;font-family:chronic;font-size:2.5rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:83.90625rem;left:39.4765625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NKtS5MAzU3UUevQvAxzTMh6TdD5lJbVC { color:rgba(var(--color-tertiary-4),1);display:block;width:30.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:87.15625rem;left:39.4765625rem;height:6.5800625rem;text-align:left;text-align-last:left;display:block; }
#yJiVACfQa3K6EHBl4DMFIG8GuXTEfUAP { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.25rem;width:29.3125rem;top:63.625rem;left:43.0390625rem;overflow:hidden;display:block; }
#ftoo23bdK6gkllhxEkykFKl1A1wishBd { color:rgba(var(--color-tertiary-4),1);display:block;width:4.3125rem;position:absolute;font-family:chronic;font-size:2.5rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:102.6875rem;left:30.96875rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Wf1uR4C0Ga1eyp6hTI2irZZX6FMkvJNQ { color:rgba(var(--color-tertiary-4),1);display:block;width:30.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:105.9375rem;left:5.09375rem;height:4.38671875rem;text-align:right;text-align-last:right;display:block; }
#e3gpiVVbmdU87WULfkFnIDX7l5umnSmA { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.5rem;width:21.6875rem;top:80.25rem;left:9.28125rem;overflow:hidden;display:block; }
#hO9yQfgRS1f66pR5WF5lxOwJ51N7IDBC { color:rgba(var(--color-tertiary-4),1);display:block;width:4.3125rem;position:absolute;font-family:chronic;font-size:2.5rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:118.625rem;left:39.4765625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PyDIvI0PhdpbcNC6yTFegf5dAnLyT2uv { color:rgba(var(--color-tertiary-4),1);display:block;width:30.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:121.875rem;left:39.4765625rem;height:6.5800625rem;text-align:left;text-align-last:left;display:block; }
#kWGiUsnJeurMFMBFkaOQAXkQ5rGTsXTP { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.5625rem;width:31.75rem;top:100.375rem;left:39.4765625rem;overflow:hidden;display:block; }
#Nb16iicFw0nAxE4Mdm5FSTx3cWlKx1mu { color:rgba(var(--color-tertiary-4),1);display:block;width:4.3125rem;position:absolute;font-family:chronic;font-size:2.5rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:140.1875rem;left:30.90625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H45SACfzBzb8hUnqTLSzOOC9lgSMcnWI { color:rgba(var(--color-tertiary-4),1);display:block;width:30.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:143.4375rem;left:5.09375rem;height:6.5800625rem;text-align:right;text-align-last:right;display:block; }
#dq8Rdx8bv4loVVZ5RtP4TVME349AwfAB { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.625rem;width:28.125rem;top:115.125rem;left:5.9560546875rem;overflow:hidden;display:block; }
#cMR5eRmZnGGWE0TtTEAMudDMsW2JXfQ3 { color:rgba(var(--color-tertiary-4),1);display:block;width:4.3125rem;position:absolute;font-family:chronic;font-size:2.5rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:161.0625rem;left:39.4765625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZNhNT7QVxq1wv0hKtQvf2rnJ5dsx1thf { color:rgba(var(--color-tertiary-4),1);display:block;width:30.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:164.3125rem;left:39.4765625rem;height:10.9668125rem;text-align:left;text-align-last:left;display:block; }
#sIOmo1bWC2U6fzIx1Qs7ANm9UoDdT9Fo { color:rgba(var(--color-tertiary-4),1);display:block;width:4.3125rem;position:absolute;font-family:chronic;font-size:2.5rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:178.75rem;left:30.90625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MB5OLdLI9ZEOLLTB2H9h11JK85zIWAeF { color:rgba(var(--color-tertiary-4),1);display:block;width:28.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:181.93725585938rem;left:6.029541015625rem;height:10.9668125rem;text-align:right;text-align-last:right;display:block; }
#INEfHxVGhpgra5Qg0rpQlETHHvIOiQMq { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.4375rem;width:26.125rem;top:134.5625rem;left:42.2890625rem;overflow:hidden;display:block; }
#ABMEHHbUhz59VEdi6yW7X5B3CHc5P8pK { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.1875rem;width:26.5rem;top:154rem;left:7.53125rem;overflow:hidden;display:block; }
#AiXUfeBnVeRfeqtCcNlPhttDTu8Fsq5a { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.37478125rem;width:75rem;top:203.00022888184rem;left:0rem;overflow:hidden;display:block; }
#OPkDUKhrvysq4yEOwzThfHQ8IQF6nSt0 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.99925rem;width:7.874125rem;top:191.68640136719rem;left:64.515380859375rem;overflow:hidden;display:block; }
#dTZXKz1JUNA8RPVLWrobVTKJJvKy3XG9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dTZXKz1JUNA8RPVLWrobVTKJJvKy3XG9 > .row .container { background-color: transparent; background-image: none; }#dTZXKz1JUNA8RPVLWrobVTKJJvKy3XG9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dTZXKz1JUNA8RPVLWrobVTKJJvKy3XG9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dTZXKz1JUNA8RPVLWrobVTKJJvKy3XG9 > .row .container > .video-iframe-container { display: none; }#dTZXKz1JUNA8RPVLWrobVTKJJvKy3XG9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dTZXKz1JUNA8RPVLWrobVTKJJvKy3XG9 > .row > .video-iframe-container { display: none; }#dTZXKz1JUNA8RPVLWrobVTKJJvKy3XG9 > .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); }#dTZXKz1JUNA8RPVLWrobVTKJJvKy3XG9 > .row .container { border-width: 0; border-radius: 0; }#dTZXKz1JUNA8RPVLWrobVTKJJvKy3XG9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dTZXKz1JUNA8RPVLWrobVTKJJvKy3XG9 > .row .container { font-size:0.875rem;font-family:arial;height:102.5625rem;width:75rem;position:relative;display:block; }#LnGp0uvuzTepOZAxM47FDqODv9EuFrDG { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.68725625rem;width:25.374125rem;top:4.061279296875rem;left:24.812622070312rem;overflow:hidden;display:block; }
#vA4325JTBpwu04kwT4ZvPlR9qvZGTMOp { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.5625rem;width:31.437375rem;top:10.811767578125rem;left:3.6865234375rem;overflow:hidden;display:block; }
#bx3k1owPH0IuNcQFRWs0IDOEnX5zsMnN { color:#1f2024;display:block;width:30.0610625rem;position:absolute;font-family:"chronic bold";font-size:1.875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:38.75rem;left:4.0625rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#UI8SVqEeEPKdu9KwnQ8E5sKIegIraEsZ { color:#1f2024;display:block;width:30.0610625rem;position:absolute;font-family:"chronic bold";font-size:1.875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:38.75rem;left:40.9375rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#RivXITctJroDkPSoB2lzLzAb3n9gQw4p { color:#1f2024;display:block;width:32.37425rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:43.4814453125rem;left:3.216552734375rem;height:15.59375rem;text-align:center;text-align-last:center;display:block; }
#uXTQ80CBm21IIu6zKovIzTKGZyzydJFT { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:19.1235625rem;width:34.0625rem;top:61.625rem;left:2.625rem;display:block; }
#TOuMAJqbEfop9xP5SVOI9PI8KccGT2mb { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.625rem;width:34.0625rem;top:86.402587890625rem;left:39.90478515625rem;overflow:hidden;display:block; }
#watLCxq4hhVtO4CUsLb6OfqkUV05KzTZ { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:15.68725rem;top:40.75rem;left:11.3125rem;overflow:hidden;display:block; }
#kFHTsbLGfZyOOlD2lmsRnDwPRPCtWOav { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:15.686625rem;top:41rem;left:48.125rem;overflow:hidden;display:block; }
#uigT5pR8D7CAPQ8kTWWt18AZzIeoQFmN { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.2495rem;width:26.687rem;top:64.560546875rem;left:43.59130859375rem;overflow:hidden;display:block; }
#G2RNb11aeexGpB8UGZ1dO28hWIfNV859 { position:absolute;display:block;z-index:15028;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:14.562375rem;width:20.437rem;top:81.748046875rem;left:0.6243896484375rem;overflow:hidden;display:block; }
#GQeTQdf59MIzSe4BFpzGATFdEes6pnKs { color:#1f2024;display:block;width:32.3108125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:43.4814453125rem;left:40.9375rem;height:19.4921875rem;text-align:center;text-align-last:center;display:block; }
#oF6E6mei85R8rnWEwQHMUvdLuU13IA9V { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.4375rem;width:28.4375rem;top:10.811767578125rem;left:40.9375rem;overflow:hidden;display:block; }
#VhlGgCg0FnAdR9aAFCcLi2w3lnDwBrJO { position:absolute;display:block;z-index:15029;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.4375rem;width:21.5625rem;top:85.33935546875rem;left:11.312255859375rem;overflow:hidden;display:block; }
#kfvbcFNzOaWVMR62iTrHgaBNRQm8zlvP { box-sizing:content-box;height:4.4995125rem;width:19.0625rem;position:absolute;display:block;z-index:14999;background-color:rgba(255,255,255,0.7);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:38.1875rem;left:9.561767578125rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
#no1wzqlH4Wv8MMPnbHMyUSvTJKmkB2Tz { box-sizing:content-box;height:19.9365rem;width:35.99975rem;position:absolute;display:block;z-index:14999;background-color:rgba(255,255,255,0.8);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:40.186767578125rem;left:1.402587890625rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
#lmNfd8xADVnKXDziHlZLvVmL9Ab4SVw9 { box-sizing:content-box;height:4.4995125rem;width:19.0625rem;position:absolute;display:block;z-index:15000;background-color:rgba(255,255,255,0.7);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:38.281005859375rem;left:46.436767578125rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
#QcXb0PgksS6xLm0qnaUKNUhrqHDceSA3 { box-sizing:content-box;height:57.9375rem;width:36rem;position:absolute;display:block;z-index:15000;background-color:rgba(255,255,255,0.8);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:40.186767578125rem;left:39.000244140625rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
#HuaHtLfTvchvaRoGnHGpM86HDIrEq1SE { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.8745rem;width:17.312rem;top:75.62255859375rem;left:48.27880859375rem;overflow:hidden;display:block; }
#eo24MmKXi8ckumRznth8cN327AHQ2nUR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#eo24MmKXi8ckumRznth8cN327AHQ2nUR > .row .container { background-color: transparent; background-image: none; }#eo24MmKXi8ckumRznth8cN327AHQ2nUR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eo24MmKXi8ckumRznth8cN327AHQ2nUR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eo24MmKXi8ckumRznth8cN327AHQ2nUR > .row .container > .video-iframe-container { display: none; }#eo24MmKXi8ckumRznth8cN327AHQ2nUR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eo24MmKXi8ckumRznth8cN327AHQ2nUR > .row > .video-iframe-container { display: none; }#eo24MmKXi8ckumRznth8cN327AHQ2nUR > .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); }#eo24MmKXi8ckumRznth8cN327AHQ2nUR > .row .container { border-width: 0; border-radius: 0; }#eo24MmKXi8ckumRznth8cN327AHQ2nUR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eo24MmKXi8ckumRznth8cN327AHQ2nUR > .row .container { font-size:0.875rem;font-family:arial;height:33.5625rem;width:75rem;position:relative;display:block; }#b0it473IhtyNwMhxrzTn8kpF8G77ShiJ { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.3125rem;width:18.625rem;top:7.4375rem;left:2.75rem;overflow:hidden;display:block; }
#DVitXbFpBQQAh2lFLQrhm0415hhcDlVf { background-color:#f46739;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:chronic;font-size:2rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5610625rem;height:3.374025rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:24.437255859375rem;left:5.780029296875rem;display:block; }
#DqOyFs16Nk53gMxPnf50aRsbHS3GMo9O { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#O1hfPIsXn1Fc2sZeUH60SnHr94SbW8Fc { color:#1f2024;display:block;width:46.687rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:7.4365234375rem;left:25.37353515625rem;height:21.44140625rem;text-align:center;text-align-last:center;display:block; }
#oNTQvfVsbNdgf5okTzVt0EALOhSKS5xI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#oNTQvfVsbNdgf5okTzVt0EALOhSKS5xI > .row .container { background-color: transparent; background-image: none; }#oNTQvfVsbNdgf5okTzVt0EALOhSKS5xI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oNTQvfVsbNdgf5okTzVt0EALOhSKS5xI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oNTQvfVsbNdgf5okTzVt0EALOhSKS5xI > .row .container > .video-iframe-container { display: none; }#oNTQvfVsbNdgf5okTzVt0EALOhSKS5xI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oNTQvfVsbNdgf5okTzVt0EALOhSKS5xI > .row > .video-iframe-container { display: none; }#oNTQvfVsbNdgf5okTzVt0EALOhSKS5xI > .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); }#oNTQvfVsbNdgf5okTzVt0EALOhSKS5xI > .row .container { border-width: 0; border-radius: 0; }#oNTQvfVsbNdgf5okTzVt0EALOhSKS5xI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oNTQvfVsbNdgf5okTzVt0EALOhSKS5xI > .row .container { font-size:0.875rem;font-family:arial;height:7.25rem;width:75rem;position:relative;display:block; }#OIhdTRqzunOTOtfscOW3GsLBbtUIlt8S { color:#1f2024;display:block;width:55.1233125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:2.650146484375rem;left:9.090576171875rem;height:1.94921875rem;text-align:center;text-align-last:center;display:block; }
#NkD4UTpRle9LKNXy2feBdlQxIFZ1cv68 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0c0909;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; }#NkD4UTpRle9LKNXy2feBdlQxIFZ1cv68 > .row .container { background-color: transparent; background-image: none; }#NkD4UTpRle9LKNXy2feBdlQxIFZ1cv68::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NkD4UTpRle9LKNXy2feBdlQxIFZ1cv68 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NkD4UTpRle9LKNXy2feBdlQxIFZ1cv68 > .row .container > .video-iframe-container { display: none; }#NkD4UTpRle9LKNXy2feBdlQxIFZ1cv68 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NkD4UTpRle9LKNXy2feBdlQxIFZ1cv68 > .row > .video-iframe-container { display: none; }#NkD4UTpRle9LKNXy2feBdlQxIFZ1cv68 > .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); }#NkD4UTpRle9LKNXy2feBdlQxIFZ1cv68 > .row .container { border-width: 0; border-radius: 0; }#NkD4UTpRle9LKNXy2feBdlQxIFZ1cv68 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NkD4UTpRle9LKNXy2feBdlQxIFZ1cv68 > .row .container { font-size:0.875rem;font-family:arial;height:24.1875rem;width:75rem;position:relative;display:block; }#suuLHIObZ3OKniGK6ksmzITn7IzXP4gF { color:rgba(var(--color-tertiary-4),1);display:block;width:23.499125rem;position:absolute;font-family:chronic;font-size:1.8125rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:5.7537841796875rem;left:49.319458007812rem;height:2.5371125rem;text-align:right;text-align-last:right;display:block; }
#HmaGJdS2SyqrXGuaFEXIroZXKtDHxdhE { color:rgba(var(--color-tertiary-4),1);display:block;width:15.1233125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:8.253173828125rem;left:2.374267578125rem;height:6.09375rem;display:block; }
#f1oVfF8prt342BGfX50XOvnuwl8MP0EF { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.87305rem;width:4.6875rem;top:5.7161178588867rem;left:29.900175094604rem;overflow:hidden;display:block; }
#ZZAruRhBvsTf8Rd42xCOG8VI5sEVF109 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.87305rem;width:4.8112rem;top:5.7161178588867rem;left:35.649957656861rem;overflow:hidden;display:block; }
#R0peuKkB7h752cKyESMum9kf3VudDK3q { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8112rem;width:4.6875rem;top:11.71329498291rem;left:35.711809158325rem;overflow:hidden;display:block; }
#VmysDFM2XFMqCmnMnUnHbJTkytI57ICZ { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.74935rem;width:4.62348125rem;top:11.745849609375rem;left:29.931642532349rem;overflow:hidden;display:block; }
#Ge1oATgUHd2epTcxevQ1bMZbHV4lSf31 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.4983125rem;position:absolute;font-family:chronic;font-size:1.8125rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:5.71533203125rem;left:2.374267578125rem;height:2.5371125rem;text-align:left;text-align-last:left;display:block; }
#OHmHXJOs5sQSFsiTEHeovSFnmfqdSwLn { color:rgba(var(--color-tertiary-4),1);display:block;width:28.0603125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:20.8984375rem;left:23.46923828125rem;height:2.2734375rem;text-align:center;text-align-last:center;display:block; }
#CswTrrIgwOXEmF2zwBomPT2llTXktT3E { position:absolute;display:block;z-index:15008;height:10.249625rem;width:18.062125rem;top:8.2537841796875rem;left:54.718627929688rem;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #QoGkeDIxKXQzMRLlSkeypNlwlQ8IBEMO { display:block; }#QoGkeDIxKXQzMRLlSkeypNlwlQ8IBEMO > .row .container { width:47.75rem;height:6.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #zsppNlTst469ZgIfXvM4uBgSBdpsDbmb { width:15.0625rem;height:3.6875rem;top:1.25rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IhuMTNl32TbdOa5NC555u5ehQg8Km6Rm { width:7.375rem;height:3.375rem;top:1.4375rem;left:21rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RCU2rAKGJyq5w0IxQl2bq3Pg47bpdFHQ { width:7.6875rem;height:3.375rem;top:1.4375rem;left:29.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iSn1wtqZFKVQ9he3aXNkBfU7MgXu5eP0 { top:1.6875rem;left:29.375rem;width:7.9375rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qr4IS4mFTuTSAPOVv1NoCWQDFsT2RFO2 { display:block; }
 }@media only screen and (max-width: 1199px) { #wr0IHt2ZO4OEtTzrv1rlmldgMNJBVRh4 { width:7.5rem;height:3.4375rem;top:1.375rem;left:38.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DAPzpN0ptmqbisTUOhKvEVf4aX3PkmPA { top:1.25rem;left:20.8125rem;width:7.75rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EwmvAR1vNkHdo1eXcbJTDHDnpwgfcNo4 { display:block; }
 }@media only screen and (max-width: 1199px) { #NGn2P5Tz6lARsgqMfmVMKbkw496nLADq { top:1.6875rem;left:29.375rem;width:7.9375rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ouC7KXiCpiCa5xCizSxSdbFdE79HeJxJ { display:block; }
 }@media only screen and (max-width: 1199px) { #dWeQHZiR9lwVDnR8Iytq1ndJTmbRgOwI { display:block; }#dWeQHZiR9lwVDnR8Iytq1ndJTmbRgOwI > .row .container { width:47.75rem;height:40.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #VJWSrmmBq0BFVsbW1OValcGIC3PgWkf5 { width:47.75rem;height:32.151666666667rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Trfi1yf2OlbHSd0crX55PMDIuaUPAKLs { width:8.9375rem;height:1.4375rem;top:32.375rem;left:19.40625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UJrrWdTKhAySW24cnqAQ3A54g8zkNUeV { width:9.375rem;height:1.4375rem;top:32.4375rem;left:18.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hGSersh7QsGTCgnlvXXRXT9BpiosB9E3 { width:8.5625rem;height:0.8056640625rem;top:34.1875rem;left:19.34375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LT7aXdhUlL7Kbh4WpTklOXhIcFOn0xGX { width:6.3125rem;height:2.5625rem;top:36.15625rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lChHHQlLfrZA8BSCWsSWEFQ46reA69cg { width:4.5rem;height:1.875rem;top:36.59375rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #o9V9uUdGxHoylk6rHLJSO6m7l7VmwBt3 { width:9.125rem;height:5.8125rem;top:34.5rem;left:21.26875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zR9ZWo9kXQW71vVqs5l7H5xPMzhqEyli { width:8rem;height:2.5rem;top:35.40625rem;left:30.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XTGHsEIJnBnG38KLCdKGKTlgKmvr40Sd { width:7.0625rem;height:1.25rem;top:36.8125rem;left:39.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gBgeZz3SJNTrVH7sL6TIpx2qAgASyzkC { width:6.25rem;height:1.5625rem;top:36.65625rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PqzXhkbJmq4WAm5F2mCEDcgDhqINxRyV { display:block; }#PqzXhkbJmq4WAm5F2mCEDcgDhqINxRyV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #VUp7hiQxQO7JgLuHs4gobX6nbxILtCKP { width:20.625rem;height:4.3125rem;top:1.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #I07WtTyELKvzCZEeczMqT2mewOQKIXAA { width:47.75rem;height:2.864689625rem;top:0.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VZhF3t2vTJ2LHqroJDxXbx0Dy5Q6muwC { display:block; }#VZhF3t2vTJ2LHqroJDxXbx0Dy5Q6muwC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #C0GLrvfQ9p9TcGTPqI2UaFDODEM4E9vA { width:7.875rem;height:20.9375rem;top:2.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #w47B1oIcnVbTZPHD1P0NDRnwWOecwoeC { width:11.4375rem;height:3.4375rem;top:28.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lDal4ZqOUIxrZ7D7hAU3OWPhix5sKDFT { display:block; }
 }@media only screen and (max-width: 1199px) { #Dcq1M2yHNz2lJPDITBO5u9vhMI9bSIy0 { width:10.8125rem;height:3.5625rem;top:28.875rem;left:0.897705078125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #veQr2SXqTkSR6ftHXhflm3w3Eb0TGA5M { display:block; }
 }@media only screen and (max-width: 1199px) { #awotr1TFxDZFHZlHNJU2PIf2govAUKBq { width:47.75rem;height:20.970208333333rem;top:2.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DZcTaEC2ecvHkmQ2zZM8oD2D3f90muDB { display:block; }#DZcTaEC2ecvHkmQ2zZM8oD2D3f90muDB > .row .container { width:47.75rem;height:15.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #R6hB8Xc6MxLQpOk0hK7Gs7RiiC78pzl5 { width:20.625rem;height:1.4375rem;top:1.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MnyGtkTixUp0qvJ2BkTbhp760w6MoN2m { width:13.5rem;height:10.25rem;top:0.25rem;left:28.34375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eMdS9pyfbdkQFFDRFo8sdZpUGuQTxabp { width:25.4375rem;height:8.625rem;top:3.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gP7zqGPNrUpnOeHKoIlXLGnMDot5IPtz { width:12.6875rem;height:18.3125rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #c5DUHwOJEW629aeTqwrfApoxdxSoOtmE { display:none; }#c5DUHwOJEW629aeTqwrfApoxdxSoOtmE > .row .container { width:47.75rem;height:133.8125rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #JS5tDiuTDPwn9F2rpupelqopOakLn1y9 { top:53.625rem;left:15.53125rem;width:16.125rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Z4PZ0r99rW3JeQUcrDHgpLSTfE3wTnNr { display:block; }
 }@media only screen and (max-width: 1199px) { #TlZ3ofuzWbZ9EbHXEsZVmW6AZ4PFOIzI { top:126.9375rem;left:15.6865234375rem;width:16.3125rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #U2dzhv6dd8Wa3dOcbVXu06aqtJBtDJCU { display:block; }
 }@media only screen and (max-width: 1199px) { #fGnhv4FORXwOHHu309HuXV63C3vbxe6x { width:7.5625rem;height:44rem;top:2rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #QmyqlJfmDalghbcfTx3zUmTuc9ZsKTGr { width:15rem;height:28.75rem;top:25.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #xE0D0Bve5QRuZimvgtXo3W33OxE8AxXC { display:block; }
 }@media only screen and (max-width: 1199px) { #GHv0KG3AJRs27n895NvhGQxEgXEgWSIs { width:21.0625rem;height:20.625rem;top:26.75rem;left:26.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bTl9DpiJsvqUw2mF8V7EmkkSDg4U7tsI { display:block; }
 }@media only screen and (max-width: 1199px) { #TxauWoak16lNTlEuvTumI3k32BrXd9MT { width:19.0625rem;height:20.6875rem;top:23.125rem;left:10.980712890625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tBgqWXk6NfdlI7LHHe13qIyAuFSWXVTt { display:block; }
 }@media only screen and (max-width: 1199px) { #sD9p9tWvKoNpSm5qnJA1ORch0wDddPcK { width:28rem;height:13.8125rem;top:53.5rem;left:16.166259765625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QqLJf7AT9bOWS0FIaNRmGTcInxT4cz3h { display:block; }
 }@media only screen and (max-width: 1199px) { #MXOdWidhmta7Qi9aDFX9xEZxaURNkFP7 { width:47.75rem;height:43.969791666667rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZD86U390kQIgsfSJxvofTvLXWUl54G2M { display:block; }#ZD86U390kQIgsfSJxvofTvLXWUl54G2M > .row .container { width:47.75rem;height:58.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ZDpPdiMuZhzCGR47bBiuTcMPCtdgZczg { width:47.75rem;height:25.809250302297rem;top:3.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Ws6wLiD4IONKVBTPO2usauxFNBRfgx0v { width:23.75rem;height:15.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rGNrq3MF6l9n6ecgMTZGZnSfmV7KsxFv { width:12.3125rem;height:8.0625rem;top:4.90625rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bOThNLKMHQZJyb30d0QluTaOrdpUAtBf { width:21.8125rem;height:12.125rem;top:42.625rem;left:24.90625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Z7o2FvkVDULan7fIzilqaDW2LoiOMlm0 { width:17.8125rem;height:0.9375rem;top:41.3125rem;left:26.90625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ls9KUODZAKdk6nMaoF65F5GEsGDFTHUE { width:19.8125rem;height:13.125rem;top:42.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MHeFTahZwTS5IAiuwcvT2zSfNDAgsoBu { width:11.3125rem;height:15.1875rem;top:40.5625rem;left:12.625rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 1199px) { #z48KENbgngfzQZ7T9CzTp80oIkDykCdi { width:12.3125rem;height:0.9375rem;top:41.3125rem;left:0.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ll6PLsKcoGDkLN85NmXVTWvuDA9Eo07T { width:25.4375rem;height:6.75rem;top:3.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Tp7183PfBB6SkWei70Hcdct1Zyqqt8Dx { width:17.8125rem;height:0.9375rem;top:41.3125rem;left:26.90625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AFuXy1oTdK5VLI86xeHytBqNvitvCRT7 { width:17.8125rem;height:0.9375rem;top:41.3125rem;left:26.90625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zeSdwm9LycuccziSxAGpMM7N3OkVpxxV { width:25.4375rem;height:8.4375rem;top:3.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IxTeX091yTXgIZPCqey3Hx55bT3AUx3X { width:25.4375rem;height:6.75rem;top:3.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ArhRPR5uix9aFDynITLoLHPT04GQIr1l { width:17.8125rem;height:0.9375rem;top:41.3125rem;left:26.90625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EEkrE9CVBE7w4Ol9fB3qZGrO7pkEBJno { width:25.4375rem;height:7.8125rem;top:3.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #y8TVcPkzo9in27gb5STf1VgJDyHWVLen { width:17.8125rem;height:0.9375rem;top:41.3125rem;left:26.90625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fwDvatRfqZc0vTO8DSt4pa7iFhgNzpgO { width:20.0625rem;height:3.6133162369205rem;top:122.3125rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #N8V5KQpw6awc2JMeigJJ95cSKOZlvsNT { width:9.75rem;height:2.9375rem;top:140.125rem;left:31.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #a5uizNOTFFVT6QqFnGs4Mh4BaiMdcfaC { display:block; }
 }@media only screen and (max-width: 1199px) { #oO4dwSlEay6rLbBBa5ZrT7s4hF6ey5dr { width:8.3125rem;height:2.9375rem;top:30.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QrRK64EFT8VUlf4l9JJUnCN3REMSiypA { display:block; }
 }@media only screen and (max-width: 1199px) { #GrxDqOum9nc8TEar3wT8gy8PeL7LSgoq { width:1.4375rem;height:1.4375rem;top:90.5rem;left:46.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iJ6cBszQwV1mKKV3RpyCDElhEb63QaRc { width:24.5rem;height:6.8577157572241rem;top:4.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wkTtREqeCTET1y1laM9fA168cxoBggB7 { width:19.6875rem;height:23.6865rem;top:40.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Eq4k1blpSHFX7lncTSDNJmkvB9e3ZTVx { width:20.625rem;height:23.4985625rem;top:40.875rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #udwLV1SsoxFeATCcX5yJvvlolO3ld0i5 { width:8.125rem;height:1.74926875rem;top:38.5625rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #q9TAONf0T3y31wOTSMTdNW3Bc53nwxnm { width:43.625rem;height:27.25rem;top:37.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Wdai4JPfs30gTWOwrEBXDTcyCGFu8gD0 { width:9.75rem;height:2.9375rem;top:58.3125rem;left:29.06201171875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RAqlqL5Behxd3mohChOcefWq74X6GDWM { display:block; }
 }@media only screen and (max-width: 1199px) { #LliiMDCRcVvcVcuRt7Ry9rhTSwtBWFOb { width:41.75rem;height:14.914530093395rem;top:16.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TTXgcCeKDWZXwkSIfNFkTauywS3XJ6D7 { width:11.75rem;height:3.7924066323075rem;top:15.3125rem;left:36rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PEVFG48tzEypXmVpce0MRWJl14G0ih4J { width:10.625rem;height:2.9375rem;top:94.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fbTym8OgLMvJdqsqDQGWqPOiDF5rCDvm { display:block; }
 }@media only screen and (max-width: 1199px) { #DoOv3L3lI4Um7c7N8Uo5OhX8Ss6AnCUC { width:13.125rem;height:2.8125rem;top:99.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OotT5H8EHwqy89CNRZE2tI21lG54vgRM { display:block; }
 }@media only screen and (max-width: 1199px) { #PEmPr3K42788nuFaPT1CT8k3zwZ11XDi { width:8.25rem;height:8.25rem;top:141.875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dh92635HaSwNvLi2wMUiR3WMmfmIwhmg { width:38.9375rem;height:42.5625rem;top:69.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PE0l7E2IykTTvLyAShzIXAqFQgLvsPZs { width:47.125rem;height:31.5625rem;top:118.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kTIy1HSl6dM1Lad8oPHu1lbLIz31lWy1 { width:18.4375rem;height:3.374025rem;top:14.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AS1OaqQWMS7PBoWhidxiC9FxRo217U7B { width:17rem;height:2.9884137764297rem;top:42.25rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qbqWhN9GXQslXK2Qizs1De52yeonMMaL { width:16.0625rem;height:2.5524437425384rem;top:79.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GZ062Fg6xQ4RuxRuG38mLxhyvEZI1TL9 { width:15.9375rem;height:2.2410031553227rem;top:125.4375rem;left:30.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hHSU4HTX1Ua0DKe5vls1zFViOituMmqb { width:8.25rem;height:7.8162465786387rem;top:2.875rem;left:13.138671875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Gs3EG2xGsIwwW2CV253yE848MTJ19o2s { width:6.5rem;height:9.125rem;top:12.8125rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JJ7s2i1fenkFQB689Rex2kiA6lC3XTbm { width:8.5rem;height:9.1204741882738rem;top:33.75rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #g4O5xvTr6Z5FUK7Pop1RQMDMW0DatamJ { width:5.3125rem;height:8.125rem;top:68.3125rem;left:18.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mm8Tby6sxMGNEF2faoZqZPouIsO3IAT9 { width:6.3125rem;height:8.169263275551rem;top:115.25rem;left:25.890625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FgQBTzJwT0yUKeHZFUwTGD3RbEqxMcHO { display:block; }#FgQBTzJwT0yUKeHZFUwTGD3RbEqxMcHO > .row .container { width:47.75rem;height:97.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ZVhy8s12F1PoeF54iId9wTcecun0l8RZ { width:25.625rem;height:5.796875rem;top:2rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Qdnhe4u5UCrBcqsEKT0WdyP6DkwwI80Z { width:43.125rem;height:18.375rem;top:9.9375rem;left:2.125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PBarHpssRVUl7I2DuJoF1XThS2p8AUoy { width:12.25rem;height:5.125rem;top:9.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oVqnZzkRfnCnvk0bHblSF2bkv60MF4CU { width:10.125rem;height:3.75rem;top:35.21875rem;left:36.71875rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 1199px) { #J5B6FMTAGJqWqCfQAN3x6PosiIfQcutJ { width:11rem;height:3.375rem;top:70.375rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qZ4lQWe38dtPOpFIKT3lqT5TB6J05mnr { width:7.0623125rem;height:9.0625rem;top:81.249103546144rem;left:39.779829263687rem;display:block; }
 }@media only screen and (max-width: 1199px) { #koUfGN6ZILQ47gQqlJyOfElva5MFlmQL { width:28.8125rem;height:5.0625rem;top:87.875rem;left:9.46875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nEn07cQW8SQpUBoETskhCXGFAx9zE1PN { width:28.8743125rem;height:4.4375rem;top:87.8737487793rem;left:9.4371445178987rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CXODngm3lnvC5U6x7iQ3vnL8GbuUV7mS { width:47.75rem;height:0.875rem;top:96rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #g7rwn68ZMUQ4dLRTTy2pal7drTpHC6y3 { width:43.5625rem;height:18.375rem;top:28.65625rem;left:2.09375rem;font-size:2.375rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 1199px) { #Otik1ZnkpymMVAbdoOUPcMagKzdJWL16 { width:43.375rem;height:36.75rem;top:47.375rem;left:2.25rem;font-size:2.375rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 1199px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;height:198.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #KOwGbzk6FRTNczciyIllHzErfzHb8ifZ { width:27.1875rem;height:5.625rem;top:4.0625rem;left:11.227628707886rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Mye6XfdrdU1dFIU9B9c5kyHaaP8QwI1u { width:21.125rem;height:14.875rem;top:11.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ar1WsM4ps73ZsrhnbspxOxZElBXvAfoJ { width:21.6875rem;height:18rem;top:27.6875rem;left:24.90625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MydCUnKVmWssrVtPnLC8yIDC6v63Lri8 { width:2.0625rem;height:149.5rem;top:26.4375rem;left:22.84375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IvPBcR0cN3HtZsFOI4WLdpDie5Dh7cfo { width:4.3125rem;height:3.25rem;top:26.4375rem;left:18.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #o5RXUs9GtfDP6IA27E8lA9EiopZrSupT { width:22.25rem;height:6.5625rem;top:29.6875rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VDoZiXZ40G1adGB79VRwtH66ErWP1S48 { width:4.3125rem;height:3.25rem;top:43.625rem;left:25.59375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vof7TCzCQtJdTm3q1Em84zJWCJQdoGQ2 { width:20.0625rem;height:10.9375rem;top:46.875rem;left:25.59326171875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zTIyumEQO8rUEGxuTT6Tc6iFT1OzNmkr { width:4.3125rem;height:3.25rem;top:60.4375rem;left:18rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OGVDeBL6vTf7TNJBVWJeusala7wD13Ic { width:20.3125rem;height:10.9375rem;top:63.625rem;left:2rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MtcxbrrT4JsVEs0Z7zWriB9HwPH0EPoK { width:22.8125rem;height:16.0625rem;top:43.625rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #q2IyH1n2Asca2KqJJ8pemy0gzDUargqA { width:4.3125rem;height:3.25rem;top:77.875rem;left:25.59375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NKtS5MAzU3UUevQvAxzTMh6TdD5lJbVC { width:19.9375rem;height:10.9375rem;top:81.124267578125rem;left:25.7177734375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yJiVACfQa3K6EHBl4DMFIG8GuXTEfUAP { width:22.8125rem;height:17.3125rem;top:60.4375rem;left:24.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ftoo23bdK6gkllhxEkykFKl1A1wishBd { width:4.3125rem;height:3.25rem;top:96.375rem;left:18rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Wf1uR4C0Ga1eyp6hTI2irZZX6FMkvJNQ { width:20.75rem;height:6.5625rem;top:99.625rem;left:1.5625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #e3gpiVVbmdU87WULfkFnIDX7l5umnSmA { width:16.9375rem;height:19.1875rem;top:77rem;left:2.65625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hO9yQfgRS1f66pR5WF5lxOwJ51N7IDBC { width:4.3125rem;height:3.25rem;top:111.9375rem;left:25.59375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PyDIvI0PhdpbcNC6yTFegf5dAnLyT2uv { width:21.75rem;height:10.9375rem;top:115.1875rem;left:26rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kWGiUsnJeurMFMBFkaOQAXkQ5rGTsXTP { width:22.125rem;height:14.8125rem;top:97.5rem;left:25.53125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Nb16iicFw0nAxE4Mdm5FSTx3cWlKx1mu { width:4.3125rem;height:3.25rem;top:134.5625rem;left:18rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #H45SACfzBzb8hUnqTLSzOOC9lgSMcnWI { width:19.6875rem;height:10.9375rem;top:137.8125rem;left:2.625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dq8Rdx8bv4loVVZ5RtP4TVME349AwfAB { width:21.875rem;height:21.5rem;top:109.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cMR5eRmZnGGWE0TtTEAMudDMsW2JXfQ3 { width:4.3125rem;height:3.25rem;top:154.9375rem;left:25.59375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZNhNT7QVxq1wv0hKtQvf2rnJ5dsx1thf { width:21.9375rem;height:13.125rem;top:158.1875rem;left:25.8125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sIOmo1bWC2U6fzIx1Qs7ANm9UoDdT9Fo { width:4.3125rem;height:3.25rem;top:172.75rem;left:18rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MB5OLdLI9ZEOLLTB2H9h11JK85zIWAeF { width:18.8745rem;height:19.6875rem;top:175.99853515625rem;left:3.372802734375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #INEfHxVGhpgra5Qg0rpQlETHHvIOiQMq { width:20.5625rem;height:21.625rem;top:131.4375rem;left:25.46875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ABMEHHbUhz59VEdi6yW7X5B3CHc5P8pK { width:21.875rem;height:22.4375rem;top:149.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AiXUfeBnVeRfeqtCcNlPhttDTu8Fsq5a { width:47.748046875rem;height:0.8740234375rem;top:197.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OPkDUKhrvysq4yEOwzThfHQ8IQF6nSt0 { width:9.5rem;height:9.625rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dTZXKz1JUNA8RPVLWrobVTKJJvKy3XG9 { display:block; }#dTZXKz1JUNA8RPVLWrobVTKJJvKy3XG9 > .row .container { width:47.75rem;height:128.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #LnGp0uvuzTepOZAxM47FDqODv9EuFrDG { width:22.3125rem;height:5.0625rem;top:2.8125rem;left:12.71875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 1199px) { #vA4325JTBpwu04kwT4ZvPlR9qvZGTMOp { width:18.375rem;height:15.5rem;top:12.0625rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bx3k1owPH0IuNcQFRWs0IDOEnX5zsMnN { width:47.75rem;height:1.9375rem;top:10.125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UI8SVqEeEPKdu9KwnQ8E5sKIegIraEsZ { width:47.75rem;height:1.9375rem;top:80.6875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RivXITctJroDkPSoB2lzLzAb3n9gQw4p { width:47.75rem;height:13.5625rem;top:28.875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uXTQ80CBm21IIu6zKovIzTKGZyzydJFT { width:34.0625rem;height:19.1240234375rem;top:55.5009765625rem;left:6.84375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TOuMAJqbEfop9xP5SVOI9PI8KccGT2mb { width:25rem;height:7.9375rem;top:31.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #watLCxq4hhVtO4CUsLb6OfqkUV05KzTZ { width:8.5625rem;height:0.8056640625rem;top:31.3125rem;left:19.59375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kFHTsbLGfZyOOlD2lmsRnDwPRPCtWOav { width:8.5625rem;height:0.8056640625rem;top:31.3125rem;left:19.59375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uigT5pR8D7CAPQ8kTWWt18AZzIeoQFmN { width:15.875rem;height:7.9375rem;top:31.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #G2RNb11aeexGpB8UGZ1dO28hWIfNV859 { width:20.375rem;height:14.518196928365rem;top:81.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GQeTQdf59MIzSe4BFpzGATFdEes6pnKs { width:47.75rem;height:17.4375rem;top:28.875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oF6E6mei85R8rnWEwQHMUvdLuU13IA9V { width:15.5rem;height:15.5rem;top:12.0625rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VhlGgCg0FnAdR9aAFCcLi2w3lnDwBrJO { width:21.5625rem;height:15.4375rem;top:85.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kfvbcFNzOaWVMR62iTrHgaBNRQm8zlvP { width:19.0625rem;height:4.4375rem;top:38.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #no1wzqlH4Wv8MMPnbHMyUSvTJKmkB2Tz { width:35.9375rem;height:19.875rem;top:40.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lmNfd8xADVnKXDziHlZLvVmL9Ab4SVw9 { width:19.0625rem;height:4.4375rem;top:38.25rem;left:28.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QcXb0PgksS6xLm0qnaUKNUhrqHDceSA3 { width:36rem;height:57.9375rem;top:40.125rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HuaHtLfTvchvaRoGnHGpM86HDIrEq1SE { width:9.875rem;height:7.9375rem;top:31.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eo24MmKXi8ckumRznth8cN327AHQ2nUR { display:block; }#eo24MmKXi8ckumRznth8cN327AHQ2nUR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #b0it473IhtyNwMhxrzTn8kpF8G77ShiJ { width:17.4375rem;height:14.375rem;top:82.625rem;left:15.15625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DVitXbFpBQQAh2lFLQrhm0415hhcDlVf { width:18.25rem;height:4.375rem;top:122.875rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DqOyFs16Nk53gMxPnf50aRsbHS3GMo9O { display:block; }
 }@media only screen and (max-width: 1199px) { #O1hfPIsXn1Fc2sZeUH60SnHr94SbW8Fc { width:47.75rem;height:21.3125rem;top:98.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oNTQvfVsbNdgf5okTzVt0EALOhSKS5xI { display:block; }#oNTQvfVsbNdgf5okTzVt0EALOhSKS5xI > .row .container { width:47.75rem;height:5.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #OIhdTRqzunOTOtfscOW3GsLBbtUIlt8S { width:47.75rem;height:1.9375rem;top:2rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NkD4UTpRle9LKNXy2feBdlQxIFZ1cv68 { display:block; }#NkD4UTpRle9LKNXy2feBdlQxIFZ1cv68 > .row .container { width:47.75rem;height:21.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #suuLHIObZ3OKniGK6ksmzITn7IzXP4gF { width:13.9365234375rem;height:2.0625rem;top:3.625rem;left:30.71875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #HmaGJdS2SyqrXGuaFEXIroZXKtDHxdhE { width:12.5rem;height:5.0625rem;top:6.6228694915769rem;left:1.904296875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #f1oVfF8prt342BGfX50XOvnuwl8MP0EF { width:4.6875rem;height:4.875rem;top:3.625rem;left:17rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZZAruRhBvsTf8Rd42xCOG8VI5sEVF109 { width:4.8125rem;height:4.875rem;top:3.625rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #R0peuKkB7h752cKyESMum9kf3VudDK3q { width:4.6875rem;height:4.8125rem;top:9.25rem;left:22.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VmysDFM2XFMqCmnMnUnHbJTkytI57ICZ { width:4.625rem;height:4.75rem;top:9.25rem;left:17.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ge1oATgUHd2epTcxevQ1bMZbHV4lSf31 { width:13.9373125rem;height:2.0625rem;top:3.6381397247314rem;left:1.904296875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OHmHXJOs5sQSFsiTEHeovSFnmfqdSwLn { width:27.9998125rem;height:2.25rem;top:17.932329177856rem;left:11.15500664711rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CswTrrIgwOXEmF2zwBomPT2llTXktT3E { width:13.5rem;height:10.25rem;top:5.84375rem;left:27.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #QoGkeDIxKXQzMRLlSkeypNlwlQ8IBEMO { display:block; }#QoGkeDIxKXQzMRLlSkeypNlwlQ8IBEMO > .row .container { width:20rem;height:9.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zsppNlTst469ZgIfXvM4uBgSBdpsDbmb { width:20rem;height:5.19975rem;top:0.93749994039537rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhuMTNl32TbdOa5NC555u5ehQg8Km6Rm { width:6.4375rem;height:2.9375rem;top:6.76171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCU2rAKGJyq5w0IxQl2bq3Pg47bpdFHQ { width:6.625rem;height:2.875rem;top:6.76171875rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSn1wtqZFKVQ9he3aXNkBfU7MgXu5eP0 { top:7.01171875rem;left:6.6875rem;width:6.5625rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qr4IS4mFTuTSAPOVv1NoCWQDFsT2RFO2 { display:block; }
 }@media only screen and (max-width: 763px) { #wr0IHt2ZO4OEtTzrv1rlmldgMNJBVRh4 { width:6.4375rem;height:2.875rem;top:6.76171875rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DAPzpN0ptmqbisTUOhKvEVf4aX3PkmPA { top:6.875rem;left:0rem;width:6.125rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwmvAR1vNkHdo1eXcbJTDHDnpwgfcNo4 { display:block; }
 }@media only screen and (max-width: 763px) { #NGn2P5Tz6lARsgqMfmVMKbkw496nLADq { top:7.15625rem;left:13.75rem;width:5.8125rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ouC7KXiCpiCa5xCizSxSdbFdE79HeJxJ { display:block; }
 }@media only screen and (max-width: 763px) { #dWeQHZiR9lwVDnR8Iytq1ndJTmbRgOwI { display:block; }#dWeQHZiR9lwVDnR8Iytq1ndJTmbRgOwI > .row .container { width:20rem;height:29.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VJWSrmmBq0BFVsbW1OValcGIC3PgWkf5 { width:20rem;height:13.499625rem;top:0.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Trfi1yf2OlbHSd0crX55PMDIuaUPAKLs { width:8.8125rem;height:1.4619125rem;top:14.5078125rem;left:5.59375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJrrWdTKhAySW24cnqAQ3A54g8zkNUeV { width:19.6875rem;height:1.4619125rem;top:16.7177734375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGSersh7QsGTCgnlvXXRXT9BpiosB9E3 { width:8.625rem;height:0.81154482208031rem;top:15.84375rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LT7aXdhUlL7Kbh4WpTklOXhIcFOn0xGX { width:7.875rem;height:3rem;top:17.3115234375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lChHHQlLfrZA8BSCWsSWEFQ46reA69cg { width:5.875rem;height:2.5rem;top:21.3125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9V9uUdGxHoylk6rHLJSO6m7l7VmwBt3 { width:8.25rem;height:5.1875rem;top:23.75rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zR9ZWo9kXQW71vVqs5l7H5xPMzhqEyli { width:7.5rem;height:2.3125rem;top:24.6875rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTGHsEIJnBnG38KLCdKGKTlgKmvr40Sd { width:9rem;height:1.3125rem;top:18.1552734375rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBgeZz3SJNTrVH7sL6TIpx2qAgASyzkC { width:7.4375rem;height:2rem;top:21.5625rem;left:10.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqzXhkbJmq4WAm5F2mCEDcgDhqINxRyV { display:block; }#PqzXhkbJmq4WAm5F2mCEDcgDhqINxRyV > .row .container { width:20rem;height:6.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VUp7hiQxQO7JgLuHs4gobX6nbxILtCKP { width:20rem;height:4.62890625rem;top:0.779296875rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I07WtTyELKvzCZEeczMqT2mewOQKIXAA { width:20rem;height:1.19987rem;top:11.6015625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VZhF3t2vTJ2LHqroJDxXbx0Dy5Q6muwC { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/9c34e438-21d8-4dcb-9461-8a26160120e9/quotebg.jpeg");background-position:top left !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VZhF3t2vTJ2LHqroJDxXbx0Dy5Q6muwC.adaptive-delivery-prevent-bg, #VZhF3t2vTJ2LHqroJDxXbx0Dy5Q6muwC.lazyload, #VZhF3t2vTJ2LHqroJDxXbx0Dy5Q6muwC.lazyloading { background-image: none; }#VZhF3t2vTJ2LHqroJDxXbx0Dy5Q6muwC > .row .container { background-color: transparent; background-image: none; }#VZhF3t2vTJ2LHqroJDxXbx0Dy5Q6muwC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VZhF3t2vTJ2LHqroJDxXbx0Dy5Q6muwC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VZhF3t2vTJ2LHqroJDxXbx0Dy5Q6muwC > .row .container > .video-iframe-container { display: none; }#VZhF3t2vTJ2LHqroJDxXbx0Dy5Q6muwC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VZhF3t2vTJ2LHqroJDxXbx0Dy5Q6muwC > .row > .video-iframe-container { display: none; }#VZhF3t2vTJ2LHqroJDxXbx0Dy5Q6muwC > .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); }#VZhF3t2vTJ2LHqroJDxXbx0Dy5Q6muwC > .row .container { border-width: 0; border-radius: 0; }#VZhF3t2vTJ2LHqroJDxXbx0Dy5Q6muwC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VZhF3t2vTJ2LHqroJDxXbx0Dy5Q6muwC > .row .container { width:20rem;height:67.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C0GLrvfQ9p9TcGTPqI2UaFDODEM4E9vA { width:20rem;height:55.4375rem;top:0.5rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #w47B1oIcnVbTZPHD1P0NDRnwWOecwoeC { width:3.125rem;height:1.375rem;top:6.9677734375rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDal4ZqOUIxrZ7D7hAU3OWPhix5sKDFT { display:block; }
 }@media only screen and (max-width: 763px) { #Dcq1M2yHNz2lJPDITBO5u9vhMI9bSIy0 { width:3.5rem;height:1.125rem;top:7.0927734375rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #veQr2SXqTkSR6ftHXhflm3w3Eb0TGA5M { display:block; }
 }@media only screen and (max-width: 763px) { #awotr1TFxDZFHZlHNJU2PIf2govAUKBq { width:20rem;height:8.7833333333333rem;top:57.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZcTaEC2ecvHkmQ2zZM8oD2D3f90muDB { display:block; }#DZcTaEC2ecvHkmQ2zZM8oD2D3f90muDB > .row .container { width:20rem;height:33.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R6hB8Xc6MxLQpOk0hK7Gs7RiiC78pzl5 { width:11.625rem;height:3.25rem;top:3.25rem;left:7.1875rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MnyGtkTixUp0qvJ2BkTbhp760w6MoN2m { width:13.5rem;height:10.1875rem;top:20.6875rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMdS9pyfbdkQFFDRFo8sdZpUGuQTxabp { width:19.5rem;height:10.23339375rem;top:9.6875rem;left:0.25rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gP7zqGPNrUpnOeHKoIlXLGnMDot5IPtz { width:6.625rem;height:9.6875rem;top:0rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5DUHwOJEW629aeTqwrfApoxdxSoOtmE { display:none; }#c5DUHwOJEW629aeTqwrfApoxdxSoOtmE > .row .container { width:20rem;height:140.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #JS5tDiuTDPwn9F2rpupelqopOakLn1y9 { top:32.1337890625rem;left:5.8740234375rem;width:8.2495rem;height:2.43713125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z4PZ0r99rW3JeQUcrDHgpLSTfE3wTnNr { display:block; }
 }@media only screen and (max-width: 763px) { #TlZ3ofuzWbZ9EbHXEsZVmW6AZ4PFOIzI { top:34.5703125rem;left:4.4384765625rem;width:8.310546875rem;height:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #U2dzhv6dd8Wa3dOcbVXu06aqtJBtDJCU { display:block; }
 }@media only screen and (max-width: 763px) { #fGnhv4FORXwOHHu309HuXV63C3vbxe6x { width:20rem;height:117.625rem;top:2.4375rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #QmyqlJfmDalghbcfTx3zUmTuc9ZsKTGr { width:4.25rem;height:9rem;top:75.25rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xE0D0Bve5QRuZimvgtXo3W33OxE8AxXC { display:block; }
 }@media only screen and (max-width: 763px) { #GHv0KG3AJRs27n895NvhGQxEgXEgWSIs { width:5.25rem;height:5.6875rem;top:50.9375rem;left:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTl9DpiJsvqUw2mF8V7EmkkSDg4U7tsI { display:block; }
 }@media only screen and (max-width: 763px) { #TxauWoak16lNTlEuvTumI3k32BrXd9MT { width:6.8125rem;height:5.9375rem;top:99.25rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBgqWXk6NfdlI7LHHe13qIyAuFSWXVTt { display:block; }
 }@media only screen and (max-width: 763px) { #sD9p9tWvKoNpSm5qnJA1ORch0wDddPcK { width:7rem;height:4rem;top:20.8125rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqLJf7AT9bOWS0FIaNRmGTcInxT4cz3h { display:block; }
 }@media only screen and (max-width: 763px) { #MXOdWidhmta7Qi9aDFX9xEZxaURNkFP7 { width:20rem;height:18.416666666667rem;top:121.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZD86U390kQIgsfSJxvofTvLXWUl54G2M { display:block; }#ZD86U390kQIgsfSJxvofTvLXWUl54G2M > .row .container { width:20rem;height:214rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZDpPdiMuZhzCGR47bBiuTcMPCtdgZczg { width:20rem;height:10.81015719468rem;top:149.81860351562rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ws6wLiD4IONKVBTPO2usauxFNBRfgx0v { width:19.375rem;height:12.1875rem;top:190.875rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGNrq3MF6l9n6ecgMTZGZnSfmV7KsxFv { width:11rem;height:7.125rem;top:192.375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOThNLKMHQZJyb30d0QluTaOrdpUAtBf { height:11.25rem;width:20rem;top:150.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7o2FvkVDULan7fIzilqaDW2LoiOMlm0 { width:17.875rem;height:1.21875rem;top:148.5625rem;left:1.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ls9KUODZAKdk6nMaoF65F5GEsGDFTHUE { width:19.5rem;height:12.875rem;top:129.0625rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHeFTahZwTS5IAiuwcvT2zSfNDAgsoBu { width:13.875rem;height:18.75rem;top:103.4375rem;left:3.0625rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #z48KENbgngfzQZ7T9CzTp80oIkDykCdi { width:15.625rem;height:1.21875rem;top:101.359375rem;left:2.1875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ll6PLsKcoGDkLN85NmXVTWvuDA9Eo07T { width:20rem;height:7.96875rem;top:89.375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tp7183PfBB6SkWei70Hcdct1Zyqqt8Dx { width:13.0625rem;height:1.625rem;top:85.125rem;left:4.25rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AFuXy1oTdK5VLI86xeHytBqNvitvCRT7 { width:14.625rem;height:1.625rem;top:14.0625rem;left:4.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeSdwm9LycuccziSxAGpMM7N3OkVpxxV { width:20rem;height:9.5625rem;top:17.625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IxTeX091yTXgIZPCqey3Hx55bT3AUx3X { width:19.125rem;height:7.96875rem;top:51.5625rem;left:0.4375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ArhRPR5uix9aFDynITLoLHPT04GQIr1l { width:13.499rem;height:1.625rem;top:44.75rem;left:2.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EEkrE9CVBE7w4Ol9fB3qZGrO7pkEBJno { width:19.9375rem;height:9.44534375rem;top:176rem;left:0.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y8TVcPkzo9in27gb5STf1VgJDyHWVLen { width:13.499rem;height:1.625rem;top:171.5rem;left:2.1875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fwDvatRfqZc0vTO8DSt4pa7iFhgNzpgO { width:19rem;height:3.375rem;top:186.375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8V5KQpw6awc2JMeigJJ95cSKOZlvsNT { width:9.75rem;height:2.9375rem;top:208.1875rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5uizNOTFFVT6QqFnGs4Mh4BaiMdcfaC { display:block; }
 }@media only screen and (max-width: 763px) { #oO4dwSlEay6rLbBBa5ZrT7s4hF6ey5dr { width:8.3125rem;height:2.9375rem;top:35.875rem;left:5.875rem;z-index:15047;display:block; }
 }@media only screen and (max-width: 763px) { #QrRK64EFT8VUlf4l9JJUnCN3REMSiypA { display:block; }
 }@media only screen and (max-width: 763px) { #GrxDqOum9nc8TEar3wT8gy8PeL7LSgoq { display:flex;width:1.4375rem;height:1.4375rem;top:124.375rem;left:15.5625rem; }
 }@media only screen and (max-width: 763px) { #iJ6cBszQwV1mKKV3RpyCDElhEb63QaRc { width:17rem;height:4.5rem;top:4rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkTtREqeCTET1y1laM9fA168cxoBggB7 { width:9.4375rem;height:11.5rem;top:61.5rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eq4k1blpSHFX7lncTSDNJmkvB9e3ZTVx { width:10.0625rem;height:11.5rem;top:61.5rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #udwLV1SsoxFeATCcX5yJvvlolO3ld0i5 { width:9.625rem;height:1.875rem;top:48.625rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9TAONf0T3y31wOTSMTdNW3Bc53nwxnm { width:19.375rem;height:13.625rem;top:60.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wdai4JPfs30gTWOwrEBXDTcyCGFu8gD0 { width:9.75rem;height:2.9375rem;top:76.375rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAqlqL5Behxd3mohChOcefWq74X6GDWM { display:block; }
 }@media only screen and (max-width: 763px) { #LliiMDCRcVvcVcuRt7Ry9rhTSwtBWFOb { width:19.375rem;height:6.1875rem;top:27.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTXgcCeKDWZXwkSIfNFkTauywS3XJ6D7 { width:5.625rem;height:1.25rem;top:32.125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEVFG48tzEypXmVpce0MRWJl14G0ih4J { width:10.625rem;height:2.9375rem;top:123.625rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbTym8OgLMvJdqsqDQGWqPOiDF5rCDvm { display:block; }
 }@media only screen and (max-width: 763px) { #DoOv3L3lI4Um7c7N8Uo5OhX8Ss6AnCUC { width:13.125rem;height:2.8125rem;top:143.25rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OotT5H8EHwqy89CNRZE2tI21lG54vgRM { display:block; }
 }@media only screen and (max-width: 763px) { #PEmPr3K42788nuFaPT1CT8k3zwZ11XDi { width:8.25rem;height:8.25rem;top:198.8125rem;left:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dh92635HaSwNvLi2wMUiR3WMmfmIwhmg { width:19.375rem;height:63.1875rem;top:99.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PE0l7E2IykTTvLyAShzIXAqFQgLvsPZs { width:19.375rem;height:20.5rem;top:185.4375rem;left:0rem;background-color:#e9eae3;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #kTIy1HSl6dM1Lad8oPHu1lbLIz31lWy1 { width:18.4375rem;height:3.374025rem;top:13.1875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AS1OaqQWMS7PBoWhidxiC9FxRo217U7B { width:17rem;height:2.98828125rem;top:84.9375rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbqWhN9GXQslXK2Qizs1De52yeonMMaL { width:16.0625rem;height:2.5517578125rem;top:44.75rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZ062Fg6xQ4RuxRuG38mLxhyvEZI1TL9 { width:14rem;height:1.875rem;top:171.6875rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHSU4HTX1Ua0DKe5vls1zFViOituMmqb { width:4.375rem;height:4.125rem;top:2.6875rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gs3EG2xGsIwwW2CV253yE848MTJ19o2s { width:3.3125rem;height:4.8125rem;top:11.9375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJ7s2i1fenkFQB689Rex2kiA6lC3XTbm { width:4.3125rem;height:4.625rem;top:43.375rem;left:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4O5xvTr6Z5FUK7Pop1RQMDMW0DatamJ { width:2.4375rem;height:3.8125rem;top:84.0625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mm8Tby6sxMGNEF2faoZqZPouIsO3IAT9 { width:4.125rem;height:5.375rem;top:169.625rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgQBTzJwT0yUKeHZFUwTGD3RbEqxMcHO { display:block; }#FgQBTzJwT0yUKeHZFUwTGD3RbEqxMcHO > .row .container { width:20rem;height:88.2753909375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZVhy8s12F1PoeF54iId9wTcecun0l8RZ { width:14.125rem;height:3.125rem;top:1.25rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qdnhe4u5UCrBcqsEKT0WdyP6DkwwI80Z { width:19.0625rem;height:14.21875rem;top:5.712890625rem;left:0.46875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBarHpssRVUl7I2DuJoF1XThS2p8AUoy { width:5.1875rem;height:2.0625rem;top:18.837890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVqnZzkRfnCnvk0bHblSF2bkv60MF4CU { width:6.312125rem;height:2.3117875rem;top:46.086647033691rem;left:13.687854766846rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5B6FMTAGJqWqCfQAN3x6PosiIfQcutJ { width:6.3110625rem;height:1.875rem;top:71.774291992188rem;left:0.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZ4lQWe38dtPOpFIKT3lqT5TB6J05mnr { width:5.625rem;height:7.2485625rem;top:71.041259765625rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #koUfGN6ZILQ47gQqlJyOfElva5MFlmQL { width:20rem;height:3.57116875rem;top:81.217651367188rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEn07cQW8SQpUBoETskhCXGFAx9zE1PN { width:15.3125rem;height:2.5996125rem;top:81.702880859375rem;left:2.34375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXODngm3lnvC5U6x7iQ3vnL8GbuUV7mS { width:20rem;height:0.36621125rem;top:87.909545898438rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7rwn68ZMUQ4dLRTTy2pal7drTpHC6y3 { width:20rem;height:14.21875rem;top:20.900390625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Otik1ZnkpymMVAbdoOUPcMagKzdJWL16 { width:18.937375rem;height:30.46875rem;top:39.188232421875rem;left:0.52978515625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:300.7656253125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KOwGbzk6FRTNczciyIllHzErfzHb8ifZ { width:19.3119375rem;height:3.81214375rem;top:2.3020229339599rem;left:0.34357237815857rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Mye6XfdrdU1dFIU9B9c5kyHaaP8QwI1u { width:20rem;height:14.1044921875rem;top:11.4931640625rem;left:0rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #Ar1WsM4ps73ZsrhnbspxOxZElBXvAfoJ { width:17.8125rem;height:14.75rem;top:39.365234375rem;left:1.09375rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #MydCUnKVmWssrVtPnLC8yIDC6v63Lri8 { width:3.625rem;height:305.875rem;top:9.55078125rem;left:8.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #IvPBcR0cN3HtZsFOI4WLdpDie5Dh7cfo { width:4.3125rem;height:2.5996125rem;top:8.9306640625rem;left:7.84375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5RXUs9GtfDP6IA27E8lA9EiopZrSupT { width:20rem;height:5.60449375rem;top:26.427734375rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VDoZiXZ40G1adGB79VRwtH66ErWP1S48 { width:4.3125rem;height:2.5996125rem;top:36.802734375rem;left:7.84375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vof7TCzCQtJdTm3q1Em84zJWCJQdoGQ2 { width:20rem;height:7.472625rem;top:55.115234375rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zTIyumEQO8rUEGxuTT6Tc6iFT1OzNmkr { width:4.3125rem;height:2.5996125rem;top:66.89453125rem;left:7.84375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGVDeBL6vTf7TNJBVWJeusala7wD13Ic { width:20rem;height:9.3408125rem;top:83.4873046875rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MtcxbrrT4JsVEs0Z7zWriB9HwPH0EPoK { width:17.8125rem;height:12.5rem;top:69.45703125rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2IyH1n2Asca2KqJJ8pemy0gzDUargqA { width:4.3125rem;height:2.5996125rem;top:97.5458984375rem;left:7.84375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKtS5MAzU3UUevQvAxzTMh6TdD5lJbVC { width:20rem;height:7.472625rem;top:116.611328125rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yJiVACfQa3K6EHBl4DMFIG8GuXTEfUAP { width:20rem;height:15.1806640625rem;top:100.1083984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftoo23bdK6gkllhxEkykFKl1A1wishBd { width:4.3125rem;height:2.5996125rem;top:128.9208984375rem;left:7.84375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wf1uR4C0Ga1eyp6hTI2irZZX6FMkvJNQ { width:20rem;height:5.60449375rem;top:147.7958984375rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e3gpiVVbmdU87WULfkFnIDX7l5umnSmA { width:13.9375rem;height:15.75rem;top:131.4833984375rem;left:3.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hO9yQfgRS1f66pR5WF5lxOwJ51N7IDBC { width:4.3125rem;height:2.5996125rem;top:159.1904296875rem;left:7.84375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyDIvI0PhdpbcNC6yTFegf5dAnLyT2uv { width:20rem;height:7.472625rem;top:176.5654296875rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kWGiUsnJeurMFMBFkaOQAXkQ5rGTsXTP { width:20rem;height:13.58203125rem;top:161.7529296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nb16iicFw0nAxE4Mdm5FSTx3cWlKx1mu { width:4.3125rem;height:2.5996125rem;top:188.6279296875rem;left:7.84375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #H45SACfzBzb8hUnqTLSzOOC9lgSMcnWI { width:20rem;height:7.472625rem;top:211.8154296875rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dq8Rdx8bv4loVVZ5RtP4TVME349AwfAB { width:20rem;height:19.6435546875rem;top:191.1904296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMR5eRmZnGGWE0TtTEAMudDMsW2JXfQ3 { width:4.3125rem;height:2.5996125rem;top:224.212890625rem;left:7.84375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNhNT7QVxq1wv0hKtQvf2rnJ5dsx1thf { width:20rem;height:11.209rem;top:245.896484375rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sIOmo1bWC2U6fzIx1Qs7ANm9UoDdT9Fo { width:4.3125rem;height:2.5996125rem;top:262.775390625rem;left:7.84375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #MB5OLdLI9ZEOLLTB2H9h11JK85zIWAeF { width:18.687125rem;height:13.077125rem;top:286.37939453125rem;left:0.6549072265625rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #INEfHxVGhpgra5Qg0rpQlETHHvIOiQMq { width:16.9375rem;height:17.8125rem;top:226.775390625rem;left:1.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABMEHHbUhz59VEdi6yW7X5B3CHc5P8pK { width:20rem;height:20.5184375rem;top:264.77360916138rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AiXUfeBnVeRfeqtCcNlPhttDTu8Fsq5a { width:20rem;height:0.3662109375rem;top:300.3994140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPkDUKhrvysq4yEOwzThfHQ8IQF6nSt0 { width:3.4375rem;height:3.5rem;top:1.3115234375rem;left:7.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTZXKz1JUNA8RPVLWrobVTKJJvKy3XG9 { display:block; }#dTZXKz1JUNA8RPVLWrobVTKJJvKy3XG9 > .row .container { width:20rem;height:161.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LnGp0uvuzTepOZAxM47FDqODv9EuFrDG { width:20rem;height:4.4989rem;top:4.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vA4325JTBpwu04kwT4ZvPlR9qvZGTMOp { width:20rem;height:16.875rem;top:11.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bx3k1owPH0IuNcQFRWs0IDOEnX5zsMnN { width:20rem;height:1.94921875rem;top:30.1875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UI8SVqEeEPKdu9KwnQ8E5sKIegIraEsZ { width:16.375rem;height:1.94921875rem;top:97.9267578125rem;left:2.09375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RivXITctJroDkPSoB2lzLzAb3n9gQw4p { width:18.9980625rem;height:16.08106875rem;top:34.6875rem;left:0.5rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uXTQ80CBm21IIu6zKovIzTKGZyzydJFT { height:11.2275625rem;width:20rem;top:54.9326171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOuMAJqbEfop9xP5SVOI9PI8KccGT2mb { width:20rem;height:6.1875rem;top:142.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #watLCxq4hhVtO4CUsLb6OfqkUV05KzTZ { width:10.875rem;height:0.875rem;top:32.125rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFHTsbLGfZyOOlD2lmsRnDwPRPCtWOav { width:11.75rem;height:0.625rem;top:99.8076171875rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uigT5pR8D7CAPQ8kTWWt18AZzIeoQFmN { width:16rem;height:7.9375rem;top:147.8125rem;left:2.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2RNb11aeexGpB8UGZ1dO28hWIfNV859 { width:20rem;height:14.25rem;top:67.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQeTQdf59MIzSe4BFpzGATFdEes6pnKs { width:20rem;height:16.08105rem;top:118.75rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oF6E6mei85R8rnWEwQHMUvdLuU13IA9V { width:19.4375rem;height:19.4375rem;top:99.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VhlGgCg0FnAdR9aAFCcLi2w3lnDwBrJO { width:20rem;height:14.3125rem;top:78.5625rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #kfvbcFNzOaWVMR62iTrHgaBNRQm8zlvP { width:16.875rem;height:3.3125rem;top:29.6875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #no1wzqlH4Wv8MMPnbHMyUSvTJKmkB2Tz { width:20rem;height:21.25rem;top:31.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmNfd8xADVnKXDziHlZLvVmL9Ab4SVw9 { width:16.1875rem;height:3.6875rem;top:97.2451171875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcXb0PgksS6xLm0qnaUKNUhrqHDceSA3 { width:20rem;height:57.875rem;top:99.4384765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HuaHtLfTvchvaRoGnHGpM86HDIrEq1SE { width:13.0625rem;height:10.4375rem;top:133.75rem;left:3.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eo24MmKXi8ckumRznth8cN327AHQ2nUR { display:block; }#eo24MmKXi8ckumRznth8cN327AHQ2nUR > .row .container { width:20rem;height:60.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b0it473IhtyNwMhxrzTn8kpF8G77ShiJ { width:20rem;height:16.5rem;top:3.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVitXbFpBQQAh2lFLQrhm0415hhcDlVf { width:13.25rem;height:3.5rem;top:52rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqOyFs16Nk53gMxPnf50aRsbHS3GMo9O { display:block; }
 }@media only screen and (max-width: 763px) { #O1hfPIsXn1Fc2sZeUH60SnHr94SbW8Fc { width:19.0625rem;height:27.77635625rem;top:22.25rem;left:0.5rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oNTQvfVsbNdgf5okTzVt0EALOhSKS5xI { display:block; }#oNTQvfVsbNdgf5okTzVt0EALOhSKS5xI > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OIhdTRqzunOTOtfscOW3GsLBbtUIlt8S { width:14.43725rem;height:2.923825rem;top:2.1319580078125rem;left:2.7801513671875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NkD4UTpRle9LKNXy2feBdlQxIFZ1cv68 { display:block; }#NkD4UTpRle9LKNXy2feBdlQxIFZ1cv68 > .row .container { width:20rem;height:41.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #suuLHIObZ3OKniGK6ksmzITn7IzXP4gF { width:13.9364375rem;height:2.5371125rem;top:25.76615524292rem;left:2.9989342689514rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HmaGJdS2SyqrXGuaFEXIroZXKtDHxdhE { width:12.5rem;height:4.62890625rem;top:5.6875rem;left:3.75rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f1oVfF8prt342BGfX50XOvnuwl8MP0EF { width:4.6875rem;height:4.875rem;top:12.3125rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZAruRhBvsTf8Rd42xCOG8VI5sEVF109 { width:4.8125rem;height:4.875rem;top:12.3125rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0peuKkB7h752cKyESMum9kf3VudDK3q { width:4.6875rem;height:4.8125rem;top:18.25rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VmysDFM2XFMqCmnMnUnHbJTkytI57ICZ { width:4.625rem;height:4.75rem;top:18.3125rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ge1oATgUHd2epTcxevQ1bMZbHV4lSf31 { width:20rem;height:2.5371125rem;top:3rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OHmHXJOs5sQSFsiTEHeovSFnmfqdSwLn { width:20rem;height:2.2734375rem;top:39.12109375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CswTrrIgwOXEmF2zwBomPT2llTXktT3E { width:11rem;height:6rem;top:29.12109375rem;left:0.6875rem;display:block; }
 }