.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:247,230,233;--color-primary-1:228,172,181;--color-primary-2:201,88,106;--color-primary-3:101,44,53;--color-primary-4:30,13,16;--color-secondary-0:229,236,245;--color-secondary-1:170,191,221;--color-secondary-2:84,126,186;--color-secondary-3:42,63,93;--color-secondary-4:13,19,28;--color-tertiary-0:255,255,255;--color-tertiary-1:228,228,228;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Lato";--paragraphs-font-family:"roboto"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;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); }#vHJJxFh7oOMByz9Acx6CPIxCHGPKoC8L { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0f141b;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;z-index:auto;display:block; }#vHJJxFh7oOMByz9Acx6CPIxCHGPKoC8L > .row .container { background-color: transparent; background-image: none; }#vHJJxFh7oOMByz9Acx6CPIxCHGPKoC8L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vHJJxFh7oOMByz9Acx6CPIxCHGPKoC8L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vHJJxFh7oOMByz9Acx6CPIxCHGPKoC8L > .row .container > .video-iframe-container { display: none; }#vHJJxFh7oOMByz9Acx6CPIxCHGPKoC8L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vHJJxFh7oOMByz9Acx6CPIxCHGPKoC8L > .row > .video-iframe-container { display: none; }#vHJJxFh7oOMByz9Acx6CPIxCHGPKoC8L > .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); }#vHJJxFh7oOMByz9Acx6CPIxCHGPKoC8L > .row .container { border-width: 0; border-radius: 0; }#vHJJxFh7oOMByz9Acx6CPIxCHGPKoC8L > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vHJJxFh7oOMByz9Acx6CPIxCHGPKoC8L > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:60rem;position:relative;display:block; }#ivwPSftoldIyrfLHUCRdkl5W6UBkXQ8L { 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:3.9375rem;width:4.625rem;top:0.53125rem;left:0.75rem;overflow:hidden;display:block; }
#glJsLNluLH08NAXpVAPBt2VSZF1TxRKU { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:1.60546875rem;left:5.375rem;height:1.7871125rem;font-style:normal;display:block; }
#oWElsRqNUnPDBL1OARw2upD0214eIEUM { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.0625rem;height:2.625rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:1.1875rem;left:48.5498046875rem;display:block; }
#Eer6zLzPnqpDWFL7nb8XKdknxFOxVPPR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KdCqxBg9BpsxXignxUOrZdKN96PwAmfE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KdCqxBg9BpsxXignxUOrZdKN96PwAmfE > .row .container { background-color: transparent; background-image: none; }#KdCqxBg9BpsxXignxUOrZdKN96PwAmfE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KdCqxBg9BpsxXignxUOrZdKN96PwAmfE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KdCqxBg9BpsxXignxUOrZdKN96PwAmfE > .row .container > .video-iframe-container { display: none; }#KdCqxBg9BpsxXignxUOrZdKN96PwAmfE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KdCqxBg9BpsxXignxUOrZdKN96PwAmfE > .row > .video-iframe-container { display: none; }#KdCqxBg9BpsxXignxUOrZdKN96PwAmfE > .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); }#KdCqxBg9BpsxXignxUOrZdKN96PwAmfE > .row .container { border-width: 0; border-radius: 0; }#KdCqxBg9BpsxXignxUOrZdKN96PwAmfE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KdCqxBg9BpsxXignxUOrZdKN96PwAmfE > .row .container { font-size:0.875rem;font-family:arial;height:44rem;width:60rem;position:relative;display:block; }#zTpTC06VReOH14PfTW43qvUJ1R20Z3iS { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:6.75rem;left:0rem;height:3.8994125rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#BgHOqfGlKnvn7J1R8l8TFneBDTTVi57c { color:rgba(var(--color-tertiary-0),1);display:block;width:34.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:12.125rem;left:12.96875rem;height:4.38671875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H8alLyonZwRUtLPmERMLNMGPSUpfzqfd { color:rgba(var(--color-tertiary-0),1);display:block;width:25.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:24.5625rem;left:2.53125rem;height:5.60449375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nbzpEvx3bziWADzGq7SSiHBHohp0J1Bn { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.125rem;height:3.6875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:31.4375rem;left:7.8125rem;display:block; }
#pFhfPWfQZT7fFSZEzMIiArTw6G7J2DgD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Jh4xCXQSZZkepOFoZcLduBVlBvhJ1AEZ { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.625rem;width:20.625rem;top:18.6875rem;left:33.71875rem;overflow:hidden;display:block; }
#XuyTBxwfgEM3wznlQvsHfr78IGFDAtMO { 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; }#XuyTBxwfgEM3wznlQvsHfr78IGFDAtMO > .row .container { background-color: transparent; background-image: none; }#XuyTBxwfgEM3wznlQvsHfr78IGFDAtMO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XuyTBxwfgEM3wznlQvsHfr78IGFDAtMO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XuyTBxwfgEM3wznlQvsHfr78IGFDAtMO > .row .container > .video-iframe-container { display: none; }#XuyTBxwfgEM3wznlQvsHfr78IGFDAtMO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XuyTBxwfgEM3wznlQvsHfr78IGFDAtMO > .row > .video-iframe-container { display: none; }#XuyTBxwfgEM3wznlQvsHfr78IGFDAtMO > .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); }#XuyTBxwfgEM3wznlQvsHfr78IGFDAtMO > .row .container { border-width: 0; border-radius: 0; }#XuyTBxwfgEM3wznlQvsHfr78IGFDAtMO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XuyTBxwfgEM3wznlQvsHfr78IGFDAtMO > .row .container { font-size:0.875rem;font-family:arial;height:29.5rem;width:60rem;position:relative;display:block; }#SWLxwED8cnD0bkTmTST8k4Omt4Ja3d1k { color:rgba(var(--color-tertiary-0),1);display:block;width:29.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:5.9375rem;left:30.40625rem;height:3.0869125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#crNt1S2dbE4HwDXyRSAFl8bFu8dVsiJM { color:rgba(var(--color-tertiary-0),1);display:block;width:28.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:10.125rem;left:30.53125rem;height:12.5947rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QDRHLcJWfBMqHTZ64X1cdzM4tT2avcXQ { position:absolute;display:block;z-index:15011;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:17.3125rem;width:26.125rem;top:4.875rem;left:1.9375rem;overflow:hidden;display:block; }
#ruSM2wdrv1ZctPXt9tIGsKIzhZOoTLaC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#ruSM2wdrv1ZctPXt9tIGsKIzhZOoTLaC > .row .container { background-color: transparent; background-image: none; }#ruSM2wdrv1ZctPXt9tIGsKIzhZOoTLaC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ruSM2wdrv1ZctPXt9tIGsKIzhZOoTLaC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ruSM2wdrv1ZctPXt9tIGsKIzhZOoTLaC > .row .container > .video-iframe-container { display: none; }#ruSM2wdrv1ZctPXt9tIGsKIzhZOoTLaC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ruSM2wdrv1ZctPXt9tIGsKIzhZOoTLaC > .row > .video-iframe-container { display: none; }#ruSM2wdrv1ZctPXt9tIGsKIzhZOoTLaC > .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); }#ruSM2wdrv1ZctPXt9tIGsKIzhZOoTLaC > .row .container { border-width: 0; border-radius: 0; }#ruSM2wdrv1ZctPXt9tIGsKIzhZOoTLaC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ruSM2wdrv1ZctPXt9tIGsKIzhZOoTLaC > .row .container { font-size:0.875rem;font-family:arial;height:59.1875rem;width:60rem;position:relative;display:block; }#BFnNf14Wc6LFcFm6LgkdaRKico3cNkho { 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:6.75rem;width:6.75rem;top:25.1875rem;left:6.625rem;overflow:hidden;display:block; }
#ZBIbi6ZTBDr4dTvopTcL3NdhJlCT3zyk { color:#585858;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:33.25rem;left:0.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sqxZU3bBAaUiWK5sF4FmvMrkWW4Ob3ti { color:#585858;display:block;width:18.75rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:35.5rem;left:0.625rem;height:3.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Z5IqAl7XOECofgvQS9vIiAZHDo3Dq1qi { color:#585858;display:block;width:18.75rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:35.5rem;left:20.625rem;height:3.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lcVAaZT28tordAG6y4lAW4QQcy1XDEfv { color:#585858;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:33.25rem;left:20.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eVkhpeowNavvICIELtMVf5gC20X9Cke9 { 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:6.75rem;width:6.75rem;top:25.1875rem;left:26.625rem;overflow:hidden;display:block; }
#h9SrlI6cKA75NrWseJgDEMB7SyfCMayE { color:#585858;display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:35.5rem;left:40.625rem;height:3.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PDfUoC2wC9mMEhTVF8TaU13gSUkcVA0c { color:#585858;display:block;width:18.75rem;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:33.25rem;left:40.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nhDI5rhpBitTNFLBx1ABPPRTVtRAlLTo { 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:6.75rem;width:6.75rem;top:25.1875rem;left:46.625rem;overflow:hidden;display:block; }
#Qvd6AC8eTFNiqcAGFbbD5Pi71w7p6NQT { 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:6.75rem;width:6.75rem;top:8.65625rem;left:6.625rem;overflow:hidden;display:block; }
#KTowiW3eUrhnRoe9ZRaSqXWaikHd97lJ { color:#585858;display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:16.6875rem;left:0.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zXKX1GOyhyFyBL1F1EbSlforI00nc7Vt { color:#585858;display:block;width:18.75rem;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:16.6875rem;left:20.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JJlNCgyoTH9QHG46UztxiUaMqvn7KhDn { 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:6.75rem;width:6.75rem;top:8.625rem;left:26.625rem;overflow:hidden;display:block; }
#R15inNpQ5SAtVB4B9MiCTOeNKAR8D1X6 { color:#585858;display:block;width:18.75rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:18.875rem;left:20.625rem;height:3.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#w7tQphXdCWPknd5qLeZeTCyypg4EiMJH { color:#585858;display:block;width:18.75rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:19.5234375rem;left:40.625rem;height:3.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lJzFFZmSde9EZDm7PL3Lq1CzxWAC4N1s { color:#585858;display:block;width:18.75rem;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:16.6875rem;left:40.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UmU5AE87g6H2czOgWeeF1a0tQ62Hf42H { 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:6.75rem;width:6.75rem;top:8.625rem;left:46.625rem;overflow:hidden;display:block; }
#DwE2aFSBxhZprLyBwIDNe45eBOrdZMlF { color:#000000;display:block;width:60rem;position:absolute;font-family:roboto;font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.6875rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#t6E0TE8nanlMWQuyVy7qbdG44QyQffET { color:#585858;display:block;width:18.75rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:18.875rem;left:0.625rem;height:3.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iShmin08DITM95R7bJyLBXptVTfnFwSV { 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:6.75rem;width:6.75rem;top:42.3125rem;left:6.625rem;overflow:hidden;display:block; }
#qxkFQlWqpDGNISRJkyu17S2hA6hRanNV { color:#585858;display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:49.0625rem;left:0.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Fdywk0mD7qrZ6g1t0fB6CJ7x8gdE7Myc { color:#585858;display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15011;line-height:1.6;letter-spacing:0;top:51.4375rem;left:0.625rem;height:3.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H628pvuxq8qawdcxNRoz3sUxqKCtCqKO { color:rgba(var(--color-tertiary-4),1);display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:45.75rem;left:32.8125rem;height:2.7119125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NToWiZX9fhNnB3gdvxTshkP55cqyquTG { color:rgba(var(--color-tertiary-4),0.5);display:block;width:16.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:48.9375rem;left:32.8125rem;height:5.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ERmnIqs00T2eN3lTpvHkd8LzQuTPlcnv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0f141b;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; }#ERmnIqs00T2eN3lTpvHkd8LzQuTPlcnv > .row .container { background-color: transparent; background-image: none; }#ERmnIqs00T2eN3lTpvHkd8LzQuTPlcnv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ERmnIqs00T2eN3lTpvHkd8LzQuTPlcnv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ERmnIqs00T2eN3lTpvHkd8LzQuTPlcnv > .row .container > .video-iframe-container { display: none; }#ERmnIqs00T2eN3lTpvHkd8LzQuTPlcnv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ERmnIqs00T2eN3lTpvHkd8LzQuTPlcnv > .row > .video-iframe-container { display: none; }#ERmnIqs00T2eN3lTpvHkd8LzQuTPlcnv > .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); }#ERmnIqs00T2eN3lTpvHkd8LzQuTPlcnv > .row .container { border-width: 0; border-radius: 0; }#ERmnIqs00T2eN3lTpvHkd8LzQuTPlcnv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ERmnIqs00T2eN3lTpvHkd8LzQuTPlcnv > .row .container { font-size:0.875rem;font-family:arial;height:10.75rem;width:60rem;position:relative;display:block; }#daUknV35leyq2pK6Wgzrgn3F1pVc4n6C { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:4.32421875rem;left:0rem;height:3.25rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#HLEF35UVczHyMqRvgl6rVruB25fJ2rMe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0f141b;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; }#HLEF35UVczHyMqRvgl6rVruB25fJ2rMe > .row .container { background-color: transparent; background-image: none; }#HLEF35UVczHyMqRvgl6rVruB25fJ2rMe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HLEF35UVczHyMqRvgl6rVruB25fJ2rMe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HLEF35UVczHyMqRvgl6rVruB25fJ2rMe > .row .container > .video-iframe-container { display: none; }#HLEF35UVczHyMqRvgl6rVruB25fJ2rMe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HLEF35UVczHyMqRvgl6rVruB25fJ2rMe > .row > .video-iframe-container { display: none; }#HLEF35UVczHyMqRvgl6rVruB25fJ2rMe > .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); }#HLEF35UVczHyMqRvgl6rVruB25fJ2rMe > .row .container { border-width: 0; border-radius: 0; }#HLEF35UVczHyMqRvgl6rVruB25fJ2rMe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HLEF35UVczHyMqRvgl6rVruB25fJ2rMe > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:block; }#cn07wxR3kBUfWiH3rm5NLDzNEzkbv1nl { color:rgba(var(--color-tertiary-1),1);display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:7.6875rem;left:2.5rem;height:1.625rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#slGTZESweEyRH6eG0pJda6rPrtJMiWT6 { color:rgba(var(--color-tertiary-1),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.8;letter-spacing:0;top:9.8125rem;left:2.5rem;height:5.3994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PkRQUMdLa6Idy5Co1aNb4C8hgGqJXen1 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.4375rem;width:5.4375rem;top:1.75rem;left:2.5rem;overflow:hidden;display:block; }
#Dlu57C7Zy5pGIGoxUwmqb2TaFzRpLqlq { color:rgba(var(--color-tertiary-1),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.8;letter-spacing:0;top:9.8125rem;left:32.3125rem;height:5.3994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gn1gptIp24mqxK37tRxhCpcaIDwMwUJ6 { color:rgba(var(--color-tertiary-1),1);display:block;width:19rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:7.6875rem;left:32.3125rem;height:1.625rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#ZEJhXZ3bDJd98suIwZUQds4pMdGw7dZp { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.4375rem;width:5.4375rem;top:1.75rem;left:32.3125rem;overflow:hidden;display:block; }
#WKyPnSgpg7f5LMQ3xXpcuq1XTDZaTMuJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0f141b;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; }#WKyPnSgpg7f5LMQ3xXpcuq1XTDZaTMuJ > .row .container { background-color: transparent; background-image: none; }#WKyPnSgpg7f5LMQ3xXpcuq1XTDZaTMuJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WKyPnSgpg7f5LMQ3xXpcuq1XTDZaTMuJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WKyPnSgpg7f5LMQ3xXpcuq1XTDZaTMuJ > .row .container > .video-iframe-container { display: none; }#WKyPnSgpg7f5LMQ3xXpcuq1XTDZaTMuJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WKyPnSgpg7f5LMQ3xXpcuq1XTDZaTMuJ > .row > .video-iframe-container { display: none; }#WKyPnSgpg7f5LMQ3xXpcuq1XTDZaTMuJ > .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); }#WKyPnSgpg7f5LMQ3xXpcuq1XTDZaTMuJ > .row .container { border-width: 0; border-radius: 0; }#WKyPnSgpg7f5LMQ3xXpcuq1XTDZaTMuJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WKyPnSgpg7f5LMQ3xXpcuq1XTDZaTMuJ > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:block; }#HU6xUt8MvepM8aXynLaweknixwTHWDMV { color:rgba(var(--color-tertiary-1),1);display:block;width:18.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:8.3125rem;left:2.625rem;height:1.625rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#b9yuF52bvTogtrB7IgKo5Po1WXTAsXqJ { color:rgba(var(--color-tertiary-1),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.8;letter-spacing:0;top:10.4375rem;left:2.625rem;height:5.3994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RHTB9ttVhU4fF2eAcVT9xI7yUsWxUTRa { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.4375rem;width:5.4375rem;top:2.9375rem;left:2.625rem;overflow:hidden;display:block; }
#XcXuKwFkXLG8fRgy1ApIqMArTPVu3bOB { color:rgba(var(--color-tertiary-1),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.8;letter-spacing:0;top:10.4375rem;left:32.3125rem;height:5.3994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZIlkARaVTdEanX9I0MJKyKXdIZ1KnH4q { color:rgba(var(--color-tertiary-1),1);display:block;width:18.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:8.3125rem;left:32.3125rem;height:1.625rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#kz61S0TtFga98r9RDZkJvVGQNbRE4d9X { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.4375rem;width:5.4375rem;top:2.9375rem;left:32.3125rem;overflow:hidden;display:block; }
#oDuwkHBWNBTiqt2Hq9iDJxbhibaarnlW { 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; }#oDuwkHBWNBTiqt2Hq9iDJxbhibaarnlW > .row .container { background-color: transparent; background-image: none; }#oDuwkHBWNBTiqt2Hq9iDJxbhibaarnlW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oDuwkHBWNBTiqt2Hq9iDJxbhibaarnlW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oDuwkHBWNBTiqt2Hq9iDJxbhibaarnlW > .row .container > .video-iframe-container { display: none; }#oDuwkHBWNBTiqt2Hq9iDJxbhibaarnlW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oDuwkHBWNBTiqt2Hq9iDJxbhibaarnlW > .row > .video-iframe-container { display: none; }#oDuwkHBWNBTiqt2Hq9iDJxbhibaarnlW > .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); }#oDuwkHBWNBTiqt2Hq9iDJxbhibaarnlW > .row .container { border-width: 0; border-radius: 0; }#oDuwkHBWNBTiqt2Hq9iDJxbhibaarnlW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oDuwkHBWNBTiqt2Hq9iDJxbhibaarnlW > .row .container { font-size:0.875rem;font-family:arial;height:43.875rem;width:60rem;position:relative;display:block; }#rJi1VSWBDgJtIWwTVaR52yXIgTOfQAVi { color:rgba(var(--color-tertiary-4),1);display:block;width:32rem;position:absolute;font-family:"open sans";font-size:2.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:5.5625rem;left:12.875rem;height:2.76171875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fpIBK7ZB3ObHvi6IJMPifQHi1DvhqTxy .widget-form-header {  }
#fpIBK7ZB3ObHvi6IJMPifQHi1DvhqTxy .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:20rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#fpIBK7ZB3ObHvi6IJMPifQHi1DvhqTxy .widget-input-text { border-top-left-radius:0rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;background-color:rgba(var(--color-tertiary-0),0.15);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20rem;box-sizing:border-box;height:3.125rem;color:rgba(var(--color-tertiary-4),1);font-size:1.0625rem;overflow:hidden;font-family:var(--headlines-font-family);vertical-align:top;box-shadow: 0rem 0rem 1.875rem rgba(51,59,76,0.15) ; }
#fpIBK7ZB3ObHvi6IJMPifQHi1DvhqTxy .widget-input-text {padding-top: 0; padding-bottom: 0;}#fpIBK7ZB3ObHvi6IJMPifQHi1DvhqTxy .widget-textarea { border-top-left-radius:0rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;background-color:rgba(var(--color-tertiary-0),0.15);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-tertiary-4),1);font-size:1.0625rem;overflow:hidden;font-family:var(--headlines-font-family);vertical-align:top;box-shadow: 0rem 0rem 1.875rem rgba(51,59,76,0.15) ; }
#fpIBK7ZB3ObHvi6IJMPifQHi1DvhqTxy .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:20rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#fpIBK7ZB3ObHvi6IJMPifQHi1DvhqTxy .widget-input-select {padding-top: 0; padding-bottom: 0;}#fpIBK7ZB3ObHvi6IJMPifQHi1DvhqTxy .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#fpIBK7ZB3ObHvi6IJMPifQHi1DvhqTxy .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#fpIBK7ZB3ObHvi6IJMPifQHi1DvhqTxy .widget-input-button { border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:top left !important;background-repeat: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:4rem;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:16rem;height:3.75rem;font-family:"titillium web";overflow:hidden;box-shadow: 0rem 0.125rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ; }
#fpIBK7ZB3ObHvi6IJMPifQHi1DvhqTxy [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--headlines-font-family);font-size:1rem; }
#fpIBK7ZB3ObHvi6IJMPifQHi1DvhqTxy [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--headlines-font-family);font-size:1rem; }
#fpIBK7ZB3ObHvi6IJMPifQHi1DvhqTxy [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--headlines-font-family);font-size:1rem; }
#fpIBK7ZB3ObHvi6IJMPifQHi1DvhqTxy [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--headlines-font-family);font-size:1rem; }
#fpIBK7ZB3ObHvi6IJMPifQHi1DvhqTxy .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:18.9375rem;overflow:hidden;font-style:normal;float:none; }
#fpIBK7ZB3ObHvi6IJMPifQHi1DvhqTxy .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; }
#fpIBK7ZB3ObHvi6IJMPifQHi1DvhqTxy .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#fpIBK7ZB3ObHvi6IJMPifQHi1DvhqTxy .widget-container { padding-top:0.5rem;padding-right:0;padding-bottom:0.4375rem;padding-left:0;width:100%;font-size:0;height:auto; }
#fpIBK7ZB3ObHvi6IJMPifQHi1DvhqTxy .widget-container:first-of-type{padding-top:0;}#fpIBK7ZB3ObHvi6IJMPifQHi1DvhqTxy .widget-container:last-of-type{padding-bottom:0;}#fpIBK7ZB3ObHvi6IJMPifQHi1DvhqTxy  { 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:20rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15010;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:10.0625rem;left:17.625rem; }
#fpIBK7ZB3ObHvi6IJMPifQHi1DvhqTxy .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:20rem;display:block;vertical-align:top; }
#fpIBK7ZB3ObHvi6IJMPifQHi1DvhqTxy .widget-info-text { display:block;height:auto;font-family:"open sans";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; }
#fpIBK7ZB3ObHvi6IJMPifQHi1DvhqTxy {display:block;}#fpIBK7ZB3ObHvi6IJMPifQHi1DvhqTxy { 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:20rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15010;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:10.0625rem;left:17.625rem; }
#fpIBK7ZB3ObHvi6IJMPifQHi1DvhqTxy #AI4Re7ld8ERRol1MQf7TtzflaP2lkFNI { position:relative; }
#fpIBK7ZB3ObHvi6IJMPifQHi1DvhqTxy #AIvRlbf3IGtIFt5XtK4GfOB2CDcvbWXD { position:relative;display:block; }
#fpIBK7ZB3ObHvi6IJMPifQHi1DvhqTxy #UDsgD4SQooUPnTpkTDOSaHrgT8nd5wUc { position:relative; }
#fpIBK7ZB3ObHvi6IJMPifQHi1DvhqTxy #weayDaSMe4FxfxeEAdsxxvP8tPxK5bT1 { position:relative; }
#fpIBK7ZB3ObHvi6IJMPifQHi1DvhqTxy #RkMcUWQC11EBcKTi3Whi05KIi1vRUZmS { position:relative;display:block; }
#fpIBK7ZB3ObHvi6IJMPifQHi1DvhqTxy #dWTlLU5ioqBg6bH4GDqRH1MrJFDXImsr { position:relative; }
#fpIBK7ZB3ObHvi6IJMPifQHi1DvhqTxy #Bq0PsLPwxidABuu9GVxWcLZLzRQ07eMt { position:relative; }
#fpIBK7ZB3ObHvi6IJMPifQHi1DvhqTxy #iNe9nOwVpEhXehl4keAmvaJEyfLxfD0i { position:relative;display:block; }
#fpIBK7ZB3ObHvi6IJMPifQHi1DvhqTxy #XccXSAB7v0F4dsmQbXeNnqvvPM1HRbzB { position:relative; }
#fpIBK7ZB3ObHvi6IJMPifQHi1DvhqTxy #SWZa9iMs3c8aM3dUm83gIELJNL0Thsoa { position:relative; }
#fpIBK7ZB3ObHvi6IJMPifQHi1DvhqTxy #euTyX2nUE6vxJS9FRq5MxVDlcD11fTze { position:relative;display:block; }
#fpIBK7ZB3ObHvi6IJMPifQHi1DvhqTxy #C2L6XMZhkisfpnhkZTdXICXoFPtEVSTS { position:relative; }
#fpIBK7ZB3ObHvi6IJMPifQHi1DvhqTxy #ewi2yO8Ug8oTS36vTu2r5RpXudpO3rL6 { position:relative; }
#fpIBK7ZB3ObHvi6IJMPifQHi1DvhqTxy #BF9E9qZ5SlwFdv2G0yAchBaWgb0vibEV { position:relative; }
#GDeVkDI2mfB2tn6TH1fazBq3x0FnN2Bd { position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;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:0.1875rem;width:12.5rem;top:8.32421875rem;left:22.625rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #vHJJxFh7oOMByz9Acx6CPIxCHGPKoC8L { display:block; }#vHJJxFh7oOMByz9Acx6CPIxCHGPKoC8L > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ivwPSftoldIyrfLHUCRdkl5W6UBkXQ8L { top:0.5rem;left:0rem;width:4.625rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #glJsLNluLH08NAXpVAPBt2VSZF1TxRKU { top:1.5625rem;left:0rem;width:12.5rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWElsRqNUnPDBL1OARw2upD0214eIEUM { width:10.0625rem;height:2.625rem;top:1.1875rem;left:37.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eer6zLzPnqpDWFL7nb8XKdknxFOxVPPR { display:block; }
 }@media only screen and (max-width: 763px) { #KdCqxBg9BpsxXignxUOrZdKN96PwAmfE { display:block; }#KdCqxBg9BpsxXignxUOrZdKN96PwAmfE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zTpTC06VReOH14PfTW43qvUJ1R20Z3iS { top:6.75rem;left:0rem;width:47.75rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgHOqfGlKnvn7J1R8l8TFneBDTTVi57c { width:34.0625rem;height:4.375rem;top:12.125rem;left:6.84375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8alLyonZwRUtLPmERMLNMGPSUpfzqfd { width:25.6875rem;height:5.5625rem;top:24.5625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbzpEvx3bziWADzGq7SSiHBHohp0J1Bn { width:15.125rem;height:3.6875rem;top:31.4375rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFhfPWfQZT7fFSZEzMIiArTw6G7J2DgD { display:block; }
 }@media only screen and (max-width: 763px) { #Jh4xCXQSZZkepOFoZcLduBVlBvhJ1AEZ { top:18.6875rem;left:27.125rem;width:20.625rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XuyTBxwfgEM3wznlQvsHfr78IGFDAtMO { display:block; }#XuyTBxwfgEM3wznlQvsHfr78IGFDAtMO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SWLxwED8cnD0bkTmTST8k4Omt4Ja3d1k { top:5.9375rem;left:18.5625rem;width:29.1875rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #crNt1S2dbE4HwDXyRSAFl8bFu8dVsiJM { top:10.125rem;left:18.8125rem;width:28.9375rem;height:12.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDRHLcJWfBMqHTZ64X1cdzM4tT2avcXQ { top:4.875rem;left:0rem;width:26.125rem;height:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruSM2wdrv1ZctPXt9tIGsKIzhZOoTLaC { display:block; }#ruSM2wdrv1ZctPXt9tIGsKIzhZOoTLaC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BFnNf14Wc6LFcFm6LgkdaRKico3cNkho { width:6.75rem;height:6.75rem;top:25.1875rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBIbi6ZTBDr4dTvopTcL3NdhJlCT3zyk { width:18.75rem;height:1.625rem;top:33.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqxZU3bBAaUiWK5sF4FmvMrkWW4Ob3ti { width:18.75rem;height:3.5625rem;top:35.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5IqAl7XOECofgvQS9vIiAZHDo3Dq1qi { width:18.75rem;height:3.5625rem;top:35.5rem;left:13rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcVAaZT28tordAG6y4lAW4QQcy1XDEfv { width:18.75rem;height:1.625rem;top:33.25rem;left:13rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVkhpeowNavvICIELtMVf5gC20X9Cke9 { width:6.75rem;height:6.75rem;top:25.1875rem;left:20.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9SrlI6cKA75NrWseJgDEMB7SyfCMayE { width:18.75rem;height:3.5625rem;top:35.5rem;left:28.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDfUoC2wC9mMEhTVF8TaU13gSUkcVA0c { width:18.75rem;height:1.625rem;top:33.25rem;left:28.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhDI5rhpBitTNFLBx1ABPPRTVtRAlLTo { width:6.75rem;height:6.75rem;top:25.1875rem;left:36.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qvd6AC8eTFNiqcAGFbbD5Pi71w7p6NQT { width:6.75rem;height:6.75rem;top:8.625rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTowiW3eUrhnRoe9ZRaSqXWaikHd97lJ { width:18.75rem;height:1.625rem;top:16.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXKX1GOyhyFyBL1F1EbSlforI00nc7Vt { width:18.75rem;height:1.625rem;top:16.6875rem;left:13rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJlNCgyoTH9QHG46UztxiUaMqvn7KhDn { width:6.75rem;height:6.75rem;top:8.625rem;left:20.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R15inNpQ5SAtVB4B9MiCTOeNKAR8D1X6 { width:18.75rem;height:3.5625rem;top:18.875rem;left:13rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7tQphXdCWPknd5qLeZeTCyypg4EiMJH { width:18.75rem;height:3.5625rem;top:19.5rem;left:28.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJzFFZmSde9EZDm7PL3Lq1CzxWAC4N1s { width:18.75rem;height:1.625rem;top:16.6875rem;left:28.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UmU5AE87g6H2czOgWeeF1a0tQ62Hf42H { width:6.75rem;height:6.75rem;top:8.625rem;left:36.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwE2aFSBxhZprLyBwIDNe45eBOrdZMlF { width:47.75rem;height:;top:2.6875rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6E0TE8nanlMWQuyVy7qbdG44QyQffET { width:18.75rem;height:3.5625rem;top:18.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iShmin08DITM95R7bJyLBXptVTfnFwSV { width:6.75rem;height:6.75rem;top:42.3125rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxkFQlWqpDGNISRJkyu17S2hA6hRanNV { width:18.75rem;height:1.625rem;top:49.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fdywk0mD7qrZ6g1t0fB6CJ7x8gdE7Myc { width:18.75rem;height:3.5625rem;top:51.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H628pvuxq8qawdcxNRoz3sUxqKCtCqKO { top:45.75rem;left:17.4375rem;width:14.3125rem;height:2.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NToWiZX9fhNnB3gdvxTshkP55cqyquTG { width:16.5625rem;height:5.0625rem;top:48.9375rem;left:15.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERmnIqs00T2eN3lTpvHkd8LzQuTPlcnv { display:block; }#ERmnIqs00T2eN3lTpvHkd8LzQuTPlcnv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #daUknV35leyq2pK6Wgzrgn3F1pVc4n6C { top:4.3125rem;left:0rem;width:47.75rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLEF35UVczHyMqRvgl6rVruB25fJ2rMe { display:block; }#HLEF35UVczHyMqRvgl6rVruB25fJ2rMe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cn07wxR3kBUfWiH3rm5NLDzNEzkbv1nl { top:7.6875rem;left:0rem;width:18rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #slGTZESweEyRH6eG0pJda6rPrtJMiWT6 { top:9.8125rem;left:0rem;width:20rem;height:5.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkRQUMdLa6Idy5Co1aNb4C8hgGqJXen1 { top:1.75rem;left:0rem;width:5.4375rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dlu57C7Zy5pGIGoxUwmqb2TaFzRpLqlq { top:9.8125rem;left:23.875rem;width:20rem;height:5.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gn1gptIp24mqxK37tRxhCpcaIDwMwUJ6 { top:7.6875rem;left:23.875rem;width:19rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEJhXZ3bDJd98suIwZUQds4pMdGw7dZp { top:1.75rem;left:23.875rem;width:5.4375rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKyPnSgpg7f5LMQ3xXpcuq1XTDZaTMuJ { display:block; }#WKyPnSgpg7f5LMQ3xXpcuq1XTDZaTMuJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HU6xUt8MvepM8aXynLaweknixwTHWDMV { top:8.3125rem;left:0rem;width:18.875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9yuF52bvTogtrB7IgKo5Po1WXTAsXqJ { top:10.4375rem;left:0rem;width:20rem;height:5.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHTB9ttVhU4fF2eAcVT9xI7yUsWxUTRa { top:2.9375rem;left:0rem;width:5.4375rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcXuKwFkXLG8fRgy1ApIqMArTPVu3bOB { top:10.4375rem;left:23.875rem;width:20rem;height:5.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIlkARaVTdEanX9I0MJKyKXdIZ1KnH4q { top:8.3125rem;left:23.875rem;width:18.5625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kz61S0TtFga98r9RDZkJvVGQNbRE4d9X { top:2.9375rem;left:23.875rem;width:5.4375rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDuwkHBWNBTiqt2Hq9iDJxbhibaarnlW { display:block; }#oDuwkHBWNBTiqt2Hq9iDJxbhibaarnlW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rJi1VSWBDgJtIWwTVaR52yXIgTOfQAVi { width:32rem;height:2.75rem;top:5.5625rem;left:6.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpIBK7ZB3ObHvi6IJMPifQHi1DvhqTxy .widget-regular-label { width:20rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#fpIBK7ZB3ObHvi6IJMPifQHi1DvhqTxy .widget-input-text { width:20rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fpIBK7ZB3ObHvi6IJMPifQHi1DvhqTxy .widget-input-text {padding-top: 0; padding-bottom: 0;}#fpIBK7ZB3ObHvi6IJMPifQHi1DvhqTxy .widget-textarea { width:20rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fpIBK7ZB3ObHvi6IJMPifQHi1DvhqTxy .widget-input-select { width:20rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fpIBK7ZB3ObHvi6IJMPifQHi1DvhqTxy .widget-input-select {padding-top: 0; padding-bottom: 0;}#fpIBK7ZB3ObHvi6IJMPifQHi1DvhqTxy .widget-input-button { width:16rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fpIBK7ZB3ObHvi6IJMPifQHi1DvhqTxy .widget-checkbox-label { width:19rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#fpIBK7ZB3ObHvi6IJMPifQHi1DvhqTxy  { width:20rem;height:auto;top:10.0625rem;left:11.5rem; }
#fpIBK7ZB3ObHvi6IJMPifQHi1DvhqTxy .radio-container { width:20rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fpIBK7ZB3ObHvi6IJMPifQHi1DvhqTxy {display:block;}#fpIBK7ZB3ObHvi6IJMPifQHi1DvhqTxy { width:20rem;height:auto;top:10.0625rem;left:11.5rem; }
 }@media only screen and (max-width: 763px) { #fpIBK7ZB3ObHvi6IJMPifQHi1DvhqTxy #AI4Re7ld8ERRol1MQf7TtzflaP2lkFNI {  }
 }@media only screen and (max-width: 763px) { #fpIBK7ZB3ObHvi6IJMPifQHi1DvhqTxy #AIvRlbf3IGtIFt5XtK4GfOB2CDcvbWXD {  }
 }@media only screen and (max-width: 763px) { #fpIBK7ZB3ObHvi6IJMPifQHi1DvhqTxy #UDsgD4SQooUPnTpkTDOSaHrgT8nd5wUc {  }
 }@media only screen and (max-width: 763px) { #fpIBK7ZB3ObHvi6IJMPifQHi1DvhqTxy #weayDaSMe4FxfxeEAdsxxvP8tPxK5bT1 {  }
 }@media only screen and (max-width: 763px) { #fpIBK7ZB3ObHvi6IJMPifQHi1DvhqTxy #RkMcUWQC11EBcKTi3Whi05KIi1vRUZmS {  }
 }@media only screen and (max-width: 763px) { #fpIBK7ZB3ObHvi6IJMPifQHi1DvhqTxy #dWTlLU5ioqBg6bH4GDqRH1MrJFDXImsr {  }
 }@media only screen and (max-width: 763px) { #fpIBK7ZB3ObHvi6IJMPifQHi1DvhqTxy #Bq0PsLPwxidABuu9GVxWcLZLzRQ07eMt {  }
 }@media only screen and (max-width: 763px) { #fpIBK7ZB3ObHvi6IJMPifQHi1DvhqTxy #iNe9nOwVpEhXehl4keAmvaJEyfLxfD0i {  }
 }@media only screen and (max-width: 763px) { #fpIBK7ZB3ObHvi6IJMPifQHi1DvhqTxy #XccXSAB7v0F4dsmQbXeNnqvvPM1HRbzB {  }
 }@media only screen and (max-width: 763px) { #fpIBK7ZB3ObHvi6IJMPifQHi1DvhqTxy #SWZa9iMs3c8aM3dUm83gIELJNL0Thsoa {  }
 }@media only screen and (max-width: 763px) { #fpIBK7ZB3ObHvi6IJMPifQHi1DvhqTxy #euTyX2nUE6vxJS9FRq5MxVDlcD11fTze {  }
 }@media only screen and (max-width: 763px) { #fpIBK7ZB3ObHvi6IJMPifQHi1DvhqTxy #C2L6XMZhkisfpnhkZTdXICXoFPtEVSTS {  }
 }@media only screen and (max-width: 763px) { #fpIBK7ZB3ObHvi6IJMPifQHi1DvhqTxy #ewi2yO8Ug8oTS36vTu2r5RpXudpO3rL6 {  }
 }@media only screen and (max-width: 763px) { #fpIBK7ZB3ObHvi6IJMPifQHi1DvhqTxy #BF9E9qZ5SlwFdv2G0yAchBaWgb0vibEV {  }
 }@media only screen and (max-width: 763px) { #GDeVkDI2mfB2tn6TH1fazBq3x0FnN2Bd { width:12.5rem;height:0.1875rem;top:8.3125rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #vHJJxFh7oOMByz9Acx6CPIxCHGPKoC8L { position:relative;z-index:auto;display:block; }#vHJJxFh7oOMByz9Acx6CPIxCHGPKoC8L > .row .container { width:20rem;height:13.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ivwPSftoldIyrfLHUCRdkl5W6UBkXQ8L { width:5.4375rem;height:4.75rem;top:1.4375rem;left:7.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #glJsLNluLH08NAXpVAPBt2VSZF1TxRKU { width:11.875rem;height:1.625rem;top:6.875rem;left:4.0625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oWElsRqNUnPDBL1OARw2upD0214eIEUM { width:11.625rem;height:2.6875rem;top:9.375rem;left:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eer6zLzPnqpDWFL7nb8XKdknxFOxVPPR { display:block; }
 }@media only screen and (max-width: 763px) { #KdCqxBg9BpsxXignxUOrZdKN96PwAmfE { display:block; }#KdCqxBg9BpsxXignxUOrZdKN96PwAmfE > .row .container { width:20rem;height:49.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zTpTC06VReOH14PfTW43qvUJ1R20Z3iS { width:20rem;height:5.19921875rem;top:3.4375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BgHOqfGlKnvn7J1R8l8TFneBDTTVi57c { width:16.1875rem;height:4.875rem;top:10.63671875rem;left:1.90625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H8alLyonZwRUtLPmERMLNMGPSUpfzqfd { width:20rem;height:4.142575rem;top:37.51171875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nbzpEvx3bziWADzGq7SSiHBHohp0J1Bn { width:15.125rem;height:3.6875rem;top:43.0625rem;left:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFhfPWfQZT7fFSZEzMIiArTw6G7J2DgD { display:block; }
 }@media only screen and (max-width: 763px) { #Jh4xCXQSZZkepOFoZcLduBVlBvhJ1AEZ { width:20rem;height:20rem;top:16.26171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XuyTBxwfgEM3wznlQvsHfr78IGFDAtMO { display:block; }#XuyTBxwfgEM3wznlQvsHfr78IGFDAtMO > .row .container { width:20rem;height:46.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SWLxwED8cnD0bkTmTST8k4Omt4Ja3d1k { width:17rem;height:5.19921875rem;top:1.8125rem;left:1.5rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #crNt1S2dbE4HwDXyRSAFl8bFu8dVsiJM { width:18.5rem;height:19.59178125rem;top:24.662109375rem;left:0.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QDRHLcJWfBMqHTZ64X1cdzM4tT2avcXQ { width:17.375rem;height:11.5625rem;top:9.1875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruSM2wdrv1ZctPXt9tIGsKIzhZOoTLaC { display:block; }#ruSM2wdrv1ZctPXt9tIGsKIzhZOoTLaC > .row .container { width:20rem;height:114.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BFnNf14Wc6LFcFm6LgkdaRKico3cNkho { width:6.75rem;height:6.75rem;top:48.6875rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBIbi6ZTBDr4dTvopTcL3NdhJlCT3zyk { width:18.75rem;height:1.29980625rem;top:55.4375rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sqxZU3bBAaUiWK5sF4FmvMrkWW4Ob3ti { width:18.75rem;height:3.19921875rem;top:57.3125rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z5IqAl7XOECofgvQS9vIiAZHDo3Dq1qi { width:18.75rem;height:3.19921875rem;top:72.3125rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lcVAaZT28tordAG6y4lAW4QQcy1XDEfv { width:18.75rem;height:1.29980625rem;top:70.3125rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eVkhpeowNavvICIELtMVf5gC20X9Cke9 { width:6.75rem;height:6.75rem;top:63.5625rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9SrlI6cKA75NrWseJgDEMB7SyfCMayE { width:18.75rem;height:3.19921875rem;top:86.75rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PDfUoC2wC9mMEhTVF8TaU13gSUkcVA0c { width:18.75rem;height:1.29980625rem;top:84.9375rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nhDI5rhpBitTNFLBx1ABPPRTVtRAlLTo { width:6.75rem;height:6.75rem;top:78.1875rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qvd6AC8eTFNiqcAGFbbD5Pi71w7p6NQT { width:6.75rem;height:6.75rem;top:6.625rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTowiW3eUrhnRoe9ZRaSqXWaikHd97lJ { width:18.75rem;height:1.29980625rem;top:13.375rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zXKX1GOyhyFyBL1F1EbSlforI00nc7Vt { width:18.75rem;height:1.29980625rem;top:27rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JJlNCgyoTH9QHG46UztxiUaMqvn7KhDn { width:6.75rem;height:6.75rem;top:20.25rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R15inNpQ5SAtVB4B9MiCTOeNKAR8D1X6 { width:16.75rem;height:3.19921875rem;top:28.8125rem;left:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w7tQphXdCWPknd5qLeZeTCyypg4EiMJH { width:18.75rem;height:3.19921875rem;top:43rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lJzFFZmSde9EZDm7PL3Lq1CzxWAC4N1s { width:18.75rem;height:1.29980625rem;top:41rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UmU5AE87g6H2czOgWeeF1a0tQ62Hf42H { width:6.75rem;height:6.75rem;top:34.25rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwE2aFSBxhZprLyBwIDNe45eBOrdZMlF { width:20rem;height:2.4375rem;top:2.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6E0TE8nanlMWQuyVy7qbdG44QyQffET { width:18.75rem;height:3.19921875rem;top:15.3125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iShmin08DITM95R7bJyLBXptVTfnFwSV { width:6.75rem;height:6.75rem;top:92.3623046875rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxkFQlWqpDGNISRJkyu17S2hA6hRanNV { width:18.75rem;height:1.29980625rem;top:99.1123046875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fdywk0mD7qrZ6g1t0fB6CJ7x8gdE7Myc { width:18.75rem;height:3.19921875rem;top:100.412109375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H628pvuxq8qawdcxNRoz3sUxqKCtCqKO { width:17.375rem;height:2.0996125rem;top:106.375rem;left:1.3125rem;font-size:1.5rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #NToWiZX9fhNnB3gdvxTshkP55cqyquTG { width:16.5625rem;height:3rem;top:109rem;left:1.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERmnIqs00T2eN3lTpvHkd8LzQuTPlcnv { display:block; }#ERmnIqs00T2eN3lTpvHkd8LzQuTPlcnv > .row .container { width:20rem;height:7.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #daUknV35leyq2pK6Wgzrgn3F1pVc4n6C { width:20rem;height:5.19921875rem;top:1.244140625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HLEF35UVczHyMqRvgl6rVruB25fJ2rMe { display:block; }#HLEF35UVczHyMqRvgl6rVruB25fJ2rMe > .row .container { width:20rem;height:37.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cn07wxR3kBUfWiH3rm5NLDzNEzkbv1nl { width:16.25rem;height:3.25rem;top:6.875rem;left:1.875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #slGTZESweEyRH6eG0pJda6rPrtJMiWT6 { width:18.0625rem;height:5.3994125rem;top:10.9375rem;left:0.96875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PkRQUMdLa6Idy5Co1aNb4C8hgGqJXen1 { width:6.25rem;height:6.25rem;top:0.625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dlu57C7Zy5pGIGoxUwmqb2TaFzRpLqlq { width:18.8125rem;height:7.19925rem;top:29.0625rem;left:0.59375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gn1gptIp24mqxK37tRxhCpcaIDwMwUJ6 { width:15.8125rem;height:3.25rem;top:25.0625rem;left:2.125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZEJhXZ3bDJd98suIwZUQds4pMdGw7dZp { width:6.25rem;height:6.25rem;top:18.1875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKyPnSgpg7f5LMQ3xXpcuq1XTDZaTMuJ { display:block; }#WKyPnSgpg7f5LMQ3xXpcuq1XTDZaTMuJ > .row .container { width:20rem;height:37.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HU6xUt8MvepM8aXynLaweknixwTHWDMV { width:20rem;height:1.625rem;top:8.375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b9yuF52bvTogtrB7IgKo5Po1WXTAsXqJ { width:19.125rem;height:7.19925rem;top:10.625rem;left:0.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RHTB9ttVhU4fF2eAcVT9xI7yUsWxUTRa { width:6.25rem;height:6.25rem;top:1.375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcXuKwFkXLG8fRgy1ApIqMArTPVu3bOB { width:19rem;height:7.19925rem;top:29.625rem;left:0.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZIlkARaVTdEanX9I0MJKyKXdIZ1KnH4q { width:20rem;height:1.625rem;top:27.1875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kz61S0TtFga98r9RDZkJvVGQNbRE4d9X { width:6.25rem;height:6.25rem;top:20.125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDuwkHBWNBTiqt2Hq9iDJxbhibaarnlW { display:block; }#oDuwkHBWNBTiqt2Hq9iDJxbhibaarnlW > .row .container { width:20rem;height:41.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rJi1VSWBDgJtIWwTVaR52yXIgTOfQAVi { width:20rem;height:4.875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpIBK7ZB3ObHvi6IJMPifQHi1DvhqTxy .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#fpIBK7ZB3ObHvi6IJMPifQHi1DvhqTxy .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;border-top:0rem solid #d6d4d4;border-left:0rem solid #c32ea9;border-right:0rem solid #d6d4d4;border-bottom:0.0625rem solid #c32ea9; }
#fpIBK7ZB3ObHvi6IJMPifQHi1DvhqTxy .widget-input-text {padding-top: 0; padding-bottom: 0;}#fpIBK7ZB3ObHvi6IJMPifQHi1DvhqTxy .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;border-top:0rem solid #d6d4d4;border-left:0rem solid #c32ea9;border-right:0rem solid #d6d4d4;border-bottom:0.0625rem solid #c32ea9; }
#fpIBK7ZB3ObHvi6IJMPifQHi1DvhqTxy .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fpIBK7ZB3ObHvi6IJMPifQHi1DvhqTxy .widget-input-select {padding-top: 0; padding-bottom: 0;}#fpIBK7ZB3ObHvi6IJMPifQHi1DvhqTxy .widget-input-button { width:14rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fpIBK7ZB3ObHvi6IJMPifQHi1DvhqTxy .widget-checkbox-label { width:16.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#fpIBK7ZB3ObHvi6IJMPifQHi1DvhqTxy  { width:17.5rem;height:28.5rem;top:8.8125rem;left:0rem;background-color:transparent;background-image:none; }
#fpIBK7ZB3ObHvi6IJMPifQHi1DvhqTxy .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fpIBK7ZB3ObHvi6IJMPifQHi1DvhqTxy {display:block;}#fpIBK7ZB3ObHvi6IJMPifQHi1DvhqTxy { width:17.5rem;height:28.5rem;top:8.8125rem;left:0rem;background-color:transparent;background-image:none; }
 }@media only screen and (max-width: 763px) { #fpIBK7ZB3ObHvi6IJMPifQHi1DvhqTxy #AI4Re7ld8ERRol1MQf7TtzflaP2lkFNI {  }
 }@media only screen and (max-width: 763px) { #fpIBK7ZB3ObHvi6IJMPifQHi1DvhqTxy #AIvRlbf3IGtIFt5XtK4GfOB2CDcvbWXD {  }
 }@media only screen and (max-width: 763px) { #fpIBK7ZB3ObHvi6IJMPifQHi1DvhqTxy #UDsgD4SQooUPnTpkTDOSaHrgT8nd5wUc {  }
 }@media only screen and (max-width: 763px) { #fpIBK7ZB3ObHvi6IJMPifQHi1DvhqTxy #weayDaSMe4FxfxeEAdsxxvP8tPxK5bT1 {  }
 }@media only screen and (max-width: 763px) { #fpIBK7ZB3ObHvi6IJMPifQHi1DvhqTxy #RkMcUWQC11EBcKTi3Whi05KIi1vRUZmS {  }
 }@media only screen and (max-width: 763px) { #fpIBK7ZB3ObHvi6IJMPifQHi1DvhqTxy #dWTlLU5ioqBg6bH4GDqRH1MrJFDXImsr {  }
 }@media only screen and (max-width: 763px) { #fpIBK7ZB3ObHvi6IJMPifQHi1DvhqTxy #Bq0PsLPwxidABuu9GVxWcLZLzRQ07eMt {  }
 }@media only screen and (max-width: 763px) { #fpIBK7ZB3ObHvi6IJMPifQHi1DvhqTxy #iNe9nOwVpEhXehl4keAmvaJEyfLxfD0i {  }
 }@media only screen and (max-width: 763px) { #fpIBK7ZB3ObHvi6IJMPifQHi1DvhqTxy #XccXSAB7v0F4dsmQbXeNnqvvPM1HRbzB {  }
 }@media only screen and (max-width: 763px) { #fpIBK7ZB3ObHvi6IJMPifQHi1DvhqTxy #SWZa9iMs3c8aM3dUm83gIELJNL0Thsoa {  }
 }@media only screen and (max-width: 763px) { #fpIBK7ZB3ObHvi6IJMPifQHi1DvhqTxy #euTyX2nUE6vxJS9FRq5MxVDlcD11fTze {  }
 }@media only screen and (max-width: 763px) { #fpIBK7ZB3ObHvi6IJMPifQHi1DvhqTxy #C2L6XMZhkisfpnhkZTdXICXoFPtEVSTS {  }
 }@media only screen and (max-width: 763px) { #fpIBK7ZB3ObHvi6IJMPifQHi1DvhqTxy #ewi2yO8Ug8oTS36vTu2r5RpXudpO3rL6 {  }
 }@media only screen and (max-width: 763px) { #fpIBK7ZB3ObHvi6IJMPifQHi1DvhqTxy #BF9E9qZ5SlwFdv2G0yAchBaWgb0vibEV {  }
 }@media only screen and (max-width: 763px) { #GDeVkDI2mfB2tn6TH1fazBq3x0FnN2Bd { width:12.5rem;height:0.1875rem;top:7.375rem;left:3.75rem;display:block; }
 }