.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:226,226,227;--color-primary-1:157,159,163;--color-primary-2:59,62,71;--color-primary-3:30,31,36;--color-primary-4:9,9,11;--color-secondary-0:255,249,227;--color-secondary-1:255,235,162;--color-secondary-2:255,214,68;--color-secondary-3:128,107,34;--color-secondary-4:38,32,10;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"Yeseva One";--paragraphs-font-family:"Montserrat"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:url("https://icons.assets-landingi.com/icon_9755667d1601316b3c76cce9fb3b6ee83ed4bbc7.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GXsww8kKHksQBgFIyQxAg1gRmaffiiVX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#GXsww8kKHksQBgFIyQxAg1gRmaffiiVX > .row .container { background-color: transparent; background-image: none; }#GXsww8kKHksQBgFIyQxAg1gRmaffiiVX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GXsww8kKHksQBgFIyQxAg1gRmaffiiVX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GXsww8kKHksQBgFIyQxAg1gRmaffiiVX > .row .container > .video-iframe-container { display: none; }#GXsww8kKHksQBgFIyQxAg1gRmaffiiVX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GXsww8kKHksQBgFIyQxAg1gRmaffiiVX > .row > .video-iframe-container { display: none; }#GXsww8kKHksQBgFIyQxAg1gRmaffiiVX > .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); }#GXsww8kKHksQBgFIyQxAg1gRmaffiiVX > .row .container { border-width: 0; border-radius: 0; }#GXsww8kKHksQBgFIyQxAg1gRmaffiiVX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GXsww8kKHksQBgFIyQxAg1gRmaffiiVX > .row .container { font-size:0.875rem;font-family:"yeseva one";height:6.25rem;width:75rem;position:relative;display:block; }#npNbkCbp6SHaOJXgVmy071kxhvJHFp6I { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:17.25rem;top:0.5rem;left:28.875rem;overflow:hidden;display:block; }
#tFHeSX8DE01O09GwZt3g5wIR9wZGS7ca { background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://icons.assets-landingi.com/icon_1508804bd221e4b91a19e0d528391bec90eabad1.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !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; }#tFHeSX8DE01O09GwZt3g5wIR9wZGS7ca.adaptive-delivery-prevent-bg, #tFHeSX8DE01O09GwZt3g5wIR9wZGS7ca.lazyload, #tFHeSX8DE01O09GwZt3g5wIR9wZGS7ca.lazyloading { background-image: none; }#tFHeSX8DE01O09GwZt3g5wIR9wZGS7ca > .row .container { background-color: transparent; background-image: none; }#tFHeSX8DE01O09GwZt3g5wIR9wZGS7ca::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tFHeSX8DE01O09GwZt3g5wIR9wZGS7ca > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tFHeSX8DE01O09GwZt3g5wIR9wZGS7ca > .row .container > .video-iframe-container { display: none; }#tFHeSX8DE01O09GwZt3g5wIR9wZGS7ca > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tFHeSX8DE01O09GwZt3g5wIR9wZGS7ca > .row > .video-iframe-container { display: none; }#tFHeSX8DE01O09GwZt3g5wIR9wZGS7ca > .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); }#tFHeSX8DE01O09GwZt3g5wIR9wZGS7ca > .row .container { border-width: 0; border-radius: 0; }#tFHeSX8DE01O09GwZt3g5wIR9wZGS7ca > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#tFHeSX8DE01O09GwZt3g5wIR9wZGS7ca > .row .container { font-size:0.875rem;font-family:"yeseva one";height:56.875rem;width:75rem;overflow:visible;position:relative;display:block; }#zJx2DESUnCiQSW22fMzILTIMKu2Ofhd3 { color:rgba(var(--color-tertiary-4),1);display:block;width:37.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.875rem;font-weight:700;z-index:15000;line-height:1;letter-spacing:0;top:9.125rem;left:37.5rem;height:11.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Dic4wO3xpDAB9wJvZodN6J5Wi1i4hXGL { color:rgba(var(--color-tertiary-4),1);display:block;width:37.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15001;line-height:1.4;letter-spacing:0;top:22rem;left:37.5rem;height:4.125rem;font-style:normal;display:block; }
#lkd7rzn1igU3ud8Qwcyld8LNEKwWz8wQ .widget-form-header {  }
#lkd7rzn1igU3ud8Qwcyld8LNEKwWz8wQ .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:31.6875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#lkd7rzn1igU3ud8Qwcyld8LNEKwWz8wQ .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-0),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;width:31.6875rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--headlines-font-family); }
#lkd7rzn1igU3ud8Qwcyld8LNEKwWz8wQ .widget-input-text {padding-top: 0; padding-bottom: 0;}#lkd7rzn1igU3ud8Qwcyld8LNEKwWz8wQ .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-0),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;width:31.6875rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--headlines-font-family); }
#lkd7rzn1igU3ud8Qwcyld8LNEKwWz8wQ .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:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:31.6875rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:var(--headlines-font-family);font-size:0.875rem;overflow:hidden; }
#lkd7rzn1igU3ud8Qwcyld8LNEKwWz8wQ .widget-input-select {padding-top: 0; padding-bottom: 0;}#lkd7rzn1igU3ud8Qwcyld8LNEKwWz8wQ .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#lkd7rzn1igU3ud8Qwcyld8LNEKwWz8wQ .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#lkd7rzn1igU3ud8Qwcyld8LNEKwWz8wQ .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:10.4375rem;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:19rem;height:3.5rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#lkd7rzn1igU3ud8Qwcyld8LNEKwWz8wQ [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:1rem; }
#lkd7rzn1igU3ud8Qwcyld8LNEKwWz8wQ [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:1rem; }
#lkd7rzn1igU3ud8Qwcyld8LNEKwWz8wQ [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:1rem; }
#lkd7rzn1igU3ud8Qwcyld8LNEKwWz8wQ [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:1rem; }
#lkd7rzn1igU3ud8Qwcyld8LNEKwWz8wQ .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:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:30.25rem;overflow:hidden;font-style:normal; }
#lkd7rzn1igU3ud8Qwcyld8LNEKwWz8wQ .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; }
#lkd7rzn1igU3ud8Qwcyld8LNEKwWz8wQ .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:var(--headlines-font-family);font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#lkd7rzn1igU3ud8Qwcyld8LNEKwWz8wQ .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#lkd7rzn1igU3ud8Qwcyld8LNEKwWz8wQ .widget-container:first-of-type{padding-top:0;}#lkd7rzn1igU3ud8Qwcyld8LNEKwWz8wQ .widget-container:last-of-type{padding-bottom:0;}#lkd7rzn1igU3ud8Qwcyld8LNEKwWz8wQ  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:31.6875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15081;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:28.84375rem;left:39.1875rem; }
#lkd7rzn1igU3ud8Qwcyld8LNEKwWz8wQ .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:31.6875rem; }
#lkd7rzn1igU3ud8Qwcyld8LNEKwWz8wQ .widget-info-text { display:block;height:auto;font-family:var(--headlines-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lkd7rzn1igU3ud8Qwcyld8LNEKwWz8wQ {display:block;}#lkd7rzn1igU3ud8Qwcyld8LNEKwWz8wQ { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:31.6875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15081;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:28.84375rem;left:39.1875rem; }
#lkd7rzn1igU3ud8Qwcyld8LNEKwWz8wQ #BErv89Uyo89Z1UffCvbAKLBOv128m4Bo { position:relative; }
#lkd7rzn1igU3ud8Qwcyld8LNEKwWz8wQ #QohMe4wMOxV8hfDzDSozQ4bIDL4zqTb7 { position:relative;display:block; }
#lkd7rzn1igU3ud8Qwcyld8LNEKwWz8wQ #reeMn3tMvfOU7RgNxieWgXU69ATdiZkq { position:relative; }
#lkd7rzn1igU3ud8Qwcyld8LNEKwWz8wQ #NnbZOJOCrnq2qwLIXBr8sBFODtLx061r { position:relative; }
#lkd7rzn1igU3ud8Qwcyld8LNEKwWz8wQ #U2F68Dqi9qFBAWnObmrqtK4QVqtW9Utd { position:relative;display:block; }
#lkd7rzn1igU3ud8Qwcyld8LNEKwWz8wQ #wqRGAcDJsUnLelWqOFQfaIiM34WNZomz { position:relative; }
#lkd7rzn1igU3ud8Qwcyld8LNEKwWz8wQ #r0C8XcLxpHzohTQ9Tu4BR6xaOfEsOUcH { position:relative; }
#lkd7rzn1igU3ud8Qwcyld8LNEKwWz8wQ #Mxu2p6aV1lyC7AFZ8NitdhhK6rEoXaTs { position:relative; }
#K6l35SmuWp3aRH6Cnz0uZST6I7nawcGw { box-sizing:content-box;height:21.6875rem;width:37.5rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:26.875rem;left:37.5rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#Mt9WcoZVAAHJxO7IosLHIgsNdKznmxF9 { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:21.875rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:21.875rem;box-shadow: none;height:46.3125rem;width:30.5rem;top:6.125rem;left:4.0390625rem;overflow:hidden;display:block; }
#NhBfueo9P44huDW2vPTbzi9cUOObSPGL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://icons.assets-landingi.com/icon_39b0b60a52fd4f78937c13da1039a8d5addd3dd7.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NhBfueo9P44huDW2vPTbzi9cUOObSPGL.adaptive-delivery-prevent-bg, #NhBfueo9P44huDW2vPTbzi9cUOObSPGL.lazyload, #NhBfueo9P44huDW2vPTbzi9cUOObSPGL.lazyloading { background-image: none; }#NhBfueo9P44huDW2vPTbzi9cUOObSPGL > .row .container { background-color: transparent; background-image: none; }#NhBfueo9P44huDW2vPTbzi9cUOObSPGL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NhBfueo9P44huDW2vPTbzi9cUOObSPGL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NhBfueo9P44huDW2vPTbzi9cUOObSPGL > .row .container > .video-iframe-container { display: none; }#NhBfueo9P44huDW2vPTbzi9cUOObSPGL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NhBfueo9P44huDW2vPTbzi9cUOObSPGL > .row > .video-iframe-container { display: none; }#NhBfueo9P44huDW2vPTbzi9cUOObSPGL > .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); }#NhBfueo9P44huDW2vPTbzi9cUOObSPGL > .row .container { border-width: 0; border-radius: 0; }#NhBfueo9P44huDW2vPTbzi9cUOObSPGL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NhBfueo9P44huDW2vPTbzi9cUOObSPGL > .row .container { font-size:0.875rem;font-family:"yeseva one";height:58.125rem;width:75rem;position:relative;display:block; }#c6uByc5JRO74oESpGXMfaaABznnXJGus { color:rgba(var(--color-tertiary-0),1);display:block;width:28.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:21.1875rem;left:0rem;height:21.875rem;font-style:normal;display:block; }
#bASCtIa6AlAeVtJ1JzRiv9sr0iTV8XEK { color:rgba(var(--color-tertiary-0),1);display:block;width:35.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:4.25rem;left:0rem;height:15rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#D0c4iJIHp9IPZodT6O3PqVi1qnJB5hbk { box-sizing:content-box;height:53.875rem;width:32.6875rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/images/wizard/topics/electronics-tech_1920x1080_5.avif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;top:4.25rem;left:42.3125rem;border-top-left-radius:15.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#D0c4iJIHp9IPZodT6O3PqVi1qnJB5hbk.adaptive-delivery-prevent-bg, #D0c4iJIHp9IPZodT6O3PqVi1qnJB5hbk.lazyload, #D0c4iJIHp9IPZodT6O3PqVi1qnJB5hbk.lazyloading { background-image: none; }
#OGC4rH8rZGDhL2RNX36mouZwz1BcN2qs { box-sizing:content-box;height:22.1875rem;width:17.5625rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:35.9375rem;left:29.84375rem;border-top-left-radius:0rem;border-top-right-radius:15.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#D6uiNszQhUVsPAob33rvJ46lnx5BTK64 { box-sizing:content-box;height:25.5625rem;width:17.5625rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:24.4375rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:15.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:none; }
#Jup3WgrovqZvSTT5VO24knd2mZrXIyfd { background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/uc/6c530c23-e204-402c-b65a-ed2be57018be/bg_4.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !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; }#Jup3WgrovqZvSTT5VO24knd2mZrXIyfd.adaptive-delivery-prevent-bg, #Jup3WgrovqZvSTT5VO24knd2mZrXIyfd.lazyload, #Jup3WgrovqZvSTT5VO24knd2mZrXIyfd.lazyloading { background-image: none; }#Jup3WgrovqZvSTT5VO24knd2mZrXIyfd > .row .container { background-color: transparent; background-image: none; }#Jup3WgrovqZvSTT5VO24knd2mZrXIyfd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jup3WgrovqZvSTT5VO24knd2mZrXIyfd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jup3WgrovqZvSTT5VO24knd2mZrXIyfd > .row .container > .video-iframe-container { display: none; }#Jup3WgrovqZvSTT5VO24knd2mZrXIyfd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jup3WgrovqZvSTT5VO24knd2mZrXIyfd > .row > .video-iframe-container { display: none; }#Jup3WgrovqZvSTT5VO24knd2mZrXIyfd > .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); }#Jup3WgrovqZvSTT5VO24knd2mZrXIyfd > .row .container { border-width: 0; border-radius: 0; }#Jup3WgrovqZvSTT5VO24knd2mZrXIyfd > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Jup3WgrovqZvSTT5VO24knd2mZrXIyfd > .row .container { font-size:0.875rem;font-family:"yeseva one";height:59.5rem;width:75rem;overflow:visible;position:relative;display:block; }#GTDy6zHbuiP2131kmcsCJnL6JrB84o7u { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.375rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:7.9375rem;left:0rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fRa13DK3ngASTPtv3lZMLPaMSoOmKGh1 { box-sizing:content-box;height:25.9375rem;width:22.5rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:22.3125rem;left:26.25rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:21.875rem;border-bottom-right-radius:21.875rem;display:block; }
#GgIhQHEl6HkFz1GIDNo4MDEQHRglL3KN { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:33.1875rem;left:1.875rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Xxomi99ihu4Lnc2nHcB1vCLLSb3ntFH8 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:37.0625rem;left:1.875rem;height:5.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wd8uQmTaVaciBdXsOX2FCobrCZ5SfH1w { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:26.6875rem;left:9rem; }
#Pt6iJzWZE3BAxaZN28LCHvUWN5niS4tg { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:38rem;left:54.375rem;height:4.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iKnfUXKw22SeDd8nhUE97FyxDNrEHzto { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:33.4375rem;left:54.375rem;height:4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ezu5JtCxczCXiMWmUErI5JtX9652g2a2 { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:26.9375rem;left:61.5rem; }
#WbTMSdBTeZ8Bnp3tVHsAvB51yX6aQl33 { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:26.9375rem;left:35.25rem; }
#iSqxGdXGwwlZpTID25xHIogxMgJCkeG7 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15010;line-height:1;letter-spacing:0;top:33.4375rem;left:28.125rem;height:4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zIxP9BOLtOGDcklXGh6lzn5PysenWRJu { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:38rem;left:28.125rem;height:4.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#d8THdn3bBDFKkWdpaX8TBEunFOnneFGP { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/98577f5c-7e3c-4585-808e-f9cc9f18c1c3/bg_20023.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !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; }#d8THdn3bBDFKkWdpaX8TBEunFOnneFGP.adaptive-delivery-prevent-bg, #d8THdn3bBDFKkWdpaX8TBEunFOnneFGP.lazyload, #d8THdn3bBDFKkWdpaX8TBEunFOnneFGP.lazyloading { background-image: none; }#d8THdn3bBDFKkWdpaX8TBEunFOnneFGP > .row .container { background-color: transparent; background-image: none; }#d8THdn3bBDFKkWdpaX8TBEunFOnneFGP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d8THdn3bBDFKkWdpaX8TBEunFOnneFGP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d8THdn3bBDFKkWdpaX8TBEunFOnneFGP > .row .container > .video-iframe-container { display: none; }#d8THdn3bBDFKkWdpaX8TBEunFOnneFGP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d8THdn3bBDFKkWdpaX8TBEunFOnneFGP > .row > .video-iframe-container { display: none; }#d8THdn3bBDFKkWdpaX8TBEunFOnneFGP > .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); }#d8THdn3bBDFKkWdpaX8TBEunFOnneFGP > .row .container { border-width: 0; border-radius: 0; }#d8THdn3bBDFKkWdpaX8TBEunFOnneFGP > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#d8THdn3bBDFKkWdpaX8TBEunFOnneFGP > .row .container { font-size:0.875rem;font-family:arial;height:53.25rem;width:75rem;overflow:visible;position:relative;display:block; }#cSXz3q9orQbUo59rTLyRrebJ2ynpDeV1 { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.375rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:5.9375rem;left:0rem;height:5.375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#I0TvStTk0bsztbTsP6ZhAxgnBuKIyMwT { box-sizing:content-box;height:26.5625rem;width:16.875rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-0),1);background-image:none;top:19.5625rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:9.375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#tmEXhk5bsShru81BDDG920g0CqlrDtkS { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.375rem;font-weight:700;z-index:15025;line-height:1;letter-spacing:0;top:22.0625rem;left:1.875rem;height:5.375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mr15szuNseMPHosQg0UDyZo0aPEBSPXa { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:28.8125rem;left:1.875rem;height:4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RCNGS850G98eFa23zef2OFwhTkTLdKJo { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:35.8125rem;left:1.875rem;height:9.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lvv922LnVShZbwACLao1C0soMvXWC1b7 { box-sizing:content-box;height:26.5rem;width:16.875rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-0),1);background-image:none;top:19.5625rem;left:19.375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:0rem;display:block; }
#rXTwlgy2Tk6UJw1EmHMnKqz7suZa46b9 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:35.8125rem;left:21.25rem;height:5.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pugoi0WA7WC0sLyaz2rwZgTUD9xOeFZD { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15009;line-height:1;letter-spacing:0;top:27.8125rem;left:21.25rem;height:6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nTlDcA3zNsAcsTMVirTG87xU0yR7mTiS { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.375rem;font-weight:700;z-index:15029;line-height:1;letter-spacing:0;top:22.0625rem;left:21.25rem;height:5.375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zDRyRAtKnztCpiVWp2OFaaIaT1u6moNb { box-sizing:content-box;height:26.4375rem;width:16.875rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-0),1);background-image:none;top:19.5625rem;left:38.75rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:9.375rem;display:block; }
#TNlnXlsTpAJQufEERkPsrcrN9ePpf17S { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:35.8125rem;left:40.0625rem;height:6.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xGSOB32h964pg776uAfqNsCW443V8IsU { color:rgba(var(--color-tertiary-4),1);display:block;width:14.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15013;line-height:1;letter-spacing:0;top:27.8125rem;left:40.0625rem;height:6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MMQgQIAIPEmnoUirs21oXnP2r064UcCZ { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.375rem;font-weight:700;z-index:15033;line-height:1;letter-spacing:0;top:21rem;left:40.625rem;height:5.375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mVpBiAmGbDOkcUNxaI3XPdvpFfRXmBA3 { box-sizing:content-box;height:27.5625rem;width:16.875rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-0),1);background-image:none;top:18.8125rem;left:58.125rem;border-top-left-radius:9.375rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#noDg5xN8yy148POTzI6Lcb9dWsCa4LI2 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:35.8125rem;left:60rem;height:6.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#f1dEBBEcC9OMvw4nL6twQwqCvwgGBaFO { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15017;line-height:1;letter-spacing:0;top:26.8125rem;left:60rem;height:8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pi7kb2GpihsqorPHT3SC5HLp9AksVddB { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.375rem;font-weight:700;z-index:15037;line-height:1;letter-spacing:0;top:21rem;left:60rem;height:5.375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zIBiUXrHBhCFat63R6xPxUE1ISDWPBAO { 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; }#zIBiUXrHBhCFat63R6xPxUE1ISDWPBAO > .row .container { background-color: transparent; background-image: none; }#zIBiUXrHBhCFat63R6xPxUE1ISDWPBAO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zIBiUXrHBhCFat63R6xPxUE1ISDWPBAO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zIBiUXrHBhCFat63R6xPxUE1ISDWPBAO > .row .container > .video-iframe-container { display: none; }#zIBiUXrHBhCFat63R6xPxUE1ISDWPBAO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zIBiUXrHBhCFat63R6xPxUE1ISDWPBAO > .row > .video-iframe-container { display: none; }#zIBiUXrHBhCFat63R6xPxUE1ISDWPBAO > .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); }#zIBiUXrHBhCFat63R6xPxUE1ISDWPBAO > .row .container { border-width: 0; border-radius: 0; }#zIBiUXrHBhCFat63R6xPxUE1ISDWPBAO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zIBiUXrHBhCFat63R6xPxUE1ISDWPBAO > .row .container { font-size:0.875rem;font-family:"yeseva one";height:6.4375rem;width:75rem;position:relative;display:block; }#El0Jc9xDKp87dNrKr9kbF90Av1KL5MCA { color:rgba(var(--color-tertiary-4),1);display:block;width:21.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:5rem;left:0.5625rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#saEcO9c1hVM4KMZPhDcTDtwtdcLR8PyB { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:16.625rem;top:0rem;left:0rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #GXsww8kKHksQBgFIyQxAg1gRmaffiiVX { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#GXsww8kKHksQBgFIyQxAg1gRmaffiiVX > .row .container { background-color: transparent; background-image: none; }#GXsww8kKHksQBgFIyQxAg1gRmaffiiVX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GXsww8kKHksQBgFIyQxAg1gRmaffiiVX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GXsww8kKHksQBgFIyQxAg1gRmaffiiVX > .row .container > .video-iframe-container { display: none; }#GXsww8kKHksQBgFIyQxAg1gRmaffiiVX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GXsww8kKHksQBgFIyQxAg1gRmaffiiVX > .row > .video-iframe-container { display: none; }#GXsww8kKHksQBgFIyQxAg1gRmaffiiVX > .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); }#GXsww8kKHksQBgFIyQxAg1gRmaffiiVX > .row .container { border-width: 0; border-radius: 0; }#GXsww8kKHksQBgFIyQxAg1gRmaffiiVX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #npNbkCbp6SHaOJXgVmy071kxhvJHFp6I { top:0.5rem;left:15.25rem;width:17.25rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFHeSX8DE01O09GwZt3g5wIR9wZGS7ca { display:block; }#tFHeSX8DE01O09GwZt3g5wIR9wZGS7ca > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zJx2DESUnCiQSW22fMzILTIMKu2Ofhd3 { top:9.125rem;left:10.1875rem;width:37.5625rem;height:11.625rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dic4wO3xpDAB9wJvZodN6J5Wi1i4hXGL { top:22rem;left:10.1875rem;width:37.5625rem;height:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkd7rzn1igU3ud8Qwcyld8LNEKwWz8wQ .widget-regular-label { width:31.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lkd7rzn1igU3ud8Qwcyld8LNEKwWz8wQ .widget-input-text { width:31.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lkd7rzn1igU3ud8Qwcyld8LNEKwWz8wQ .widget-input-text {padding-top: 0; padding-bottom: 0;}#lkd7rzn1igU3ud8Qwcyld8LNEKwWz8wQ .widget-textarea { width:31.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lkd7rzn1igU3ud8Qwcyld8LNEKwWz8wQ .widget-input-select { width:31.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lkd7rzn1igU3ud8Qwcyld8LNEKwWz8wQ .widget-input-select {padding-top: 0; padding-bottom: 0;}#lkd7rzn1igU3ud8Qwcyld8LNEKwWz8wQ .widget-input-button { width:19rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lkd7rzn1igU3ud8Qwcyld8LNEKwWz8wQ .widget-checkbox-label { width:30.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lkd7rzn1igU3ud8Qwcyld8LNEKwWz8wQ  { width:31.6875rem;height:auto;top:28.8125rem;left:13.5625rem; }
#lkd7rzn1igU3ud8Qwcyld8LNEKwWz8wQ .radio-container { width:31.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lkd7rzn1igU3ud8Qwcyld8LNEKwWz8wQ {display:block;}#lkd7rzn1igU3ud8Qwcyld8LNEKwWz8wQ { width:31.6875rem;height:auto;top:28.8125rem;left:13.5625rem; }
 }@media only screen and (max-width: 763px) { #lkd7rzn1igU3ud8Qwcyld8LNEKwWz8wQ #BErv89Uyo89Z1UffCvbAKLBOv128m4Bo {  }
 }@media only screen and (max-width: 763px) { #lkd7rzn1igU3ud8Qwcyld8LNEKwWz8wQ #QohMe4wMOxV8hfDzDSozQ4bIDL4zqTb7 {  }
 }@media only screen and (max-width: 763px) { #lkd7rzn1igU3ud8Qwcyld8LNEKwWz8wQ #reeMn3tMvfOU7RgNxieWgXU69ATdiZkq {  }
 }@media only screen and (max-width: 763px) { #lkd7rzn1igU3ud8Qwcyld8LNEKwWz8wQ #NnbZOJOCrnq2qwLIXBr8sBFODtLx061r {  }
 }@media only screen and (max-width: 763px) { #lkd7rzn1igU3ud8Qwcyld8LNEKwWz8wQ #U2F68Dqi9qFBAWnObmrqtK4QVqtW9Utd {  }
 }@media only screen and (max-width: 763px) { #lkd7rzn1igU3ud8Qwcyld8LNEKwWz8wQ #wqRGAcDJsUnLelWqOFQfaIiM34WNZomz {  }
 }@media only screen and (max-width: 763px) { #lkd7rzn1igU3ud8Qwcyld8LNEKwWz8wQ #r0C8XcLxpHzohTQ9Tu4BR6xaOfEsOUcH {  }
 }@media only screen and (max-width: 763px) { #lkd7rzn1igU3ud8Qwcyld8LNEKwWz8wQ #Mxu2p6aV1lyC7AFZ8NitdhhK6rEoXaTs {  }
 }@media only screen and (max-width: 763px) { #K6l35SmuWp3aRH6Cnz0uZST6I7nawcGw { top:26.875rem;left:10.25rem;width:37.5rem;height:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mt9WcoZVAAHJxO7IosLHIgsNdKznmxF9 { top:6.125rem;left:0rem;width:30.5rem;height:46.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NhBfueo9P44huDW2vPTbzi9cUOObSPGL { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/5f1ead6a-4cef-452a-9b01-3ccb8f996337/about_us_2.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#NhBfueo9P44huDW2vPTbzi9cUOObSPGL.adaptive-delivery-prevent-bg, #NhBfueo9P44huDW2vPTbzi9cUOObSPGL.lazyload, #NhBfueo9P44huDW2vPTbzi9cUOObSPGL.lazyloading { background-image: none; }#NhBfueo9P44huDW2vPTbzi9cUOObSPGL > .row .container { background-color: transparent; background-image: none; }#NhBfueo9P44huDW2vPTbzi9cUOObSPGL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NhBfueo9P44huDW2vPTbzi9cUOObSPGL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NhBfueo9P44huDW2vPTbzi9cUOObSPGL > .row .container > .video-iframe-container { display: none; }#NhBfueo9P44huDW2vPTbzi9cUOObSPGL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NhBfueo9P44huDW2vPTbzi9cUOObSPGL > .row > .video-iframe-container { display: none; }#NhBfueo9P44huDW2vPTbzi9cUOObSPGL > .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); }#NhBfueo9P44huDW2vPTbzi9cUOObSPGL > .row .container { border-width: 0; border-radius: 0; }#NhBfueo9P44huDW2vPTbzi9cUOObSPGL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c6uByc5JRO74oESpGXMfaaABznnXJGus { top:21.1875rem;left:0rem;width:28.75rem;height:21.875rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #bASCtIa6AlAeVtJ1JzRiv9sr0iTV8XEK { top:4.25rem;left:0rem;width:35.9375rem;height:15rem;font-size:1.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #D0c4iJIHp9IPZodT6O3PqVi1qnJB5hbk { top:4.25rem;left:15.0625rem;width:32.6875rem;height:53.875rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/4add6515-3878-42ca-906d-342df49ecc2b/bg_placeholder.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#D0c4iJIHp9IPZodT6O3PqVi1qnJB5hbk.adaptive-delivery-prevent-bg, #D0c4iJIHp9IPZodT6O3PqVi1qnJB5hbk.lazyload, #D0c4iJIHp9IPZodT6O3PqVi1qnJB5hbk.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #OGC4rH8rZGDhL2RNX36mouZwz1BcN2qs { top:35.9375rem;left:16.21875rem;width:17.5625rem;height:22.1875rem;background-color:#ffd476;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #D6uiNszQhUVsPAob33rvJ46lnx5BTK64 { top:24.4375rem;left:0rem;width:17.5625rem;height:25.5625rem;background-color:#ffeabb;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #Jup3WgrovqZvSTT5VO24knd2mZrXIyfd { display:block; }#Jup3WgrovqZvSTT5VO24knd2mZrXIyfd > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GTDy6zHbuiP2131kmcsCJnL6JrB84o7u { top:7.9375rem;left:0rem;width:47.75rem;height:;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRa13DK3ngASTPtv3lZMLPaMSoOmKGh1 { top:22.3125rem;left:12.625rem;width:22.5rem;height:25.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GgIhQHEl6HkFz1GIDNo4MDEQHRglL3KN { top:33.1875rem;left:0rem;width:18.75rem;height:2rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xxomi99ihu4Lnc2nHcB1vCLLSb3ntFH8 { top:37.0625rem;left:0rem;width:18.75rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wd8uQmTaVaciBdXsOX2FCobrCZ5SfH1w { top:26.6875rem;left:0rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pt6iJzWZE3BAxaZN28LCHvUWN5niS4tg { top:38rem;left:29rem;width:18.75rem;height:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKnfUXKw22SeDd8nhUE97FyxDNrEHzto { top:33.4375rem;left:29rem;width:18.75rem;height:4rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ezu5JtCxczCXiMWmUErI5JtX9652g2a2 { top:26.9375rem;left:43.25rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbTMSdBTeZ8Bnp3tVHsAvB51yX6aQl33 { top:26.9375rem;left:21.625rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSqxGdXGwwlZpTID25xHIogxMgJCkeG7 { top:33.4375rem;left:14.5rem;width:18.75rem;height:4rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIxP9BOLtOGDcklXGh6lzn5PysenWRJu { top:38rem;left:14.5rem;width:18.75rem;height:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8THdn3bBDFKkWdpaX8TBEunFOnneFGP { display:block; }#d8THdn3bBDFKkWdpaX8TBEunFOnneFGP > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cSXz3q9orQbUo59rTLyRrebJ2ynpDeV1 { top:5.9375rem;left:0rem;width:47.75rem;height:;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0TvStTk0bsztbTsP6ZhAxgnBuKIyMwT { top:19.5625rem;left:0rem;width:16.875rem;height:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmEXhk5bsShru81BDDG920g0CqlrDtkS { top:22.0625rem;left:0rem;width:13.125rem;height:5.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mr15szuNseMPHosQg0UDyZo0aPEBSPXa { top:28.8125rem;left:0rem;width:13.125rem;height:4rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCNGS850G98eFa23zef2OFwhTkTLdKJo { top:35.8125rem;left:0rem;width:13.125rem;height:9.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvv922LnVShZbwACLao1C0soMvXWC1b7 { top:19.5625rem;left:5.75rem;width:16.875rem;height:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXTwlgy2Tk6UJw1EmHMnKqz7suZa46b9 { top:35.8125rem;left:7.625rem;width:13.125rem;height:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pugoi0WA7WC0sLyaz2rwZgTUD9xOeFZD { top:27.8125rem;left:7.625rem;width:13.125rem;height:8rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTlDcA3zNsAcsTMVirTG87xU0yR7mTiS { top:22.0625rem;left:7.625rem;width:13.125rem;height:5.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDRyRAtKnztCpiVWp2OFaaIaT1u6moNb { top:19.5625rem;left:25.125rem;width:16.875rem;height:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNlnXlsTpAJQufEERkPsrcrN9ePpf17S { top:35.8125rem;left:26.4375rem;width:13.125rem;height:6.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGSOB32h964pg776uAfqNsCW443V8IsU { top:27.8125rem;left:26.4375rem;width:14.25rem;height:6rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMQgQIAIPEmnoUirs21oXnP2r064UcCZ { top:21rem;left:27rem;width:13.125rem;height:5.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVpBiAmGbDOkcUNxaI3XPdvpFfRXmBA3 { top:18.8125rem;left:30.875rem;width:16.875rem;height:27.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #noDg5xN8yy148POTzI6Lcb9dWsCa4LI2 { top:35.8125rem;left:34.625rem;width:13.125rem;height:6.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1dEBBEcC9OMvw4nL6twQwqCvwgGBaFO { top:26.8125rem;left:34.625rem;width:13.125rem;height:8rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pi7kb2GpihsqorPHT3SC5HLp9AksVddB { top:21rem;left:34.625rem;width:13.125rem;height:5.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIBiUXrHBhCFat63R6xPxUE1ISDWPBAO { display:block; }#zIBiUXrHBhCFat63R6xPxUE1ISDWPBAO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #El0Jc9xDKp87dNrKr9kbF90Av1KL5MCA { top:5rem;left:0rem;width:21.125rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #saEcO9c1hVM4KMZPhDcTDtwtdcLR8PyB { width:16.625rem;height:5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #GXsww8kKHksQBgFIyQxAg1gRmaffiiVX { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#GXsww8kKHksQBgFIyQxAg1gRmaffiiVX > .row .container { background-color: transparent; background-image: none; }#GXsww8kKHksQBgFIyQxAg1gRmaffiiVX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GXsww8kKHksQBgFIyQxAg1gRmaffiiVX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GXsww8kKHksQBgFIyQxAg1gRmaffiiVX > .row .container > .video-iframe-container { display: none; }#GXsww8kKHksQBgFIyQxAg1gRmaffiiVX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GXsww8kKHksQBgFIyQxAg1gRmaffiiVX > .row > .video-iframe-container { display: none; }#GXsww8kKHksQBgFIyQxAg1gRmaffiiVX > .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); }#GXsww8kKHksQBgFIyQxAg1gRmaffiiVX > .row .container { border-width: 0; border-radius: 0; }#GXsww8kKHksQBgFIyQxAg1gRmaffiiVX > .row .container { width:20rem;height:6.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #npNbkCbp6SHaOJXgVmy071kxhvJHFp6I { width:11.9375rem;height:3.625rem;top:1.25rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFHeSX8DE01O09GwZt3g5wIR9wZGS7ca { display:block; }#tFHeSX8DE01O09GwZt3g5wIR9wZGS7ca > .row .container { width:20rem;height:71.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zJx2DESUnCiQSW22fMzILTIMKu2Ofhd3 { width:20rem;height:6rem;top:33rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Dic4wO3xpDAB9wJvZodN6J5Wi1i4hXGL { width:20rem;height:6.875rem;top:40.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #lkd7rzn1igU3ud8Qwcyld8LNEKwWz8wQ .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lkd7rzn1igU3ud8Qwcyld8LNEKwWz8wQ .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lkd7rzn1igU3ud8Qwcyld8LNEKwWz8wQ .widget-input-text {padding-top: 0; padding-bottom: 0;}#lkd7rzn1igU3ud8Qwcyld8LNEKwWz8wQ .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lkd7rzn1igU3ud8Qwcyld8LNEKwWz8wQ .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lkd7rzn1igU3ud8Qwcyld8LNEKwWz8wQ .widget-input-select {padding-top: 0; padding-bottom: 0;}#lkd7rzn1igU3ud8Qwcyld8LNEKwWz8wQ .widget-input-button { width:10.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lkd7rzn1igU3ud8Qwcyld8LNEKwWz8wQ .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lkd7rzn1igU3ud8Qwcyld8LNEKwWz8wQ  { width:17.5rem;height:16.1875rem;top:50.34375rem;left:0rem; }
#lkd7rzn1igU3ud8Qwcyld8LNEKwWz8wQ .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lkd7rzn1igU3ud8Qwcyld8LNEKwWz8wQ {display:block;}#lkd7rzn1igU3ud8Qwcyld8LNEKwWz8wQ { width:17.5rem;height:16.1875rem;top:50.34375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lkd7rzn1igU3ud8Qwcyld8LNEKwWz8wQ #BErv89Uyo89Z1UffCvbAKLBOv128m4Bo {  }
 }@media only screen and (max-width: 763px) { #lkd7rzn1igU3ud8Qwcyld8LNEKwWz8wQ #QohMe4wMOxV8hfDzDSozQ4bIDL4zqTb7 {  }
 }@media only screen and (max-width: 763px) { #lkd7rzn1igU3ud8Qwcyld8LNEKwWz8wQ #reeMn3tMvfOU7RgNxieWgXU69ATdiZkq {  }
 }@media only screen and (max-width: 763px) { #lkd7rzn1igU3ud8Qwcyld8LNEKwWz8wQ #NnbZOJOCrnq2qwLIXBr8sBFODtLx061r {  }
 }@media only screen and (max-width: 763px) { #lkd7rzn1igU3ud8Qwcyld8LNEKwWz8wQ #U2F68Dqi9qFBAWnObmrqtK4QVqtW9Utd {  }
 }@media only screen and (max-width: 763px) { #lkd7rzn1igU3ud8Qwcyld8LNEKwWz8wQ #wqRGAcDJsUnLelWqOFQfaIiM34WNZomz {  }
 }@media only screen and (max-width: 763px) { #lkd7rzn1igU3ud8Qwcyld8LNEKwWz8wQ #r0C8XcLxpHzohTQ9Tu4BR6xaOfEsOUcH {  }
 }@media only screen and (max-width: 763px) { #lkd7rzn1igU3ud8Qwcyld8LNEKwWz8wQ #Mxu2p6aV1lyC7AFZ8NitdhhK6rEoXaTs {  }
 }@media only screen and (max-width: 763px) { #K6l35SmuWp3aRH6Cnz0uZST6I7nawcGw { width:20rem;height:21.6875rem;top:48.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mt9WcoZVAAHJxO7IosLHIgsNdKznmxF9 { width:20rem;height:30.5rem;top:1.25rem;left:0rem;z-index:14998;border-top-left-radius:15.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NhBfueo9P44huDW2vPTbzi9cUOObSPGL { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#NhBfueo9P44huDW2vPTbzi9cUOObSPGL > .row .container { background-color: transparent; background-image: none; }#NhBfueo9P44huDW2vPTbzi9cUOObSPGL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NhBfueo9P44huDW2vPTbzi9cUOObSPGL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NhBfueo9P44huDW2vPTbzi9cUOObSPGL > .row .container > .video-iframe-container { display: none; }#NhBfueo9P44huDW2vPTbzi9cUOObSPGL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NhBfueo9P44huDW2vPTbzi9cUOObSPGL > .row > .video-iframe-container { display: none; }#NhBfueo9P44huDW2vPTbzi9cUOObSPGL > .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); }#NhBfueo9P44huDW2vPTbzi9cUOObSPGL > .row .container { border-width: 0; border-radius: 0; }#NhBfueo9P44huDW2vPTbzi9cUOObSPGL > .row .container { width:20rem;height:32.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c6uByc5JRO74oESpGXMfaaABznnXJGus { width:17.5rem;height:19rem;top:11.625rem;left:1.25rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15035;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #bASCtIa6AlAeVtJ1JzRiv9sr0iTV8XEK { width:17.5rem;height:7.75rem;top:2.6875rem;left:1.25rem;font-size:1.9375rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #D0c4iJIHp9IPZodT6O3PqVi1qnJB5hbk { width:20rem;height:29.25rem;top:10.125rem;left:0rem;z-index:14998;border-top-left-radius:9.375rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#e3e3e3;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #OGC4rH8rZGDhL2RNX36mouZwz1BcN2qs { width:10rem;height:10rem;top:28.875rem;left:0rem;background-color:#ffd476;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #D6uiNszQhUVsPAob33rvJ46lnx5BTK64 { width:20rem;height:32.25rem;top:0rem;left:0rem;z-index:14999;border-top-left-radius:0rem;border-top-right-radius:7.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#28887a;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Jup3WgrovqZvSTT5VO24knd2mZrXIyfd { background-color:#dfedeb;background-image:none;display:block; }#Jup3WgrovqZvSTT5VO24knd2mZrXIyfd > .row .container { background-color: transparent; background-image: none; }#Jup3WgrovqZvSTT5VO24knd2mZrXIyfd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jup3WgrovqZvSTT5VO24knd2mZrXIyfd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jup3WgrovqZvSTT5VO24knd2mZrXIyfd > .row .container > .video-iframe-container { display: none; }#Jup3WgrovqZvSTT5VO24knd2mZrXIyfd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jup3WgrovqZvSTT5VO24knd2mZrXIyfd > .row > .video-iframe-container { display: none; }#Jup3WgrovqZvSTT5VO24knd2mZrXIyfd > .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); }#Jup3WgrovqZvSTT5VO24knd2mZrXIyfd > .row .container { width:20rem;height:62.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GTDy6zHbuiP2131kmcsCJnL6JrB84o7u { width:20rem;height:6rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fRa13DK3ngASTPtv3lZMLPaMSoOmKGh1 { width:20rem;height:51rem;top:8.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GgIhQHEl6HkFz1GIDNo4MDEQHRglL3KN { width:17.5rem;height:1.75rem;top:14.9375rem;left:1.25rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Xxomi99ihu4Lnc2nHcB1vCLLSb3ntFH8 { width:17.5rem;height:5.5rem;top:17.5rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wd8uQmTaVaciBdXsOX2FCobrCZ5SfH1w { display:flex;width:4.5rem;height:4.5rem;top:9.875rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #Pt6iJzWZE3BAxaZN28LCHvUWN5niS4tg { width:17.5rem;height:4.125rem;top:50.5rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iKnfUXKw22SeDd8nhUE97FyxDNrEHzto { width:17.5rem;height:3.5rem;top:44.5625rem;left:1.25rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ezu5JtCxczCXiMWmUErI5JtX9652g2a2 { display:flex;width:4.5rem;height:4.5rem;top:40.0625rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #WbTMSdBTeZ8Bnp3tVHsAvB51yX6aQl33 { display:flex;width:4.5rem;height:4.5rem;top:25.53125rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #iSqxGdXGwwlZpTID25xHIogxMgJCkeG7 { width:17.5rem;height:3.5rem;top:30.03125rem;left:1.25rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zIxP9BOLtOGDcklXGh6lzn5PysenWRJu { width:17.5rem;height:4.125rem;top:34.1875rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d8THdn3bBDFKkWdpaX8TBEunFOnneFGP { display:block; }#d8THdn3bBDFKkWdpaX8TBEunFOnneFGP > .row .container { width:20rem;height:96.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cSXz3q9orQbUo59rTLyRrebJ2ynpDeV1 { width:20rem;height:4rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I0TvStTk0bsztbTsP6ZhAxgnBuKIyMwT { width:16.875rem;height:20.3125rem;top:6.625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmEXhk5bsShru81BDDG920g0CqlrDtkS { width:2.25rem;height:2rem;top:7.8125rem;left:3.4375rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mr15szuNseMPHosQg0UDyZo0aPEBSPXa { width:13.125rem;height:3.5rem;top:11rem;left:3.4375rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RCNGS850G98eFa23zef2OFwhTkTLdKJo { width:13.125rem;height:9.625rem;top:16.125rem;left:3.4375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lvv922LnVShZbwACLao1C0soMvXWC1b7 { width:16.875rem;height:20rem;top:28.1875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXTwlgy2Tk6UJw1EmHMnKqz7suZa46b9 { width:13.125rem;height:5.5rem;top:38.875rem;left:3.4375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pugoi0WA7WC0sLyaz2rwZgTUD9xOeFZD { width:13.125rem;height:5.25rem;top:32.5625rem;left:3.4375rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nTlDcA3zNsAcsTMVirTG87xU0yR7mTiS { width:13.125rem;height:2rem;top:28.875rem;left:3.4375rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zDRyRAtKnztCpiVWp2OFaaIaT1u6moNb { width:16.875rem;height:18.75rem;top:50.625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNlnXlsTpAJQufEERkPsrcrN9ePpf17S { width:13.125rem;height:6.875rem;top:60.6875rem;left:3.4375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xGSOB32h964pg776uAfqNsCW443V8IsU { width:13.125rem;height:5.25rem;top:54.0625rem;left:3.4375rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MMQgQIAIPEmnoUirs21oXnP2r064UcCZ { width:13.125rem;height:2rem;top:51.25rem;left:3.4375rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mVpBiAmGbDOkcUNxaI3XPdvpFfRXmBA3 { width:16.875rem;height:25.625rem;top:70.3125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #noDg5xN8yy148POTzI6Lcb9dWsCa4LI2 { width:13.125rem;height:6.875rem;top:86.375rem;left:3.4375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #f1dEBBEcC9OMvw4nL6twQwqCvwgGBaFO { width:13.125rem;height:7rem;top:77rem;left:3.4375rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pi7kb2GpihsqorPHT3SC5HLp9AksVddB { width:13.125rem;height:2rem;top:73.75rem;left:3.4375rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zIBiUXrHBhCFat63R6xPxUE1ISDWPBAO { display:block; }#zIBiUXrHBhCFat63R6xPxUE1ISDWPBAO > .row .container { width:20rem;height:6.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #El0Jc9xDKp87dNrKr9kbF90Av1KL5MCA { width:20rem;height:1.3125rem;top:4.375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #saEcO9c1hVM4KMZPhDcTDtwtdcLR8PyB { width:5.9375rem;height:1.875rem;top:1.25rem;left:7rem;display:block; }
 }