.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:242,221,222;--color-primary-1:211,143,145;--color-primary-2:166,30,34;--color-primary-3:83,15,17;--color-primary-4:25,5,5;--color-secondary-0:255,255,255;--color-secondary-1:234,234,234;--color-secondary-2:225,225,225;--color-secondary-3:135,135,135;--color-secondary-4:0,0,0;--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:"Exo";--paragraphs-font-family:"Lato"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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); }#qssCtK3vrMgREZSozWHOaGTDi4XrKRtd { position:relative;display:block; }#qssCtK3vrMgREZSozWHOaGTDi4XrKRtd { background-color: transparent; background-image: none; }#qssCtK3vrMgREZSozWHOaGTDi4XrKRtd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qssCtK3vrMgREZSozWHOaGTDi4XrKRtd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qssCtK3vrMgREZSozWHOaGTDi4XrKRtd > .row .container > .video-iframe-container { display: none; }#qssCtK3vrMgREZSozWHOaGTDi4XrKRtd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qssCtK3vrMgREZSozWHOaGTDi4XrKRtd > .row > .video-iframe-container { display: none; }#qssCtK3vrMgREZSozWHOaGTDi4XrKRtd > .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); }#qssCtK3vrMgREZSozWHOaGTDi4XrKRtd { border-width: 0; border-radius: 0; }#qssCtK3vrMgREZSozWHOaGTDi4XrKRtd > .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; }#qssCtK3vrMgREZSozWHOaGTDi4XrKRtd > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:6.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#VuiEVKpG56U52Wby1W0ME5v1ms2ELPsr { 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:3.4375rem;width:12rem;top:1.21875rem;left:46.5rem;overflow:hidden;display:block; }
#PkLPFeFyW4DXSGvZwshNcixxFxhkzpFV { color:rgba(var(--color-tertiary-4),1);display:block;width:36rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:1.162109375rem;left:1.70703125rem;height:3.736325rem;display:block; }
#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container { background-color: transparent; background-image: none; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container > .video-iframe-container { display: none; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row > .video-iframe-container { display: none; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .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); }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container { border-width: 0; border-radius: 0; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container { width:60rem;height:34.4375rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#cq9fcwL6e54t0uVJ1O1RTlF7KlK7nQb0 { color:rgba(var(--color-tertiary-0),1);display:block;width:26.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:normal;z-index:15000;line-height:1;letter-spacing:0;top:4.25rem;left:33.125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#L2BRFLBFP0mBawkIpMbBxFruWG4tmuWo { background-color:rgba(var(--color-secondary-4),1);background-image:none;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;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.3125rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:26.875rem;left:33.25rem;display:block; }
#LeEpP1nFfzwte6GpidwO9fTX7QQkOiFW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VrU09tg3Z6Qg5TOLlyeihs3el40WzWpV { background-color:rgba(var(--color-secondary-2),1);background-image:none;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;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.4375rem;height:3.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:26.875rem;left:46.5rem;display:block; }
#Xwk2zgxAN14oTl8bOKlZl81CqXvAwDOH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UWkrlgisRpBzW08sq614TdFbe4HmQON0 { 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:29rem;width:33.4375rem;top:5.4375rem;left:0rem;overflow:hidden;display:block; }
#E8in5XmZXbiOehpCfX35QovKCfZkbHRc { position:relative;display:block; }#E8in5XmZXbiOehpCfX35QovKCfZkbHRc { background-color: transparent; background-image: none; }#E8in5XmZXbiOehpCfX35QovKCfZkbHRc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E8in5XmZXbiOehpCfX35QovKCfZkbHRc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E8in5XmZXbiOehpCfX35QovKCfZkbHRc > .row .container > .video-iframe-container { display: none; }#E8in5XmZXbiOehpCfX35QovKCfZkbHRc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E8in5XmZXbiOehpCfX35QovKCfZkbHRc > .row > .video-iframe-container { display: none; }#E8in5XmZXbiOehpCfX35QovKCfZkbHRc > .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); }#E8in5XmZXbiOehpCfX35QovKCfZkbHRc { border-width: 0; border-radius: 0; }#E8in5XmZXbiOehpCfX35QovKCfZkbHRc > .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; }#E8in5XmZXbiOehpCfX35QovKCfZkbHRc > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:26.4375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ZKtMIVVmeJIlk5mCuk5P8Rrg3MxhMxcD { color:rgba(var(--color-tertiary-4),1);display:block;width:57.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15013;line-height:1.2;letter-spacing:0;top:6.75rem;left:1.09375rem;height:8.6230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eu0P9QOwyeeLzA2MWTIvI87SQoEtzI2V { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.4375rem;height:3.75rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:17.875rem;left:21.28125rem;display:block; }
#azAHDAPwGQ4qSvkVfyBipf1hxz1uhhXi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sRqrradici0zNdhtvakG6AbyBgPmmzQS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#383838;background-image:url("https://images.assets-landingi.com/uc/2747cc8f-739f-4da1-ad78-f87dc81ac669/freepikexport20240910161045nd3u.jpeg");background-position:top left !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; }#sRqrradici0zNdhtvakG6AbyBgPmmzQS.adaptive-delivery-prevent-bg, #sRqrradici0zNdhtvakG6AbyBgPmmzQS.lazyload, #sRqrradici0zNdhtvakG6AbyBgPmmzQS.lazyloading { background-image: none; }#sRqrradici0zNdhtvakG6AbyBgPmmzQS > .row .container { background-color: transparent; background-image: none; }#sRqrradici0zNdhtvakG6AbyBgPmmzQS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sRqrradici0zNdhtvakG6AbyBgPmmzQS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sRqrradici0zNdhtvakG6AbyBgPmmzQS > .row .container > .video-iframe-container { display: none; }#sRqrradici0zNdhtvakG6AbyBgPmmzQS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sRqrradici0zNdhtvakG6AbyBgPmmzQS > .row > .video-iframe-container { display: none; }#sRqrradici0zNdhtvakG6AbyBgPmmzQS > .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); }#sRqrradici0zNdhtvakG6AbyBgPmmzQS > .row .container { border-width: 0; border-radius: 0; }#sRqrradici0zNdhtvakG6AbyBgPmmzQS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sRqrradici0zNdhtvakG6AbyBgPmmzQS > .row .container { font-size:0.875rem;font-family:arial;height:51.25rem;width:60rem;position:relative;display:block; }#Ks1HoD6LxksT8sCXXpkTZhDn3TORorCq { color:rgba(var(--color-tertiary-0),1);display:block;width:58.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15011;line-height:1.8;letter-spacing:0;top:11.25rem;left:0.90625rem;height:33.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oF8bfmbuc0VnTqtFR1teJEhnQS9gVxAs { 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:3.1875rem;width:3.6875rem;top:6.4375rem;left:28.15625rem;overflow:hidden;display:block; }
#EOgXTGa4QXlJ1rRIbqXIzXtrXEMhwvnl { position:relative;display:block; }#EOgXTGa4QXlJ1rRIbqXIzXtrXEMhwvnl { background-color: transparent; background-image: none; }#EOgXTGa4QXlJ1rRIbqXIzXtrXEMhwvnl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EOgXTGa4QXlJ1rRIbqXIzXtrXEMhwvnl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EOgXTGa4QXlJ1rRIbqXIzXtrXEMhwvnl > .row .container > .video-iframe-container { display: none; }#EOgXTGa4QXlJ1rRIbqXIzXtrXEMhwvnl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EOgXTGa4QXlJ1rRIbqXIzXtrXEMhwvnl > .row > .video-iframe-container { display: none; }#EOgXTGa4QXlJ1rRIbqXIzXtrXEMhwvnl > .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); }#EOgXTGa4QXlJ1rRIbqXIzXtrXEMhwvnl { border-width: 0; border-radius: 0; }#EOgXTGa4QXlJ1rRIbqXIzXtrXEMhwvnl > .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; }#EOgXTGa4QXlJ1rRIbqXIzXtrXEMhwvnl > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:31.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ktNzZaQ8nlh2R34MhnNh76IgH31hUOTM { color:rgba(var(--color-tertiary-4),1);display:block;width:47.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:5rem;left:6.03125rem;height:11.209rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#pKubdixKeMCmysmrAHil612N7fXznhIh { color:rgba(var(--color-tertiary-4),1);display:block;width:50.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:18.25rem;left:6rem;height:3.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#E2A8XQQ4eHXRB38M9spsqOXnpx0XWU9Z { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:23.625rem;left:6.03125rem;display:block; }
#ud6WBBaUL6HRb1hzIyiouB4BsBZCcksR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SrPen2q1raeyrbZKRM6tiEbT8LLSOmM1 { position:relative;display:block; }#SrPen2q1raeyrbZKRM6tiEbT8LLSOmM1 { background-color: transparent; background-image: none; }#SrPen2q1raeyrbZKRM6tiEbT8LLSOmM1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SrPen2q1raeyrbZKRM6tiEbT8LLSOmM1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SrPen2q1raeyrbZKRM6tiEbT8LLSOmM1 > .row .container > .video-iframe-container { display: none; }#SrPen2q1raeyrbZKRM6tiEbT8LLSOmM1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SrPen2q1raeyrbZKRM6tiEbT8LLSOmM1 > .row > .video-iframe-container { display: none; }#SrPen2q1raeyrbZKRM6tiEbT8LLSOmM1 > .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); }#SrPen2q1raeyrbZKRM6tiEbT8LLSOmM1 { border-width: 0; border-radius: 0; }#SrPen2q1raeyrbZKRM6tiEbT8LLSOmM1 > .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; }#SrPen2q1raeyrbZKRM6tiEbT8LLSOmM1 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:6.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TyTCHh7TLGv4uN7bnGmRv9NT1Be9wPJi { display:block;width:30.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.0625rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:1.97265625rem;left:5.96875rem;height:2.6806625rem;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-4),1);display:block; }
#NLLB39OFFpy4G6IQcBaH3tAVZsJqdIRR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),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; }#NLLB39OFFpy4G6IQcBaH3tAVZsJqdIRR > .row .container { background-color: transparent; background-image: none; }#NLLB39OFFpy4G6IQcBaH3tAVZsJqdIRR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NLLB39OFFpy4G6IQcBaH3tAVZsJqdIRR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NLLB39OFFpy4G6IQcBaH3tAVZsJqdIRR > .row .container > .video-iframe-container { display: none; }#NLLB39OFFpy4G6IQcBaH3tAVZsJqdIRR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NLLB39OFFpy4G6IQcBaH3tAVZsJqdIRR > .row > .video-iframe-container { display: none; }#NLLB39OFFpy4G6IQcBaH3tAVZsJqdIRR > .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); }#NLLB39OFFpy4G6IQcBaH3tAVZsJqdIRR > .row .container { border-width: 0; border-radius: 0; }#NLLB39OFFpy4G6IQcBaH3tAVZsJqdIRR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NLLB39OFFpy4G6IQcBaH3tAVZsJqdIRR > .row .container { font-size:0.875rem;font-family:arial;height:37.4375rem;width:60rem;position:relative;display:block; }#fEXsqRRyvqlabqkfO4qsNOtiJMEBsn8q { display:block;width:52.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:2.6875rem;left:6.1875rem;height:32.1621rem;color:rgba(var(--color-tertiary-4),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#skbcMpD08T8cSMarPUTwl7k11wS63wgx { position:relative;display:block; }#skbcMpD08T8cSMarPUTwl7k11wS63wgx { background-color: transparent; background-image: none; }#skbcMpD08T8cSMarPUTwl7k11wS63wgx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#skbcMpD08T8cSMarPUTwl7k11wS63wgx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#skbcMpD08T8cSMarPUTwl7k11wS63wgx > .row .container > .video-iframe-container { display: none; }#skbcMpD08T8cSMarPUTwl7k11wS63wgx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#skbcMpD08T8cSMarPUTwl7k11wS63wgx > .row > .video-iframe-container { display: none; }#skbcMpD08T8cSMarPUTwl7k11wS63wgx > .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); }#skbcMpD08T8cSMarPUTwl7k11wS63wgx { border-width: 0; border-radius: 0; }#skbcMpD08T8cSMarPUTwl7k11wS63wgx > .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; }#skbcMpD08T8cSMarPUTwl7k11wS63wgx > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:12.4375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#dVh8tVm9GCV05ms1UWxyRJvCxBHAJmds { display:block;width:51.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.0625rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:3.537109375rem;left:5.96875rem;height:5.361325rem;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-4),1);display:block; }
#gAJCewEnJcdJIKDNeFFA3BSFLowgOmvw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),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; }#gAJCewEnJcdJIKDNeFFA3BSFLowgOmvw > .row .container { background-color: transparent; background-image: none; }#gAJCewEnJcdJIKDNeFFA3BSFLowgOmvw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gAJCewEnJcdJIKDNeFFA3BSFLowgOmvw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gAJCewEnJcdJIKDNeFFA3BSFLowgOmvw > .row .container > .video-iframe-container { display: none; }#gAJCewEnJcdJIKDNeFFA3BSFLowgOmvw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gAJCewEnJcdJIKDNeFFA3BSFLowgOmvw > .row > .video-iframe-container { display: none; }#gAJCewEnJcdJIKDNeFFA3BSFLowgOmvw > .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); }#gAJCewEnJcdJIKDNeFFA3BSFLowgOmvw > .row .container { border-width: 0; border-radius: 0; }#gAJCewEnJcdJIKDNeFFA3BSFLowgOmvw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gAJCewEnJcdJIKDNeFFA3BSFLowgOmvw > .row .container { font-size:0.875rem;font-family:arial;height:26.5625rem;width:60rem;position:relative;display:block; }#XDk4XQnZf2MipiBcVCUG9OJyCLtLTusE { display:block;width:52.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:2.6875rem;left:6rem;height:20.46678125rem;color:rgba(var(--color-tertiary-4),1);display:block; }
#LxghT21kJHGzfAFJynUo5CH5UDGoXqsX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),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; }#LxghT21kJHGzfAFJynUo5CH5UDGoXqsX > .row .container { background-color: transparent; background-image: none; }#LxghT21kJHGzfAFJynUo5CH5UDGoXqsX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LxghT21kJHGzfAFJynUo5CH5UDGoXqsX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LxghT21kJHGzfAFJynUo5CH5UDGoXqsX > .row .container > .video-iframe-container { display: none; }#LxghT21kJHGzfAFJynUo5CH5UDGoXqsX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LxghT21kJHGzfAFJynUo5CH5UDGoXqsX > .row > .video-iframe-container { display: none; }#LxghT21kJHGzfAFJynUo5CH5UDGoXqsX > .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); }#LxghT21kJHGzfAFJynUo5CH5UDGoXqsX > .row .container { border-width: 0; border-radius: 0; }#LxghT21kJHGzfAFJynUo5CH5UDGoXqsX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LxghT21kJHGzfAFJynUo5CH5UDGoXqsX > .row .container { font-size:0.875rem;font-family:arial;height:34.1875rem;width:60rem;position:relative;display:block; }#k8EKe6QIRIUu0IHUOnodcXHiNENThvHl { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.3125rem;height:3.75rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:22.125rem;left:4.1875rem;display:block; }
#graKJxhNTRBHaU0xGPvR2kxfJiqZsxCC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#l6BoEP1HedFKcfeLtv6tZWHhSuGWZaA0 { display:block;width:17.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:8.375rem;left:1.8125rem;height:6.33691875rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);display:block; }
#SvDsbzpNzJbXtmOE1WNtgIWedVoJW6bk { display:block;width:23.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:8.375rem;left:18.4375rem;height:6.33691875rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);display:block; }
#vL7OUiSythef0Sf1ro38iznHEs4wPEXG { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.3125rem;height:3.75rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:22.0625rem;left:24rem;display:block; }
#WsWyK45fr01bKTS3Jq9Qh54KRROzrM1w { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EXTBVhOyT84Cy5TtHOU6hMfyekVRFAi4 { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.3125rem;height:3.75rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:22.0625rem;left:43.375rem;display:block; }
#KOTt3h9A69M2g8sdXyKpg7keWot6cFCk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xc2nioTSScLy5cRA7nT7eNuDCrUEM8Sb { display:block;width:17.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:8.375rem;left:40.5625rem;height:6.33691875rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);display:block; }
#kcTkXtzEGrGo4Lyv37mw4vMROg2S5Vf2 { color:rgba(var(--color-tertiary-0),0.62);display:block;width:12.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:17.5rem;left:4.125rem;height:1.8681625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#TG4XvGRMCm5wVV3CbT9fBdRKqreJE9Zt { color:rgba(var(--color-tertiary-0),0.62);display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:17.5rem;left:22.5625rem;height:1.8681625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#FlrGeOm9syRWwrUQxb1WqF3pRzTom2eB { color:rgba(var(--color-tertiary-0),0.62);display:block;width:17.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:16.5625rem;left:40.5rem;height:3.736325rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #qssCtK3vrMgREZSozWHOaGTDi4XrKRtd { display:block; }#qssCtK3vrMgREZSozWHOaGTDi4XrKRtd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VuiEVKpG56U52Wby1W0ME5v1ms2ELPsr { width:12.1875rem;height:3.3125rem;top:1.3125rem;left:32.062501251697rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkLPFeFyW4DXSGvZwshNcixxFxhkzpFV { width:24.4375rem;height:1.8125rem;top:2.0625rem;left:1.6875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr { display:block; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cq9fcwL6e54t0uVJ1O1RTlF7KlK7nQb0 { width:22.4375rem;height:9.375rem;top:5.1875rem;left:22.000001251698rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2BRFLBFP0mBawkIpMbBxFruWG4tmuWo { width:12.4375rem;height:3.75rem;top:15.875rem;left:22.000001251698rem;display:block; }
 }@media only screen and (max-width: 763px) { #LeEpP1nFfzwte6GpidwO9fTX7QQkOiFW { display:block; }
 }@media only screen and (max-width: 763px) { #VrU09tg3Z6Qg5TOLlyeihs3el40WzWpV { width:13.4375rem;height:3.75rem;top:15.875rem;left:34.302083313465rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xwk2zgxAN14oTl8bOKlZl81CqXvAwDOH { display:block; }
 }@media only screen and (max-width: 763px) { #UWkrlgisRpBzW08sq614TdFbe4HmQON0 { width:33.4375rem;height:29rem;top:5.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8in5XmZXbiOehpCfX35QovKCfZkbHRc { display:block; }#E8in5XmZXbiOehpCfX35QovKCfZkbHRc > .row .container { width:47.75rem;height:42.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZKtMIVVmeJIlk5mCuk5P8Rrg3MxhMxcD { width:45.5625rem;height:5rem;top:19.9365234375rem;left:1.09375rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eu0P9QOwyeeLzA2MWTIvI87SQoEtzI2V { width:12.4375rem;height:3.75rem;top:15.875rem;left:22.000001251698rem;display:block; }
 }@media only screen and (max-width: 763px) { #azAHDAPwGQ4qSvkVfyBipf1hxz1uhhXi { display:block; }
 }@media only screen and (max-width: 763px) { #sRqrradici0zNdhtvakG6AbyBgPmmzQS { display:block; }#sRqrradici0zNdhtvakG6AbyBgPmmzQS > .row .container { width:47.75rem;height:28.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ks1HoD6LxksT8sCXXpkTZhDn3TORorCq { width:45.625rem;height:10.9375rem;top:4.1875rem;left:1.0625000596046rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oF8bfmbuc0VnTqtFR1teJEhnQS9gVxAs { width:3.5625rem;height:3.125rem;top:5.7476544380188rem;left:22.062500774861rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOgXTGa4QXlJ1rRIbqXIzXtrXEMhwvnl { display:block; }#EOgXTGa4QXlJ1rRIbqXIzXtrXEMhwvnl > .row .container { width:47.75rem;height:19.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ktNzZaQ8nlh2R34MhnNh76IgH31hUOTM { width:45rem;height:4.25rem;top:1.4375rem;left:2.5937500596046rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKubdixKeMCmysmrAHil612N7fXznhIh { width:45rem;height:4.25rem;top:1.4375rem;left:2.5937500596046rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2A8XQQ4eHXRB38M9spsqOXnpx0XWU9Z { width:12.4375rem;height:3.75rem;top:15.875rem;left:22.000001251698rem;display:block; }
 }@media only screen and (max-width: 763px) { #ud6WBBaUL6HRb1hzIyiouB4BsBZCcksR { display:block; }
 }@media only screen and (max-width: 763px) { #SrPen2q1raeyrbZKRM6tiEbT8LLSOmM1 { display:block; }#SrPen2q1raeyrbZKRM6tiEbT8LLSOmM1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TyTCHh7TLGv4uN7bnGmRv9NT1Be9wPJi { width:12.5rem;height:6.8125rem;top:1.5937614440918rem;left:17.111979782581rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLLB39OFFpy4G6IQcBaH3tAVZsJqdIRR { display:block; }#NLLB39OFFpy4G6IQcBaH3tAVZsJqdIRR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fEXsqRRyvqlabqkfO4qsNOtiJMEBsn8q { width:31rem;height:2.625rem;top:7.6835943460462rem;left:16.737500011921rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #skbcMpD08T8cSMarPUTwl7k11wS63wgx { display:block; }#skbcMpD08T8cSMarPUTwl7k11wS63wgx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dVh8tVm9GCV05ms1UWxyRJvCxBHAJmds { width:12.5rem;height:6.8125rem;top:1.5937614440918rem;left:17.111979782581rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAJCewEnJcdJIKDNeFFA3BSFLowgOmvw { display:block; }#gAJCewEnJcdJIKDNeFFA3BSFLowgOmvw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XDk4XQnZf2MipiBcVCUG9OJyCLtLTusE { width:31rem;height:2.625rem;top:7.6835943460462rem;left:16.737500011921rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxghT21kJHGzfAFJynUo5CH5UDGoXqsX { display:block; }#LxghT21kJHGzfAFJynUo5CH5UDGoXqsX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k8EKe6QIRIUu0IHUOnodcXHiNENThvHl { width:12.4375rem;height:3.75rem;top:15.875rem;left:22.000001251698rem;display:block; }
 }@media only screen and (max-width: 763px) { #graKJxhNTRBHaU0xGPvR2kxfJiqZsxCC { display:block; }
 }@media only screen and (max-width: 763px) { #l6BoEP1HedFKcfeLtv6tZWHhSuGWZaA0 { width:12.5rem;height:6.8125rem;top:1.5937614440918rem;left:17.111979782581rem;display:block; }
 }@media only screen and (max-width: 763px) { #SvDsbzpNzJbXtmOE1WNtgIWedVoJW6bk { width:12.5rem;height:6.8125rem;top:1.5937614440918rem;left:17.111979782581rem;display:block; }
 }@media only screen and (max-width: 763px) { #vL7OUiSythef0Sf1ro38iznHEs4wPEXG { width:12.4375rem;height:3.75rem;top:15.875rem;left:22.000001251698rem;display:block; }
 }@media only screen and (max-width: 763px) { #WsWyK45fr01bKTS3Jq9Qh54KRROzrM1w { display:block; }
 }@media only screen and (max-width: 763px) { #EXTBVhOyT84Cy5TtHOU6hMfyekVRFAi4 { width:12.4375rem;height:3.75rem;top:15.875rem;left:22.000001251698rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOTt3h9A69M2g8sdXyKpg7keWot6cFCk { display:block; }
 }@media only screen and (max-width: 763px) { #xc2nioTSScLy5cRA7nT7eNuDCrUEM8Sb { width:12.5rem;height:6.8125rem;top:1.5937614440918rem;left:17.111979782581rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcTkXtzEGrGo4Lyv37mw4vMROg2S5Vf2 { width:45rem;height:4.25rem;top:1.4375rem;left:2.5937500596046rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TG4XvGRMCm5wVV3CbT9fBdRKqreJE9Zt { width:45rem;height:4.25rem;top:1.4375rem;left:2.5937500596046rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlrGeOm9syRWwrUQxb1WqF3pRzTom2eB { width:45rem;height:4.25rem;top:1.4375rem;left:2.5937500596046rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #qssCtK3vrMgREZSozWHOaGTDi4XrKRtd { display:block; }#qssCtK3vrMgREZSozWHOaGTDi4XrKRtd > .row .container { width:20rem;height:12rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VuiEVKpG56U52Wby1W0ME5v1ms2ELPsr { width:8.6875rem;height:2.4375rem;top:1.5625rem;left:5.65625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #PkLPFeFyW4DXSGvZwshNcixxFxhkzpFV { width:20rem;height:4.875rem;top:4.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr { display:block; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container { width:20rem;height:38.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cq9fcwL6e54t0uVJ1O1RTlF7KlK7nQb0 { width:17.75rem;height:12.6875rem;top:3.875rem;left:1.125rem;text-align:left;text-align-last:left;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2BRFLBFP0mBawkIpMbBxFruWG4tmuWo { width:8.5rem;height:2.25rem;top:19.4375rem;left:0.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LeEpP1nFfzwte6GpidwO9fTX7QQkOiFW { display:block; }
 }@media only screen and (max-width: 763px) { #VrU09tg3Z6Qg5TOLlyeihs3el40WzWpV { width:9.0625rem;height:2.3125rem;top:19.375rem;left:10.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xwk2zgxAN14oTl8bOKlZl81CqXvAwDOH { display:block; }
 }@media only screen and (max-width: 763px) { #UWkrlgisRpBzW08sq614TdFbe4HmQON0 { width:17.8125rem;height:15.5625rem;top:22.875rem;left:1.09375rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #E8in5XmZXbiOehpCfX35QovKCfZkbHRc { display:block; }#E8in5XmZXbiOehpCfX35QovKCfZkbHRc > .row .container { width:20rem;height:27.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZKtMIVVmeJIlk5mCuk5P8Rrg3MxhMxcD { width:20rem;height:16.5rem;top:2.90625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eu0P9QOwyeeLzA2MWTIvI87SQoEtzI2V { width:12.3125rem;height:3.75rem;top:21.375rem;left:3.84375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #azAHDAPwGQ4qSvkVfyBipf1hxz1uhhXi { display:block; }
 }@media only screen and (max-width: 763px) { #sRqrradici0zNdhtvakG6AbyBgPmmzQS { display:block; }#sRqrradici0zNdhtvakG6AbyBgPmmzQS > .row .container { width:20rem;height:53.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ks1HoD6LxksT8sCXXpkTZhDn3TORorCq { width:20rem;height:40.375rem;top:8.546875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #oF8bfmbuc0VnTqtFR1teJEhnQS9gVxAs { width:3.6875rem;height:3.1875rem;top:3.203125rem;left:8.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOgXTGa4QXlJ1rRIbqXIzXtrXEMhwvnl { display:block; }#EOgXTGa4QXlJ1rRIbqXIzXtrXEMhwvnl > .row .container { width:20rem;height:36.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ktNzZaQ8nlh2R34MhnNh76IgH31hUOTM { width:17.3125rem;height:13rem;top:3.0625rem;left:1.34375rem;text-align:left;text-align-last:left;font-size:1.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #pKubdixKeMCmysmrAHil612N7fXznhIh { width:17.75rem;height:11.375rem;top:16.625rem;left:1.625rem;text-align:left;text-align-last:left;font-size:1.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #E2A8XQQ4eHXRB38M9spsqOXnpx0XWU9Z { width:12.3125rem;height:3.75rem;top:30.375rem;left:1.34375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ud6WBBaUL6HRb1hzIyiouB4BsBZCcksR { display:block; }
 }@media only screen and (max-width: 763px) { #SrPen2q1raeyrbZKRM6tiEbT8LLSOmM1 { display:block; }#SrPen2q1raeyrbZKRM6tiEbT8LLSOmM1 > .row .container { width:20rem;height:8.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TyTCHh7TLGv4uN7bnGmRv9NT1Be9wPJi { width:15rem;height:5.0371125rem;top:1.646484375rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLLB39OFFpy4G6IQcBaH3tAVZsJqdIRR { display:block; }#NLLB39OFFpy4G6IQcBaH3tAVZsJqdIRR > .row .container { width:20rem;height:63.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fEXsqRRyvqlabqkfO4qsNOtiJMEBsn8q { width:17.75rem;height:58.4911625rem;top:2.8125rem;left:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #skbcMpD08T8cSMarPUTwl7k11wS63wgx { display:block; }#skbcMpD08T8cSMarPUTwl7k11wS63wgx > .row .container { width:20rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dVh8tVm9GCV05ms1UWxyRJvCxBHAJmds { width:17.625rem;height:8.125rem;top:2.71875rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAJCewEnJcdJIKDNeFFA3BSFLowgOmvw { display:block; }#gAJCewEnJcdJIKDNeFFA3BSFLowgOmvw > .row .container { width:20rem;height:43.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XDk4XQnZf2MipiBcVCUG9OJyCLtLTusE { width:17.75rem;height:37.694325rem;top:2.9375rem;left:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LxghT21kJHGzfAFJynUo5CH5UDGoXqsX { display:block; }#LxghT21kJHGzfAFJynUo5CH5UDGoXqsX > .row .container { width:20rem;height:56rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k8EKe6QIRIUu0IHUOnodcXHiNENThvHl { width:12.3125rem;height:3.75rem;top:13.0732421875rem;left:3.84375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #graKJxhNTRBHaU0xGPvR2kxfJiqZsxCC { display:block; }
 }@media only screen and (max-width: 763px) { #l6BoEP1HedFKcfeLtv6tZWHhSuGWZaA0 { width:17.0625rem;height:6.33691875rem;top:2.1103515625rem;left:1.46875rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SvDsbzpNzJbXtmOE1WNtgIWedVoJW6bk { width:20rem;height:6.33691875rem;top:18.9228515625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vL7OUiSythef0Sf1ro38iznHEs4wPEXG { width:12.3125rem;height:3.75rem;top:30.1357421875rem;left:3.84375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WsWyK45fr01bKTS3Jq9Qh54KRROzrM1w { display:block; }
 }@media only screen and (max-width: 763px) { #EXTBVhOyT84Cy5TtHOU6hMfyekVRFAi4 { width:12.3125rem;height:3.75rem;top:48.8232421875rem;left:3.84375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOTt3h9A69M2g8sdXyKpg7keWot6cFCk { display:block; }
 }@media only screen and (max-width: 763px) { #xc2nioTSScLy5cRA7nT7eNuDCrUEM8Sb { width:17.0625rem;height:6.33691875rem;top:36.3232421875rem;left:1.46875rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcTkXtzEGrGo4Lyv37mw4vMROg2S5Vf2 { width:12.4375rem;height:1.625rem;top:9.6357421875rem;left:3.90625rem;text-align:center;text-align-last:center;font-size:1.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #TG4XvGRMCm5wVV3CbT9fBdRKqreJE9Zt { width:11.6875rem;height:1.625rem;top:26.4482421875rem;left:4.28125rem;text-align:center;text-align-last:center;font-size:1.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #FlrGeOm9syRWwrUQxb1WqF3pRzTom2eB { width:17.6875rem;height:3.25rem;top:43.6982421875rem;left:1.15625rem;text-align:center;text-align-last:center;font-size:1.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }