.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,249,222;--color-primary-1:255,236,146;--color-primary-2:254,217,37;--color-primary-3:127,109,19;--color-primary-4:38,33,6;--color-secondary-0:217,219,221;--color-secondary-1:130,134,142;--color-secondary-2:4,13,29;--color-secondary-3:2,7,15;--color-secondary-4:1,2,4;--color-tertiary-0:255,255,255;--color-tertiary-1:244,244,244;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Raleway";--paragraphs-font-family:"Raleway"; }@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-4),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); }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b06441c2-15ee-4c73-a949-ed3fa1e9f0be/TS_Homepage_Safetek_BG_TR.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:fixed;background-size:contain !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; }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn.adaptive-delivery-prevent-bg, #rSOeuSfXgUJcsfM1OxGbee101fKRfzGn.lazyload, #rSOeuSfXgUJcsfM1OxGbee101fKRfzGn.lazyloading { background-image: none; }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn > .row .container { background-color: transparent; background-image: none; }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.4); }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn > .row .container > .video-iframe-container { display: none; }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.4); }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn > .row > .video-iframe-container { display: none; }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn > .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); }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn > .row .container { border-width: 0; border-radius: 0; }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn > .row .container { font-size:0.875rem;font-family:arial;height:63.1875rem;width:60rem;position:relative;display:block; }#WBzfeL316X9HfFz1GSfTIThZnUEkXAiE { 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:7.5rem;width:20.99975rem;top:2.9986572265625rem;left:3.9935302734375rem;overflow:hidden;display:block; }
#rfE10Ao8CmpMq74rGd8L5UEcnCybh2T2 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:5.89599609375rem;left:41.912841796875rem;height:1.70605625rem;font-style:normal;display:block; }
#Qkax5z79bScpIBsgMRDGAgh3IuyU8WFG { box-sizing:content-box;height:2.8125rem;width:49.6875rem;position:absolute;display:block;z-index:15013;background-color:#e3e3e3;background-image:none;top:5.3736572265625rem;left:39.6875rem;display:block; }
#F9C7FUpziGD0CmAA5Jg2G7ZRT5lBIUqv { color:rgba(var(--color-tertiary-4),1);display:block;width:24.4370403125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:15.864658355713rem;left:32.684511184692rem;height:2.4743625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#b4UDJ2WFKwrTFuL5LZCeSBxo88T3umCH .widget-form-header {  }
#b4UDJ2WFKwrTFuL5LZCeSBxo88T3umCH .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.75rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:24.125rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left;line-height:1; }
#b4UDJ2WFKwrTFuL5LZCeSBxo88T3umCH .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:24.125rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#b4UDJ2WFKwrTFuL5LZCeSBxo88T3umCH .widget-input-text {padding-top: 0; padding-bottom: 0;}#b4UDJ2WFKwrTFuL5LZCeSBxo88T3umCH .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:24.125rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#b4UDJ2WFKwrTFuL5LZCeSBxo88T3umCH .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:24.125rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#b4UDJ2WFKwrTFuL5LZCeSBxo88T3umCH .widget-input-select {padding-top: 0; padding-bottom: 0;}#b4UDJ2WFKwrTFuL5LZCeSBxo88T3umCH .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#b4UDJ2WFKwrTFuL5LZCeSBxo88T3umCH .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#b4UDJ2WFKwrTFuL5LZCeSBxo88T3umCH .widget-input-button { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#f2f9ff;width:24.125rem;height:4.0625rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: none; }
#b4UDJ2WFKwrTFuL5LZCeSBxo88T3umCH [class*="-text"]:-moz-placeholder { color:#161616;font-family:"open sans";font-size:0.875rem; }
#b4UDJ2WFKwrTFuL5LZCeSBxo88T3umCH [class*="-text"]::-moz-placeholder { color:#161616;font-family:"open sans";font-size:0.875rem; }
#b4UDJ2WFKwrTFuL5LZCeSBxo88T3umCH [class*="-text"]:-ms-input-placeholder { color:#161616;font-family:"open sans";font-size:0.875rem; }
#b4UDJ2WFKwrTFuL5LZCeSBxo88T3umCH [class*="-text"]::-webkit-input-placeholder { color:#161616;font-family:"open sans";font-size:0.875rem; }
#b4UDJ2WFKwrTFuL5LZCeSBxo88T3umCH .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.6875rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:22.9375rem;overflow:hidden;font-style:normal;float:none; }
#b4UDJ2WFKwrTFuL5LZCeSBxo88T3umCH .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#b4UDJ2WFKwrTFuL5LZCeSBxo88T3umCH .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5;float:none; }
#b4UDJ2WFKwrTFuL5LZCeSBxo88T3umCH .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#b4UDJ2WFKwrTFuL5LZCeSBxo88T3umCH .widget-container:first-of-type{padding-top:0;}#b4UDJ2WFKwrTFuL5LZCeSBxo88T3umCH .widget-container:last-of-type{padding-bottom:0;}#b4UDJ2WFKwrTFuL5LZCeSBxo88T3umCH  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:24.125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:31.58935546875rem;top:22.998046875rem;z-index:15019;position:absolute;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem; }
#b4UDJ2WFKwrTFuL5LZCeSBxo88T3umCH .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:24.125rem;display:block;vertical-align:top; }
#b4UDJ2WFKwrTFuL5LZCeSBxo88T3umCH .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.6875rem;line-height:1.3;font-weight:400;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#b4UDJ2WFKwrTFuL5LZCeSBxo88T3umCH {display:block;}#b4UDJ2WFKwrTFuL5LZCeSBxo88T3umCH { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:24.125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:31.58935546875rem;top:22.998046875rem;z-index:15019;position:absolute;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem; }
#b4UDJ2WFKwrTFuL5LZCeSBxo88T3umCH #b6LOAXXxfZIVMOCyrIhCKkmNz4AKqrQM { position:relative; }
#b4UDJ2WFKwrTFuL5LZCeSBxo88T3umCH #mqV1nsS4X4Su2mGEMKkikQWQQA5i7Lrl { position:relative;display:none; }
#b4UDJ2WFKwrTFuL5LZCeSBxo88T3umCH #mhEaxJPoSMCWya7kXNvIx5lJA2PZetGG { position:relative; }
#b4UDJ2WFKwrTFuL5LZCeSBxo88T3umCH #l216i2wbKme8KguyAsCh6hP5SWTMXTMG { position:relative; }
#b4UDJ2WFKwrTFuL5LZCeSBxo88T3umCH #WsVpNoLESLUCuGo7v9fE3JMnTSKkGrCq { position:relative;display:none; }
#b4UDJ2WFKwrTFuL5LZCeSBxo88T3umCH #i23f6FmhQd0ACkpn0SXDK3rOfeuCBW5E { position:relative; }
#b4UDJ2WFKwrTFuL5LZCeSBxo88T3umCH #kxmPxhDiwKR8viUQIfK4q3rKrBcBwRtA { position:relative; }
#b4UDJ2WFKwrTFuL5LZCeSBxo88T3umCH #X6yBKU1ztdiUszTbwPbOhA5oGRapsJGq { position:relative;display:none; }
#b4UDJ2WFKwrTFuL5LZCeSBxo88T3umCH #DWTqPsFq2cZaZ9ZyziTizr3HIpVbLS6T { position:relative; }
#b4UDJ2WFKwrTFuL5LZCeSBxo88T3umCH #Bczrxb98UAF4bhCLbaDXgLliJ6B18qpi { position:relative; }
#b4UDJ2WFKwrTFuL5LZCeSBxo88T3umCH #yEpVq9evWnU7IeWWVGFfztpybqQ5dNOX { position:relative;display:none; }
#b4UDJ2WFKwrTFuL5LZCeSBxo88T3umCH #Q0Hb71RDGXQBTucHpJ8xbBzrEI8l0Hsq { position:relative; }
#b4UDJ2WFKwrTFuL5LZCeSBxo88T3umCH #H464Akpld3bqwXxREAxeiwMKqeqQaeoJ { position:relative; }
#b4UDJ2WFKwrTFuL5LZCeSBxo88T3umCH #b1J845uVFVD9r9e2XlBBOkIzVqvD7C6o { position:relative;display:none; }
#b4UDJ2WFKwrTFuL5LZCeSBxo88T3umCH #XpqLUvCdVXOxkPRJrcLmtO9afBv5sWrR { position:relative; }
#b4UDJ2WFKwrTFuL5LZCeSBxo88T3umCH #rPcgeLloERfGBktuRFuzwWWiopEsw9QN { position:relative; }
#b4UDJ2WFKwrTFuL5LZCeSBxo88T3umCH #VAFDG9BOHN6dud8VXtPGWcPlxyVgbOp9 { position:relative;display:none; }
#b4UDJ2WFKwrTFuL5LZCeSBxo88T3umCH #lTTTnAl7vy6WQlfZ7NvoZIH697zfwDK2 { position:relative; }
#b4UDJ2WFKwrTFuL5LZCeSBxo88T3umCH #BSTZMRXUixZ8u6ouMB0ryyI8c0qNTtTc { position:relative; }
#b4UDJ2WFKwrTFuL5LZCeSBxo88T3umCH #uk1W0f6N8eN8ANBMe8oiJt2tbZGOGFtb { position:relative;display:none; }
#b4UDJ2WFKwrTFuL5LZCeSBxo88T3umCH #ZRkO3JkFCmSwE3tp4rlHlNRSTBexJhIW { position:relative; }
#b4UDJ2WFKwrTFuL5LZCeSBxo88T3umCH #VUdw7i65HGOF9KeXg2MiKON5XXqXqPoR { position:relative; }
#b4UDJ2WFKwrTFuL5LZCeSBxo88T3umCH #nSWqFeDDUHzwixxxbuG5ekOP5CEUocXX { position:relative; }
#SK1OlLV51Hzlp7AUIeSVSk5l1b9pSbxf { box-sizing:content-box;height:42.75rem;width:27.1875rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-2),1);background-image:none;top:14.259178161621rem;left:31.309282302856rem;display:block; }
#oezXZhn4KgnKV6eWoC7DdfwC9WXUIC0G { color:rgba(var(--color-secondary-2),1);display:block;width:17.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:18.8701171875rem;left:35.96484375rem;height:2.99926875rem;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; }
#bEZIUTURHkQdZ4CGCa4BWtUqPf1qWaA2 { color:rgba(var(--color-tertiary-0),1);display:block;width:27.561625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:400;z-index:15001;line-height:1.5;letter-spacing:0;top:41.477661132812rem;left:1.494140625rem;height:10.4980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#OW7qsnW1ZCDU7AaN5m6eWcTJuNMfDU86 { position:absolute;display:block;z-index:15027;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;height:5.68664375rem;width:12.311375rem;top:55.695190429688rem;left:1.494140625rem;overflow:hidden;display:block; }
#C0CRkv7T8AJAFFKOTblIKefv91uycFnA { color:rgba(var(--color-tertiary-0),1);display:block;width:28.312375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:15.8642578125rem;left:1.494140625rem;height:20.69825rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#CSyOEgKWzTpvud8VqVVZNSyETHaCqqbU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/uc/b06441c2-15ee-4c73-a949-ed3fa1e9f0be/TS_Homepage_Safetek_BG_TR.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !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; }#CSyOEgKWzTpvud8VqVVZNSyETHaCqqbU.adaptive-delivery-prevent-bg, #CSyOEgKWzTpvud8VqVVZNSyETHaCqqbU.lazyload, #CSyOEgKWzTpvud8VqVVZNSyETHaCqqbU.lazyloading { background-image: none; }#CSyOEgKWzTpvud8VqVVZNSyETHaCqqbU > .row .container { background-color: transparent; background-image: none; }#CSyOEgKWzTpvud8VqVVZNSyETHaCqqbU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CSyOEgKWzTpvud8VqVVZNSyETHaCqqbU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CSyOEgKWzTpvud8VqVVZNSyETHaCqqbU > .row .container > .video-iframe-container { display: none; }#CSyOEgKWzTpvud8VqVVZNSyETHaCqqbU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CSyOEgKWzTpvud8VqVVZNSyETHaCqqbU > .row > .video-iframe-container { display: none; }#CSyOEgKWzTpvud8VqVVZNSyETHaCqqbU > .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); }#CSyOEgKWzTpvud8VqVVZNSyETHaCqqbU > .row .container { border-width: 0; border-radius: 0; }#CSyOEgKWzTpvud8VqVVZNSyETHaCqqbU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CSyOEgKWzTpvud8VqVVZNSyETHaCqqbU > .row .container { font-size:0.875rem;font-family:arial;height:96.25rem;width:60rem;position:relative;display:block; }#TkNqHRJ7KTJkyHz4mvSP6ooJHZneWtgJ { background-color:rgba(var(--color-tertiary-1),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-tertiary-4),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:38.4375rem;height:3.2495125rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:87.999267578125rem;left:12.811279296875rem;display:block; }
#RURF9iRZCoChp8HEbrxrgKuTIGTzMmbJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#W1JQeUuZ8abmuApKv4CquBuVAB8Twt2y { color:rgba(var(--color-tertiary-0),1);display:block;width:55.874rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:3.00537109375rem;left:2.0623779296875rem;height:7.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CGLFG7Vr90SJ4Tg9puX9ubCxiuDfG552 { 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:68.3125rem;width:59.937125rem;top:13.455810546875rem;left:0rem;overflow:hidden;display:block; }
#NSHESBG1DtQE2AgEt4kFhyzvDAhZ6eUN { 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; }#NSHESBG1DtQE2AgEt4kFhyzvDAhZ6eUN > .row .container { background-color: transparent; background-image: none; }#NSHESBG1DtQE2AgEt4kFhyzvDAhZ6eUN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NSHESBG1DtQE2AgEt4kFhyzvDAhZ6eUN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NSHESBG1DtQE2AgEt4kFhyzvDAhZ6eUN > .row .container > .video-iframe-container { display: none; }#NSHESBG1DtQE2AgEt4kFhyzvDAhZ6eUN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NSHESBG1DtQE2AgEt4kFhyzvDAhZ6eUN > .row > .video-iframe-container { display: none; }#NSHESBG1DtQE2AgEt4kFhyzvDAhZ6eUN > .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); }#NSHESBG1DtQE2AgEt4kFhyzvDAhZ6eUN > .row .container { border-width: 0; border-radius: 0; }#NSHESBG1DtQE2AgEt4kFhyzvDAhZ6eUN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NSHESBG1DtQE2AgEt4kFhyzvDAhZ6eUN > .row .container { font-size:0.875rem;font-family:arial;height:71.4375rem;width:60rem;position:relative;display:block; }#ccwasnQDEG1MDFSw51nLQiffwbfgGx9T { color:rgba(var(--color-tertiary-0),1);display:block;width:51.6865806875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.0625rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:5.5606536865234rem;left:4.1567096710205rem;height:6.7373125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZAElFTolRz1TNuVvVTIICbNNPkHbXwoM { position:absolute;display:block;z-index:15004;height:50rem;width:56.625rem;top:16.3125rem;left:1.6875rem;display:block; }
#eTR4HpPxQUnBCFM2zSwsHxhsRC0TJKO3 { 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; }#eTR4HpPxQUnBCFM2zSwsHxhsRC0TJKO3 > .row .container { background-color: transparent; background-image: none; }#eTR4HpPxQUnBCFM2zSwsHxhsRC0TJKO3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eTR4HpPxQUnBCFM2zSwsHxhsRC0TJKO3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eTR4HpPxQUnBCFM2zSwsHxhsRC0TJKO3 > .row .container > .video-iframe-container { display: none; }#eTR4HpPxQUnBCFM2zSwsHxhsRC0TJKO3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eTR4HpPxQUnBCFM2zSwsHxhsRC0TJKO3 > .row > .video-iframe-container { display: none; }#eTR4HpPxQUnBCFM2zSwsHxhsRC0TJKO3 > .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); }#eTR4HpPxQUnBCFM2zSwsHxhsRC0TJKO3 > .row .container { border-width: 0; border-radius: 0; }#eTR4HpPxQUnBCFM2zSwsHxhsRC0TJKO3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eTR4HpPxQUnBCFM2zSwsHxhsRC0TJKO3 > .row .container { font-size:0.875rem;font-family:arial;height:35.8125rem;width:60rem;position:relative;display:block; }#PMVfDX5T9xyWVHxGC2BBvHFvLaEeflL0 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:16.1868095625rem;width:28.9993095625rem;top:8.75rem;left:1.625rem;display:block; }
#QVTo7ZMsBuFzEgBoK4GWtDi2kGIgDATk { color:rgba(var(--color-secondary-2),1);display:block;width:25.5618095625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15001;line-height:.9;letter-spacing:0;top:3.6875rem;left:1.625rem;height:1.91223125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#N3740k9suoZFCXgrDBaPJDa0Mg3gTlQu { color:rgba(var(--color-secondary-2),1);display:block;width:26.1245rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.8;letter-spacing:0;top:10.76806640625rem;left:32.05908203125rem;height:12.1472rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iMVBi3RO9TLm9DGRgZ5h8XvyFQCPCk3x { background-color:rgba(var(--color-tertiary-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-tertiary-4),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:38.4375rem;height:3.75rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:28.68359375rem;left:10.78125rem;display:block; }
#TagnvxLTRr3TIlcfosVKtfCuLlmgdCh9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fWxINuwI3owIOF61udpGHTOwd5lnbufx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d4d4d4;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; }#fWxINuwI3owIOF61udpGHTOwd5lnbufx > .row .container { background-color: transparent; background-image: none; }#fWxINuwI3owIOF61udpGHTOwd5lnbufx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fWxINuwI3owIOF61udpGHTOwd5lnbufx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fWxINuwI3owIOF61udpGHTOwd5lnbufx > .row .container > .video-iframe-container { display: none; }#fWxINuwI3owIOF61udpGHTOwd5lnbufx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fWxINuwI3owIOF61udpGHTOwd5lnbufx > .row > .video-iframe-container { display: none; }#fWxINuwI3owIOF61udpGHTOwd5lnbufx > .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); }#fWxINuwI3owIOF61udpGHTOwd5lnbufx > .row .container { border-width: 0; border-radius: 0; }#fWxINuwI3owIOF61udpGHTOwd5lnbufx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fWxINuwI3owIOF61udpGHTOwd5lnbufx > .row .container { font-size:0.875rem;font-family:arial;height:57.5625rem;width:60rem;position:relative;display:block; }#pVcZSOOT2VUooD8IZ9qT6okarE7eisJT { color:rgba(var(--color-tertiary-4),1);display:block;width:53.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.0625rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:5.5615234375rem;left:3.21875rem;height:3.36865rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eSXLfnkiglG1TEal6Z6U9RQ8SvU2Ld8r .widget-form-header {  }
#eSXLfnkiglG1TEal6Z6U9RQ8SvU2Ld8r .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.75rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:38.5625rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left;line-height:1; }
#eSXLfnkiglG1TEal6Z6U9RQ8SvU2Ld8r .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:38.5625rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#eSXLfnkiglG1TEal6Z6U9RQ8SvU2Ld8r .widget-input-text {padding-top: 0; padding-bottom: 0;}#eSXLfnkiglG1TEal6Z6U9RQ8SvU2Ld8r .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:38.5625rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#eSXLfnkiglG1TEal6Z6U9RQ8SvU2Ld8r .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:38.5625rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#eSXLfnkiglG1TEal6Z6U9RQ8SvU2Ld8r .widget-input-select {padding-top: 0; padding-bottom: 0;}#eSXLfnkiglG1TEal6Z6U9RQ8SvU2Ld8r .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#eSXLfnkiglG1TEal6Z6U9RQ8SvU2Ld8r .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#eSXLfnkiglG1TEal6Z6U9RQ8SvU2Ld8r .widget-input-button { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#f2f9ff;width:38.5625rem;height:4.0625rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: none; }
#eSXLfnkiglG1TEal6Z6U9RQ8SvU2Ld8r [class*="-text"]:-moz-placeholder { color:#161616;font-family:"open sans";font-size:0.875rem; }
#eSXLfnkiglG1TEal6Z6U9RQ8SvU2Ld8r [class*="-text"]::-moz-placeholder { color:#161616;font-family:"open sans";font-size:0.875rem; }
#eSXLfnkiglG1TEal6Z6U9RQ8SvU2Ld8r [class*="-text"]:-ms-input-placeholder { color:#161616;font-family:"open sans";font-size:0.875rem; }
#eSXLfnkiglG1TEal6Z6U9RQ8SvU2Ld8r [class*="-text"]::-webkit-input-placeholder { color:#161616;font-family:"open sans";font-size:0.875rem; }
#eSXLfnkiglG1TEal6Z6U9RQ8SvU2Ld8r .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.6875rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:37.375rem;overflow:hidden;font-style:normal;float:none; }
#eSXLfnkiglG1TEal6Z6U9RQ8SvU2Ld8r .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#eSXLfnkiglG1TEal6Z6U9RQ8SvU2Ld8r .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5;float:none; }
#eSXLfnkiglG1TEal6Z6U9RQ8SvU2Ld8r .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#eSXLfnkiglG1TEal6Z6U9RQ8SvU2Ld8r .widget-container:first-of-type{padding-top:0;}#eSXLfnkiglG1TEal6Z6U9RQ8SvU2Ld8r .widget-container:last-of-type{padding-bottom:0;}#eSXLfnkiglG1TEal6Z6U9RQ8SvU2Ld8r  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:38.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:9.46875rem;top:14.8212890625rem;z-index:15016;position:absolute;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem; }
#eSXLfnkiglG1TEal6Z6U9RQ8SvU2Ld8r .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:38.5625rem;display:block;vertical-align:top; }
#eSXLfnkiglG1TEal6Z6U9RQ8SvU2Ld8r .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.6875rem;line-height:1.3;font-weight:400;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#eSXLfnkiglG1TEal6Z6U9RQ8SvU2Ld8r {display:block;}#eSXLfnkiglG1TEal6Z6U9RQ8SvU2Ld8r { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:38.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:9.46875rem;top:14.8212890625rem;z-index:15016;position:absolute;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem; }
#eSXLfnkiglG1TEal6Z6U9RQ8SvU2Ld8r #yACC8NDvM8ELDQmdv5oGlAD8RWw9I3Du { position:relative; }
#eSXLfnkiglG1TEal6Z6U9RQ8SvU2Ld8r #iKLaLBFolsTpLrTypw22Bo2TKTJ9D8P7 { position:relative;display:none; }
#eSXLfnkiglG1TEal6Z6U9RQ8SvU2Ld8r #V66zhF8wUSKF38yKepC8WcQAvILozrAn { position:relative; }
#eSXLfnkiglG1TEal6Z6U9RQ8SvU2Ld8r #M0R74fMwPF8FiqTU3XD27fx1RUmrUDgM { position:relative; }
#eSXLfnkiglG1TEal6Z6U9RQ8SvU2Ld8r #wzoLsRmCDMcT4Rf8NLAcfM4Cs1cChwbH { position:relative;display:none; }
#eSXLfnkiglG1TEal6Z6U9RQ8SvU2Ld8r #f4cp3VdJG9EhFnmCFZodrXzmfGNzVpfw { position:relative; }
#eSXLfnkiglG1TEal6Z6U9RQ8SvU2Ld8r #MfkRWMk0ZQLPyhdF618bfGfe9OFUC7TU { position:relative; }
#eSXLfnkiglG1TEal6Z6U9RQ8SvU2Ld8r #fo00bvBUQOGIOpQ0SZmQqTxeqWLfPVCb { position:relative;display:none; }
#eSXLfnkiglG1TEal6Z6U9RQ8SvU2Ld8r #iz75tRq8iucXlRVqFyXAumtGdrNAsEaO { position:relative; }
#eSXLfnkiglG1TEal6Z6U9RQ8SvU2Ld8r #ZOIKsspJBLCDvH7nhPg1H9A5F4hsIyHg { position:relative; }
#eSXLfnkiglG1TEal6Z6U9RQ8SvU2Ld8r #UJfTAZDf58b1PbasGkdxXboQpug4TR2d { position:relative;display:none; }
#eSXLfnkiglG1TEal6Z6U9RQ8SvU2Ld8r #QfMWwAF0omkav0BzmCOfZhzI5PGVbKbw { position:relative; }
#eSXLfnkiglG1TEal6Z6U9RQ8SvU2Ld8r #WNtl8tU7gXrnCOmm5uxzcaw0OCNgfhIm { position:relative; }
#eSXLfnkiglG1TEal6Z6U9RQ8SvU2Ld8r #oMxwBwbxLm4D7J2Eag0A8gVibb2QHrf2 { position:relative;display:none; }
#eSXLfnkiglG1TEal6Z6U9RQ8SvU2Ld8r #uS0otQUKwXQ8DSxK4H6emNQkbkBBEqRd { position:relative; }
#eSXLfnkiglG1TEal6Z6U9RQ8SvU2Ld8r #LfTy1OKIZTscc0gCnizpDDltkLGqfQfZ { position:relative; }
#eSXLfnkiglG1TEal6Z6U9RQ8SvU2Ld8r #oAnXFAw1gydRTT7goKUwpuylmDxKJmaV { position:relative;display:none; }
#eSXLfnkiglG1TEal6Z6U9RQ8SvU2Ld8r #ivgsGqfeypmhUBkubKa4XK26ZR9M9kyu { position:relative; }
#eSXLfnkiglG1TEal6Z6U9RQ8SvU2Ld8r #NaNK2e38ufxb28415AWm9OCcHKepXdeS { position:relative; }
#eSXLfnkiglG1TEal6Z6U9RQ8SvU2Ld8r #UXlPE1hdQCkn0kFV3ipZ6KOGvXoMMmbw { position:relative;display:none; }
#eSXLfnkiglG1TEal6Z6U9RQ8SvU2Ld8r #qWWEsU4RQ0TdwK2VJNGWofhGIgXXcFen { position:relative; }
#eSXLfnkiglG1TEal6Z6U9RQ8SvU2Ld8r #ckGB5O7BmIlEKMUmxM6mpApAOJhi5Av7 { position:relative; }
#eSXLfnkiglG1TEal6Z6U9RQ8SvU2Ld8r #bJ4etBL648x8ccW4hlIQtT5iQuUw60TK { position:relative; }
#uSH8tO716i0QXIDZc6mQ2TQWuFafcIEU { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-tertiary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-tertiary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-tertiary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-tertiary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='rgba(var(--color-tertiary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='rgba(var(--color-tertiary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-tertiary-2),1));background-size:initial !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#uSH8tO716i0QXIDZc6mQ2TQWuFafcIEU > .row .container { background-color: transparent; background-image: none; }#uSH8tO716i0QXIDZc6mQ2TQWuFafcIEU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uSH8tO716i0QXIDZc6mQ2TQWuFafcIEU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uSH8tO716i0QXIDZc6mQ2TQWuFafcIEU > .row .container > .video-iframe-container { display: none; }#uSH8tO716i0QXIDZc6mQ2TQWuFafcIEU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uSH8tO716i0QXIDZc6mQ2TQWuFafcIEU > .row > .video-iframe-container { display: none; }#uSH8tO716i0QXIDZc6mQ2TQWuFafcIEU > .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); }#uSH8tO716i0QXIDZc6mQ2TQWuFafcIEU > .row .container { border-width: 0; border-radius: 0; }#uSH8tO716i0QXIDZc6mQ2TQWuFafcIEU > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#uSH8tO716i0QXIDZc6mQ2TQWuFafcIEU > .row .container { font-size:0.875rem;font-family:arial;height:36.0625rem;width:60rem;overflow:visible;position:relative;display:block; }#bUlQgMZBH1QwgHrOSIzFgy8318WXxTDO { 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:7.125rem;width:20.3125rem;top:3.1142578125rem;left:1.9365234375rem;overflow:hidden;display:block; }
#GOT8QssWTe90NM2qORRIKMnX0kqKdJkc { color:rgba(var(--color-tertiary-0),1);display:block;width:16.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:14.2392578125rem;left:21.6875rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#JpwRduVHtef37AIvNR4xOqZom3xkWCdK { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.125rem;width:7.6875rem;top:21.3642578125rem;left:3.7490234375rem;overflow:hidden;display:block; }
#IdNQdMPQmZBPECT04P0UTbfeSXQxlhCw { position:absolute;display:block;z-index:15021;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.3125rem;width:8.5rem;top:21.3642578125rem;left:47.8125rem;overflow:hidden;display:block; }
#ufmuC1bU2TytOoqrgoESSAZ66BBcvlJF { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:5.6201171875rem;left:42.96875rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QIwMeld3mUTX5poSproEBLtycETqwJTm { position:absolute;display:block;z-index:15026;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;height:6.5rem;width:13.9375rem;top:25.6767578125rem;left:23.03125rem;overflow:hidden;display:block; }
#snIaGt4ewTu3ukCJ8pZgIG0ECXtTRLob { 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; }#snIaGt4ewTu3ukCJ8pZgIG0ECXtTRLob > .row .container { background-color: transparent; background-image: none; }#snIaGt4ewTu3ukCJ8pZgIG0ECXtTRLob::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#snIaGt4ewTu3ukCJ8pZgIG0ECXtTRLob > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#snIaGt4ewTu3ukCJ8pZgIG0ECXtTRLob > .row .container > .video-iframe-container { display: none; }#snIaGt4ewTu3ukCJ8pZgIG0ECXtTRLob > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#snIaGt4ewTu3ukCJ8pZgIG0ECXtTRLob > .row > .video-iframe-container { display: none; }#snIaGt4ewTu3ukCJ8pZgIG0ECXtTRLob > .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); }#snIaGt4ewTu3ukCJ8pZgIG0ECXtTRLob > .row .container { border-width: 0; border-radius: 0; }#snIaGt4ewTu3ukCJ8pZgIG0ECXtTRLob > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#snIaGt4ewTu3ukCJ8pZgIG0ECXtTRLob > .row .container { font-size:0.875rem;font-family:arial;height:5.8125rem;width:60rem;position:relative;display:block; }#MWx2VfZwoKnBdMstBZcMHwUdMDTWQgdU { color:rgba(var(--color-tertiary-0),0.8);display:block;width:57.062375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15005;line-height:1.7;letter-spacing:0;top:1.630859375rem;left:1.468505859375rem;height:2.55005rem;font-style:normal;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) { #rSOeuSfXgUJcsfM1OxGbee101fKRfzGn { display:block; }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WBzfeL316X9HfFz1GSfTIThZnUEkXAiE { top:2.9375rem;left:0rem;width:20.9375rem;height:7.4777675924713rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfE10Ao8CmpMq74rGd8L5UEcnCybh2T2 { top:5.875rem;left:35.25rem;width:12.5rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qkax5z79bScpIBsgMRDGAgh3IuyU8WFG { top:5.3125rem;left:0rem;width:47.75rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9C7FUpziGD0CmAA5Jg2G7ZRT5lBIUqv { width:24.375rem;height:2.4375rem;top:15.8125rem;left:23.375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4UDJ2WFKwrTFuL5LZCeSBxo88T3umCH .widget-regular-label { display:block;width:24.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#b4UDJ2WFKwrTFuL5LZCeSBxo88T3umCH .widget-input-text { width:24.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#b4UDJ2WFKwrTFuL5LZCeSBxo88T3umCH .widget-input-text {padding-top: 0; padding-bottom: 0;}#b4UDJ2WFKwrTFuL5LZCeSBxo88T3umCH .widget-textarea { width:24.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#b4UDJ2WFKwrTFuL5LZCeSBxo88T3umCH .widget-input-select { width:24.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#b4UDJ2WFKwrTFuL5LZCeSBxo88T3umCH .widget-input-select {padding-top: 0; padding-bottom: 0;}#b4UDJ2WFKwrTFuL5LZCeSBxo88T3umCH .widget-input-button { width:24.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#b4UDJ2WFKwrTFuL5LZCeSBxo88T3umCH .widget-checkbox-label { width:22.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#b4UDJ2WFKwrTFuL5LZCeSBxo88T3umCH  { width:24.125rem;height:auto;top:22.9375rem;left:21.125rem; }
#b4UDJ2WFKwrTFuL5LZCeSBxo88T3umCH .radio-container { width:24.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#b4UDJ2WFKwrTFuL5LZCeSBxo88T3umCH {display:block;}#b4UDJ2WFKwrTFuL5LZCeSBxo88T3umCH { width:24.125rem;height:auto;top:22.9375rem;left:21.125rem; }
 }@media only screen and (max-width: 763px) { #b4UDJ2WFKwrTFuL5LZCeSBxo88T3umCH #b6LOAXXxfZIVMOCyrIhCKkmNz4AKqrQM {  }
 }@media only screen and (max-width: 763px) { #b4UDJ2WFKwrTFuL5LZCeSBxo88T3umCH #mqV1nsS4X4Su2mGEMKkikQWQQA5i7Lrl { display:block; }
 }@media only screen and (max-width: 763px) { #b4UDJ2WFKwrTFuL5LZCeSBxo88T3umCH #mhEaxJPoSMCWya7kXNvIx5lJA2PZetGG {  }
 }@media only screen and (max-width: 763px) { #b4UDJ2WFKwrTFuL5LZCeSBxo88T3umCH #l216i2wbKme8KguyAsCh6hP5SWTMXTMG {  }
 }@media only screen and (max-width: 763px) { #b4UDJ2WFKwrTFuL5LZCeSBxo88T3umCH #WsVpNoLESLUCuGo7v9fE3JMnTSKkGrCq { display:block; }
 }@media only screen and (max-width: 763px) { #b4UDJ2WFKwrTFuL5LZCeSBxo88T3umCH #i23f6FmhQd0ACkpn0SXDK3rOfeuCBW5E {  }
 }@media only screen and (max-width: 763px) { #b4UDJ2WFKwrTFuL5LZCeSBxo88T3umCH #kxmPxhDiwKR8viUQIfK4q3rKrBcBwRtA {  }
 }@media only screen and (max-width: 763px) { #b4UDJ2WFKwrTFuL5LZCeSBxo88T3umCH #X6yBKU1ztdiUszTbwPbOhA5oGRapsJGq { display:block; }
 }@media only screen and (max-width: 763px) { #b4UDJ2WFKwrTFuL5LZCeSBxo88T3umCH #DWTqPsFq2cZaZ9ZyziTizr3HIpVbLS6T {  }
 }@media only screen and (max-width: 763px) { #b4UDJ2WFKwrTFuL5LZCeSBxo88T3umCH #Bczrxb98UAF4bhCLbaDXgLliJ6B18qpi {  }
 }@media only screen and (max-width: 763px) { #b4UDJ2WFKwrTFuL5LZCeSBxo88T3umCH #yEpVq9evWnU7IeWWVGFfztpybqQ5dNOX {  }
 }@media only screen and (max-width: 763px) { #b4UDJ2WFKwrTFuL5LZCeSBxo88T3umCH #Q0Hb71RDGXQBTucHpJ8xbBzrEI8l0Hsq {  }
 }@media only screen and (max-width: 763px) { #b4UDJ2WFKwrTFuL5LZCeSBxo88T3umCH #H464Akpld3bqwXxREAxeiwMKqeqQaeoJ {  }
 }@media only screen and (max-width: 763px) { #b4UDJ2WFKwrTFuL5LZCeSBxo88T3umCH #b1J845uVFVD9r9e2XlBBOkIzVqvD7C6o {  }
 }@media only screen and (max-width: 763px) { #b4UDJ2WFKwrTFuL5LZCeSBxo88T3umCH #XpqLUvCdVXOxkPRJrcLmtO9afBv5sWrR {  }
 }@media only screen and (max-width: 763px) { #b4UDJ2WFKwrTFuL5LZCeSBxo88T3umCH #rPcgeLloERfGBktuRFuzwWWiopEsw9QN {  }
 }@media only screen and (max-width: 763px) { #b4UDJ2WFKwrTFuL5LZCeSBxo88T3umCH #VAFDG9BOHN6dud8VXtPGWcPlxyVgbOp9 {  }
 }@media only screen and (max-width: 763px) { #b4UDJ2WFKwrTFuL5LZCeSBxo88T3umCH #lTTTnAl7vy6WQlfZ7NvoZIH697zfwDK2 {  }
 }@media only screen and (max-width: 763px) { #b4UDJ2WFKwrTFuL5LZCeSBxo88T3umCH #BSTZMRXUixZ8u6ouMB0ryyI8c0qNTtTc {  }
 }@media only screen and (max-width: 763px) { #b4UDJ2WFKwrTFuL5LZCeSBxo88T3umCH #uk1W0f6N8eN8ANBMe8oiJt2tbZGOGFtb {  }
 }@media only screen and (max-width: 763px) { #b4UDJ2WFKwrTFuL5LZCeSBxo88T3umCH #ZRkO3JkFCmSwE3tp4rlHlNRSTBexJhIW {  }
 }@media only screen and (max-width: 763px) { #b4UDJ2WFKwrTFuL5LZCeSBxo88T3umCH #VUdw7i65HGOF9KeXg2MiKON5XXqXqPoR {  }
 }@media only screen and (max-width: 763px) { #b4UDJ2WFKwrTFuL5LZCeSBxo88T3umCH #nSWqFeDDUHzwixxxbuG5ekOP5CEUocXX {  }
 }@media only screen and (max-width: 763px) { #SK1OlLV51Hzlp7AUIeSVSk5l1b9pSbxf { top:14.25rem;left:20.5625rem;width:27.1875rem;height:42.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oezXZhn4KgnKV6eWoC7DdfwC9WXUIC0G { width:17.8125rem;height:2.9375rem;top:18.8125rem;left:29.83935546875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEZIUTURHkQdZ4CGCa4BWtUqPf1qWaA2 { width:27.5rem;height:10.4375rem;top:41.4375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OW7qsnW1ZCDU7AaN5m6eWcTJuNMfDU86 { top:55.6875rem;left:0rem;width:12.25rem;height:5.6582945396026rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0CRkv7T8AJAFFKOTblIKefv91uycFnA { width:28.25rem;height:20.6875rem;top:15.8125rem;left:0rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSyOEgKWzTpvud8VqVVZNSyETHaCqqbU { display:block; }#CSyOEgKWzTpvud8VqVVZNSyETHaCqqbU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TkNqHRJ7KTJkyHz4mvSP6ooJHZneWtgJ { width:38.4375rem;height:3.1875rem;top:87.9375rem;left:6.686279296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RURF9iRZCoChp8HEbrxrgKuTIGTzMmbJ { display:block; }
 }@media only screen and (max-width: 763px) { #W1JQeUuZ8abmuApKv4CquBuVAB8Twt2y { width:47.75rem;height:7.5rem;top:3rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGLFG7Vr90SJ4Tg9puX9ubCxiuDfG552 { top:13.4375rem;left:0rem;width:47.75rem;height:54.422394717798rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSHESBG1DtQE2AgEt4kFhyzvDAhZ6eUN { display:block; }#NSHESBG1DtQE2AgEt4kFhyzvDAhZ6eUN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ccwasnQDEG1MDFSw51nLQiffwbfgGx9T { width:47.75rem;height:6.6875rem;top:5.5rem;left:0rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAElFTolRz1TNuVvVTIICbNNPkHbXwoM { top:16.3125rem;left:0rem;width:47.75rem;height:50rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTR4HpPxQUnBCFM2zSwsHxhsRC0TJKO3 { display:block; }#eTR4HpPxQUnBCFM2zSwsHxhsRC0TJKO3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PMVfDX5T9xyWVHxGC2BBvHFvLaEeflL0 { top:8.75rem;left:0rem;width:28.9375rem;height:16.152308754294rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVTo7ZMsBuFzEgBoK4GWtDi2kGIgDATk { width:25.5rem;height:1.875rem;top:3.6875rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3740k9suoZFCXgrDBaPJDa0Mg3gTlQu { width:26.0625rem;height:12.125rem;top:10.75rem;left:21.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMVBi3RO9TLm9DGRgZ5h8XvyFQCPCk3x { width:38.4375rem;height:3.75rem;top:28.625rem;left:4.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TagnvxLTRr3TIlcfosVKtfCuLlmgdCh9 { display:block; }
 }@media only screen and (max-width: 763px) { #fWxINuwI3owIOF61udpGHTOwd5lnbufx { display:block; }#fWxINuwI3owIOF61udpGHTOwd5lnbufx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pVcZSOOT2VUooD8IZ9qT6okarE7eisJT { width:47.75rem;height:3.3125rem;top:5.5rem;left:0rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSXLfnkiglG1TEal6Z6U9RQ8SvU2Ld8r .widget-regular-label { display:block;width:38.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#eSXLfnkiglG1TEal6Z6U9RQ8SvU2Ld8r .widget-input-text { width:38.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eSXLfnkiglG1TEal6Z6U9RQ8SvU2Ld8r .widget-input-text {padding-top: 0; padding-bottom: 0;}#eSXLfnkiglG1TEal6Z6U9RQ8SvU2Ld8r .widget-textarea { width:38.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eSXLfnkiglG1TEal6Z6U9RQ8SvU2Ld8r .widget-input-select { width:38.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eSXLfnkiglG1TEal6Z6U9RQ8SvU2Ld8r .widget-input-select {padding-top: 0; padding-bottom: 0;}#eSXLfnkiglG1TEal6Z6U9RQ8SvU2Ld8r .widget-input-button { width:38.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eSXLfnkiglG1TEal6Z6U9RQ8SvU2Ld8r .widget-checkbox-label { width:37.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#eSXLfnkiglG1TEal6Z6U9RQ8SvU2Ld8r  { width:38.5625rem;height:auto;top:14.8125rem;left:3.34375rem; }
#eSXLfnkiglG1TEal6Z6U9RQ8SvU2Ld8r .radio-container { width:38.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eSXLfnkiglG1TEal6Z6U9RQ8SvU2Ld8r {display:block;}#eSXLfnkiglG1TEal6Z6U9RQ8SvU2Ld8r { width:38.5625rem;height:auto;top:14.8125rem;left:3.34375rem; }
 }@media only screen and (max-width: 763px) { #eSXLfnkiglG1TEal6Z6U9RQ8SvU2Ld8r #yACC8NDvM8ELDQmdv5oGlAD8RWw9I3Du {  }
 }@media only screen and (max-width: 763px) { #eSXLfnkiglG1TEal6Z6U9RQ8SvU2Ld8r #iKLaLBFolsTpLrTypw22Bo2TKTJ9D8P7 { display:block; }
 }@media only screen and (max-width: 763px) { #eSXLfnkiglG1TEal6Z6U9RQ8SvU2Ld8r #V66zhF8wUSKF38yKepC8WcQAvILozrAn {  }
 }@media only screen and (max-width: 763px) { #eSXLfnkiglG1TEal6Z6U9RQ8SvU2Ld8r #M0R74fMwPF8FiqTU3XD27fx1RUmrUDgM {  }
 }@media only screen and (max-width: 763px) { #eSXLfnkiglG1TEal6Z6U9RQ8SvU2Ld8r #wzoLsRmCDMcT4Rf8NLAcfM4Cs1cChwbH { display:block; }
 }@media only screen and (max-width: 763px) { #eSXLfnkiglG1TEal6Z6U9RQ8SvU2Ld8r #f4cp3VdJG9EhFnmCFZodrXzmfGNzVpfw {  }
 }@media only screen and (max-width: 763px) { #eSXLfnkiglG1TEal6Z6U9RQ8SvU2Ld8r #MfkRWMk0ZQLPyhdF618bfGfe9OFUC7TU {  }
 }@media only screen and (max-width: 763px) { #eSXLfnkiglG1TEal6Z6U9RQ8SvU2Ld8r #fo00bvBUQOGIOpQ0SZmQqTxeqWLfPVCb { display:block; }
 }@media only screen and (max-width: 763px) { #eSXLfnkiglG1TEal6Z6U9RQ8SvU2Ld8r #iz75tRq8iucXlRVqFyXAumtGdrNAsEaO {  }
 }@media only screen and (max-width: 763px) { #eSXLfnkiglG1TEal6Z6U9RQ8SvU2Ld8r #ZOIKsspJBLCDvH7nhPg1H9A5F4hsIyHg {  }
 }@media only screen and (max-width: 763px) { #eSXLfnkiglG1TEal6Z6U9RQ8SvU2Ld8r #UJfTAZDf58b1PbasGkdxXboQpug4TR2d {  }
 }@media only screen and (max-width: 763px) { #eSXLfnkiglG1TEal6Z6U9RQ8SvU2Ld8r #QfMWwAF0omkav0BzmCOfZhzI5PGVbKbw {  }
 }@media only screen and (max-width: 763px) { #eSXLfnkiglG1TEal6Z6U9RQ8SvU2Ld8r #WNtl8tU7gXrnCOmm5uxzcaw0OCNgfhIm {  }
 }@media only screen and (max-width: 763px) { #eSXLfnkiglG1TEal6Z6U9RQ8SvU2Ld8r #oMxwBwbxLm4D7J2Eag0A8gVibb2QHrf2 {  }
 }@media only screen and (max-width: 763px) { #eSXLfnkiglG1TEal6Z6U9RQ8SvU2Ld8r #uS0otQUKwXQ8DSxK4H6emNQkbkBBEqRd {  }
 }@media only screen and (max-width: 763px) { #eSXLfnkiglG1TEal6Z6U9RQ8SvU2Ld8r #LfTy1OKIZTscc0gCnizpDDltkLGqfQfZ {  }
 }@media only screen and (max-width: 763px) { #eSXLfnkiglG1TEal6Z6U9RQ8SvU2Ld8r #oAnXFAw1gydRTT7goKUwpuylmDxKJmaV {  }
 }@media only screen and (max-width: 763px) { #eSXLfnkiglG1TEal6Z6U9RQ8SvU2Ld8r #ivgsGqfeypmhUBkubKa4XK26ZR9M9kyu {  }
 }@media only screen and (max-width: 763px) { #eSXLfnkiglG1TEal6Z6U9RQ8SvU2Ld8r #NaNK2e38ufxb28415AWm9OCcHKepXdeS {  }
 }@media only screen and (max-width: 763px) { #eSXLfnkiglG1TEal6Z6U9RQ8SvU2Ld8r #UXlPE1hdQCkn0kFV3ipZ6KOGvXoMMmbw {  }
 }@media only screen and (max-width: 763px) { #eSXLfnkiglG1TEal6Z6U9RQ8SvU2Ld8r #qWWEsU4RQ0TdwK2VJNGWofhGIgXXcFen {  }
 }@media only screen and (max-width: 763px) { #eSXLfnkiglG1TEal6Z6U9RQ8SvU2Ld8r #ckGB5O7BmIlEKMUmxM6mpApAOJhi5Av7 {  }
 }@media only screen and (max-width: 763px) { #eSXLfnkiglG1TEal6Z6U9RQ8SvU2Ld8r #bJ4etBL648x8ccW4hlIQtT5iQuUw60TK {  }
 }@media only screen and (max-width: 763px) { #uSH8tO716i0QXIDZc6mQ2TQWuFafcIEU { display:block; }#uSH8tO716i0QXIDZc6mQ2TQWuFafcIEU > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bUlQgMZBH1QwgHrOSIzFgy8318WXxTDO { top:3.0625rem;left:0rem;width:20.3125rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOT8QssWTe90NM2qORRIKMnX0kqKdJkc { top:14.1875rem;left:15.5625rem;width:16.625rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpwRduVHtef37AIvNR4xOqZom3xkWCdK { top:21.3125rem;left:0rem;width:7.6875rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdNQdMPQmZBPECT04P0UTbfeSXQxlhCw { top:21.3125rem;left:39.25rem;width:8.5rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufmuC1bU2TytOoqrgoESSAZ66BBcvlJF { top:5.5625rem;left:35.25rem;width:12.5rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIwMeld3mUTX5poSproEBLtycETqwJTm { top:25.625rem;left:16.90625rem;width:13.9375rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #snIaGt4ewTu3ukCJ8pZgIG0ECXtTRLob { display:block; }#snIaGt4ewTu3ukCJ8pZgIG0ECXtTRLob > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MWx2VfZwoKnBdMstBZcMHwUdMDTWQgdU { width:47.75rem;height:2.5rem;top:1.625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #rSOeuSfXgUJcsfM1OxGbee101fKRfzGn { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/68d3086f-c123-45f2-ae60-5b97ab87a115/bgmainheaderR7.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn.adaptive-delivery-prevent-bg, #rSOeuSfXgUJcsfM1OxGbee101fKRfzGn.lazyload, #rSOeuSfXgUJcsfM1OxGbee101fKRfzGn.lazyloading { background-image: none; }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn > .row .container { background-color: transparent; background-image: none; }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.4); }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn > .row .container > .video-iframe-container { display: none; }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.4); }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn > .row > .video-iframe-container { display: none; }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn > .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); }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn > .row .container { border-width: 0; border-radius: 0; }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn > .row .container { width:20rem;height:87.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WBzfeL316X9HfFz1GSfTIThZnUEkXAiE { width:17.4359375rem;height:6.12305rem;top:1.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfE10Ao8CmpMq74rGd8L5UEcnCybh2T2 { width:12.5rem;height:1.70593125rem;top:9.1455109375rem;left:2.225341796875rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Qkax5z79bScpIBsgMRDGAgh3IuyU8WFG { width:20rem;height:2.8125rem;top:8.62305rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9C7FUpziGD0CmAA5Jg2G7ZRT5lBIUqv { width:20rem;height:2.19970625rem;top:44.126030859375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b4UDJ2WFKwrTFuL5LZCeSBxo88T3umCH .widget-regular-label { display:block;width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top;height:auto; }
#b4UDJ2WFKwrTFuL5LZCeSBxo88T3umCH .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#b4UDJ2WFKwrTFuL5LZCeSBxo88T3umCH .widget-input-text {padding-top: 0; padding-bottom: 0;}#b4UDJ2WFKwrTFuL5LZCeSBxo88T3umCH .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#b4UDJ2WFKwrTFuL5LZCeSBxo88T3umCH .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#b4UDJ2WFKwrTFuL5LZCeSBxo88T3umCH .widget-input-select {padding-top: 0; padding-bottom: 0;}#b4UDJ2WFKwrTFuL5LZCeSBxo88T3umCH .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#b4UDJ2WFKwrTFuL5LZCeSBxo88T3umCH .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#b4UDJ2WFKwrTFuL5LZCeSBxo88T3umCH .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:rgba(var(--color-tertiary-2),1);background-image:none; }
#b4UDJ2WFKwrTFuL5LZCeSBxo88T3umCH .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#b4UDJ2WFKwrTFuL5LZCeSBxo88T3umCH  { width:17.5rem;height:auto;top:52.571411132812rem;left:0rem; }
#b4UDJ2WFKwrTFuL5LZCeSBxo88T3umCH .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#b4UDJ2WFKwrTFuL5LZCeSBxo88T3umCH {display:block;}#b4UDJ2WFKwrTFuL5LZCeSBxo88T3umCH { width:17.5rem;height:auto;top:52.571411132812rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #b4UDJ2WFKwrTFuL5LZCeSBxo88T3umCH #b6LOAXXxfZIVMOCyrIhCKkmNz4AKqrQM {  }
 }@media only screen and (max-width: 763px) { #b4UDJ2WFKwrTFuL5LZCeSBxo88T3umCH #mqV1nsS4X4Su2mGEMKkikQWQQA5i7Lrl { display:none; }
 }@media only screen and (max-width: 763px) { #b4UDJ2WFKwrTFuL5LZCeSBxo88T3umCH #mhEaxJPoSMCWya7kXNvIx5lJA2PZetGG {  }
 }@media only screen and (max-width: 763px) { #b4UDJ2WFKwrTFuL5LZCeSBxo88T3umCH #l216i2wbKme8KguyAsCh6hP5SWTMXTMG {  }
 }@media only screen and (max-width: 763px) { #b4UDJ2WFKwrTFuL5LZCeSBxo88T3umCH #WsVpNoLESLUCuGo7v9fE3JMnTSKkGrCq { display:none; }
 }@media only screen and (max-width: 763px) { #b4UDJ2WFKwrTFuL5LZCeSBxo88T3umCH #i23f6FmhQd0ACkpn0SXDK3rOfeuCBW5E {  }
 }@media only screen and (max-width: 763px) { #b4UDJ2WFKwrTFuL5LZCeSBxo88T3umCH #kxmPxhDiwKR8viUQIfK4q3rKrBcBwRtA {  }
 }@media only screen and (max-width: 763px) { #b4UDJ2WFKwrTFuL5LZCeSBxo88T3umCH #X6yBKU1ztdiUszTbwPbOhA5oGRapsJGq { display:none; }
 }@media only screen and (max-width: 763px) { #b4UDJ2WFKwrTFuL5LZCeSBxo88T3umCH #DWTqPsFq2cZaZ9ZyziTizr3HIpVbLS6T {  }
 }@media only screen and (max-width: 763px) { #b4UDJ2WFKwrTFuL5LZCeSBxo88T3umCH #Bczrxb98UAF4bhCLbaDXgLliJ6B18qpi {  }
 }@media only screen and (max-width: 763px) { #b4UDJ2WFKwrTFuL5LZCeSBxo88T3umCH #yEpVq9evWnU7IeWWVGFfztpybqQ5dNOX { display:none; }
 }@media only screen and (max-width: 763px) { #b4UDJ2WFKwrTFuL5LZCeSBxo88T3umCH #Q0Hb71RDGXQBTucHpJ8xbBzrEI8l0Hsq {  }
 }@media only screen and (max-width: 763px) { #b4UDJ2WFKwrTFuL5LZCeSBxo88T3umCH #H464Akpld3bqwXxREAxeiwMKqeqQaeoJ {  }
 }@media only screen and (max-width: 763px) { #b4UDJ2WFKwrTFuL5LZCeSBxo88T3umCH #b1J845uVFVD9r9e2XlBBOkIzVqvD7C6o { display:none; }
 }@media only screen and (max-width: 763px) { #b4UDJ2WFKwrTFuL5LZCeSBxo88T3umCH #XpqLUvCdVXOxkPRJrcLmtO9afBv5sWrR {  }
 }@media only screen and (max-width: 763px) { #b4UDJ2WFKwrTFuL5LZCeSBxo88T3umCH #rPcgeLloERfGBktuRFuzwWWiopEsw9QN {  }
 }@media only screen and (max-width: 763px) { #b4UDJ2WFKwrTFuL5LZCeSBxo88T3umCH #VAFDG9BOHN6dud8VXtPGWcPlxyVgbOp9 { display:none; }
 }@media only screen and (max-width: 763px) { #b4UDJ2WFKwrTFuL5LZCeSBxo88T3umCH #lTTTnAl7vy6WQlfZ7NvoZIH697zfwDK2 {  }
 }@media only screen and (max-width: 763px) { #b4UDJ2WFKwrTFuL5LZCeSBxo88T3umCH #BSTZMRXUixZ8u6ouMB0ryyI8c0qNTtTc {  }
 }@media only screen and (max-width: 763px) { #b4UDJ2WFKwrTFuL5LZCeSBxo88T3umCH #uk1W0f6N8eN8ANBMe8oiJt2tbZGOGFtb { display:none; }
 }@media only screen and (max-width: 763px) { #b4UDJ2WFKwrTFuL5LZCeSBxo88T3umCH #ZRkO3JkFCmSwE3tp4rlHlNRSTBexJhIW {  }
 }@media only screen and (max-width: 763px) { #b4UDJ2WFKwrTFuL5LZCeSBxo88T3umCH #VUdw7i65HGOF9KeXg2MiKON5XXqXqPoR {  }
 }@media only screen and (max-width: 763px) { #b4UDJ2WFKwrTFuL5LZCeSBxo88T3umCH #nSWqFeDDUHzwixxxbuG5ekOP5CEUocXX {  }
 }@media only screen and (max-width: 763px) { #SK1OlLV51Hzlp7AUIeSVSk5l1b9pSbxf { width:20rem;height:9rem;top:42.52080625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oezXZhn4KgnKV6eWoC7DdfwC9WXUIC0G { width:17.874125rem;height:2.39868125rem;top:47.318725585938rem;left:1.0626220703125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bEZIUTURHkQdZ4CGCa4BWtUqPf1qWaA2 { width:20rem;height:6.8994375rem;top:27.4341125rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #OW7qsnW1ZCDU7AaN5m6eWcTJuNMfDU86 { width:12.311375rem;height:5.68725625rem;top:35.58355rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0CRkv7T8AJAFFKOTblIKefv91uycFnA { width:18.811625rem;height:13.4985625rem;top:12.68555rem;left:0.5625rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CSyOEgKWzTpvud8VqVVZNSyETHaCqqbU { display:block; }#CSyOEgKWzTpvud8VqVVZNSyETHaCqqbU > .row .container { width:20rem;height:41.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TkNqHRJ7KTJkyHz4mvSP6ooJHZneWtgJ { width:20rem;height:4.4995125rem;top:35.542rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RURF9iRZCoChp8HEbrxrgKuTIGTzMmbJ { display:block; }
 }@media only screen and (max-width: 763px) { #W1JQeUuZ8abmuApKv4CquBuVAB8Twt2y { width:20rem;height:8.999rem;top:1.25rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CGLFG7Vr90SJ4Tg9puX9ubCxiuDfG552 { width:20rem;height:22.7941875rem;top:11.4984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSHESBG1DtQE2AgEt4kFhyzvDAhZ6eUN { display:block; }#NSHESBG1DtQE2AgEt4kFhyzvDAhZ6eUN > .row .container { width:20rem;height:59.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ccwasnQDEG1MDFSw51nLQiffwbfgGx9T { width:20rem;height:6.18713125rem;top:1.25rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZAElFTolRz1TNuVvVTIICbNNPkHbXwoM { width:18.75rem;height:50rem;top:8.686525rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTR4HpPxQUnBCFM2zSwsHxhsRC0TJKO3 { display:block; }#eTR4HpPxQUnBCFM2zSwsHxhsRC0TJKO3 > .row .container { width:20rem;height:29.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PMVfDX5T9xyWVHxGC2BBvHFvLaEeflL0 { height:11.162125rem;width:20rem;top:1.25rem;left:0rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #QVTo7ZMsBuFzEgBoK4GWtDi2kGIgDATk { width:20rem;height:5.39916875rem;top:1.4996337890625rem;left:0rem;font-size:3rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #N3740k9suoZFCXgrDBaPJDa0Mg3gTlQu { width:19.1235625rem;height:8.9978rem;top:13.662125rem;left:0.4375rem;font-size:0.9375rem;line-height:1.6;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iMVBi3RO9TLm9DGRgZ5h8XvyFQCPCk3x { width:18.999rem;height:4.4995125rem;top:23.9093125rem;left:0.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TagnvxLTRr3TIlcfosVKtfCuLlmgdCh9 { display:block; }
 }@media only screen and (max-width: 763px) { #fWxINuwI3owIOF61udpGHTOwd5lnbufx { display:block; }#fWxINuwI3owIOF61udpGHTOwd5lnbufx > .row .container { width:20rem;height:41.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pVcZSOOT2VUooD8IZ9qT6okarE7eisJT { width:20rem;height:4.12475625rem;top:1.25rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eSXLfnkiglG1TEal6Z6U9RQ8SvU2Ld8r .widget-regular-label { display:block;width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top;height:auto; }
#eSXLfnkiglG1TEal6Z6U9RQ8SvU2Ld8r .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#eSXLfnkiglG1TEal6Z6U9RQ8SvU2Ld8r .widget-input-text {padding-top: 0; padding-bottom: 0;}#eSXLfnkiglG1TEal6Z6U9RQ8SvU2Ld8r .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#eSXLfnkiglG1TEal6Z6U9RQ8SvU2Ld8r .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#eSXLfnkiglG1TEal6Z6U9RQ8SvU2Ld8r .widget-input-select {padding-top: 0; padding-bottom: 0;}#eSXLfnkiglG1TEal6Z6U9RQ8SvU2Ld8r .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#eSXLfnkiglG1TEal6Z6U9RQ8SvU2Ld8r .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#eSXLfnkiglG1TEal6Z6U9RQ8SvU2Ld8r .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eSXLfnkiglG1TEal6Z6U9RQ8SvU2Ld8r .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#eSXLfnkiglG1TEal6Z6U9RQ8SvU2Ld8r  { width:17.5rem;height:30.875rem;top:6.625rem;left:0rem; }
#eSXLfnkiglG1TEal6Z6U9RQ8SvU2Ld8r .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#eSXLfnkiglG1TEal6Z6U9RQ8SvU2Ld8r {display:block;}#eSXLfnkiglG1TEal6Z6U9RQ8SvU2Ld8r { width:17.5rem;height:30.874rem;top:6.62475625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #eSXLfnkiglG1TEal6Z6U9RQ8SvU2Ld8r #yACC8NDvM8ELDQmdv5oGlAD8RWw9I3Du {  }
 }@media only screen and (max-width: 763px) { #eSXLfnkiglG1TEal6Z6U9RQ8SvU2Ld8r #iKLaLBFolsTpLrTypw22Bo2TKTJ9D8P7 { display:none; }
 }@media only screen and (max-width: 763px) { #eSXLfnkiglG1TEal6Z6U9RQ8SvU2Ld8r #V66zhF8wUSKF38yKepC8WcQAvILozrAn {  }
 }@media only screen and (max-width: 763px) { #eSXLfnkiglG1TEal6Z6U9RQ8SvU2Ld8r #M0R74fMwPF8FiqTU3XD27fx1RUmrUDgM {  }
 }@media only screen and (max-width: 763px) { #eSXLfnkiglG1TEal6Z6U9RQ8SvU2Ld8r #wzoLsRmCDMcT4Rf8NLAcfM4Cs1cChwbH { display:none; }
 }@media only screen and (max-width: 763px) { #eSXLfnkiglG1TEal6Z6U9RQ8SvU2Ld8r #f4cp3VdJG9EhFnmCFZodrXzmfGNzVpfw {  }
 }@media only screen and (max-width: 763px) { #eSXLfnkiglG1TEal6Z6U9RQ8SvU2Ld8r #MfkRWMk0ZQLPyhdF618bfGfe9OFUC7TU {  }
 }@media only screen and (max-width: 763px) { #eSXLfnkiglG1TEal6Z6U9RQ8SvU2Ld8r #fo00bvBUQOGIOpQ0SZmQqTxeqWLfPVCb { display:none; }
 }@media only screen and (max-width: 763px) { #eSXLfnkiglG1TEal6Z6U9RQ8SvU2Ld8r #iz75tRq8iucXlRVqFyXAumtGdrNAsEaO {  }
 }@media only screen and (max-width: 763px) { #eSXLfnkiglG1TEal6Z6U9RQ8SvU2Ld8r #ZOIKsspJBLCDvH7nhPg1H9A5F4hsIyHg {  }
 }@media only screen and (max-width: 763px) { #eSXLfnkiglG1TEal6Z6U9RQ8SvU2Ld8r #UJfTAZDf58b1PbasGkdxXboQpug4TR2d { display:none; }
 }@media only screen and (max-width: 763px) { #eSXLfnkiglG1TEal6Z6U9RQ8SvU2Ld8r #QfMWwAF0omkav0BzmCOfZhzI5PGVbKbw {  }
 }@media only screen and (max-width: 763px) { #eSXLfnkiglG1TEal6Z6U9RQ8SvU2Ld8r #WNtl8tU7gXrnCOmm5uxzcaw0OCNgfhIm {  }
 }@media only screen and (max-width: 763px) { #eSXLfnkiglG1TEal6Z6U9RQ8SvU2Ld8r #oMxwBwbxLm4D7J2Eag0A8gVibb2QHrf2 { display:none; }
 }@media only screen and (max-width: 763px) { #eSXLfnkiglG1TEal6Z6U9RQ8SvU2Ld8r #uS0otQUKwXQ8DSxK4H6emNQkbkBBEqRd {  }
 }@media only screen and (max-width: 763px) { #eSXLfnkiglG1TEal6Z6U9RQ8SvU2Ld8r #LfTy1OKIZTscc0gCnizpDDltkLGqfQfZ {  }
 }@media only screen and (max-width: 763px) { #eSXLfnkiglG1TEal6Z6U9RQ8SvU2Ld8r #oAnXFAw1gydRTT7goKUwpuylmDxKJmaV { display:none; }
 }@media only screen and (max-width: 763px) { #eSXLfnkiglG1TEal6Z6U9RQ8SvU2Ld8r #ivgsGqfeypmhUBkubKa4XK26ZR9M9kyu {  }
 }@media only screen and (max-width: 763px) { #eSXLfnkiglG1TEal6Z6U9RQ8SvU2Ld8r #NaNK2e38ufxb28415AWm9OCcHKepXdeS {  }
 }@media only screen and (max-width: 763px) { #eSXLfnkiglG1TEal6Z6U9RQ8SvU2Ld8r #UXlPE1hdQCkn0kFV3ipZ6KOGvXoMMmbw { display:none; }
 }@media only screen and (max-width: 763px) { #eSXLfnkiglG1TEal6Z6U9RQ8SvU2Ld8r #qWWEsU4RQ0TdwK2VJNGWofhGIgXXcFen {  }
 }@media only screen and (max-width: 763px) { #eSXLfnkiglG1TEal6Z6U9RQ8SvU2Ld8r #ckGB5O7BmIlEKMUmxM6mpApAOJhi5Av7 {  }
 }@media only screen and (max-width: 763px) { #eSXLfnkiglG1TEal6Z6U9RQ8SvU2Ld8r #bJ4etBL648x8ccW4hlIQtT5iQuUw60TK {  }
 }@media only screen and (max-width: 763px) { #uSH8tO716i0QXIDZc6mQ2TQWuFafcIEU { background-color:rgba(0,0,0,0.7);background-image:none;display:block; }#uSH8tO716i0QXIDZc6mQ2TQWuFafcIEU > .row .container { background-color: transparent; background-image: none; }#uSH8tO716i0QXIDZc6mQ2TQWuFafcIEU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uSH8tO716i0QXIDZc6mQ2TQWuFafcIEU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uSH8tO716i0QXIDZc6mQ2TQWuFafcIEU > .row .container > .video-iframe-container { display: none; }#uSH8tO716i0QXIDZc6mQ2TQWuFafcIEU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uSH8tO716i0QXIDZc6mQ2TQWuFafcIEU > .row > .video-iframe-container { display: none; }#uSH8tO716i0QXIDZc6mQ2TQWuFafcIEU > .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); }#uSH8tO716i0QXIDZc6mQ2TQWuFafcIEU > .row .container { width:20rem;height:30.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bUlQgMZBH1QwgHrOSIzFgy8318WXxTDO { width:12.1875rem;height:4.3505875rem;top:1.25rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOT8QssWTe90NM2qORRIKMnX0kqKdJkc { width:12.5rem;height:2.598875rem;top:9.8059125rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JpwRduVHtef37AIvNR4xOqZom3xkWCdK { width:5.3125rem;height:4.936525rem;top:13.65418125rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdNQdMPQmZBPECT04P0UTbfeSXQxlhCw { width:4.8120125rem;height:2.5rem;top:19.84070625rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufmuC1bU2TytOoqrgoESSAZ66BBcvlJF { width:12.5rem;height:1.70593125rem;top:6.8505875rem;left:3.75rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QIwMeld3mUTX5poSproEBLtycETqwJTm { width:11.43675rem;height:5.37475625rem;top:23.59070625rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #snIaGt4ewTu3ukCJ8pZgIG0ECXtTRLob { display:block; }#snIaGt4ewTu3ukCJ8pZgIG0ECXtTRLob > .row .container { width:20rem;height:10.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MWx2VfZwoKnBdMstBZcMHwUdMDTWQgdU { width:20rem;height:8.5278125rem;top:1.25rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }