.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:234,238,242;--color-primary-1:193,205,217;--color-primary-2:152,171,192;--color-primary-3:108,145,172;--color-primary-4:13,53,93;--color-secondary-0:255,255,255;--color-secondary-1:224,224,224;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:0,0,0;--color-tertiary-0:255,255,255;--color-tertiary-1:255,253,253;--color-tertiary-2:244,239,239;--color-tertiary-3:199,188,188;--color-tertiary-4:0,0,0;--headlines-font-family:"open sans";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/a61cbda3-48a1-4431-aad1-382787aa6d11/ScreenShot20240707at74159PM.png");background-position:center !important;background-repeat:repeat-x !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); }#wXVkXT84kgTpghCEWvM9ftfzehZkgEh6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wXVkXT84kgTpghCEWvM9ftfzehZkgEh6 > .row .container { background-color: transparent; background-image: none; }#wXVkXT84kgTpghCEWvM9ftfzehZkgEh6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wXVkXT84kgTpghCEWvM9ftfzehZkgEh6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wXVkXT84kgTpghCEWvM9ftfzehZkgEh6 > .row .container > .video-iframe-container { display: none; }#wXVkXT84kgTpghCEWvM9ftfzehZkgEh6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wXVkXT84kgTpghCEWvM9ftfzehZkgEh6 > .row > .video-iframe-container { display: none; }#wXVkXT84kgTpghCEWvM9ftfzehZkgEh6 > .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); }#wXVkXT84kgTpghCEWvM9ftfzehZkgEh6 > .row .container { border-width: 0; border-radius: 0; }#wXVkXT84kgTpghCEWvM9ftfzehZkgEh6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wXVkXT84kgTpghCEWvM9ftfzehZkgEh6 > .row .container { font-size:0.875rem;font-family:arial;height:53.875rem;width:60rem;position:relative;display:block; }#viA9dtWtPXJcnv0e42MLUEsZQTvShSUr { color:rgba(var(--color-tertiary-0),1);display:block;width:52.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:30.359375rem;left:4.5625rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qzLK35melDgUqXXObnuSJGOmdlnGAkOs { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.1875rem;width:23.5625rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#Zhd1hsWrTO6KZHHp4ZQC0Jyzo6088O6v { color:rgba(var(--color-tertiary-0),1);display:block;width:43.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15010;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(32,28,29,0.4);top:21.625rem;left:11.5rem;height:3.8496125rem;font-style:normal;display:block; }
#p1TXBxG2oslPWKGh4Jo2O0UOMJQZKC00 { box-sizing:content-box;height:28.3125rem;width:48.0625rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-4),0.6);background-image:none;top:16.3125rem;left:9.375rem;display:block; }
#AKD6etcT2Rgp8BbdS4ytMeO4XNnKHrKb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4a5a79;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; }#AKD6etcT2Rgp8BbdS4ytMeO4XNnKHrKb > .row .container { background-color: transparent; background-image: none; }#AKD6etcT2Rgp8BbdS4ytMeO4XNnKHrKb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AKD6etcT2Rgp8BbdS4ytMeO4XNnKHrKb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AKD6etcT2Rgp8BbdS4ytMeO4XNnKHrKb > .row .container > .video-iframe-container { display: none; }#AKD6etcT2Rgp8BbdS4ytMeO4XNnKHrKb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AKD6etcT2Rgp8BbdS4ytMeO4XNnKHrKb > .row > .video-iframe-container { display: none; }#AKD6etcT2Rgp8BbdS4ytMeO4XNnKHrKb > .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); }#AKD6etcT2Rgp8BbdS4ytMeO4XNnKHrKb > .row .container { border-width: 0; border-radius: 0; }#AKD6etcT2Rgp8BbdS4ytMeO4XNnKHrKb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AKD6etcT2Rgp8BbdS4ytMeO4XNnKHrKb > .row .container { font-size:0.875rem;font-family:arial;height:38.125rem;width:60rem;position:relative;display:block; }#aJPXDhL1K1iyDhKdG584Bg9zd8JEJ2DD { color:rgba(var(--color-tertiary-3),1);display:block;width:34.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.53125rem;left:15.625rem;height:3.65625rem;font-style:normal;display:block; }
#QDaAdWb2SG3xJQId8TzRHJLoRJCm3Uhw { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:22rem;width:19rem;top:9.3125rem;left:0rem;display:block; }
#XU68mT8diCLoTmophR8TloRzrZe0Zk2d { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.6875rem;width:6.6875rem;top:10.5rem;left:6.15625rem;overflow:hidden;display:block; }
#lQGmEOTD2nJnWV9DPGcIUZIznQkcpH7U { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:comfortaa;font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:17.875rem;left:0.75rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZVTO611OBtdFCFToL21rJJVXGoi5VVv0 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:ubuntu;font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:23.9375rem;left:1.5625rem;height:4.142575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bAx4XWMnWPpnOJSQWJcUMA2A6IZ9TzHN { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:22rem;width:19rem;top:9.3125rem;left:20.5rem;display:block; }
#o5bobw6EIgOKDPxu1o24TuVOqxyWSKSU { 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:8.375rem;width:11rem;top:9.71875rem;left:24.5rem;overflow:hidden;display:block; }
#uITcvbk9QnBzwTt8z19fqTTKuPWaxu5G { color:rgba(var(--color-tertiary-4),1);display:block;width:18.4375rem;position:absolute;font-family:comfortaa;font-size:1.4375rem;font-weight:700;z-index:15009;line-height:1.9;letter-spacing:0;top:18.09375rem;left:20.78125rem;height:5.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BlVpUFyMo6OUN8bOCUDUnPaD3xgTlVFR { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:24.5625rem;left:21.25rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ofQFDoeQrdnLhhKC0O9rT87QVl4NeeTW { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:22rem;width:19rem;top:9.3125rem;left:41rem;display:block; }
#cv6TEDHy60NUBZ0UUo4v6koGp56EsaBc { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.9375rem;width:8.6875rem;top:10.875rem;left:46.15625rem;overflow:hidden;display:block; }
#HTpABZ37sLlgDOisTBb2H1nvoVRkIEG9 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:comfortaa;font-size:1.875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:20.375rem;left:41.75rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sWBX1oeqc4yK2yaumJTMR8gOA3IdbuP6 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:ubuntu;font-size:1.0625rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:23.22607421875rem;left:41.75rem;height:6.9043125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WsmHqRmxxaw80S3e5vzgBuITkRv7TPrT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),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; }#WsmHqRmxxaw80S3e5vzgBuITkRv7TPrT > .row .container { background-color: transparent; background-image: none; }#WsmHqRmxxaw80S3e5vzgBuITkRv7TPrT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WsmHqRmxxaw80S3e5vzgBuITkRv7TPrT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WsmHqRmxxaw80S3e5vzgBuITkRv7TPrT > .row .container > .video-iframe-container { display: none; }#WsmHqRmxxaw80S3e5vzgBuITkRv7TPrT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WsmHqRmxxaw80S3e5vzgBuITkRv7TPrT > .row > .video-iframe-container { display: none; }#WsmHqRmxxaw80S3e5vzgBuITkRv7TPrT > .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); }#WsmHqRmxxaw80S3e5vzgBuITkRv7TPrT > .row .container { border-width: 0; border-radius: 0; }#WsmHqRmxxaw80S3e5vzgBuITkRv7TPrT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WsmHqRmxxaw80S3e5vzgBuITkRv7TPrT > .row .container { font-size:0.875rem;font-family:arial;height:34.1875rem;width:60rem;position:relative;display:block; }#Z0K9m00IRR2b5WIGmutvdB7ftXb2ayIX { 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:20.125rem;width:29.8125rem;top:7.09375rem;left:30.1875rem;overflow:hidden;display:block; }
#mU1NFgCdyBHUDciFtcogTGaJMs8RRNKR { color:rgba(var(--color-tertiary-4),1);display:block;width:28.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:9.875rem;left:0rem;height:13rem;text-align:left;text-align-last:left;display:block; }
#ygbeqiPu6ch44ixEB1rz6fKpA2uLuI0g { color:rgba(var(--color-tertiary-4),1);display:block;width:24.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:3.33203125rem;left:0.625rem;height:3.25rem;display:block; }
#uEBLytRefBcteumluIFbA3o58cdwg3Pb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4a5a79;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; }#uEBLytRefBcteumluIFbA3o58cdwg3Pb > .row .container { background-color: transparent; background-image: none; }#uEBLytRefBcteumluIFbA3o58cdwg3Pb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uEBLytRefBcteumluIFbA3o58cdwg3Pb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uEBLytRefBcteumluIFbA3o58cdwg3Pb > .row .container > .video-iframe-container { display: none; }#uEBLytRefBcteumluIFbA3o58cdwg3Pb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uEBLytRefBcteumluIFbA3o58cdwg3Pb > .row > .video-iframe-container { display: none; }#uEBLytRefBcteumluIFbA3o58cdwg3Pb > .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); }#uEBLytRefBcteumluIFbA3o58cdwg3Pb > .row .container { border-width: 0; border-radius: 0; }#uEBLytRefBcteumluIFbA3o58cdwg3Pb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uEBLytRefBcteumluIFbA3o58cdwg3Pb > .row .container { font-size:0.875rem;font-family:arial;height:57.5625rem;width:60rem;position:relative;display:block; }#sAgTOXBUNHTGosF83JQa8OIoeL01aCn2 .widget-form-header {  }
#sAgTOXBUNHTGosF83JQa8OIoeL01aCn2 .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:17.5rem;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; }
#sAgTOXBUNHTGosF83JQa8OIoeL01aCn2 .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #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:17.5rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family); }
#sAgTOXBUNHTGosF83JQa8OIoeL01aCn2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#sAgTOXBUNHTGosF83JQa8OIoeL01aCn2 .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #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:17.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family); }
#sAgTOXBUNHTGosF83JQa8OIoeL01aCn2 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden; }
#sAgTOXBUNHTGosF83JQa8OIoeL01aCn2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#sAgTOXBUNHTGosF83JQa8OIoeL01aCn2 .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; }
#sAgTOXBUNHTGosF83JQa8OIoeL01aCn2 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#sAgTOXBUNHTGosF83JQa8OIoeL01aCn2 .widget-input-button { 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:#010102;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:bold;color:rgba(var(--color-secondary-0),1);width:17.5rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#sAgTOXBUNHTGosF83JQa8OIoeL01aCn2 [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#sAgTOXBUNHTGosF83JQa8OIoeL01aCn2 [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#sAgTOXBUNHTGosF83JQa8OIoeL01aCn2 [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#sAgTOXBUNHTGosF83JQa8OIoeL01aCn2 [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#sAgTOXBUNHTGosF83JQa8OIoeL01aCn2 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:16.25rem;overflow:hidden;font-style:normal; }
#sAgTOXBUNHTGosF83JQa8OIoeL01aCn2 .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; }
#sAgTOXBUNHTGosF83JQa8OIoeL01aCn2 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#sAgTOXBUNHTGosF83JQa8OIoeL01aCn2 .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#sAgTOXBUNHTGosF83JQa8OIoeL01aCn2 .widget-container:first-of-type{padding-top:0;}#sAgTOXBUNHTGosF83JQa8OIoeL01aCn2 .widget-container:last-of-type{padding-bottom:0;}#sAgTOXBUNHTGosF83JQa8OIoeL01aCn2  { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:6.875rem;left:5.4375rem; }
#sAgTOXBUNHTGosF83JQa8OIoeL01aCn2 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem; }
#sAgTOXBUNHTGosF83JQa8OIoeL01aCn2 .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);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; }
#sAgTOXBUNHTGosF83JQa8OIoeL01aCn2 {display:block;}#sAgTOXBUNHTGosF83JQa8OIoeL01aCn2 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:6.875rem;left:5.4375rem; }
#sAgTOXBUNHTGosF83JQa8OIoeL01aCn2 #Osg86w9iJnQMoEXCz7V3qb0iPMZrpELy { position:relative; }
#sAgTOXBUNHTGosF83JQa8OIoeL01aCn2 #mhpfXf4cn1EsiWHft4f1QNwOJ2fZRuLi { position:relative;display:block; }
#sAgTOXBUNHTGosF83JQa8OIoeL01aCn2 #a9omcpazAD0qTmwqDG0iT7A6bWyVtKFT { position:relative; }
#sAgTOXBUNHTGosF83JQa8OIoeL01aCn2 #ERBIIIGXbrhag91GyypwqUpwMkUlIswW { position:relative; }
#sAgTOXBUNHTGosF83JQa8OIoeL01aCn2 #CXUrwT4XSRzCw288Nx8lnq8cOTD9J9r1 { position:relative;display:block; }
#sAgTOXBUNHTGosF83JQa8OIoeL01aCn2 #GDbQO6OT2NhvsShFEmpBfwUsTZA9Bi0N { position:relative; }
#sAgTOXBUNHTGosF83JQa8OIoeL01aCn2 #h0TEanCyLvG79T8FQ2WP7y3qPNgFHLTH { position:relative; }
#sAgTOXBUNHTGosF83JQa8OIoeL01aCn2 #xxcayfEkbQB9NuzVQSzm5K2T0eMTqDEN { position:relative;display:block; }
#sAgTOXBUNHTGosF83JQa8OIoeL01aCn2 #sixr3EzSOGrAHVz0sepQTbVangIMXfsQ { position:relative; }
#sAgTOXBUNHTGosF83JQa8OIoeL01aCn2 #r5RqMaQIpqlsdl67CbTQZr4g9HihWkzN { position:relative; }
#sAgTOXBUNHTGosF83JQa8OIoeL01aCn2 #eWX7QC01M7cQHRNyJ7hxWxwPwOaMwLQq { position:relative;display:block; }
#sAgTOXBUNHTGosF83JQa8OIoeL01aCn2 #p75d0HaxNmKsDPQqoVeASK4h5ImZeVih { position:relative; }
#sAgTOXBUNHTGosF83JQa8OIoeL01aCn2 #maxoysP08U0J2lZurfsoaCWbGQ7I0NBW { position:relative; }
#sAgTOXBUNHTGosF83JQa8OIoeL01aCn2 #LrlplAM66tsqM37hz8BRvRG1v2P1Uxoa { position:relative;display:block; }
#sAgTOXBUNHTGosF83JQa8OIoeL01aCn2 #dbw8bmdNXekBpRTwH7OnXzWZKluZ2TSf { position:relative; }
#sAgTOXBUNHTGosF83JQa8OIoeL01aCn2 #Mwf8ntC7sEQcJFeyTb6EKi5kR0u29NO2 { position:relative; }
#sAgTOXBUNHTGosF83JQa8OIoeL01aCn2 #waNZ1y0IETeTmmkPtBCcnH2NAerSeFqS { position:relative;display:block; }
#sAgTOXBUNHTGosF83JQa8OIoeL01aCn2 #Uun0sICrrNIFlkxJytTwcbTw4yTrHTXK { position:relative; }
#sAgTOXBUNHTGosF83JQa8OIoeL01aCn2 #t09GZPtZwwoKbsI4kJ6JoggbIaSb7sxp { position:relative; }
#sAgTOXBUNHTGosF83JQa8OIoeL01aCn2 #gDFDoNAP7mHGVruTG2kbCkN70GtowvtR { position:relative;display:block; }
#sAgTOXBUNHTGosF83JQa8OIoeL01aCn2 #bz3nixWX4phc64TkFetNPXEuTwMrsRb9 { position:relative; }
#sAgTOXBUNHTGosF83JQa8OIoeL01aCn2 #pG2SC7skHuqR4kdRVCrCblMpU6uN5n7L { position:relative; }
#sAgTOXBUNHTGosF83JQa8OIoeL01aCn2 #XXWto1qwTmEgv0WxALu2CPL8KHTt1Wkp { position:relative;display:block; }
#sAgTOXBUNHTGosF83JQa8OIoeL01aCn2 #GE5sUkM3gUvDy76OI22T6tLpAiNCDBTy { position:relative; }
#sAgTOXBUNHTGosF83JQa8OIoeL01aCn2 #O2XtuznZBapwknBzbtnmNtuHr1uOaWRR { position:relative; }
#sAgTOXBUNHTGosF83JQa8OIoeL01aCn2 #J3ZtxOvWXHkNEI29he7MtrCtoAQIsafK { position:relative;display:block; }
#sAgTOXBUNHTGosF83JQa8OIoeL01aCn2 #gSAnz8cEbybogIvEElFVLcQxJ4fdb9mC { position:relative; }
#sAgTOXBUNHTGosF83JQa8OIoeL01aCn2 #lI0GQC339KtTn8uTRJhdf5IcvNNraRRf { position:relative; }
#sAgTOXBUNHTGosF83JQa8OIoeL01aCn2 #UvVqJSFAxRMrEsb6n55x2JnUbHiFgTqc { position:relative; }
#XRRefkTwzeU59UtiFdxAWTfdJWTRJvCd { color:rgba(var(--color-tertiary-0),1);display:block;width:47.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.125rem;left:9.78125rem;height:2.76220625rem;font-style:normal;display:block; }
#ySEZdfdcyABWuEOnQgMafWRiGIgwNqzJ { color:rgba(var(--color-tertiary-2),1);display:block;width:29.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:23.5625rem;left:30.5rem;height:8.285175rem;display:block; }
#fOCfwsUzD8ALnIX9iy7kr1qWfZTNWVmc { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.875rem;width:21.3125rem;top:6.875rem;left:31.46875rem;overflow:hidden;display:block; }
#BdeVTVZnxCKVqayszxcxrfERoSaOQ7de { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.9375rem;width:21.9375rem;top:34.8125rem;left:31.15625rem;overflow:hidden;display:block; }
#FvZeJ7svgROiiP9JrH7MpzRekoLdA0XS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FvZeJ7svgROiiP9JrH7MpzRekoLdA0XS > .row .container { background-color: transparent; background-image: none; }#FvZeJ7svgROiiP9JrH7MpzRekoLdA0XS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FvZeJ7svgROiiP9JrH7MpzRekoLdA0XS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FvZeJ7svgROiiP9JrH7MpzRekoLdA0XS > .row .container > .video-iframe-container { display: none; }#FvZeJ7svgROiiP9JrH7MpzRekoLdA0XS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FvZeJ7svgROiiP9JrH7MpzRekoLdA0XS > .row > .video-iframe-container { display: none; }#FvZeJ7svgROiiP9JrH7MpzRekoLdA0XS > .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); }#FvZeJ7svgROiiP9JrH7MpzRekoLdA0XS > .row .container { border-width: 0; border-radius: 0; }#FvZeJ7svgROiiP9JrH7MpzRekoLdA0XS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FvZeJ7svgROiiP9JrH7MpzRekoLdA0XS > .row .container { font-size:0.875rem;font-family:arial;height:13.5rem;width:60rem;position:relative;display:block; }#mxkKhr9IN3na0G1pNnHOLK3UZmusOh3X { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:2.625rem;top:6.3154296875rem;left:44.875rem;overflow:hidden;display:block; }
#wVKBMJlxDIMz1kcSzeXo3rvbxpx3Wgxl { color:rgba(var(--color-tertiary-0),1);display:block;width:10.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:6.6943359375rem;left:47.4375rem;height:1.86865rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZFgCscAtsyS9fZpi0EK8wakxhF4PyB29 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:2.1875rem;left:43.5625rem;height:;display:block; }
#EDUSVfwWEUmaPcFk2TlSPZ74Tp5lar8U { color:rgba(var(--color-primary-0),1);display:block;width:19.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:10.5625rem;left:40.875rem;height:1.29980625rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #wXVkXT84kgTpghCEWvM9ftfzehZkgEh6 { display:block; }#wXVkXT84kgTpghCEWvM9ftfzehZkgEh6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #viA9dtWtPXJcnv0e42MLUEsZQTvShSUr { top:30.3125rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzLK35melDgUqXXObnuSJGOmdlnGAkOs { top:0rem;left:0rem;width:23.5625rem;height:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zhd1hsWrTO6KZHHp4ZQC0Jyzo6088O6v { top:21.625rem;left:3.9375rem;width:43.8125rem;height:3.8125rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1TXBxG2oslPWKGh4Jo2O0UOMJQZKC00 { top:16.3125rem;left:0rem;width:47.75rem;height:28.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKD6etcT2Rgp8BbdS4ytMeO4XNnKHrKb { display:block; }#AKD6etcT2Rgp8BbdS4ytMeO4XNnKHrKb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aJPXDhL1K1iyDhKdG584Bg9zd8JEJ2DD { top:2.5rem;left:9.5rem;width:34.4375rem;height:3.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDaAdWb2SG3xJQId8TzRHJLoRJCm3Uhw { width:19rem;height:22rem;top:9.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XU68mT8diCLoTmophR8TloRzrZe0Zk2d { width:6.6875rem;height:6.6875rem;top:10.5rem;left:0.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQGmEOTD2nJnWV9DPGcIUZIznQkcpH7U { width:17.5rem;height:4.875rem;top:17.875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVTO611OBtdFCFToL21rJJVXGoi5VVv0 { width:17.5rem;height:4.125rem;top:23.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAx4XWMnWPpnOJSQWJcUMA2A6IZ9TzHN { width:19rem;height:22rem;top:9.3125rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5bobw6EIgOKDPxu1o24TuVOqxyWSKSU { width:11rem;height:8.375rem;top:9.6875rem;left:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uITcvbk9QnBzwTt8z19fqTTKuPWaxu5G { width:18.4375rem;height:5.4375rem;top:18.0625rem;left:14.65625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlVpUFyMo6OUN8bOCUDUnPaD3xgTlVFR { width:17.5rem;height:1.25rem;top:24.5625rem;left:15.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofQFDoeQrdnLhhKC0O9rT87QVl4NeeTW { width:19rem;height:22rem;top:9.3125rem;left:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cv6TEDHy60NUBZ0UUo4v6koGp56EsaBc { width:8.6875rem;height:7.9375rem;top:10.875rem;left:39.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTpABZ37sLlgDOisTBb2H1nvoVRkIEG9 { width:17.5rem;height:2.4375rem;top:20.375rem;left:30.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWBX1oeqc4yK2yaumJTMR8gOA3IdbuP6 { width:17.5rem;height:6.875rem;top:23.1875rem;left:30.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WsmHqRmxxaw80S3e5vzgBuITkRv7TPrT { display:block; }#WsmHqRmxxaw80S3e5vzgBuITkRv7TPrT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z0K9m00IRR2b5WIGmutvdB7ftXb2ayIX { top:7.0625rem;left:17.9375rem;width:29.8125rem;height:20.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mU1NFgCdyBHUDciFtcogTGaJMs8RRNKR { top:9.875rem;left:0rem;width:28.6875rem;height:13rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygbeqiPu6ch44ixEB1rz6fKpA2uLuI0g { top:3.3125rem;left:0rem;width:24.1875rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEBLytRefBcteumluIFbA3o58cdwg3Pb { display:block; }#uEBLytRefBcteumluIFbA3o58cdwg3Pb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sAgTOXBUNHTGosF83JQa8OIoeL01aCn2 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#sAgTOXBUNHTGosF83JQa8OIoeL01aCn2 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#sAgTOXBUNHTGosF83JQa8OIoeL01aCn2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#sAgTOXBUNHTGosF83JQa8OIoeL01aCn2 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#sAgTOXBUNHTGosF83JQa8OIoeL01aCn2 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#sAgTOXBUNHTGosF83JQa8OIoeL01aCn2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#sAgTOXBUNHTGosF83JQa8OIoeL01aCn2 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#sAgTOXBUNHTGosF83JQa8OIoeL01aCn2 .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#sAgTOXBUNHTGosF83JQa8OIoeL01aCn2  { width:17.5rem;height:auto;top:6.875rem;left:0rem; }
#sAgTOXBUNHTGosF83JQa8OIoeL01aCn2 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#sAgTOXBUNHTGosF83JQa8OIoeL01aCn2 {display:block;}#sAgTOXBUNHTGosF83JQa8OIoeL01aCn2 { width:17.5rem;height:auto;top:6.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #sAgTOXBUNHTGosF83JQa8OIoeL01aCn2 #Osg86w9iJnQMoEXCz7V3qb0iPMZrpELy {  }
 }@media only screen and (max-width: 763px) { #sAgTOXBUNHTGosF83JQa8OIoeL01aCn2 #mhpfXf4cn1EsiWHft4f1QNwOJ2fZRuLi { display:block; }
 }@media only screen and (max-width: 763px) { #sAgTOXBUNHTGosF83JQa8OIoeL01aCn2 #a9omcpazAD0qTmwqDG0iT7A6bWyVtKFT {  }
 }@media only screen and (max-width: 763px) { #sAgTOXBUNHTGosF83JQa8OIoeL01aCn2 #ERBIIIGXbrhag91GyypwqUpwMkUlIswW {  }
 }@media only screen and (max-width: 763px) { #sAgTOXBUNHTGosF83JQa8OIoeL01aCn2 #CXUrwT4XSRzCw288Nx8lnq8cOTD9J9r1 { display:block; }
 }@media only screen and (max-width: 763px) { #sAgTOXBUNHTGosF83JQa8OIoeL01aCn2 #GDbQO6OT2NhvsShFEmpBfwUsTZA9Bi0N {  }
 }@media only screen and (max-width: 763px) { #sAgTOXBUNHTGosF83JQa8OIoeL01aCn2 #h0TEanCyLvG79T8FQ2WP7y3qPNgFHLTH {  }
 }@media only screen and (max-width: 763px) { #sAgTOXBUNHTGosF83JQa8OIoeL01aCn2 #xxcayfEkbQB9NuzVQSzm5K2T0eMTqDEN { display:block; }
 }@media only screen and (max-width: 763px) { #sAgTOXBUNHTGosF83JQa8OIoeL01aCn2 #sixr3EzSOGrAHVz0sepQTbVangIMXfsQ {  }
 }@media only screen and (max-width: 763px) { #sAgTOXBUNHTGosF83JQa8OIoeL01aCn2 #r5RqMaQIpqlsdl67CbTQZr4g9HihWkzN {  }
 }@media only screen and (max-width: 763px) { #sAgTOXBUNHTGosF83JQa8OIoeL01aCn2 #eWX7QC01M7cQHRNyJ7hxWxwPwOaMwLQq { display:block; }
 }@media only screen and (max-width: 763px) { #sAgTOXBUNHTGosF83JQa8OIoeL01aCn2 #p75d0HaxNmKsDPQqoVeASK4h5ImZeVih {  }
 }@media only screen and (max-width: 763px) { #sAgTOXBUNHTGosF83JQa8OIoeL01aCn2 #maxoysP08U0J2lZurfsoaCWbGQ7I0NBW {  }
 }@media only screen and (max-width: 763px) { #sAgTOXBUNHTGosF83JQa8OIoeL01aCn2 #LrlplAM66tsqM37hz8BRvRG1v2P1Uxoa { display:block; }
 }@media only screen and (max-width: 763px) { #sAgTOXBUNHTGosF83JQa8OIoeL01aCn2 #dbw8bmdNXekBpRTwH7OnXzWZKluZ2TSf {  }
 }@media only screen and (max-width: 763px) { #sAgTOXBUNHTGosF83JQa8OIoeL01aCn2 #Mwf8ntC7sEQcJFeyTb6EKi5kR0u29NO2 {  }
 }@media only screen and (max-width: 763px) { #sAgTOXBUNHTGosF83JQa8OIoeL01aCn2 #waNZ1y0IETeTmmkPtBCcnH2NAerSeFqS { display:block; }
 }@media only screen and (max-width: 763px) { #sAgTOXBUNHTGosF83JQa8OIoeL01aCn2 #Uun0sICrrNIFlkxJytTwcbTw4yTrHTXK {  }
 }@media only screen and (max-width: 763px) { #sAgTOXBUNHTGosF83JQa8OIoeL01aCn2 #t09GZPtZwwoKbsI4kJ6JoggbIaSb7sxp {  }
 }@media only screen and (max-width: 763px) { #sAgTOXBUNHTGosF83JQa8OIoeL01aCn2 #gDFDoNAP7mHGVruTG2kbCkN70GtowvtR { display:block; }
 }@media only screen and (max-width: 763px) { #sAgTOXBUNHTGosF83JQa8OIoeL01aCn2 #bz3nixWX4phc64TkFetNPXEuTwMrsRb9 {  }
 }@media only screen and (max-width: 763px) { #sAgTOXBUNHTGosF83JQa8OIoeL01aCn2 #pG2SC7skHuqR4kdRVCrCblMpU6uN5n7L {  }
 }@media only screen and (max-width: 763px) { #sAgTOXBUNHTGosF83JQa8OIoeL01aCn2 #XXWto1qwTmEgv0WxALu2CPL8KHTt1Wkp { display:block; }
 }@media only screen and (max-width: 763px) { #sAgTOXBUNHTGosF83JQa8OIoeL01aCn2 #GE5sUkM3gUvDy76OI22T6tLpAiNCDBTy {  }
 }@media only screen and (max-width: 763px) { #sAgTOXBUNHTGosF83JQa8OIoeL01aCn2 #O2XtuznZBapwknBzbtnmNtuHr1uOaWRR {  }
 }@media only screen and (max-width: 763px) { #sAgTOXBUNHTGosF83JQa8OIoeL01aCn2 #J3ZtxOvWXHkNEI29he7MtrCtoAQIsafK { display:block; }
 }@media only screen and (max-width: 763px) { #sAgTOXBUNHTGosF83JQa8OIoeL01aCn2 #gSAnz8cEbybogIvEElFVLcQxJ4fdb9mC {  }
 }@media only screen and (max-width: 763px) { #sAgTOXBUNHTGosF83JQa8OIoeL01aCn2 #lI0GQC339KtTn8uTRJhdf5IcvNNraRRf {  }
 }@media only screen and (max-width: 763px) { #sAgTOXBUNHTGosF83JQa8OIoeL01aCn2 #UvVqJSFAxRMrEsb6n55x2JnUbHiFgTqc {  }
 }@media only screen and (max-width: 763px) { #XRRefkTwzeU59UtiFdxAWTfdJWTRJvCd { top:1.125rem;left:0.1875rem;width:47.5625rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySEZdfdcyABWuEOnQgMafWRiGIgwNqzJ { top:23.5625rem;left:18.25rem;width:29.5rem;height:8.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOCfwsUzD8ALnIX9iy7kr1qWfZTNWVmc { top:6.875rem;left:25.34375rem;width:21.3125rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BdeVTVZnxCKVqayszxcxrfERoSaOQ7de { top:34.8125rem;left:25.03125rem;width:21.9375rem;height:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvZeJ7svgROiiP9JrH7MpzRekoLdA0XS { display:block; }#FvZeJ7svgROiiP9JrH7MpzRekoLdA0XS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mxkKhr9IN3na0G1pNnHOLK3UZmusOh3X { top:6.3125rem;left:38.75rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVKBMJlxDIMz1kcSzeXo3rvbxpx3Wgxl { top:6.6875rem;left:36.9375rem;width:10.8125rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFgCscAtsyS9fZpi0EK8wakxhF4PyB29 { top:2.1875rem;left:35.25rem;width:12.5rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDUSVfwWEUmaPcFk2TlSPZ74Tp5lar8U { top:10.5625rem;left:28.625rem;width:19.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/80956289-31c3-4b50-acc8-54641fc25710/vinyl_record_store_resized.jpg");background-position:center !important;background-repeat:repeat-x !important;background-attachment:fixed;background-size:cover !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); } }@media only screen and (max-width: 763px) { #wXVkXT84kgTpghCEWvM9ftfzehZkgEh6 { background-color:#ffeaea;background-image:url("https://images.assets-landingi.com/uc/a61cbda3-48a1-4431-aad1-382787aa6d11/ScreenShot20240707at74159PM.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#wXVkXT84kgTpghCEWvM9ftfzehZkgEh6.adaptive-delivery-prevent-bg, #wXVkXT84kgTpghCEWvM9ftfzehZkgEh6.lazyload, #wXVkXT84kgTpghCEWvM9ftfzehZkgEh6.lazyloading { background-image: none; }#wXVkXT84kgTpghCEWvM9ftfzehZkgEh6 > .row .container { background-color: transparent; background-image: none; }#wXVkXT84kgTpghCEWvM9ftfzehZkgEh6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wXVkXT84kgTpghCEWvM9ftfzehZkgEh6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wXVkXT84kgTpghCEWvM9ftfzehZkgEh6 > .row .container > .video-iframe-container { display: none; }#wXVkXT84kgTpghCEWvM9ftfzehZkgEh6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wXVkXT84kgTpghCEWvM9ftfzehZkgEh6 > .row > .video-iframe-container { display: none; }#wXVkXT84kgTpghCEWvM9ftfzehZkgEh6 > .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); }#wXVkXT84kgTpghCEWvM9ftfzehZkgEh6 > .row .container { width:20rem;height:48rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #viA9dtWtPXJcnv0e42MLUEsZQTvShSUr { width:14.75rem;height:1.70605625rem;top:25.28271484375rem;left:2.625rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qzLK35melDgUqXXObnuSJGOmdlnGAkOs { width:15rem;height:9.0625rem;top:0rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zhd1hsWrTO6KZHHp4ZQC0Jyzo6088O6v { width:19.5625rem;height:5.5996125rem;top:14.4375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p1TXBxG2oslPWKGh4Jo2O0UOMJQZKC00 { width:20rem;height:29.0625rem;top:11.0732421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKD6etcT2Rgp8BbdS4ytMeO4XNnKHrKb { display:block; }#AKD6etcT2Rgp8BbdS4ytMeO4XNnKHrKb > .row .container { width:20rem;height:78.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aJPXDhL1K1iyDhKdG584Bg9zd8JEJ2DD { width:17.1875rem;height:4.875rem;top:1.25rem;left:1.375rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QDaAdWb2SG3xJQId8TzRHJLoRJCm3Uhw { width:19rem;height:22rem;top:7.375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XU68mT8diCLoTmophR8TloRzrZe0Zk2d { width:6.6875rem;height:6.6875rem;top:8.5rem;left:6.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQGmEOTD2nJnWV9DPGcIUZIznQkcpH7U { width:17.5rem;height:1.7871125rem;top:15.875rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVTO611OBtdFCFToL21rJJVXGoi5VVv0 { width:17.5rem;height:3.8994125rem;top:20.0625rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAx4XWMnWPpnOJSQWJcUMA2A6IZ9TzHN { width:19rem;height:22rem;top:30.875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5bobw6EIgOKDPxu1o24TuVOqxyWSKSU { width:11rem;height:8.375rem;top:30.875rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uITcvbk9QnBzwTt8z19fqTTKuPWaxu5G { width:18.4375rem;height:5.2246125rem;top:39.25rem;left:0.78125rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlVpUFyMo6OUN8bOCUDUnPaD3xgTlVFR { width:17.5rem;height:1.29980625rem;top:46.96630859375rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofQFDoeQrdnLhhKC0O9rT87QVl4NeeTW { width:19rem;height:22rem;top:53.875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cv6TEDHy60NUBZ0UUo4v6koGp56EsaBc { width:8.6875rem;height:7.9375rem;top:55.4375rem;left:5.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTpABZ37sLlgDOisTBb2H1nvoVRkIEG9 { width:17.5rem;height:1.7871125rem;top:64.9375rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWBX1oeqc4yK2yaumJTMR8gOA3IdbuP6 { width:17.5rem;height:5.19921875rem;top:67.78857421875rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WsmHqRmxxaw80S3e5vzgBuITkRv7TPrT { display:block; }#WsmHqRmxxaw80S3e5vzgBuITkRv7TPrT > .row .container { width:20rem;height:41.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z0K9m00IRR2b5WIGmutvdB7ftXb2ayIX { width:15.875rem;height:10.75rem;top:19.412109375rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mU1NFgCdyBHUDciFtcogTGaJMs8RRNKR { width:18.125rem;height:10.23485625rem;top:7.953125rem;left:0.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ygbeqiPu6ch44ixEB1rz6fKpA2uLuI0g { width:17.1875rem;height:2.5996125rem;top:3.3125rem;left:1.40625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEBLytRefBcteumluIFbA3o58cdwg3Pb { display:block; }#uEBLytRefBcteumluIFbA3o58cdwg3Pb > .row .container { width:20rem;height:55.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sAgTOXBUNHTGosF83JQa8OIoeL01aCn2 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#sAgTOXBUNHTGosF83JQa8OIoeL01aCn2 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#sAgTOXBUNHTGosF83JQa8OIoeL01aCn2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#sAgTOXBUNHTGosF83JQa8OIoeL01aCn2 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#sAgTOXBUNHTGosF83JQa8OIoeL01aCn2 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#sAgTOXBUNHTGosF83JQa8OIoeL01aCn2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#sAgTOXBUNHTGosF83JQa8OIoeL01aCn2 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#sAgTOXBUNHTGosF83JQa8OIoeL01aCn2 .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#sAgTOXBUNHTGosF83JQa8OIoeL01aCn2  { width:17.5rem;height:auto;top:7.69921875rem;left:0rem; }
#sAgTOXBUNHTGosF83JQa8OIoeL01aCn2 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#sAgTOXBUNHTGosF83JQa8OIoeL01aCn2 {display:block;}#sAgTOXBUNHTGosF83JQa8OIoeL01aCn2 { width:17.5rem;height:auto;top:7.69921875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #sAgTOXBUNHTGosF83JQa8OIoeL01aCn2 #Osg86w9iJnQMoEXCz7V3qb0iPMZrpELy {  }
 }@media only screen and (max-width: 763px) { #sAgTOXBUNHTGosF83JQa8OIoeL01aCn2 #mhpfXf4cn1EsiWHft4f1QNwOJ2fZRuLi { display:block; }
 }@media only screen and (max-width: 763px) { #sAgTOXBUNHTGosF83JQa8OIoeL01aCn2 #a9omcpazAD0qTmwqDG0iT7A6bWyVtKFT {  }
 }@media only screen and (max-width: 763px) { #sAgTOXBUNHTGosF83JQa8OIoeL01aCn2 #ERBIIIGXbrhag91GyypwqUpwMkUlIswW {  }
 }@media only screen and (max-width: 763px) { #sAgTOXBUNHTGosF83JQa8OIoeL01aCn2 #CXUrwT4XSRzCw288Nx8lnq8cOTD9J9r1 { display:block; }
 }@media only screen and (max-width: 763px) { #sAgTOXBUNHTGosF83JQa8OIoeL01aCn2 #GDbQO6OT2NhvsShFEmpBfwUsTZA9Bi0N {  }
 }@media only screen and (max-width: 763px) { #sAgTOXBUNHTGosF83JQa8OIoeL01aCn2 #h0TEanCyLvG79T8FQ2WP7y3qPNgFHLTH {  }
 }@media only screen and (max-width: 763px) { #sAgTOXBUNHTGosF83JQa8OIoeL01aCn2 #xxcayfEkbQB9NuzVQSzm5K2T0eMTqDEN { display:block; }
 }@media only screen and (max-width: 763px) { #sAgTOXBUNHTGosF83JQa8OIoeL01aCn2 #sixr3EzSOGrAHVz0sepQTbVangIMXfsQ {  }
 }@media only screen and (max-width: 763px) { #sAgTOXBUNHTGosF83JQa8OIoeL01aCn2 #r5RqMaQIpqlsdl67CbTQZr4g9HihWkzN {  }
 }@media only screen and (max-width: 763px) { #sAgTOXBUNHTGosF83JQa8OIoeL01aCn2 #eWX7QC01M7cQHRNyJ7hxWxwPwOaMwLQq { display:block; }
 }@media only screen and (max-width: 763px) { #sAgTOXBUNHTGosF83JQa8OIoeL01aCn2 #p75d0HaxNmKsDPQqoVeASK4h5ImZeVih {  }
 }@media only screen and (max-width: 763px) { #sAgTOXBUNHTGosF83JQa8OIoeL01aCn2 #maxoysP08U0J2lZurfsoaCWbGQ7I0NBW {  }
 }@media only screen and (max-width: 763px) { #sAgTOXBUNHTGosF83JQa8OIoeL01aCn2 #LrlplAM66tsqM37hz8BRvRG1v2P1Uxoa { display:block; }
 }@media only screen and (max-width: 763px) { #sAgTOXBUNHTGosF83JQa8OIoeL01aCn2 #dbw8bmdNXekBpRTwH7OnXzWZKluZ2TSf {  }
 }@media only screen and (max-width: 763px) { #sAgTOXBUNHTGosF83JQa8OIoeL01aCn2 #Mwf8ntC7sEQcJFeyTb6EKi5kR0u29NO2 {  }
 }@media only screen and (max-width: 763px) { #sAgTOXBUNHTGosF83JQa8OIoeL01aCn2 #waNZ1y0IETeTmmkPtBCcnH2NAerSeFqS { display:block; }
 }@media only screen and (max-width: 763px) { #sAgTOXBUNHTGosF83JQa8OIoeL01aCn2 #Uun0sICrrNIFlkxJytTwcbTw4yTrHTXK {  }
 }@media only screen and (max-width: 763px) { #sAgTOXBUNHTGosF83JQa8OIoeL01aCn2 #t09GZPtZwwoKbsI4kJ6JoggbIaSb7sxp {  }
 }@media only screen and (max-width: 763px) { #sAgTOXBUNHTGosF83JQa8OIoeL01aCn2 #gDFDoNAP7mHGVruTG2kbCkN70GtowvtR { display:block; }
 }@media only screen and (max-width: 763px) { #sAgTOXBUNHTGosF83JQa8OIoeL01aCn2 #bz3nixWX4phc64TkFetNPXEuTwMrsRb9 {  }
 }@media only screen and (max-width: 763px) { #sAgTOXBUNHTGosF83JQa8OIoeL01aCn2 #pG2SC7skHuqR4kdRVCrCblMpU6uN5n7L {  }
 }@media only screen and (max-width: 763px) { #sAgTOXBUNHTGosF83JQa8OIoeL01aCn2 #XXWto1qwTmEgv0WxALu2CPL8KHTt1Wkp { display:block; }
 }@media only screen and (max-width: 763px) { #sAgTOXBUNHTGosF83JQa8OIoeL01aCn2 #GE5sUkM3gUvDy76OI22T6tLpAiNCDBTy {  }
 }@media only screen and (max-width: 763px) { #sAgTOXBUNHTGosF83JQa8OIoeL01aCn2 #O2XtuznZBapwknBzbtnmNtuHr1uOaWRR {  }
 }@media only screen and (max-width: 763px) { #sAgTOXBUNHTGosF83JQa8OIoeL01aCn2 #J3ZtxOvWXHkNEI29he7MtrCtoAQIsafK { display:block; }
 }@media only screen and (max-width: 763px) { #sAgTOXBUNHTGosF83JQa8OIoeL01aCn2 #gSAnz8cEbybogIvEElFVLcQxJ4fdb9mC {  }
 }@media only screen and (max-width: 763px) { #sAgTOXBUNHTGosF83JQa8OIoeL01aCn2 #lI0GQC339KtTn8uTRJhdf5IcvNNraRRf {  }
 }@media only screen and (max-width: 763px) { #sAgTOXBUNHTGosF83JQa8OIoeL01aCn2 #UvVqJSFAxRMrEsb6n55x2JnUbHiFgTqc {  }
 }@media only screen and (max-width: 763px) { #XRRefkTwzeU59UtiFdxAWTfdJWTRJvCd { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ySEZdfdcyABWuEOnQgMafWRiGIgwNqzJ { width:20rem;height:auto;top:23.5625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #fOCfwsUzD8ALnIX9iy7kr1qWfZTNWVmc { width:20rem;height:14.897360703813rem;top:6.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #BdeVTVZnxCKVqayszxcxrfERoSaOQ7de { width:20rem;height:13.618233618234rem;top:34.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #FvZeJ7svgROiiP9JrH7MpzRekoLdA0XS { display:block; }#FvZeJ7svgROiiP9JrH7MpzRekoLdA0XS > .row .container { width:20rem;height:25.68603671875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mxkKhr9IN3na0G1pNnHOLK3UZmusOh3X { width:2.625rem;height:2.625rem;top:15.13623046875rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVKBMJlxDIMz1kcSzeXo3rvbxpx3Wgxl { width:10.8125rem;height:1.86865rem;top:18.82373046875rem;left:4.59375rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZFgCscAtsyS9fZpi0EK8wakxhF4PyB29 { width:12.5rem;height:0;top:21.88623046875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDUSVfwWEUmaPcFk2TlSPZ74Tp5lar8U { width:19.125rem;height:0;top:23.13623046875rem;left:0.4375rem;font-size:1rem;display:block; }
 }