.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:246,213,212;--color-primary-1:229,128,127;--color-primary-2:212,43,41;--color-primary-3:167,50,49;--color-primary-4:186,8,8;--color-secondary-0:217,239,223;--color-secondary-1:128,201,150;--color-secondary-2:0,146,44;--color-secondary-3:0,73,22;--color-secondary-4:0,22,7;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"fraunces";--paragraphs-font-family:"Lato"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FQJN9lSu1F1sKgHMkWxV0UiPqZIHRGlW { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f637c8ed-9309-49ba-a387-9da75de1e398/146411.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#FQJN9lSu1F1sKgHMkWxV0UiPqZIHRGlW.adaptive-delivery-prevent-bg, #FQJN9lSu1F1sKgHMkWxV0UiPqZIHRGlW.lazyload, #FQJN9lSu1F1sKgHMkWxV0UiPqZIHRGlW.lazyloading { background-image: none; }#FQJN9lSu1F1sKgHMkWxV0UiPqZIHRGlW > .row .container { background-color: transparent; background-image: none; }#FQJN9lSu1F1sKgHMkWxV0UiPqZIHRGlW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(36,1,1,0.26); }#FQJN9lSu1F1sKgHMkWxV0UiPqZIHRGlW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FQJN9lSu1F1sKgHMkWxV0UiPqZIHRGlW > .row .container > .video-iframe-container { display: none; }#FQJN9lSu1F1sKgHMkWxV0UiPqZIHRGlW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(36,1,1,0.26); }#FQJN9lSu1F1sKgHMkWxV0UiPqZIHRGlW > .row > .video-iframe-container { display: none; }#FQJN9lSu1F1sKgHMkWxV0UiPqZIHRGlW > .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); }#FQJN9lSu1F1sKgHMkWxV0UiPqZIHRGlW > .row .container { border-width: 0; border-radius: 0; }#FQJN9lSu1F1sKgHMkWxV0UiPqZIHRGlW::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#FQJN9lSu1F1sKgHMkWxV0UiPqZIHRGlW > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#FQJN9lSu1F1sKgHMkWxV0UiPqZIHRGlW > .row .container { font-size:0.875rem;font-family:arial;height:43.75rem;width:75rem;overflow:visible;position:relative;display:block; }#EP9zRy8NJTcioCewdKKnQeud4p9O4ugc { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.8125rem;width:37.25rem;top:15.137499809265rem;left:34.550001144409rem;overflow:hidden;display:block; }
#SGwG46AQwK9T0wT0s4BK2WrqryI5W8Iu { color:rgba(var(--color-tertiary-0),1);display:block;width:48.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.5625rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.5rem rgba(var(--color-tertiary-4),0.32);top:5.1125001907349rem;left:0rem;height:11.1255rem;font-style:normal;display:block; }
#RfzUUMsKlaWt4vSVPnZbVEmN9QIglhAT { color:rgba(var(--color-tertiary-0),1);display:block;width:37.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2);top:16.78750038147rem;left:0rem;height:3.25rem;font-style:normal;display:block; }
#Mi8IqeBt2dSFVOdmJT6Jy0h0sxTN436T { color:rgba(var(--color-tertiary-0),1);display:block;width:28.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:26.25rem;left:8.9375rem;height:3.25rem;display:block; }
#MiuTotFagVitfC2dXPf27DP6Nk8Ln1iy { box-sizing:content-box;height:11.125rem;width:31.4375rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:41.949999809265rem;left:21.78125rem;border-top-right-radius:0rem;border-bottom-right-radius:1rem;border-bottom-left-radius:0rem;border-top-left-radius:1rem;display:block; }
#Z4Zl4QGFyr2ZI9xBkJ4END5AWPA5bnk7 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:9rem;top:1.4375rem;left:0.60000038146973rem;overflow:hidden;display:block; }
#xQdKV2OT2XhUC7dtoHneJ2kNPlsVTyTk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8ddef832-12a6-4dc2-93dd-86be2a82f55e/33951.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xQdKV2OT2XhUC7dtoHneJ2kNPlsVTyTk.adaptive-delivery-prevent-bg, #xQdKV2OT2XhUC7dtoHneJ2kNPlsVTyTk.lazyload, #xQdKV2OT2XhUC7dtoHneJ2kNPlsVTyTk.lazyloading { background-image: none; }#xQdKV2OT2XhUC7dtoHneJ2kNPlsVTyTk > .row .container { background-color: transparent; background-image: none; }#xQdKV2OT2XhUC7dtoHneJ2kNPlsVTyTk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.42); }#xQdKV2OT2XhUC7dtoHneJ2kNPlsVTyTk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xQdKV2OT2XhUC7dtoHneJ2kNPlsVTyTk > .row .container > .video-iframe-container { display: none; }#xQdKV2OT2XhUC7dtoHneJ2kNPlsVTyTk > .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.42); }#xQdKV2OT2XhUC7dtoHneJ2kNPlsVTyTk > .row > .video-iframe-container { display: none; }#xQdKV2OT2XhUC7dtoHneJ2kNPlsVTyTk > .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); }#xQdKV2OT2XhUC7dtoHneJ2kNPlsVTyTk > .row .container { border-width: 0; border-radius: 0; }#xQdKV2OT2XhUC7dtoHneJ2kNPlsVTyTk::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; }#xQdKV2OT2XhUC7dtoHneJ2kNPlsVTyTk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xQdKV2OT2XhUC7dtoHneJ2kNPlsVTyTk > .row .container { font-size:0.875rem;font-family:arial;height:32.125rem;width:75rem;position:relative;display:block; }#ybmwgC6iQ9v2FoBAX0Cm8B9ok37dgOJv { color:rgba(var(--color-tertiary-4),1);display:block;width:33.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:3.3125rem;left:20.9375rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lXeoNHSxZdfZokKpSyrtHVxFN5vfLL4S { color:rgba(var(--color-tertiary-4),1);display:block;width:37.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:1.6875rem;left:19rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BkQ31BWDNunzrK9vsl22yJ33aLl3fmKn { color:rgba(var(--color-tertiary-0),1);display:block;width:48.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:12.437500953674rem;left:13.0625rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#lUmmCwGnx8oCZohn50eUTCT6WkC5aZwV { background-color:rgba(var(--color-tertiary-4),0.33);background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.425rem;height:3.675rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:21.1875rem;left:28.750001907349rem;display:block; }
#p3h9QTgWrm7kGMk4GlnefISGGkSyQ6tM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ocx1umXl0NSKTOL6H246zTV8BK2t66Qb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a97c45f3-ab84-44e0-94dc-dab5b08eab24/1225.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ocx1umXl0NSKTOL6H246zTV8BK2t66Qb.adaptive-delivery-prevent-bg, #ocx1umXl0NSKTOL6H246zTV8BK2t66Qb.lazyload, #ocx1umXl0NSKTOL6H246zTV8BK2t66Qb.lazyloading { background-image: none; }#ocx1umXl0NSKTOL6H246zTV8BK2t66Qb > .row .container { background-color: transparent; background-image: none; }#ocx1umXl0NSKTOL6H246zTV8BK2t66Qb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.7); }#ocx1umXl0NSKTOL6H246zTV8BK2t66Qb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ocx1umXl0NSKTOL6H246zTV8BK2t66Qb > .row .container > .video-iframe-container { display: none; }#ocx1umXl0NSKTOL6H246zTV8BK2t66Qb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.7); }#ocx1umXl0NSKTOL6H246zTV8BK2t66Qb > .row > .video-iframe-container { display: none; }#ocx1umXl0NSKTOL6H246zTV8BK2t66Qb > .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); }#ocx1umXl0NSKTOL6H246zTV8BK2t66Qb > .row .container { border-width: 0; border-radius: 0; }#ocx1umXl0NSKTOL6H246zTV8BK2t66Qb::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; }#ocx1umXl0NSKTOL6H246zTV8BK2t66Qb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ocx1umXl0NSKTOL6H246zTV8BK2t66Qb > .row .container { font-size:0.875rem;font-family:arial;height:68.625rem;width:75rem;position:relative;display:block; }#MS1sh3IIuxy8en3pcAxi3azPZ4nfBTyI { box-sizing:content-box;height:18.25rem;width:37.4375rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8ddef832-12a6-4dc2-93dd-86be2a82f55e/33951.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;top:0rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MS1sh3IIuxy8en3pcAxi3azPZ4nfBTyI.adaptive-delivery-prevent-bg, #MS1sh3IIuxy8en3pcAxi3azPZ4nfBTyI.lazyload, #MS1sh3IIuxy8en3pcAxi3azPZ4nfBTyI.lazyloading { background-image: none; }
#MS1sh3IIuxy8en3pcAxi3azPZ4nfBTyI::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; }#MS1sh3IIuxy8en3pcAxi3azPZ4nfBTyI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.42); }#cVAXTfRtZDiT3JiZkI6nsMkAUFCe55Ic { color:rgba(var(--color-tertiary-0),1);display:block;width:28.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:5.9375rem;left:4.4375rem;height:6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yn4IwrFpDbJvOqv9FmWJauFgBE8WiPuz { color:#090909;display:block;width:14.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:19.237503051757rem;left:26.500001907349rem;height:5.249025rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rGIdc6ZTOQuQoHezl28UD1Zown5zJedu { box-sizing:content-box;height:5.5625rem;width:5.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15005;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/f90969fd-805c-4197-b635-5d56397362c8/67675.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:18rem;left:45.000001907349rem;display:block; }#rGIdc6ZTOQuQoHezl28UD1Zown5zJedu.adaptive-delivery-prevent-bg, #rGIdc6ZTOQuQoHezl28UD1Zown5zJedu.lazyload, #rGIdc6ZTOQuQoHezl28UD1Zown5zJedu.lazyloading { background-image: none; }
#nD944PFMx9Th5XiOMcTOPu8DIr7zXD1A { color:rgba(var(--color-tertiary-0),1);display:block;width:28.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.8125rem;left:4.5rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CWbERCdUr9Ft4BgAJVMbFJ8g8pT1zHC2 { box-sizing:content-box;height:2.1875rem;width:2.1875rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:16.75rem;left:12.4375rem;border-top-right-radius:2.5rem;border-bottom-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-top-left-radius:2.5rem;border-top:0.1875rem solid rgba(var(--color-tertiary-0),1);border-left:0.1875rem solid rgba(var(--color-tertiary-0),1);border-right:0.1875rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),1);display:block; }
#XUoTMgs5sthr5RDMuTENTloyAJ3UdmLu { color:rgba(var(--color-tertiary-0),1);display:block;width:2.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15008;line-height:1.2;letter-spacing:0;top:17.0625rem;left:12.4375rem;height:1.875rem;text-align:center;text-align-last:center;display:block; }
#x43eUoJDSWfkL38uDbyWeBPHRsSBPW4q { box-sizing:content-box;height:5.5625rem;width:5.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15006;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/6f6cef14-76e2-4bea-b1b6-b9f6ac290382/67195.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:18rem;left:54.812501907349rem;display:block; }#x43eUoJDSWfkL38uDbyWeBPHRsSBPW4q.adaptive-delivery-prevent-bg, #x43eUoJDSWfkL38uDbyWeBPHRsSBPW4q.lazyload, #x43eUoJDSWfkL38uDbyWeBPHRsSBPW4q.lazyloading { background-image: none; }
#DuzRtgm5dyLJO89ySQtMtQV3CDt9WtSV { box-sizing:content-box;height:5.5625rem;width:5.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15007;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/0e366f03-11cd-46fd-86b7-5a51850f05c5/205321.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:18rem;left:64.81250190735rem;display:block; }#DuzRtgm5dyLJO89ySQtMtQV3CDt9WtSV.adaptive-delivery-prevent-bg, #DuzRtgm5dyLJO89ySQtMtQV3CDt9WtSV.lazyload, #DuzRtgm5dyLJO89ySQtMtQV3CDt9WtSV.lazyloading { background-image: none; }
#ypp9aSr7y0kzLF4kwSFX37PU2hy3W7z3 { color:#090909;display:block;width:7.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:24.125rem;left:43.812501907349rem;height:2.69921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IDTNgsyzgmJaBzkITvnBkEcAFSGOlWQZ { color:#090909;display:block;width:9.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:24.125rem;left:53.062501907349rem;height:2.69921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SZ3BIlbeMtWXFvflBbKCJbBp6MAFTlWt { color:#090909;display:block;width:9.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:24.125rem;left:63.12500190735rem;height:2.69921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#U9Hol58Ro4VmrNP5AirtBJMTIkDthsV3 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15007;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/96f84236-bba3-4205-abf2-523ec00ad11c/19538.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:32.199998855591rem;left:12.31875038147rem;border-top:0.1875rem solid rgba(var(--color-tertiary-0),1);border-left:0.1875rem solid rgba(var(--color-tertiary-0),1);border-right:0.1875rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),1);display:block; }#U9Hol58Ro4VmrNP5AirtBJMTIkDthsV3.adaptive-delivery-prevent-bg, #U9Hol58Ro4VmrNP5AirtBJMTIkDthsV3.lazyload, #U9Hol58Ro4VmrNP5AirtBJMTIkDthsV3.lazyloading { background-image: none; }
#mNSRHxB3OSMgK0qFdHGmWWskWntTvRgO { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15006;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/d258f160-39fc-4738-890b-a13ab2c71b9e/11649.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:15.1875rem;left:12.375rem;border-top:0.1875rem solid rgba(var(--color-tertiary-0),1);border-left:0.1875rem solid rgba(var(--color-tertiary-0),1);border-right:0.1875rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),1);display:block; }#mNSRHxB3OSMgK0qFdHGmWWskWntTvRgO.adaptive-delivery-prevent-bg, #mNSRHxB3OSMgK0qFdHGmWWskWntTvRgO.lazyload, #mNSRHxB3OSMgK0qFdHGmWWskWntTvRgO.lazyloading { background-image: none; }
#ggXhs37HxFOvbisMTQ1I8JB4X1pFJa7A { box-sizing:content-box;height:2.1875rem;width:2.1875rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:33.812501907349rem;left:12.4375rem;border-top-right-radius:2.5rem;border-bottom-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-top-left-radius:2.5rem;border-top:0.1875rem solid rgba(var(--color-tertiary-0),1);border-left:0.1875rem solid rgba(var(--color-tertiary-0),1);border-right:0.1875rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),1);display:block; }
#HUBmExpXPWg7mCEbFccAKJIxUKSFdgDR { color:rgba(var(--color-tertiary-0),1);display:block;width:2.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15009;line-height:1.2;letter-spacing:0;top:34.11865234375rem;left:12.39990234375rem;height:1.875rem;text-align:center;text-align-last:center;display:block; }
#MArb7DiR9BZuf6AJUCIfihVBMJO1NRzF { color:#090909;display:block;width:13.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:35.175001144409rem;left:26.500001907349rem;height:10.4980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#G60HQiTJxDQr1KcFhHQl7bmpcwxHlE2a { color:rgba(var(--color-tertiary-4),1);display:block;width:8.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:27.4375rem;left:43.531251907349rem;height:2.598875rem;text-align:center;text-align-last:center;display:block; }
#GPn8Cn7pnQhgEI76PQ4yyQWokaJyvK14 { color:rgba(var(--color-tertiary-4),1);display:block;width:8.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:27.4375rem;left:53.343751907349rem;height:2.598875rem;text-align:center;text-align-last:center;display:block; }
#T5S8RNVtllg7lP6FR1fQQ5f0Ai1qUlXG { box-sizing:content-box;height:5.5625rem;width:5.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15006;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/fa99b061-6904-4689-9085-5493a363a330/264889.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:36.318748474121rem;left:45.000001907349rem;display:block; }#T5S8RNVtllg7lP6FR1fQQ5f0Ai1qUlXG.adaptive-delivery-prevent-bg, #T5S8RNVtllg7lP6FR1fQQ5f0Ai1qUlXG.lazyload, #T5S8RNVtllg7lP6FR1fQQ5f0Ai1qUlXG.lazyloading { background-image: none; }
#TuyOdtpWi85URFm0KDnMMqS4a1KpNf5B { box-sizing:content-box;height:5.5625rem;width:5.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15007;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/f2a6f137-6845-46b5-a594-8ddf7c102c28/3783290.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:36.318748474121rem;left:54.812501907349rem;display:block; }#TuyOdtpWi85URFm0KDnMMqS4a1KpNf5B.adaptive-delivery-prevent-bg, #TuyOdtpWi85URFm0KDnMMqS4a1KpNf5B.lazyload, #TuyOdtpWi85URFm0KDnMMqS4a1KpNf5B.lazyloading { background-image: none; }
#aizgd5pTZVEqioEZIFDHnKelLmUEfZin { box-sizing:content-box;height:5.5625rem;width:5.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15008;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/3f9d1c86-5877-4243-b21c-2b841bf19822/7674.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:36.318748474121rem;left:64.81250190735rem;display:block; }#aizgd5pTZVEqioEZIFDHnKelLmUEfZin.adaptive-delivery-prevent-bg, #aizgd5pTZVEqioEZIFDHnKelLmUEfZin.lazyload, #aizgd5pTZVEqioEZIFDHnKelLmUEfZin.lazyloading { background-image: none; }
#MnepNB07Fy6XqOqzg17COaZdKDJgIUAl { color:#090909;display:block;width:8.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:43.0498046875rem;left:43.46875rem;height:2.699225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tmNSBBz2ttgAXE7kKvEVgitynIifP6Rb { color:#090909;display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:43.0498046875rem;left:53.0625rem;height:2.699225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XZM7KMzb20NerTzgTSTkHOdxMqPHqbm3 { color:#090909;display:block;width:8.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:43.0498046875rem;left:63.25rem;height:2.699225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kTDvqylsr1tn0vh8L9hfqzVokw3gc5BL { color:rgba(var(--color-tertiary-4),1);display:block;width:9.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:27.4375rem;left:63.09375190735rem;height:2.598875rem;text-align:center;text-align-last:center;display:block; }
#i8lph3fy4iowlFQTRnkaPm1s2uHZOXAz { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15008;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/c8f9f867-6bc1-42a3-bd1a-f172299a5f4c/15742.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:49.700000762939rem;left:12.4375rem;border-top:0.1875rem solid rgba(var(--color-tertiary-0),1);border-left:0.1875rem solid rgba(var(--color-tertiary-0),1);border-right:0.1875rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),1);display:block; }#i8lph3fy4iowlFQTRnkaPm1s2uHZOXAz.adaptive-delivery-prevent-bg, #i8lph3fy4iowlFQTRnkaPm1s2uHZOXAz.lazyload, #i8lph3fy4iowlFQTRnkaPm1s2uHZOXAz.lazyloading { background-image: none; }
#uKKoNSlDsGMOAa5eaEGFaqEk7nUfKH5e { box-sizing:content-box;height:2.1875rem;width:2.1875rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:51.6875rem;left:12.4375rem;border-top-right-radius:2.5rem;border-bottom-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-top-left-radius:2.5rem;border-top:0.1875rem solid rgba(var(--color-tertiary-0),1);border-left:0.1875rem solid rgba(var(--color-tertiary-0),1);border-right:0.1875rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),1);display:block; }
#WqVlXBWGTLUkpOlUx1fDGklDuZmtRrym { color:rgba(var(--color-tertiary-0),1);display:block;width:2.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15010;line-height:1.2;letter-spacing:0;top:52rem;left:12.4375rem;height:1.875rem;text-align:center;text-align-last:center;display:block; }
#QQHBv5dgTiVnO4Q4fiikMVFycQqbZinx { color:#090909;display:block;width:22.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:54.787498474121rem;left:26.500001907349rem;height:2.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Gsnv140zONENxU9FheT6iOkgkTFzzES3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:54.599609375rem;left:45.15625rem; }
#D4BF41PzG2TO6RTEGT5nbz58g8ZIWkiG { color:rgba(var(--color-tertiary-4),1);display:block;width:9.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:46.22500038147rem;left:43.031251907349rem;height:3.8983125rem;text-align:center;text-align-last:center;display:block; }
#xR7RBuCildptTsTaVplfedXnv0uDrJOr { color:rgba(var(--color-tertiary-4),1);display:block;width:8.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:46.35000038147rem;left:53.375001907349rem;height:3.8983125rem;text-align:center;text-align-last:center;display:block; }
#B10ceslB68cgf0WwzDGvShfhnmTorUmR { color:rgba(var(--color-tertiary-4),1);display:block;width:9.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:46.35000038147rem;left:62.78125190735rem;height:3.8983125rem;text-align:center;text-align-last:center;display:block; }
#OPL6ex4TbnlGhlDwiBA9VIgloAtaXlPu { color:#090909;display:block;width:7.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.2;letter-spacing:0;top:42.849998474121rem;left:43.812501907349rem;height:2.7rem;text-align:center;text-align-last:center;display:none; }
#cvryM3FiEilTmIGSuDogv9SczySfymfn { color:#090909;display:block;width:7.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.2;letter-spacing:0;top:42.849998474121rem;left:53.625001907349rem;height:2.7rem;text-align:center;text-align-last:center;display:none; }
#tk3zRpCyPNpeTL68vpTe6GIx9vkslal6 { color:#090909;display:block;width:7.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.2;letter-spacing:0;top:42.849998474121rem;left:63.62500190735rem;height:2.7rem;text-align:center;text-align-last:center;display:none; }
#FTnn9OsOVTagCghtNxIGThJU1gmiCXxQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/32be61f7-d475-486b-9443-c7c399c119c2/2151868559.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FTnn9OsOVTagCghtNxIGThJU1gmiCXxQ.adaptive-delivery-prevent-bg, #FTnn9OsOVTagCghtNxIGThJU1gmiCXxQ.lazyload, #FTnn9OsOVTagCghtNxIGThJU1gmiCXxQ.lazyloading { background-image: none; }#FTnn9OsOVTagCghtNxIGThJU1gmiCXxQ > .row .container { background-color: transparent; background-image: none; }#FTnn9OsOVTagCghtNxIGThJU1gmiCXxQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.48); }#FTnn9OsOVTagCghtNxIGThJU1gmiCXxQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTnn9OsOVTagCghtNxIGThJU1gmiCXxQ > .row .container > .video-iframe-container { display: none; }#FTnn9OsOVTagCghtNxIGThJU1gmiCXxQ > .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.48); }#FTnn9OsOVTagCghtNxIGThJU1gmiCXxQ > .row > .video-iframe-container { display: none; }#FTnn9OsOVTagCghtNxIGThJU1gmiCXxQ > .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); }#FTnn9OsOVTagCghtNxIGThJU1gmiCXxQ > .row .container { border-width: 0; border-radius: 0; }#FTnn9OsOVTagCghtNxIGThJU1gmiCXxQ::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; }#FTnn9OsOVTagCghtNxIGThJU1gmiCXxQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FTnn9OsOVTagCghtNxIGThJU1gmiCXxQ > .row .container { font-size:0.875rem;font-family:arial;height:45rem;width:75rem;position:relative;display:block; }#RPb0pTlFkaTJ87BKOfTCoNZlxwq3dbTt { color:rgba(var(--color-tertiary-0),1);display:block;width:28.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:7.4374942779544rem;left:23.281251907349rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WtR7wHrszVu2bx7F4zcUuaao7K4CQNzv { color:rgba(var(--color-tertiary-0),1);display:block;width:28.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:5.8625030517578rem;left:23.250001907349rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yfRfbyth3aRkWOKzLXOThT7GbzFvKOaa { box-sizing:content-box;height:22.125rem;width:18.125rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-3),1);background-image:url("https://images.assets-landingi.com/uc/b50abfb4-5c3a-4acf-9ebd-be520f8fd9e9/1446303_7158Przekonwertowanykopia.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:13.912499427796rem;left:28.437501907349rem;display:block; }#yfRfbyth3aRkWOKzLXOThT7GbzFvKOaa.adaptive-delivery-prevent-bg, #yfRfbyth3aRkWOKzLXOThT7GbzFvKOaa.lazyload, #yfRfbyth3aRkWOKzLXOThT7GbzFvKOaa.lazyloading { background-image: none; }
#n3PQPbEgMODxFf1MnlhLLcMozOO0EqqF { box-sizing:content-box;height:15.75rem;width:18.125rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-3),0), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-3),0), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-3),0), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-3),0), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),0)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),0)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-3),0), rgba(var(--color-primary-4),1));background-size:cover !important;top:21.44375038147rem;left:28.437501907349rem;display:block; }
#CqmKE7VTRQXCo9fp1iTeNdgqzngodlr7 { color:rgba(var(--color-tertiary-0),1);display:block;width:13.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:23.00000667572rem;left:30.656251907349rem;height:5.84765625rem;text-align:center;text-align-last:center;display:block; }
#d9vOauKtdVXoweQlG8Zs5PBU1XDicozT { color:rgba(var(--color-tertiary-0),1);display:block;width:8.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:30.537506103516rem;left:33.343751907349rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#iTbRcoViMObBqgqmk8eJO14Bgl6nsX4U { box-sizing:content-box;height:15.5625rem;width:61.9375rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-4),1);background-image:none;top:17.9375rem;left:7.125rem;border-top-left-radius:1rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1rem;display:block; }
#mLJWDNzympS91ZnipipM65gSNJqbbLM8 { color:rgba(var(--color-tertiary-0),1);display:block;width:16.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:21rem;left:8.9375rem;height:5.84765625rem;text-align:center;text-align-last:center;display:block; }
#qKmTUk2ZqgSudBzbmmLhTR7IDEP0tpLx { color:rgba(var(--color-tertiary-0),1);display:block;width:8.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:29.437507629394rem;left:13.1875rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#O0330ZrfQVTQtaIA9iUDcXNitvatSxlJ { color:rgba(var(--color-tertiary-0),1);display:block;width:16.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:21rem;left:49.0625rem;height:4.38574375rem;text-align:center;text-align-last:center;display:block; }
#CT6G7yV5BGRD5GQXZl62shxr7nfXUTHG { color:rgba(var(--color-tertiary-0),1);display:block;width:8.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:29.4375rem;left:53.3125rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#ssoeKURgk2AzE3h2Mde7PrywedRtN6bK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.7);background-image:url("https://images.assets-landingi.com/uc/a97c45f3-ab84-44e0-94dc-dab5b08eab24/1225.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ssoeKURgk2AzE3h2Mde7PrywedRtN6bK.adaptive-delivery-prevent-bg, #ssoeKURgk2AzE3h2Mde7PrywedRtN6bK.lazyload, #ssoeKURgk2AzE3h2Mde7PrywedRtN6bK.lazyloading { background-image: none; }#ssoeKURgk2AzE3h2Mde7PrywedRtN6bK > .row .container { background-color: transparent; background-image: none; }#ssoeKURgk2AzE3h2Mde7PrywedRtN6bK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ssoeKURgk2AzE3h2Mde7PrywedRtN6bK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ssoeKURgk2AzE3h2Mde7PrywedRtN6bK > .row .container > .video-iframe-container { display: none; }#ssoeKURgk2AzE3h2Mde7PrywedRtN6bK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ssoeKURgk2AzE3h2Mde7PrywedRtN6bK > .row > .video-iframe-container { display: none; }#ssoeKURgk2AzE3h2Mde7PrywedRtN6bK > .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); }#ssoeKURgk2AzE3h2Mde7PrywedRtN6bK > .row .container { border-width: 0; border-radius: 0; }#ssoeKURgk2AzE3h2Mde7PrywedRtN6bK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ssoeKURgk2AzE3h2Mde7PrywedRtN6bK > .row .container { font-size:0.875rem;font-family:arial;height:44.8125rem;width:75rem;position:relative;display:block; }#fn18Ed2KNJnQ7gpbGDHNwsgexadbMUgm { box-sizing:content-box;height:18.25rem;width:37.4375rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/32be61f7-d475-486b-9443-c7c399c119c2/2151868559.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;top:0rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fn18Ed2KNJnQ7gpbGDHNwsgexadbMUgm.adaptive-delivery-prevent-bg, #fn18Ed2KNJnQ7gpbGDHNwsgexadbMUgm.lazyload, #fn18Ed2KNJnQ7gpbGDHNwsgexadbMUgm.lazyloading { background-image: none; }
#fn18Ed2KNJnQ7gpbGDHNwsgexadbMUgm::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; }#fn18Ed2KNJnQ7gpbGDHNwsgexadbMUgm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.48); }#TfC3u5MsQexKrbXnLTzLdZVXcfUUdK3M { color:rgba(var(--color-tertiary-0),1);display:block;width:20.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:8.6875rem;left:8.65625rem;height:6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yK7FW2qveGsnJ6VdWhqIugncxumTZWTv { color:rgba(var(--color-tertiary-0),1);display:block;width:30.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:4.7373046875rem;left:3.3125rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GLtxTkmccTBsFtzeOu2G8fNVeHCCmpiO .widget-form-header {  }
#GLtxTkmccTBsFtzeOu2G8fNVeHCCmpiO .widget-regular-label { height:auto;display:block;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;color:rgba(var(--color-tertiary-4),1);width:29.375rem;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;font-style:normal;line-height:1.7;overflow:hidden; }
#GLtxTkmccTBsFtzeOu2G8fNVeHCCmpiO .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:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;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.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:29.375rem;box-sizing:border-box;height:2.5625rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family); }
#GLtxTkmccTBsFtzeOu2G8fNVeHCCmpiO .widget-input-text {padding-top: 0; padding-bottom: 0;}#GLtxTkmccTBsFtzeOu2G8fNVeHCCmpiO .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:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;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.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:29.375rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family); }
#GLtxTkmccTBsFtzeOu2G8fNVeHCCmpiO .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 rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),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:29.375rem;box-sizing:border-box;height:2.5rem;color:#525252;font-family:lato;font-size:0.875rem;overflow:hidden; }
#GLtxTkmccTBsFtzeOu2G8fNVeHCCmpiO .widget-input-select {padding-top: 0; padding-bottom: 0;}#GLtxTkmccTBsFtzeOu2G8fNVeHCCmpiO .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; }
#GLtxTkmccTBsFtzeOu2G8fNVeHCCmpiO .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#GLtxTkmccTBsFtzeOu2G8fNVeHCCmpiO .widget-input-button { border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;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:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:700;color:rgba(var(--color-tertiary-0),1);width:29.375rem;height:3.75rem;font-family:var(--paragraphs-font-family);overflow:hidden;font-style:normal; }
#GLtxTkmccTBsFtzeOu2G8fNVeHCCmpiO [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-4),0.3);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#GLtxTkmccTBsFtzeOu2G8fNVeHCCmpiO [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-4),0.3);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#GLtxTkmccTBsFtzeOu2G8fNVeHCCmpiO [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-4),0.3);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#GLtxTkmccTBsFtzeOu2G8fNVeHCCmpiO [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-4),0.3);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#GLtxTkmccTBsFtzeOu2G8fNVeHCCmpiO .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:arial;line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:28rem;overflow:hidden;font-style:normal; }
#GLtxTkmccTBsFtzeOu2G8fNVeHCCmpiO .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; }
#GLtxTkmccTBsFtzeOu2G8fNVeHCCmpiO .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:arial;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#GLtxTkmccTBsFtzeOu2G8fNVeHCCmpiO .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#GLtxTkmccTBsFtzeOu2G8fNVeHCCmpiO .widget-container:first-of-type{padding-top:0;}#GLtxTkmccTBsFtzeOu2G8fNVeHCCmpiO .widget-container:last-of-type{padding-bottom:0;}#GLtxTkmccTBsFtzeOu2G8fNVeHCCmpiO  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:29.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15007;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:3.968505859375rem;left:40.66162109375rem; }
#GLtxTkmccTBsFtzeOu2G8fNVeHCCmpiO .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:29.375rem; }
#GLtxTkmccTBsFtzeOu2G8fNVeHCCmpiO .widget-info-text { display:block;height:auto;font-family:arial;font-size:0.75rem;line-height:1.3;font-weight:300;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; }
#GLtxTkmccTBsFtzeOu2G8fNVeHCCmpiO {display:block;}#GLtxTkmccTBsFtzeOu2G8fNVeHCCmpiO { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:29.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15007;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:3.968505859375rem;left:40.66162109375rem; }
#GLtxTkmccTBsFtzeOu2G8fNVeHCCmpiO #fOoVAQtR4x9Hlc7rNKtMtnITMROvfT7c { position:relative; }
#GLtxTkmccTBsFtzeOu2G8fNVeHCCmpiO #gctFf8fnERxdWOAyZTHVEJwo3dupb50f { position:relative;display:block; }
#GLtxTkmccTBsFtzeOu2G8fNVeHCCmpiO #fp6rvns1p0ZeudeGQ1y5TQ54MCXhubwV { position:relative; }
#GLtxTkmccTBsFtzeOu2G8fNVeHCCmpiO #FKVC4TR3bDGTzXsnHl0AAt4ymFKzy9eO { position:relative; }
#GLtxTkmccTBsFtzeOu2G8fNVeHCCmpiO #TFJuNAithLe2WJJnTbEefTKsEhZhrsnx { position:relative;display:block; }
#GLtxTkmccTBsFtzeOu2G8fNVeHCCmpiO #spFCZrlraWKpfx69cwuaA56ZbSod1nBD { position:relative; }
#GLtxTkmccTBsFtzeOu2G8fNVeHCCmpiO #v3JOT6amp17Ht1PRNu6eQir0JH4xv3UE { position:relative; }
#GLtxTkmccTBsFtzeOu2G8fNVeHCCmpiO #ODsleDPBm2apWvhxDalOMsO85TBgTuKd { position:relative;display:block; }
#GLtxTkmccTBsFtzeOu2G8fNVeHCCmpiO #cOR1dVGyaZNi9pQhTLUsEInfaIxs140c { position:relative; }
#GLtxTkmccTBsFtzeOu2G8fNVeHCCmpiO #x9xxyvZWnHMcee6nkid8N7LM7cybf9xC { position:relative; }
#GLtxTkmccTBsFtzeOu2G8fNVeHCCmpiO #E9lCQZPKRFGWigtup5fxmNS8o9ePZ90c { position:relative;display:block; }
#GLtxTkmccTBsFtzeOu2G8fNVeHCCmpiO #bnSMAbXmAEgpgFasJxCiCc3bVsw7enB4 { position:relative; }
#GLtxTkmccTBsFtzeOu2G8fNVeHCCmpiO #P7bzVyyGwvlaf5qSSJe3OmUlLTeH3OtH { position:relative; }
#GLtxTkmccTBsFtzeOu2G8fNVeHCCmpiO #l4gKwiAR93AxV6qUUsfgKUcU3mqbXN36 { position:relative;display:block; }
#GLtxTkmccTBsFtzeOu2G8fNVeHCCmpiO #ufCfIX3SFzNHezTp9uhaZUxCUOtNDRnu { position:relative; }
#GLtxTkmccTBsFtzeOu2G8fNVeHCCmpiO #TSreTBo9OqXSIXbTtoVRi8TK7STCC2y6 { position:relative; }
#GLtxTkmccTBsFtzeOu2G8fNVeHCCmpiO #ViCV5z6oT0G6R7Hvnhbfgdud1w4Iw6B3 { position:relative;display:block; }
#GLtxTkmccTBsFtzeOu2G8fNVeHCCmpiO #V49eMReXKv7U92ODbMl59nN3NZBbGBJ0 { position:relative; }
#GLtxTkmccTBsFtzeOu2G8fNVeHCCmpiO #fgJ4hMtAVtaPo1rnVzuyWAR3NX7PctNs { position:relative; }
#GLtxTkmccTBsFtzeOu2G8fNVeHCCmpiO #nSzwxzRD5FmSrOPyODIu3QoiBFE7R24F { position:relative; }
#KAhCEnKdUFBRgOUbFk6bEZ1TrfqEHBpS { box-sizing:content-box;height:34.0625rem;width:35.875rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),0.68);background-image:none;top:2.125rem;left:39.16250038147rem;display:block; }
#LMp8tuKooxmJcVWE8d9xaM4i8wTQqLGf { 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; }#LMp8tuKooxmJcVWE8d9xaM4i8wTQqLGf > .row .container { background-color: transparent; background-image: none; }#LMp8tuKooxmJcVWE8d9xaM4i8wTQqLGf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LMp8tuKooxmJcVWE8d9xaM4i8wTQqLGf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LMp8tuKooxmJcVWE8d9xaM4i8wTQqLGf > .row .container > .video-iframe-container { display: none; }#LMp8tuKooxmJcVWE8d9xaM4i8wTQqLGf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LMp8tuKooxmJcVWE8d9xaM4i8wTQqLGf > .row > .video-iframe-container { display: none; }#LMp8tuKooxmJcVWE8d9xaM4i8wTQqLGf > .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); }#LMp8tuKooxmJcVWE8d9xaM4i8wTQqLGf > .row .container { border-width: 0; border-radius: 0; }#LMp8tuKooxmJcVWE8d9xaM4i8wTQqLGf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LMp8tuKooxmJcVWE8d9xaM4i8wTQqLGf > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:75rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #FQJN9lSu1F1sKgHMkWxV0UiPqZIHRGlW { display:block; }#FQJN9lSu1F1sKgHMkWxV0UiPqZIHRGlW > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EP9zRy8NJTcioCewdKKnQeud4p9O4ugc { top:15.125rem;left:10.5rem;width:37.25rem;height:26.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGwG46AQwK9T0wT0s4BK2WrqryI5W8Iu { top:5.0625rem;left:0rem;width:47.75rem;height:11.125rem;font-size:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RfzUUMsKlaWt4vSVPnZbVEmN9QIglhAT { top:16.75rem;left:0rem;width:37.0625rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mi8IqeBt2dSFVOdmJT6Jy0h0sxTN436T { top:26.25rem;left:0rem;width:28.1875rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MiuTotFagVitfC2dXPf27DP6Nk8Ln1iy { top:41.9375rem;left:8.15625rem;width:31.4375rem;height:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4Zl4QGFyr2ZI9xBkJ4END5AWPA5bnk7 { top:1.4375rem;left:0rem;width:9rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQdKV2OT2XhUC7dtoHneJ2kNPlsVTyTk { display:block; }#xQdKV2OT2XhUC7dtoHneJ2kNPlsVTyTk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ybmwgC6iQ9v2FoBAX0Cm8B9ok37dgOJv { top:3.3125rem;left:7.3125rem;width:33.1875rem;height:3rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXeoNHSxZdfZokKpSyrtHVxFN5vfLL4S { top:1.6875rem;left:5.375rem;width:37.0625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkQ31BWDNunzrK9vsl22yJ33aLl3fmKn { top:12.4375rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUmmCwGnx8oCZohn50eUTCT6WkC5aZwV { width:17.375rem;height:3.625rem;top:21.1875rem;left:15.125001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3h9QTgWrm7kGMk4GlnefISGGkSyQ6tM { display:block; }
 }@media only screen and (max-width: 763px) { #ocx1umXl0NSKTOL6H246zTV8BK2t66Qb { display:block; }#ocx1umXl0NSKTOL6H246zTV8BK2t66Qb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MS1sh3IIuxy8en3pcAxi3azPZ4nfBTyI { top:0rem;left:0rem;width:37.4375rem;height:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVAXTfRtZDiT3JiZkI6nsMkAUFCe55Ic { top:5.9375rem;left:0rem;width:28.4375rem;height:6rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yn4IwrFpDbJvOqv9FmWJauFgBE8WiPuz { top:19.1875rem;left:12.875001907349rem;width:14.0625rem;height:5.25rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGIdc6ZTOQuQoHezl28UD1Zown5zJedu { top:18rem;left:31.375001907349rem;width:5.5625rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nD944PFMx9Th5XiOMcTOPu8DIr7zXD1A { top:3.8125rem;left:0rem;width:28.5rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWbERCdUr9Ft4BgAJVMbFJ8g8pT1zHC2 { top:16.75rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUoTMgs5sthr5RDMuTENTloyAJ3UdmLu { top:17.0625rem;left:0rem;width:2.5625rem;height:1.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x43eUoJDSWfkL38uDbyWeBPHRsSBPW4q { top:18rem;left:41.187501907349rem;width:5.5625rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DuzRtgm5dyLJO89ySQtMtQV3CDt9WtSV { top:18rem;left:42.1875rem;width:5.5625rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypp9aSr7y0kzLF4kwSFX37PU2hy3W7z3 { top:24.125rem;left:30.187501907349rem;width:7.9375rem;height:2.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDTNgsyzgmJaBzkITvnBkEcAFSGOlWQZ { top:24.125rem;left:38.625rem;width:9.125rem;height:2.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZ3BIlbeMtWXFvflBbKCJbBp6MAFTlWt { top:24.125rem;left:38.625rem;width:9.125rem;height:2.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9Hol58Ro4VmrNP5AirtBJMTIkDthsV3 { top:32.1875rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNSRHxB3OSMgK0qFdHGmWWskWntTvRgO { top:15.1875rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggXhs37HxFOvbisMTQ1I8JB4X1pFJa7A { top:33.8125rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUBmExpXPWg7mCEbFccAKJIxUKSFdgDR { top:34.0625rem;left:0rem;width:2.5625rem;height:1.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MArb7DiR9BZuf6AJUCIfihVBMJO1NRzF { top:35.125rem;left:12.875001907349rem;width:13.125rem;height:7.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G60HQiTJxDQr1KcFhHQl7bmpcwxHlE2a { top:27.4375rem;left:29.906251907349rem;width:8.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPn8Cn7pnQhgEI76PQ4yyQWokaJyvK14 { top:27.4375rem;left:39.25rem;width:8.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5S8RNVtllg7lP6FR1fQQ5f0Ai1qUlXG { top:36.3125rem;left:31.375001907349rem;width:5.5625rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuyOdtpWi85URFm0KDnMMqS4a1KpNf5B { top:36.3125rem;left:41.187501907349rem;width:5.5625rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aizgd5pTZVEqioEZIFDHnKelLmUEfZin { top:36.3125rem;left:42.1875rem;width:5.5625rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnepNB07Fy6XqOqzg17COaZdKDJgIUAl { top:43rem;left:29.84375rem;width:8.625rem;height:2.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmNSBBz2ttgAXE7kKvEVgitynIifP6Rb { top:43rem;left:38.6875rem;width:9.0625rem;height:2.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZM7KMzb20NerTzgTSTkHOdxMqPHqbm3 { top:43rem;left:39.0625rem;width:8.6875rem;height:2.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTDvqylsr1tn0vh8L9hfqzVokw3gc5BL { top:27.4375rem;left:38.25rem;width:9.5rem;height:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8lph3fy4iowlFQTRnkaPm1s2uHZOXAz { top:49.6875rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKKoNSlDsGMOAa5eaEGFaqEk7nUfKH5e { top:51.6875rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqVlXBWGTLUkpOlUx1fDGklDuZmtRrym { top:52rem;left:0rem;width:2.5625rem;height:1.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQHBv5dgTiVnO4Q4fiikMVFycQqbZinx { top:54.75rem;left:12.875001907349rem;width:22.5rem;height:2.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gsnv140zONENxU9FheT6iOkgkTFzzES3 { top:54.5625rem;left:31.53125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4BF41PzG2TO6RTEGT5nbz58g8ZIWkiG { top:46.1875rem;left:29.406251907349rem;width:9.5rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xR7RBuCildptTsTaVplfedXnv0uDrJOr { top:46.3125rem;left:39.3125rem;width:8.4375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B10ceslB68cgf0WwzDGvShfhnmTorUmR { top:46.3125rem;left:38.125rem;width:9.625rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPL6ex4TbnlGhlDwiBA9VIgloAtaXlPu { top:93.75rem;left:0rem;width:12.6875rem;height:1.3125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cvryM3FiEilTmIGSuDogv9SczySfymfn { top:124.6875rem;left:0rem;width:13.1875rem;height:1.3125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #tk3zRpCyPNpeTL68vpTe6GIx9vkslal6 { top:127.75rem;left:0rem;width:12.875rem;height:1.3125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FTnn9OsOVTagCghtNxIGThJU1gmiCXxQ { display:block; }#FTnn9OsOVTagCghtNxIGThJU1gmiCXxQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RPb0pTlFkaTJ87BKOfTCoNZlxwq3dbTt { top:7.375rem;left:9.6562519073488rem;width:28.4375rem;height:3rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtR7wHrszVu2bx7F4zcUuaao7K4CQNzv { top:5.8125rem;left:9.6250019073488rem;width:28.5rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfRfbyth3aRkWOKzLXOThT7GbzFvKOaa { top:13.875rem;left:14.812501907349rem;width:18.125rem;height:22.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3PQPbEgMODxFf1MnlhLLcMozOO0EqqF { top:21.4375rem;left:14.812501907349rem;width:18.125rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqmKE7VTRQXCo9fp1iTeNdgqzngodlr7 { top:23rem;left:17.031251907349rem;width:13.6875rem;height:5.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9vOauKtdVXoweQlG8Zs5PBU1XDicozT { top:30.5rem;left:19.718751907349rem;width:8.3125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTbRcoViMObBqgqmk8eJO14Bgl6nsX4U { top:17.9375rem;left:0rem;width:47.75rem;height:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLJWDNzympS91ZnipipM65gSNJqbbLM8 { top:21rem;left:0rem;width:16.8125rem;height:5.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKmTUk2ZqgSudBzbmmLhTR7IDEP0tpLx { top:29.4375rem;left:0rem;width:8.3125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0330ZrfQVTQtaIA9iUDcXNitvatSxlJ { top:21rem;left:30.9375rem;width:16.8125rem;height:5.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CT6G7yV5BGRD5GQXZl62shxr7nfXUTHG { top:29.4375rem;left:39.4375rem;width:8.3125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssoeKURgk2AzE3h2Mde7PrywedRtN6bK { display:block; }#ssoeKURgk2AzE3h2Mde7PrywedRtN6bK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fn18Ed2KNJnQ7gpbGDHNwsgexadbMUgm { top:0rem;left:0rem;width:37.4375rem;height:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfC3u5MsQexKrbXnLTzLdZVXcfUUdK3M { top:8.6875rem;left:0rem;width:20.125rem;height:6rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yK7FW2qveGsnJ6VdWhqIugncxumTZWTv { top:4.6875rem;left:0rem;width:30.8125rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLtxTkmccTBsFtzeOu2G8fNVeHCCmpiO .widget-regular-label { width:29.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#GLtxTkmccTBsFtzeOu2G8fNVeHCCmpiO .widget-input-text { width:29.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GLtxTkmccTBsFtzeOu2G8fNVeHCCmpiO .widget-input-text {padding-top: 0; padding-bottom: 0;}#GLtxTkmccTBsFtzeOu2G8fNVeHCCmpiO .widget-textarea { width:29.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GLtxTkmccTBsFtzeOu2G8fNVeHCCmpiO .widget-input-select { width:29.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GLtxTkmccTBsFtzeOu2G8fNVeHCCmpiO .widget-input-select {padding-top: 0; padding-bottom: 0;}#GLtxTkmccTBsFtzeOu2G8fNVeHCCmpiO .widget-input-button { width:29.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GLtxTkmccTBsFtzeOu2G8fNVeHCCmpiO .widget-checkbox-label { width:28rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#GLtxTkmccTBsFtzeOu2G8fNVeHCCmpiO  { width:29.375rem;height:auto;top:3.9375rem;left:15.875rem; }
#GLtxTkmccTBsFtzeOu2G8fNVeHCCmpiO .radio-container { width:29.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GLtxTkmccTBsFtzeOu2G8fNVeHCCmpiO {display:block;}#GLtxTkmccTBsFtzeOu2G8fNVeHCCmpiO { width:29.375rem;height:auto;top:3.9375rem;left:15.875rem; }
 }@media only screen and (max-width: 763px) { #GLtxTkmccTBsFtzeOu2G8fNVeHCCmpiO #fOoVAQtR4x9Hlc7rNKtMtnITMROvfT7c {  }
 }@media only screen and (max-width: 763px) { #GLtxTkmccTBsFtzeOu2G8fNVeHCCmpiO #gctFf8fnERxdWOAyZTHVEJwo3dupb50f {  }
 }@media only screen and (max-width: 763px) { #GLtxTkmccTBsFtzeOu2G8fNVeHCCmpiO #fp6rvns1p0ZeudeGQ1y5TQ54MCXhubwV {  }
 }@media only screen and (max-width: 763px) { #GLtxTkmccTBsFtzeOu2G8fNVeHCCmpiO #FKVC4TR3bDGTzXsnHl0AAt4ymFKzy9eO {  }
 }@media only screen and (max-width: 763px) { #GLtxTkmccTBsFtzeOu2G8fNVeHCCmpiO #TFJuNAithLe2WJJnTbEefTKsEhZhrsnx {  }
 }@media only screen and (max-width: 763px) { #GLtxTkmccTBsFtzeOu2G8fNVeHCCmpiO #spFCZrlraWKpfx69cwuaA56ZbSod1nBD {  }
 }@media only screen and (max-width: 763px) { #GLtxTkmccTBsFtzeOu2G8fNVeHCCmpiO #v3JOT6amp17Ht1PRNu6eQir0JH4xv3UE {  }
 }@media only screen and (max-width: 763px) { #GLtxTkmccTBsFtzeOu2G8fNVeHCCmpiO #ODsleDPBm2apWvhxDalOMsO85TBgTuKd {  }
 }@media only screen and (max-width: 763px) { #GLtxTkmccTBsFtzeOu2G8fNVeHCCmpiO #cOR1dVGyaZNi9pQhTLUsEInfaIxs140c {  }
 }@media only screen and (max-width: 763px) { #GLtxTkmccTBsFtzeOu2G8fNVeHCCmpiO #x9xxyvZWnHMcee6nkid8N7LM7cybf9xC {  }
 }@media only screen and (max-width: 763px) { #GLtxTkmccTBsFtzeOu2G8fNVeHCCmpiO #E9lCQZPKRFGWigtup5fxmNS8o9ePZ90c {  }
 }@media only screen and (max-width: 763px) { #GLtxTkmccTBsFtzeOu2G8fNVeHCCmpiO #bnSMAbXmAEgpgFasJxCiCc3bVsw7enB4 {  }
 }@media only screen and (max-width: 763px) { #GLtxTkmccTBsFtzeOu2G8fNVeHCCmpiO #P7bzVyyGwvlaf5qSSJe3OmUlLTeH3OtH {  }
 }@media only screen and (max-width: 763px) { #GLtxTkmccTBsFtzeOu2G8fNVeHCCmpiO #l4gKwiAR93AxV6qUUsfgKUcU3mqbXN36 {  }
 }@media only screen and (max-width: 763px) { #GLtxTkmccTBsFtzeOu2G8fNVeHCCmpiO #ufCfIX3SFzNHezTp9uhaZUxCUOtNDRnu {  }
 }@media only screen and (max-width: 763px) { #GLtxTkmccTBsFtzeOu2G8fNVeHCCmpiO #TSreTBo9OqXSIXbTtoVRi8TK7STCC2y6 {  }
 }@media only screen and (max-width: 763px) { #GLtxTkmccTBsFtzeOu2G8fNVeHCCmpiO #ViCV5z6oT0G6R7Hvnhbfgdud1w4Iw6B3 {  }
 }@media only screen and (max-width: 763px) { #GLtxTkmccTBsFtzeOu2G8fNVeHCCmpiO #V49eMReXKv7U92ODbMl59nN3NZBbGBJ0 {  }
 }@media only screen and (max-width: 763px) { #GLtxTkmccTBsFtzeOu2G8fNVeHCCmpiO #fgJ4hMtAVtaPo1rnVzuyWAR3NX7PctNs {  }
 }@media only screen and (max-width: 763px) { #GLtxTkmccTBsFtzeOu2G8fNVeHCCmpiO #nSzwxzRD5FmSrOPyODIu3QoiBFE7R24F {  }
 }@media only screen and (max-width: 763px) { #KAhCEnKdUFBRgOUbFk6bEZ1TrfqEHBpS { top:2.125rem;left:11.875rem;width:35.875rem;height:34.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMp8tuKooxmJcVWE8d9xaM4i8wTQqLGf { display:block; }#LMp8tuKooxmJcVWE8d9xaM4i8wTQqLGf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #FQJN9lSu1F1sKgHMkWxV0UiPqZIHRGlW { display:block; }#FQJN9lSu1F1sKgHMkWxV0UiPqZIHRGlW > .row .container { width:20rem;height:48.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EP9zRy8NJTcioCewdKKnQeud4p9O4ugc { width:20rem;height:14.395973154362rem;top:34.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGwG46AQwK9T0wT0s4BK2WrqryI5W8Iu { width:20rem;height:11.8125rem;top:3.1875rem;left:0rem;font-size:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RfzUUMsKlaWt4vSVPnZbVEmN9QIglhAT { width:18.125rem;height:5.19921875rem;top:15.8623046875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mi8IqeBt2dSFVOdmJT6Jy0h0sxTN436T { width:19.0625rem;height:4.38574375rem;top:22.387500762939rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MiuTotFagVitfC2dXPf27DP6Nk8Ln1iy { width:20rem;height:11.125rem;top:42.783332824707rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z4Zl4QGFyr2ZI9xBkJ4END5AWPA5bnk7 { width:6.875rem;height:1.4375rem;top:1rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQdKV2OT2XhUC7dtoHneJ2kNPlsVTyTk { display:block; }#xQdKV2OT2XhUC7dtoHneJ2kNPlsVTyTk > .row .container { width:20rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ybmwgC6iQ9v2FoBAX0Cm8B9ok37dgOJv { width:20rem;height:2.3999rem;top:5.125rem;left:0rem;font-size:2rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #lXeoNHSxZdfZokKpSyrtHVxFN5vfLL4S { width:20rem;height:1.4624rem;top:2.9375rem;left:0rem;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #BkQ31BWDNunzrK9vsl22yJ33aLl3fmKn { width:18.375rem;height:7.3095625rem;top:9rem;left:0.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUmmCwGnx8oCZohn50eUTCT6WkC5aZwV { width:17.375rem;height:3.625rem;top:17.875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3h9QTgWrm7kGMk4GlnefISGGkSyQ6tM { display:block; }
 }@media only screen and (max-width: 763px) { #ocx1umXl0NSKTOL6H246zTV8BK2t66Qb { display:block; }#ocx1umXl0NSKTOL6H246zTV8BK2t66Qb > .row .container { width:20rem;height:131.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MS1sh3IIuxy8en3pcAxi3azPZ4nfBTyI { width:20rem;height:18.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVAXTfRtZDiT3JiZkI6nsMkAUFCe55Ic { width:20rem;height:4.798825rem;top:9.125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #yn4IwrFpDbJvOqv9FmWJauFgBE8WiPuz { width:12.625rem;height:4.798825rem;top:33.425000190735rem;left:3.6875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rGIdc6ZTOQuQoHezl28UD1Zown5zJedu { width:5.5625rem;height:5.5625rem;top:40.662503242492rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nD944PFMx9Th5XiOMcTOPu8DIr7zXD1A { width:20rem;height:1.4624rem;top:6.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWbERCdUr9Ft4BgAJVMbFJ8g8pT1zHC2 { width:2.1875rem;height:2.1875rem;top:22.9375rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUoTMgs5sthr5RDMuTENTloyAJ3UdmLu { width:2.5625rem;height:1.875rem;top:23.1875rem;left:4.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x43eUoJDSWfkL38uDbyWeBPHRsSBPW4q { width:5.5625rem;height:5.5625rem;top:47.725002288818rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DuzRtgm5dyLJO89ySQtMtQV3CDt9WtSV { width:5.5625rem;height:5.5625rem;top:54.475006103516rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypp9aSr7y0kzLF4kwSFX37PU2hy3W7z3 { width:11.6875rem;height:1.35rem;top:41.375rem;left:6.2312498092651rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IDTNgsyzgmJaBzkITvnBkEcAFSGOlWQZ { width:13.4375rem;height:1.35rem;top:48.768750190735rem;left:6.25rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SZ3BIlbeMtWXFvflBbKCJbBp6MAFTlWt { width:12.375rem;height:1.35rem;top:55.268749237061rem;left:6.25rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #U9Hol58Ro4VmrNP5AirtBJMTIkDthsV3 { width:10.625rem;height:10.625rem;top:63.625rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNSRHxB3OSMgK0qFdHGmWWskWntTvRgO { width:10.625rem;height:10.625rem;top:21.375rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggXhs37HxFOvbisMTQ1I8JB4X1pFJa7A { width:2.1875rem;height:2.1875rem;top:65.25rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUBmExpXPWg7mCEbFccAKJIxUKSFdgDR { width:2.5625rem;height:1.875rem;top:65.5rem;left:4.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MArb7DiR9BZuf6AJUCIfihVBMJO1NRzF { width:13.125rem;height:7.19825rem;top:76.050000190738rem;left:3.4375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G60HQiTJxDQr1KcFhHQl7bmpcwxHlE2a { width:8.5rem;height:2.6rem;top:42.737503051757rem;left:6.2312498092651rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GPn8Cn7pnQhgEI76PQ4yyQWokaJyvK14 { width:8.5rem;height:2.6rem;top:50.362498283386rem;left:6.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #T5S8RNVtllg7lP6FR1fQQ5f0Ai1qUlXG { width:5.5625rem;height:5.5625rem;top:85.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuyOdtpWi85URFm0KDnMMqS4a1KpNf5B { width:5.5625rem;height:5.5625rem;top:93.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aizgd5pTZVEqioEZIFDHnKelLmUEfZin { width:5.5625rem;height:5.5625rem;top:100.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnepNB07Fy6XqOqzg17COaZdKDJgIUAl { width:12.6875rem;height:0;top:88.368743896488rem;left:7.050000190735rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #tmNSBBz2ttgAXE7kKvEVgitynIifP6Rb { width:13.1875rem;height:0;top:131.57499694824rem;left:6rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #XZM7KMzb20NerTzgTSTkHOdxMqPHqbm3 { width:7.9375rem;height:0;top:135.525rem;left:6rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #kTDvqylsr1tn0vh8L9hfqzVokw3gc5BL { width:9.5rem;height:2.6rem;top:56.774995803833rem;left:6.2312498092651rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #i8lph3fy4iowlFQTRnkaPm1s2uHZOXAz { width:10.625rem;height:10.625rem;top:109.1875rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKKoNSlDsGMOAa5eaEGFaqEk7nUfKH5e { width:2.1875rem;height:2.1875rem;top:111.125rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqVlXBWGTLUkpOlUx1fDGklDuZmtRrym { width:2.5625rem;height:1.875rem;top:111.4375rem;left:4.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQHBv5dgTiVnO4Q4fiikMVFycQqbZinx { width:20rem;height:2.4rem;top:121.21249866486rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Gsnv140zONENxU9FheT6iOkgkTFzzES3 { display:flex;width:3.125rem;height:3.125rem;top:123.5625rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #D4BF41PzG2TO6RTEGT5nbz58g8ZIWkiG { width:13.3125rem;height:2.6rem;top:88.1875rem;left:6.2312498092651rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xR7RBuCildptTsTaVplfedXnv0uDrJOr { width:13.5rem;height:2.6rem;top:95.574996948244rem;left:6.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #B10ceslB68cgf0WwzDGvShfhnmTorUmR { width:13.0625rem;height:2.6rem;top:103.01874732971rem;left:6.2312498092651rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OPL6ex4TbnlGhlDwiBA9VIgloAtaXlPu { width:12.6875rem;height:1.35rem;top:86.668746948244rem;left:6.2312498092651rem;font-size:1.125rem;text-align:left;text-align-last:left;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #cvryM3FiEilTmIGSuDogv9SczySfymfn { width:13.1875rem;height:1.35rem;top:93.981246948244rem;left:6.2312498092651rem;font-size:1.125rem;text-align:left;text-align-last:left;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #tk3zRpCyPNpeTL68vpTe6GIx9vkslal6 { width:12.875rem;height:1.35rem;top:101.54374408722rem;left:6.2312498092651rem;font-size:1.125rem;text-align:left;text-align-last:left;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #FTnn9OsOVTagCghtNxIGThJU1gmiCXxQ { display:block; }#FTnn9OsOVTagCghtNxIGThJU1gmiCXxQ > .row .container { width:20rem;height:67.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RPb0pTlFkaTJ87BKOfTCoNZlxwq3dbTt { width:16.6875rem;height:4.798825rem;top:6.4375rem;left:1.65625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtR7wHrszVu2bx7F4zcUuaao7K4CQNzv { width:20rem;height:2.923825rem;top:2.8624992370606rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfRfbyth3aRkWOKzLXOThT7GbzFvKOaa { width:18.125rem;height:22.125rem;top:26.1875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3PQPbEgMODxFf1MnlhLLcMozOO0EqqF { width:18.125rem;height:22.1875rem;top:26.212493896484rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqmKE7VTRQXCo9fp1iTeNdgqzngodlr7 { width:13.6875rem;height:5.84765625rem;top:35.137498855591rem;left:3.15625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9vOauKtdVXoweQlG8Zs5PBU1XDicozT { width:8.3125rem;height:1.625rem;top:42.8125rem;left:5.84375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTbRcoViMObBqgqmk8eJO14Bgl6nsX4U { width:15.5625rem;height:50rem;top:12.33749961853rem;left:2.21875rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #mLJWDNzympS91ZnipipM65gSNJqbbLM8 { width:11.9375rem;height:6.499rem;top:15.09375rem;left:4.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKmTUk2ZqgSudBzbmmLhTR7IDEP0tpLx { width:8.3125rem;height:1.625rem;top:22.668748855591rem;left:5.84375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0330ZrfQVTQtaIA9iUDcXNitvatSxlJ { width:10.6875rem;height:6.499rem;top:50.8125rem;left:4.65625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CT6G7yV5BGRD5GQXZl62shxr7nfXUTHG { width:8.3125rem;height:1.625rem;top:58.499992370606rem;left:5.84375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssoeKURgk2AzE3h2Mde7PrywedRtN6bK { display:block; }#ssoeKURgk2AzE3h2Mde7PrywedRtN6bK > .row .container { width:20rem;height:56.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fn18Ed2KNJnQ7gpbGDHNwsgexadbMUgm { width:20rem;height:18.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfC3u5MsQexKrbXnLTzLdZVXcfUUdK3M { width:16.25rem;height:4.798825rem;top:5.375rem;left:1.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #yK7FW2qveGsnJ6VdWhqIugncxumTZWTv { width:17.75rem;height:5.84765625rem;top:11rem;left:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLtxTkmccTBsFtzeOu2G8fNVeHCCmpiO .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#GLtxTkmccTBsFtzeOu2G8fNVeHCCmpiO .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GLtxTkmccTBsFtzeOu2G8fNVeHCCmpiO .widget-input-text {padding-top: 0; padding-bottom: 0;}#GLtxTkmccTBsFtzeOu2G8fNVeHCCmpiO .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GLtxTkmccTBsFtzeOu2G8fNVeHCCmpiO .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GLtxTkmccTBsFtzeOu2G8fNVeHCCmpiO .widget-input-select {padding-top: 0; padding-bottom: 0;}#GLtxTkmccTBsFtzeOu2G8fNVeHCCmpiO .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GLtxTkmccTBsFtzeOu2G8fNVeHCCmpiO .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#GLtxTkmccTBsFtzeOu2G8fNVeHCCmpiO  { width:17.5rem;height:auto;top:21.84375rem;left:0rem; }
#GLtxTkmccTBsFtzeOu2G8fNVeHCCmpiO .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GLtxTkmccTBsFtzeOu2G8fNVeHCCmpiO {display:block;}#GLtxTkmccTBsFtzeOu2G8fNVeHCCmpiO { width:17.5rem;height:auto;top:21.84375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #GLtxTkmccTBsFtzeOu2G8fNVeHCCmpiO #fOoVAQtR4x9Hlc7rNKtMtnITMROvfT7c {  }
 }@media only screen and (max-width: 763px) { #GLtxTkmccTBsFtzeOu2G8fNVeHCCmpiO #gctFf8fnERxdWOAyZTHVEJwo3dupb50f {  }
 }@media only screen and (max-width: 763px) { #GLtxTkmccTBsFtzeOu2G8fNVeHCCmpiO #fp6rvns1p0ZeudeGQ1y5TQ54MCXhubwV {  }
 }@media only screen and (max-width: 763px) { #GLtxTkmccTBsFtzeOu2G8fNVeHCCmpiO #FKVC4TR3bDGTzXsnHl0AAt4ymFKzy9eO {  }
 }@media only screen and (max-width: 763px) { #GLtxTkmccTBsFtzeOu2G8fNVeHCCmpiO #TFJuNAithLe2WJJnTbEefTKsEhZhrsnx {  }
 }@media only screen and (max-width: 763px) { #GLtxTkmccTBsFtzeOu2G8fNVeHCCmpiO #spFCZrlraWKpfx69cwuaA56ZbSod1nBD {  }
 }@media only screen and (max-width: 763px) { #GLtxTkmccTBsFtzeOu2G8fNVeHCCmpiO #v3JOT6amp17Ht1PRNu6eQir0JH4xv3UE {  }
 }@media only screen and (max-width: 763px) { #GLtxTkmccTBsFtzeOu2G8fNVeHCCmpiO #ODsleDPBm2apWvhxDalOMsO85TBgTuKd {  }
 }@media only screen and (max-width: 763px) { #GLtxTkmccTBsFtzeOu2G8fNVeHCCmpiO #cOR1dVGyaZNi9pQhTLUsEInfaIxs140c {  }
 }@media only screen and (max-width: 763px) { #GLtxTkmccTBsFtzeOu2G8fNVeHCCmpiO #x9xxyvZWnHMcee6nkid8N7LM7cybf9xC {  }
 }@media only screen and (max-width: 763px) { #GLtxTkmccTBsFtzeOu2G8fNVeHCCmpiO #E9lCQZPKRFGWigtup5fxmNS8o9ePZ90c {  }
 }@media only screen and (max-width: 763px) { #GLtxTkmccTBsFtzeOu2G8fNVeHCCmpiO #bnSMAbXmAEgpgFasJxCiCc3bVsw7enB4 {  }
 }@media only screen and (max-width: 763px) { #GLtxTkmccTBsFtzeOu2G8fNVeHCCmpiO #P7bzVyyGwvlaf5qSSJe3OmUlLTeH3OtH {  }
 }@media only screen and (max-width: 763px) { #GLtxTkmccTBsFtzeOu2G8fNVeHCCmpiO #l4gKwiAR93AxV6qUUsfgKUcU3mqbXN36 {  }
 }@media only screen and (max-width: 763px) { #GLtxTkmccTBsFtzeOu2G8fNVeHCCmpiO #ufCfIX3SFzNHezTp9uhaZUxCUOtNDRnu {  }
 }@media only screen and (max-width: 763px) { #GLtxTkmccTBsFtzeOu2G8fNVeHCCmpiO #TSreTBo9OqXSIXbTtoVRi8TK7STCC2y6 {  }
 }@media only screen and (max-width: 763px) { #GLtxTkmccTBsFtzeOu2G8fNVeHCCmpiO #ViCV5z6oT0G6R7Hvnhbfgdud1w4Iw6B3 {  }
 }@media only screen and (max-width: 763px) { #GLtxTkmccTBsFtzeOu2G8fNVeHCCmpiO #V49eMReXKv7U92ODbMl59nN3NZBbGBJ0 {  }
 }@media only screen and (max-width: 763px) { #GLtxTkmccTBsFtzeOu2G8fNVeHCCmpiO #fgJ4hMtAVtaPo1rnVzuyWAR3NX7PctNs {  }
 }@media only screen and (max-width: 763px) { #GLtxTkmccTBsFtzeOu2G8fNVeHCCmpiO #nSzwxzRD5FmSrOPyODIu3QoiBFE7R24F {  }
 }@media only screen and (max-width: 763px) { #KAhCEnKdUFBRgOUbFk6bEZ1TrfqEHBpS { width:20rem;height:31.75rem;top:20.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMp8tuKooxmJcVWE8d9xaM4i8wTQqLGf { display:block; }#LMp8tuKooxmJcVWE8d9xaM4i8wTQqLGf > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }