.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:230,233,255;--color-primary-1:151,166,255;--color-primary-2:82,107,255;--color-primary-3:49,64,153;--color-primary-4:16,21,51;--color-secondary-0:255,255,255;--color-secondary-1:250,249,249;--color-secondary-2:150,149,149;--color-secondary-3:90,89,89;--color-secondary-4:30,30,30;--color-tertiary-0:255,255,255;--color-tertiary-1:198,198,198;--color-tertiary-2:160,160,160;--color-tertiary-3:96,96,96;--color-tertiary-4:0,0,0;--headlines-font-family:"ubuntu";--paragraphs-font-family:"ubuntu"; }@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://old.assets-landingi.com/3bdc07ab6e93c9c38c5a/pictures/24af069998f0ed7a3f528e67f404475d.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#dqwqhMnvWfedBeadkN7EvakTivR1bVTX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dqwqhMnvWfedBeadkN7EvakTivR1bVTX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dqwqhMnvWfedBeadkN7EvakTivR1bVTX > .row > .video-iframe-container { display: none; }#dqwqhMnvWfedBeadkN7EvakTivR1bVTX > .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); }#Fxp3s1nAO2vkw4QcAgof842PBg1vkLr1 { background-color:rgba(var(--color-primary-0),0.85);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Fxp3s1nAO2vkw4QcAgof842PBg1vkLr1 > .row .container { background-color: transparent; background-image: none; }#Fxp3s1nAO2vkw4QcAgof842PBg1vkLr1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fxp3s1nAO2vkw4QcAgof842PBg1vkLr1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fxp3s1nAO2vkw4QcAgof842PBg1vkLr1 > .row .container > .video-iframe-container { display: none; }#Fxp3s1nAO2vkw4QcAgof842PBg1vkLr1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fxp3s1nAO2vkw4QcAgof842PBg1vkLr1 > .row > .video-iframe-container { display: none; }#Fxp3s1nAO2vkw4QcAgof842PBg1vkLr1 > .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); }#Fxp3s1nAO2vkw4QcAgof842PBg1vkLr1 > .row .container { border-width: 0; border-radius: 0; }#Fxp3s1nAO2vkw4QcAgof842PBg1vkLr1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Fxp3s1nAO2vkw4QcAgof842PBg1vkLr1 > .row .container { width:60rem;height:6.8125rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#ni6a7V7y8lSwmHM2uyggLTAbo9iTgiUs { display:block;width:37.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:0rem;left:10.4375rem;height:9.75rem;text-align:center;text-align-last:center;color:rgba(var(--color-primary-2),1);font-style:normal;display:block; }
#fnTDSQxnCXSzEfsey2fRPdTUfXhmTqsX { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-0),0.85);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; }#fnTDSQxnCXSzEfsey2fRPdTUfXhmTqsX > .row .container { background-color: transparent; background-image: none; }#fnTDSQxnCXSzEfsey2fRPdTUfXhmTqsX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fnTDSQxnCXSzEfsey2fRPdTUfXhmTqsX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fnTDSQxnCXSzEfsey2fRPdTUfXhmTqsX > .row .container > .video-iframe-container { display: none; }#fnTDSQxnCXSzEfsey2fRPdTUfXhmTqsX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fnTDSQxnCXSzEfsey2fRPdTUfXhmTqsX > .row > .video-iframe-container { display: none; }#fnTDSQxnCXSzEfsey2fRPdTUfXhmTqsX > .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); }#fnTDSQxnCXSzEfsey2fRPdTUfXhmTqsX > .row .container { border-width: 0; border-radius: 0; }#fnTDSQxnCXSzEfsey2fRPdTUfXhmTqsX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fnTDSQxnCXSzEfsey2fRPdTUfXhmTqsX > .row .container { font-size:0.875rem;font-family:arial;height:14.375rem;width:60rem;position:relative;display:block; }#qwHpvhOhXLoLs8cMdLa8LtyoeOwrOHr8 { display:block;width:32.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:300;z-index:15001;line-height:1.4;letter-spacing:0;top:2.4765625rem;left:13.65625rem;height:4.8984375rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-4),1);font-style:normal;display:block; }
#QV8FhOZArhQW7139ufrbZcNJPMTXN6XV { position:absolute;display:block;z-index:15003;height:27.4375rem;width:48.75rem;top:11.75rem;left:5.625rem;display:block; }
#dKuDEXD8uRQ8TXwxNdZvLxwDru6Hn7Mx { border-bottom:0;border-left:0;border-right:0;border-top:0;height:25.625rem;width:48.75rem;position:absolute;display:block;z-index:15000;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:8.3125rem;left:5.625rem;overflow:hidden;display:block; }
#Hi6T00SOrTPV1uMckkJJ0JyOatxe1VWV { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-0),0.85);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; }#Hi6T00SOrTPV1uMckkJJ0JyOatxe1VWV > .row .container { background-color: transparent; background-image: none; }#Hi6T00SOrTPV1uMckkJJ0JyOatxe1VWV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hi6T00SOrTPV1uMckkJJ0JyOatxe1VWV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hi6T00SOrTPV1uMckkJJ0JyOatxe1VWV > .row .container > .video-iframe-container { display: none; }#Hi6T00SOrTPV1uMckkJJ0JyOatxe1VWV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hi6T00SOrTPV1uMckkJJ0JyOatxe1VWV > .row > .video-iframe-container { display: none; }#Hi6T00SOrTPV1uMckkJJ0JyOatxe1VWV > .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); }#Hi6T00SOrTPV1uMckkJJ0JyOatxe1VWV > .row .container { border-width: 0; border-radius: 0; }#Hi6T00SOrTPV1uMckkJJ0JyOatxe1VWV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Hi6T00SOrTPV1uMckkJJ0JyOatxe1VWV > .row .container { font-size:0.875rem;font-family:arial;height:31.125rem;width:60rem;position:relative;display:block; }#wbVodNB154vkl3xQN4FwXFDVaD821o5b { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:16.9375rem;top:25.1875rem;left:21.53125rem;overflow:hidden;display:block; }
#vOhGRGNukDh5Er3KnLhNhH0iZ2ex3cv9 { border-bottom:0;border-left:0;border-right:0;border-top: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; }#vOhGRGNukDh5Er3KnLhNhH0iZ2ex3cv9 > .row .container { background-color: transparent; background-image: none; }#vOhGRGNukDh5Er3KnLhNhH0iZ2ex3cv9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vOhGRGNukDh5Er3KnLhNhH0iZ2ex3cv9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vOhGRGNukDh5Er3KnLhNhH0iZ2ex3cv9 > .row .container > .video-iframe-container { display: none; }#vOhGRGNukDh5Er3KnLhNhH0iZ2ex3cv9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vOhGRGNukDh5Er3KnLhNhH0iZ2ex3cv9 > .row > .video-iframe-container { display: none; }#vOhGRGNukDh5Er3KnLhNhH0iZ2ex3cv9 > .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); }#vOhGRGNukDh5Er3KnLhNhH0iZ2ex3cv9 > .row .container { border-width: 0; border-radius: 0; }#vOhGRGNukDh5Er3KnLhNhH0iZ2ex3cv9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vOhGRGNukDh5Er3KnLhNhH0iZ2ex3cv9 > .row .container { font-size:0.875rem;font-family:arial;height:11.75rem;width:60rem;position:relative;display:block; }#wBm6r2DoDihqLDyXChphT3ZEKL5WZtkz { display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:300;z-index:15000;line-height:1.4;letter-spacing:0;top:2.8125rem;left:0rem;height:6.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mvs511QWvvHRMSsiGQ5AtF8Bs7BnI5Bw { border-bottom:0;border-left:0;border-right:0;border-top: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; }#mvs511QWvvHRMSsiGQ5AtF8Bs7BnI5Bw > .row .container { background-color: transparent; background-image: none; }#mvs511QWvvHRMSsiGQ5AtF8Bs7BnI5Bw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mvs511QWvvHRMSsiGQ5AtF8Bs7BnI5Bw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mvs511QWvvHRMSsiGQ5AtF8Bs7BnI5Bw > .row .container > .video-iframe-container { display: none; }#mvs511QWvvHRMSsiGQ5AtF8Bs7BnI5Bw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mvs511QWvvHRMSsiGQ5AtF8Bs7BnI5Bw > .row > .video-iframe-container { display: none; }#mvs511QWvvHRMSsiGQ5AtF8Bs7BnI5Bw > .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); }#mvs511QWvvHRMSsiGQ5AtF8Bs7BnI5Bw > .row .container { border-width: 0; border-radius: 0; }#mvs511QWvvHRMSsiGQ5AtF8Bs7BnI5Bw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mvs511QWvvHRMSsiGQ5AtF8Bs7BnI5Bw > .row .container { font-size:0.875rem;font-family:arial;height:15.9375rem;width:60rem;position:relative;display:block; }#k7um7GVTxUCnTVuCu47AFikmekxPi8xF { border-bottom:0;border-left:0;border-right:0;border-top:0;height:4.375rem;width:4.375rem;position:absolute;display:block;z-index:15000;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:1.0625rem;left:7.8125rem;overflow:hidden;display:block; }
#cdN55TiclnLMKJ8BeaDNf7iMkdJ6JpdL { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:2.5rem;width:2.5rem;position:absolute;display:block;z-index:15001;top:0rem;left:6.0625rem;display:block; }
#fIItRdTAJorFth8DUe19Tgu6gHKFWGHl { display:block;width:1.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:0.375rem;left:6.375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ki5oaVe6ixQelRacVSqa6H2KnyS1GI8T { display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:6.625rem;left:2.1875rem;height:5.36133125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZX2u9tDyuCgtGtKG4vvTWvxfFP8LW26P { border-bottom:0;border-left:0;border-right:0;border-top:0;height:4.375rem;width:4.375rem;position:absolute;display:block;z-index:15004;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:1.0625rem;left:27.8125rem;overflow:hidden;display:block; }
#N4AEvfdJTDunO3afMpIn1sO3BZ1TcT74 { display:block;width:16.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:6.625rem;left:21.625001907349rem;height:3.57421875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rxbn7n4FX9FsJsl1aEaTCZx1wTOeu4GR { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:2.5rem;width:2.5rem;position:absolute;display:block;z-index:15005;top:0rem;left:26.0625rem;display:block; }
#RZR87aqZSEEcCTOlA26ETUlhpyQ8v8IB { display:block;width:1.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:0.375rem;left:26.375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mgoKDoQUGxwLhJWTad6DlXrmfmTI3h0g { display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:6.625rem;left:44.375rem;height:3.57421875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QzOdfqCa3O2uTT86uFFSXdbyVAqHadaA { border-bottom:0;border-left:0;border-right:0;border-top:0;height:4.375rem;width:4.375rem;position:absolute;display:block;z-index:15004;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:1.0625rem;left:47.8125rem;overflow:hidden;display:block; }
#FcwITNpciQikuEQuCJLA4SIGJixPXriT { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:2.5rem;width:2.5rem;position:absolute;display:block;z-index:15005;top:0rem;left:46.0625rem;display:block; }
#S3TTR6Av6eRPwEumSLQrfwUIiGivXMvc { display:block;width:1.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:0.375rem;left:46.375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uic0gf0QQzZ6iz4FiGJ34q3gLXItiywF { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-1),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; }#uic0gf0QQzZ6iz4FiGJ34q3gLXItiywF > .row .container { background-color: transparent; background-image: none; }#uic0gf0QQzZ6iz4FiGJ34q3gLXItiywF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uic0gf0QQzZ6iz4FiGJ34q3gLXItiywF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uic0gf0QQzZ6iz4FiGJ34q3gLXItiywF > .row .container > .video-iframe-container { display: none; }#uic0gf0QQzZ6iz4FiGJ34q3gLXItiywF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uic0gf0QQzZ6iz4FiGJ34q3gLXItiywF > .row > .video-iframe-container { display: none; }#uic0gf0QQzZ6iz4FiGJ34q3gLXItiywF > .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); }#uic0gf0QQzZ6iz4FiGJ34q3gLXItiywF > .row .container { border-width: 0; border-radius: 0; }#uic0gf0QQzZ6iz4FiGJ34q3gLXItiywF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uic0gf0QQzZ6iz4FiGJ34q3gLXItiywF > .row .container { font-size:0.875rem;font-family:arial;height:25.625rem;width:60rem;position:relative;display:block; }#vJmyXaazLoTuHcPbZDTGDiMoUxwFDwJO { border-bottom:0;border-left:0;border-right:0;border-top:0;height:21.75rem;width:36.9375rem;position:absolute;display:block;z-index:15000;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:3.875rem;left:0rem;overflow:hidden;display:block; }
#NTq7f6G5n0rkpe4t9NpU7TBoqMW7WKKy { border-bottom:0;border-left:0;border-right:0;border-top:0;height:19.5625rem;width:31.25rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:6.0625rem;left:3.125rem;overflow:hidden;display:block; }
#MM9pJQ8ZCutwif9kPuABbdmoqZVGFB9v { display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:5.3125rem;left:40.000001907349rem;height:5.25rem;font-style:normal;display:block; }
#olVzsdnrM3UqNGAfKFAmvJlPpZDzd8qx { display:block;width:19.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.8;letter-spacing:0;top:12.1875rem;left:40.000001907349rem;height:12.598625rem;font-style:normal;color:rgba(var(--color-tertiary-2),1);display:block; }
#tUxX6QoRxk5CDi9lfEds9Dlx0sL0hllS { display:block;width:6.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:7.6375007629394rem;left:3.3125rem;height:2.2734375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MhhMgMnzwxGbof4Jv5iD0G0eU4oW3eTV { display:block;width:6.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:7.6375007629394rem;left:9.5rem;height:2.2734375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gBcmiG0kFNZvoynE8Qzp7M6ogCS9sAlK { display:block;width:6.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:7.6375007629394rem;left:15.625001907349rem;height:2.2734375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sPRRweJkzI74lttd4nvNdoFzEhmWUzKq { display:block;width:6.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:7.6375007629394rem;left:21.750001907349rem;height:2.2734375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TmM0yi1y95VqlWZiXDfEJg4k6oVg7nWq { display:block;width:6.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:7.6375007629394rem;left:27.937501907349rem;height:2.2734375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hNWPpWemL4GfmPR8HWnVOmwuTOgRRsAQ { border-bottom:0;border-left:0;border-right:0;border-top: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; }#hNWPpWemL4GfmPR8HWnVOmwuTOgRRsAQ > .row .container { background-color: transparent; background-image: none; }#hNWPpWemL4GfmPR8HWnVOmwuTOgRRsAQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hNWPpWemL4GfmPR8HWnVOmwuTOgRRsAQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hNWPpWemL4GfmPR8HWnVOmwuTOgRRsAQ > .row .container > .video-iframe-container { display: none; }#hNWPpWemL4GfmPR8HWnVOmwuTOgRRsAQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hNWPpWemL4GfmPR8HWnVOmwuTOgRRsAQ > .row > .video-iframe-container { display: none; }#hNWPpWemL4GfmPR8HWnVOmwuTOgRRsAQ > .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); }#hNWPpWemL4GfmPR8HWnVOmwuTOgRRsAQ > .row .container { border-width: 0; border-radius: 0; }#hNWPpWemL4GfmPR8HWnVOmwuTOgRRsAQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hNWPpWemL4GfmPR8HWnVOmwuTOgRRsAQ > .row .container { font-size:0.875rem;font-family:arial;height:21.25rem;width:60rem;position:relative;display:block; }#KrTtxwWRTeJ6mQCe2qpe8tBqXWic8z7S { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:7.5rem;width:7.5rem;position:absolute;display:block;z-index:15000;top:4.375rem;left:3.75rem;display:block; }
#nlrkRzLMd35oRiUn0rwSUz6NLDTsn5Ax { display:block;width:5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:6.5625rem;left:5rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eGEUbBdUHmOUp8LCqmNTQZJ1kBK4GDEs { display:block;width:10rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:12.8125rem;left:2.5rem;height:5.361325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zqzmKgHRpyRINtMoEsqKtz75NTw7rOZA { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:7.5rem;width:7.5rem;position:absolute;display:block;z-index:15003;top:4.375rem;left:18.75rem;display:block; }
#A70WSdMcvhNMm5Kvi6JO2hQptGQ2N3x1 { display:block;width:10rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:12.8125rem;left:17.5rem;height:3.57421875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vTkAcDwNTly8VtCPbUFMZS4uBRThB5dP { display:block;width:5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:6.5625rem;left:20rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oONV7D6KpWBvLDphhqJTaSCiJoCnoB0r { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:7.5rem;width:7.5rem;position:absolute;display:block;z-index:15003;top:4.375rem;left:33.75rem;display:block; }
#q94WEiNRMt4CRgItUAXMffBfwJzI6ymd { display:block;width:10rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:12.8125rem;left:32.5rem;height:3.57421875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T5nx1h1TPBZTpFOWbrMmPuqaH05hNNSA { display:block;width:5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:6.5625rem;left:35rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eIpdiJl10C3ggKJunZpazMU420eGGuIF { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:7.5rem;width:7.5rem;position:absolute;display:block;z-index:15003;top:4.375rem;left:48.75rem;display:block; }
#b8V0iISRv0NSrcKgnSgdIFzeQMUUvhg3 { display:block;width:5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:6.5625rem;left:50rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MXhFwt1Vhqq66MSJl5oFNFztshRMzgIw { display:block;width:10rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:12.8125rem;left:47.5rem;height:3.57421875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HsTWkgW8mWu4KXwpXlr5oeTFfVT4wSsz { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-1),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; }#HsTWkgW8mWu4KXwpXlr5oeTFfVT4wSsz > .row .container { background-color: transparent; background-image: none; }#HsTWkgW8mWu4KXwpXlr5oeTFfVT4wSsz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HsTWkgW8mWu4KXwpXlr5oeTFfVT4wSsz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HsTWkgW8mWu4KXwpXlr5oeTFfVT4wSsz > .row .container > .video-iframe-container { display: none; }#HsTWkgW8mWu4KXwpXlr5oeTFfVT4wSsz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HsTWkgW8mWu4KXwpXlr5oeTFfVT4wSsz > .row > .video-iframe-container { display: none; }#HsTWkgW8mWu4KXwpXlr5oeTFfVT4wSsz > .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); }#HsTWkgW8mWu4KXwpXlr5oeTFfVT4wSsz > .row .container { border-width: 0; border-radius: 0; }#HsTWkgW8mWu4KXwpXlr5oeTFfVT4wSsz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HsTWkgW8mWu4KXwpXlr5oeTFfVT4wSsz > .row .container { font-size:0.875rem;font-family:arial;height:12.75rem;width:60rem;position:relative;display:block; }#k6ZBx9ZqCpGiShU61a0p8H8Rk3F8Gvvo { display:block;width:36.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:300;z-index:15000;line-height:1.4;letter-spacing:0;top:3.01171875rem;left:11.5625rem;height:6.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aodm4dEeXT0yswoIS4ETQSmWVK5K2Sk6 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-1),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; }#aodm4dEeXT0yswoIS4ETQSmWVK5K2Sk6 > .row .container { background-color: transparent; background-image: none; }#aodm4dEeXT0yswoIS4ETQSmWVK5K2Sk6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aodm4dEeXT0yswoIS4ETQSmWVK5K2Sk6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aodm4dEeXT0yswoIS4ETQSmWVK5K2Sk6 > .row .container > .video-iframe-container { display: none; }#aodm4dEeXT0yswoIS4ETQSmWVK5K2Sk6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aodm4dEeXT0yswoIS4ETQSmWVK5K2Sk6 > .row > .video-iframe-container { display: none; }#aodm4dEeXT0yswoIS4ETQSmWVK5K2Sk6 > .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); }#aodm4dEeXT0yswoIS4ETQSmWVK5K2Sk6 > .row .container { border-width: 0; border-radius: 0; }#aodm4dEeXT0yswoIS4ETQSmWVK5K2Sk6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aodm4dEeXT0yswoIS4ETQSmWVK5K2Sk6 > .row .container { font-size:0.875rem;font-family:arial;height:39.375rem;width:60rem;position:relative;display:block; }#RuQ5zTLAcWKc6811fhzTR3aZPz6lV6hE { border-bottom:0;border-left:0;border-right:0;border-top:0;height:30.0625rem;width:37.4375rem;position:absolute;display:block;z-index:15000;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:4.3125rem;left:13.125rem;overflow:hidden;display:block; }
#usxid0filC4kNZ1H0CikyfAFrvVKGLPV { border-bottom:0;border-left:0;border-right:0;border-top:0;height:19.1875rem;width:34.125rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:6.1875rem;left:14.8125rem;overflow:hidden;display:block; }
#KBTcsWhqGOTstBbtxT1ilTkkIMGhr1h6 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:22rem;width:15.5rem;position:absolute;display:block;z-index:15002;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:12.375rem;left:5.5625rem;overflow:hidden;display:block; }
#Hd9PMT4t4hSgE0knqEB5tUvgzupoCaAN { border-bottom:0;border-left:0;border-right:0;border-top:0;height:17.9375rem;width:13.4375rem;position:absolute;display:block;z-index:15003;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:14.375rem;left:6.5625rem;overflow:hidden;display:block; }
#dTHdyPyodDcneNbRAOThboF3d4BZnyMR { border-bottom:0;border-left:0;border-right:0;border-top:0;height:14.0625rem;width:6.6875rem;position:absolute;display:block;z-index:15004;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:12.3125rem;left:48.3125rem;overflow:hidden;display:block; }
#fM6kZJEAC26vHxC5l1K7amTHUBGuEcHO { border-bottom:0;border-left:0;border-right:0;border-top:0;height:9.9375rem;width:5.5625rem;position:absolute;display:block;z-index:15005;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:14.4375rem;left:48.9375rem;overflow:hidden;display:block; }
#Da5zcNMc8rWtawksokFrGoSgXMkT16yR { 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:2.75rem;width:9.0625rem;top:22rem;left:8.78125rem;overflow:hidden;display:block; }
#ZZq9yz0lNWTggtEiTKI1fmVlQoIxAR6J { 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:3.3125rem;width:11.375rem;top:14.125rem;left:26.156251907349rem;overflow:hidden;display:block; }
#ZeJdhTMKritKJ20FqxEQd9KqMWqx331z { 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:1.5rem;width:5.125rem;top:18.9375rem;left:49.092969894409rem;overflow:hidden;display:block; }
#PUVSFDoSpnPv2knNP07kDNzVITuo06Gb { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PUVSFDoSpnPv2knNP07kDNzVITuo06Gb > .row .container { background-color: transparent; background-image: none; }#PUVSFDoSpnPv2knNP07kDNzVITuo06Gb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PUVSFDoSpnPv2knNP07kDNzVITuo06Gb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PUVSFDoSpnPv2knNP07kDNzVITuo06Gb > .row .container > .video-iframe-container { display: none; }#PUVSFDoSpnPv2knNP07kDNzVITuo06Gb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PUVSFDoSpnPv2knNP07kDNzVITuo06Gb > .row > .video-iframe-container { display: none; }#PUVSFDoSpnPv2knNP07kDNzVITuo06Gb > .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); }#PUVSFDoSpnPv2knNP07kDNzVITuo06Gb > .row .container { border-width: 0; border-radius: 0; }#PUVSFDoSpnPv2knNP07kDNzVITuo06Gb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PUVSFDoSpnPv2knNP07kDNzVITuo06Gb > .row .container { font-size:0.875rem;font-family:arial;height:29.1875rem;width:60rem;position:relative;display:block; }#iSuzdCzGWg029KLxuoGr43wHdvHkERFV { display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.375rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:2.9375rem;left:0rem;height:4.38671875rem;text-align:center;text-align-last:center;font-style:normal;color:rgba(var(--color-primary-0),1);display:block; }
#imuJkadLAEuwNgCBIEECnq4RBWo6yIMP .widget-form-header {  }
#imuJkadLAEuwNgCBIEECnq4RBWo6yIMP .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; }
#imuJkadLAEuwNgCBIEECnq4RBWo6yIMP .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5625rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: none; }
#imuJkadLAEuwNgCBIEECnq4RBWo6yIMP .widget-input-text {padding-top: 0; padding-bottom: 0;}#imuJkadLAEuwNgCBIEECnq4RBWo6yIMP .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:"open sans"; }
#imuJkadLAEuwNgCBIEECnq4RBWo6yIMP .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:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;box-shadow: none; }
#imuJkadLAEuwNgCBIEECnq4RBWo6yIMP .widget-input-select {padding-top: 0; padding-bottom: 0;}#imuJkadLAEuwNgCBIEECnq4RBWo6yIMP .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; }
#imuJkadLAEuwNgCBIEECnq4RBWo6yIMP .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#imuJkadLAEuwNgCBIEECnq4RBWo6yIMP .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:rgba(var(--color-primary-2),1);background-image:none;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-tertiary-0),1);width:17.5rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: none; }
#imuJkadLAEuwNgCBIEECnq4RBWo6yIMP [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#imuJkadLAEuwNgCBIEECnq4RBWo6yIMP [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#imuJkadLAEuwNgCBIEECnq4RBWo6yIMP [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#imuJkadLAEuwNgCBIEECnq4RBWo6yIMP [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#imuJkadLAEuwNgCBIEECnq4RBWo6yIMP .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; }
#imuJkadLAEuwNgCBIEECnq4RBWo6yIMP .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; }
#imuJkadLAEuwNgCBIEECnq4RBWo6yIMP .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:rgba(var(--color-tertiary-4),1);overflow:hidden;font-style:normal;line-height:1.3; }
#imuJkadLAEuwNgCBIEECnq4RBWo6yIMP .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#imuJkadLAEuwNgCBIEECnq4RBWo6yIMP .widget-container:first-of-type{padding-top:0;}#imuJkadLAEuwNgCBIEECnq4RBWo6yIMP .widget-container:last-of-type{padding-bottom:0;}#imuJkadLAEuwNgCBIEECnq4RBWo6yIMP  { 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:15002;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:9.6875rem;left:20rem; }
#imuJkadLAEuwNgCBIEECnq4RBWo6yIMP .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem; }
#imuJkadLAEuwNgCBIEECnq4RBWo6yIMP .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; }
#imuJkadLAEuwNgCBIEECnq4RBWo6yIMP {display:block;}#imuJkadLAEuwNgCBIEECnq4RBWo6yIMP { 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:15002;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:9.6875rem;left:20rem; }
#imuJkadLAEuwNgCBIEECnq4RBWo6yIMP #JpfFsMpL4Z3CRXAuyUO9pXPvRMUiH4ZQ { position:relative; }
#imuJkadLAEuwNgCBIEECnq4RBWo6yIMP #Z3ZJL04BTZ2ZWN2uJa2xd47L4tv2BVxg { position:relative;display:block; }
#imuJkadLAEuwNgCBIEECnq4RBWo6yIMP #pgifMVvbg74qVPEy9owwHvqvWyd1JWcm { position:relative; }
#imuJkadLAEuwNgCBIEECnq4RBWo6yIMP #tRM8gS7uLZPsNTVJpDOQ2Hy5g8NpJOC5 { position:relative; }
#imuJkadLAEuwNgCBIEECnq4RBWo6yIMP #zEozDOylRXTncAtobT2NaKQQgvJpQPQk { position:relative;display:block; }
#imuJkadLAEuwNgCBIEECnq4RBWo6yIMP #SBEIRT9sDb8mTtfGTIpcrMZEaPF7viE7 { position:relative; }
#imuJkadLAEuwNgCBIEECnq4RBWo6yIMP #JnSAtdPmIT9gvWh6DQF12FZyOSvZQHRd { position:relative; }
#imuJkadLAEuwNgCBIEECnq4RBWo6yIMP #RZfeUd8TmKT3pXiabzRiTGhDxDF46ZgV { position:relative;display:block; }
#imuJkadLAEuwNgCBIEECnq4RBWo6yIMP #n3xZcRsanPycv1pDhhC61d7xvf9IOotw { position:relative; }
#imuJkadLAEuwNgCBIEECnq4RBWo6yIMP #hWE1xKNLigyPVQrDiPqPQIbVW4Ol0wvv { position:relative; }
#imuJkadLAEuwNgCBIEECnq4RBWo6yIMP #TtTxmrNFB549PTthniTeTehLDVsUbGog { position:relative; }
#B4o7GSc8gVTNzL12fLq0g7TuXDxIvGP6 { border-bottom:0;border-left:0;border-right:0;border-top: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; }#B4o7GSc8gVTNzL12fLq0g7TuXDxIvGP6 > .row .container { background-color: transparent; background-image: none; }#B4o7GSc8gVTNzL12fLq0g7TuXDxIvGP6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B4o7GSc8gVTNzL12fLq0g7TuXDxIvGP6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B4o7GSc8gVTNzL12fLq0g7TuXDxIvGP6 > .row .container > .video-iframe-container { display: none; }#B4o7GSc8gVTNzL12fLq0g7TuXDxIvGP6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B4o7GSc8gVTNzL12fLq0g7TuXDxIvGP6 > .row > .video-iframe-container { display: none; }#B4o7GSc8gVTNzL12fLq0g7TuXDxIvGP6 > .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); }#B4o7GSc8gVTNzL12fLq0g7TuXDxIvGP6 > .row .container { border-width: 0; border-radius: 0; }#B4o7GSc8gVTNzL12fLq0g7TuXDxIvGP6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#B4o7GSc8gVTNzL12fLq0g7TuXDxIvGP6 > .row .container { font-size:0.875rem;font-family:arial;height:14rem;width:60rem;position:relative;display:block; }#fn45FC9syMGFJLyEruoJRhDBGLfwVPGH { display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:300;z-index:15000;line-height:1.4;letter-spacing:0;top:5.9375rem;left:0.125rem;height:3.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#F4b6lHCgxe2hQ038KpCJ1dRP0i5zu9bc { border-bottom:0;border-left:0;border-right:0;border-top: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; }#F4b6lHCgxe2hQ038KpCJ1dRP0i5zu9bc > .row .container { background-color: transparent; background-image: none; }#F4b6lHCgxe2hQ038KpCJ1dRP0i5zu9bc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F4b6lHCgxe2hQ038KpCJ1dRP0i5zu9bc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F4b6lHCgxe2hQ038KpCJ1dRP0i5zu9bc > .row .container > .video-iframe-container { display: none; }#F4b6lHCgxe2hQ038KpCJ1dRP0i5zu9bc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F4b6lHCgxe2hQ038KpCJ1dRP0i5zu9bc > .row > .video-iframe-container { display: none; }#F4b6lHCgxe2hQ038KpCJ1dRP0i5zu9bc > .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); }#F4b6lHCgxe2hQ038KpCJ1dRP0i5zu9bc > .row .container { border-width: 0; border-radius: 0; }#F4b6lHCgxe2hQ038KpCJ1dRP0i5zu9bc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F4b6lHCgxe2hQ038KpCJ1dRP0i5zu9bc > .row .container { font-size:0.875rem;font-family:arial;height:19.375rem;width:60rem;position:relative;display:block; }#f9oobNX4MOpuVOiSewP1wHWXafSECbs6 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;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;height:4.0625rem;width:4.0625rem;position:absolute;display:block;z-index:15000;top:0rem;left:0rem;display:block; }
#EnoI5w6f485MdeIKAotF0GEA9SHOca8J { display:block;width:18.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:5.3125rem;left:0rem;height:1.7871125rem;font-style:normal;display:block; }
#GMqf0bRJHfxeXul4uhGCtdBOfCwIGLEw { display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15002;line-height:1.7;letter-spacing:0;top:7.8125rem;left:0rem;height:7.4365rem;font-style:normal;color:rgba(var(--color-tertiary-2),1);display:block; }
#zZ501zSv5BODZrNytvqsCnZlhvnCKgfT { box-sizing:content-box;color:rgba(var(--color-primary-0),1);font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15003;top:0.6875rem;left:0.8125rem;display:block; }
#JUOoC7GBUob2bsgZdOUPSLlyDfbZCvft { display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:5.3125rem;left:21.5625rem;height:1.7871125rem;font-style:normal;display:block; }
#uld1qAr1GLW4myceVmGpObLnTTleAXPy { display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.7;letter-spacing:0;top:7.8125rem;left:21.5625rem;height:8.9238125rem;font-style:normal;color:rgba(var(--color-tertiary-2),1);display:block; }
#r3t2euC6EeJANfpkTLQEHcOc0q1Lro8n { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;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;height:4.0625rem;width:4.0625rem;position:absolute;display:block;z-index:15004;top:0rem;left:21.5625rem;display:block; }
#MRbV3Hk5Ly6v1D3V0ESx0Cy9Cel2pd6Q { box-sizing:content-box;color:rgba(var(--color-primary-0),1);font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:0.6875rem;left:22.375rem;display:block; }
#ZTxwNniJCl4VxzkkXMfuvVKFGkxDpOh3 { display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.7;letter-spacing:0;top:7.8125rem;left:42.1875rem;height:8.9238125rem;font-style:normal;color:rgba(var(--color-tertiary-2),1);display:block; }
#WRhXsRMnhQD60pqi84e8r0ogG4qhuakH { display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:5.3125rem;left:42.1875rem;height:1.7871125rem;font-style:normal;display:block; }
#TQykGS0toMzkDqGi6dEW6tmSkQC97xSU { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;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;height:4.0625rem;width:4.0625rem;position:absolute;display:block;z-index:15004;top:0rem;left:42.1875rem;display:block; }
#vdRL9RJq91CPDf0kSeTdHGMZ6okpluqb { box-sizing:content-box;color:rgba(var(--color-primary-0),1);font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:0.6875rem;left:43rem;display:block; }
#G9UGQVgue9hdgTTmxIFVKSDFKCu7laRc { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;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;height:4.0625rem;width:4.0625rem;position:absolute;display:block;z-index:15004;top:19.375rem;left:22.1875rem;display:block; }
#pNWUEGCbtsgqOJk9TgGuriKngCa3RzDm { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;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;height:4.0625rem;width:4.0625rem;position:absolute;display:block;z-index:15004;top:19.375rem;left:42.1875rem;display:block; }
#SpNWKvgPyE3ko0R2SCgKmcnCccKJwrto { border-bottom:0;border-left:0;border-right:0;border-top: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; }#SpNWKvgPyE3ko0R2SCgKmcnCccKJwrto > .row .container { background-color: transparent; background-image: none; }#SpNWKvgPyE3ko0R2SCgKmcnCccKJwrto::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SpNWKvgPyE3ko0R2SCgKmcnCccKJwrto > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SpNWKvgPyE3ko0R2SCgKmcnCccKJwrto > .row .container > .video-iframe-container { display: none; }#SpNWKvgPyE3ko0R2SCgKmcnCccKJwrto > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SpNWKvgPyE3ko0R2SCgKmcnCccKJwrto > .row > .video-iframe-container { display: none; }#SpNWKvgPyE3ko0R2SCgKmcnCccKJwrto > .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); }#SpNWKvgPyE3ko0R2SCgKmcnCccKJwrto > .row .container { border-width: 0; border-radius: 0; }#SpNWKvgPyE3ko0R2SCgKmcnCccKJwrto > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SpNWKvgPyE3ko0R2SCgKmcnCccKJwrto > .row .container { font-size:0.875rem;font-family:arial;height:20rem;width:60rem;position:relative;display:block; }#I6dJTHZW7B4FdL1bnovwevikS2DALTgl { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;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;height:4.0625rem;width:4.0625rem;position:absolute;display:block;z-index:15000;top:0rem;left:0rem;display:block; }
#kTxXUgGiLTWR7ASNf50AI3hCm0JGuW7V { display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:5.3125rem;left:0rem;height:1.7871125rem;font-style:normal;display:block; }
#b13uGB1LRGoXbNWFUlX66sRymRLZ8nG6 { display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15002;line-height:1.7;letter-spacing:0;top:7.8125rem;left:0rem;height:8.9238125rem;font-style:normal;color:rgba(var(--color-tertiary-2),1);display:block; }
#TePZTgcKN294P6xEvfqOgLqRGhwT7KvC { box-sizing:content-box;color:rgba(var(--color-primary-0),1);font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15003;top:0.6875rem;left:0.8125rem;display:block; }
#yWuNJuiGOP7xonLmlokuuuWx1ZGhDTHn { display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:5.3125rem;left:22.1875rem;height:1.7871125rem;font-style:normal;display:block; }
#WcI2qwRXMvZ71V5suIS11aJUhL4DrxAF { display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.7;letter-spacing:0;top:7.8125rem;left:22.1875rem;height:5.94921875rem;font-style:normal;color:rgba(var(--color-tertiary-2),1);display:block; }
#fAiJRe0PLp1L7sn4tU5aqmuJAWupokaD { box-sizing:content-box;color:rgba(var(--color-primary-0),1);font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:0.6875rem;left:23rem;display:block; }
#NLxStCNtqzMHWeBb97BUSL0WSPibB4cW { display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.7;letter-spacing:0;top:7.8125rem;left:42.1875rem;height:10.411125rem;font-style:normal;color:rgba(var(--color-tertiary-2),1);text-align:left;text-align-last:left;display:block; }
#MAOl8Wo3DN5li0r3TSwzEwZh7PUcTcmv { display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:5.3125rem;left:42.1875rem;height:1.7871125rem;font-style:normal;display:block; }
#TpJ7mrfXBypOKiCOZaEIuzqmTTqGTpB8 { box-sizing:content-box;color:rgba(var(--color-primary-0),1);font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:0.6875rem;left:43rem;display:block; }
#eHgJC191iv1Tbz0tb1TyMGcc4De0pbIt { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;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;height:4.0625rem;width:4.0625rem;position:absolute;display:block;z-index:15004;top:19.375rem;left:42.1875rem;display:none; }
#IW24Ou9LIevhWARAHhaP04fad4SmDs0l { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;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;height:4.0625rem;width:4.0625rem;position:absolute;display:block;z-index:15004;top:19.375rem;left:42.1875rem;display:none; }
#hzeA3H77BvTTbUfMB3OmwTukw1smWRBe { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hzeA3H77BvTTbUfMB3OmwTukw1smWRBe > .row .container { background-color: transparent; background-image: none; }#hzeA3H77BvTTbUfMB3OmwTukw1smWRBe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hzeA3H77BvTTbUfMB3OmwTukw1smWRBe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hzeA3H77BvTTbUfMB3OmwTukw1smWRBe > .row .container > .video-iframe-container { display: none; }#hzeA3H77BvTTbUfMB3OmwTukw1smWRBe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hzeA3H77BvTTbUfMB3OmwTukw1smWRBe > .row > .video-iframe-container { display: none; }#hzeA3H77BvTTbUfMB3OmwTukw1smWRBe > .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); }#hzeA3H77BvTTbUfMB3OmwTukw1smWRBe > .row .container { border-width: 0; border-radius: 0; }#hzeA3H77BvTTbUfMB3OmwTukw1smWRBe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hzeA3H77BvTTbUfMB3OmwTukw1smWRBe > .row .container { font-size:0.875rem;font-family:arial;height:11.25rem;width:60rem;position:relative;display:block; }#AgEQsC0GvM9vAbeDVKlMTgez9EtgfuHg { display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:300;z-index:15000;line-height:1.4;letter-spacing:0;top:2.5742177963257rem;left:0rem;height:6.125rem;color:rgba(var(--color-tertiary-0),1);text-align:center;text-align-last:center;font-style:normal;display:block; }
#RAbTfiDCgbcmPH95UaNJEWTuLkHJwmNi { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RAbTfiDCgbcmPH95UaNJEWTuLkHJwmNi > .row .container { background-color: transparent; background-image: none; }#RAbTfiDCgbcmPH95UaNJEWTuLkHJwmNi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RAbTfiDCgbcmPH95UaNJEWTuLkHJwmNi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RAbTfiDCgbcmPH95UaNJEWTuLkHJwmNi > .row .container > .video-iframe-container { display: none; }#RAbTfiDCgbcmPH95UaNJEWTuLkHJwmNi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RAbTfiDCgbcmPH95UaNJEWTuLkHJwmNi > .row > .video-iframe-container { display: none; }#RAbTfiDCgbcmPH95UaNJEWTuLkHJwmNi > .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); }#RAbTfiDCgbcmPH95UaNJEWTuLkHJwmNi > .row .container { border-width: 0; border-radius: 0; }#RAbTfiDCgbcmPH95UaNJEWTuLkHJwmNi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RAbTfiDCgbcmPH95UaNJEWTuLkHJwmNi > .row .container { font-size:0.875rem;font-family:arial;height:8.75rem;width:60rem;position:relative;display:block; }#ooJHXZpCPoakR8FR1oMQB2D4XGGkOI4x { 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:2rem;width:10.6875rem;top:0.25rem;left:2.15625rem;overflow:hidden;display:block; }
#HpR83m3aO0em2kv7NKE5kC0244H9JnfF { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:10rem;top:0.25rem;left:17.500001907349rem;overflow:hidden;display:block; }
#uuGK1T9cy8Vo1HViOC3o4gTlPtlMru5w { 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:2.5rem;width:7.3125rem;top:0rem;left:33.812501907349rem;overflow:hidden;display:block; }
#PvI4wRZocEIOu7TZ5itBHCu8yH2dK8sR { 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:2rem;width:10rem;top:0.25rem;left:47.499219894409rem;overflow:hidden;display:block; }
#gIOld4f7LdDlItXVBHiqsmEa5fvbg0lA { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-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; }#gIOld4f7LdDlItXVBHiqsmEa5fvbg0lA > .row .container { background-color: transparent; background-image: none; }#gIOld4f7LdDlItXVBHiqsmEa5fvbg0lA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gIOld4f7LdDlItXVBHiqsmEa5fvbg0lA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gIOld4f7LdDlItXVBHiqsmEa5fvbg0lA > .row .container > .video-iframe-container { display: none; }#gIOld4f7LdDlItXVBHiqsmEa5fvbg0lA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gIOld4f7LdDlItXVBHiqsmEa5fvbg0lA > .row > .video-iframe-container { display: none; }#gIOld4f7LdDlItXVBHiqsmEa5fvbg0lA > .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); }#gIOld4f7LdDlItXVBHiqsmEa5fvbg0lA > .row .container { border-width: 0; border-radius: 0; }#gIOld4f7LdDlItXVBHiqsmEa5fvbg0lA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gIOld4f7LdDlItXVBHiqsmEa5fvbg0lA > .row .container { font-size:0.875rem;font-family:arial;height:11.25rem;width:60rem;position:relative;display:block; }#gtrR2gBRTgJo3mrOAyw7MsikPpZKakRA { display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:300;z-index:15000;line-height:1.4;letter-spacing:0;top:4.09375rem;left:0rem;height:3.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rAM1XVTEkwTGLDtfkN6Mr12Fwsn2ivFT { border-bottom:0;border-left:0;border-right:0;border-top: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; }#rAM1XVTEkwTGLDtfkN6Mr12Fwsn2ivFT > .row .container { background-color: transparent; background-image: none; }#rAM1XVTEkwTGLDtfkN6Mr12Fwsn2ivFT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rAM1XVTEkwTGLDtfkN6Mr12Fwsn2ivFT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rAM1XVTEkwTGLDtfkN6Mr12Fwsn2ivFT > .row .container > .video-iframe-container { display: none; }#rAM1XVTEkwTGLDtfkN6Mr12Fwsn2ivFT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rAM1XVTEkwTGLDtfkN6Mr12Fwsn2ivFT > .row > .video-iframe-container { display: none; }#rAM1XVTEkwTGLDtfkN6Mr12Fwsn2ivFT > .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); }#rAM1XVTEkwTGLDtfkN6Mr12Fwsn2ivFT > .row .container { border-width: 0; border-radius: 0; }#rAM1XVTEkwTGLDtfkN6Mr12Fwsn2ivFT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rAM1XVTEkwTGLDtfkN6Mr12Fwsn2ivFT > .row .container { font-size:0.875rem;font-family:arial;height:36.0625rem;width:60rem;position:relative;display:block; }#yU7ioPIuFq8eEFrgwiXW92NrDGArel6C { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:29.375rem;width:18.75rem;position:absolute;display:block;z-index:15000;top:0.625rem;left:0rem;display:block; }
#m8RsqhUUrQOrnUi0WnKL7ofPGT5XDZKg { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:18.75rem;width:18.375rem;position:absolute;display:block;z-index:15001;top:9.6875rem;left:0.1875rem;display:block; }
#piNDIHM6JuBUDZ7VRkJTOzLfEqr3qi8l { display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:1.875rem;left:1.25rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HbZNPoV2oJ1aKx6VPK3LN5ph7vK2xE8P { display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:5.375rem;left:1.25rem;height:2.2753875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Un7wRUkLwE3mq32ROxe2XwqW2gm3xUsF { display:block;width:16.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:11.125rem;left:2rem;height:15.1953125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#Un7wRUkLwE3mq32ROxe2XwqW2gm3xUsF li:not(:first-child){ padding-top:0.5rem;padding-right:0;padding-bottom:0;padding-left:0; }#Un7wRUkLwE3mq32ROxe2XwqW2gm3xUsF li:before{  }
#Qw0sf4CzDoGKTanFN8CmMoW8dRGQQ3hk { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:29.375rem;width:18.75rem;position:absolute;display:block;z-index:15006;top:0.625rem;left:20.625rem;display:block; }
#IGIzg1SDmbCsUceTDvc7kDrRDK8biPEZ { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:18.75rem;width:18.375rem;position:absolute;display:block;z-index:15007;top:9.6875rem;left:20.8125rem;display:block; }
#NcKtEpi7zTNvZyF4g4nWQ8Uw3IHeBJlk { display:block;width:16.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:11.125000238419rem;left:21.750001907349rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#NcKtEpi7zTNvZyF4g4nWQ8Uw3IHeBJlk li:not(:first-child){ padding-top:0.5rem;padding-right:0;padding-bottom:0;padding-left:0; }#NcKtEpi7zTNvZyF4g4nWQ8Uw3IHeBJlk li:before{  }
#lUEwFn4IdiNcR0TaSazbKWaga4zT2zSM { display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:5.375rem;left:21.875001907349rem;height:2.2753875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HId9qurMedBmc1MddOVDls3dvWJr5NmO { display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:1.875rem;left:21.875001907349rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ero5qyK4JSrbgrZxJUBmgCnPf9P3fCNh { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:29.375rem;width:18.75rem;position:absolute;display:block;z-index:15006;top:0.625rem;left:41.250001907349rem;display:block; }
#d2tlEBwlzD3feWUHqqPzgQ0JT8hocPwH { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:18.75rem;width:18.375rem;position:absolute;display:block;z-index:15007;top:9.6875rem;left:41.437501907349rem;display:block; }
#PcU6DLXuODTcD1xRNZmoHFLfJB5E9FCW { display:block;width:16.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:11.125000238419rem;left:42.375001907349rem;height:15.1953125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#PcU6DLXuODTcD1xRNZmoHFLfJB5E9FCW li:not(:first-child){ padding-top:0.5rem;padding-right:0;padding-bottom:0;padding-left:0; }#PcU6DLXuODTcD1xRNZmoHFLfJB5E9FCW li:before{  }
#px0PTUdZpZhiu5NemtPFMP5rTi6WOnDQ { display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:5.375rem;left:42.500001907349rem;height:2.2753875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PXG8r81M7AU7sbGnrq5bzPlF5TyCE6li { display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:1.875rem;left:42.500001907349rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#z9Vfc7HTlw4HvSiqN10ViRrZKct0IAlp { display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:32.4873046875rem;left:0rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NR43rNkfRkip13sfqbISkD8kSEWZCzDl { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NR43rNkfRkip13sfqbISkD8kSEWZCzDl > .row .container { background-color: transparent; background-image: none; }#NR43rNkfRkip13sfqbISkD8kSEWZCzDl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NR43rNkfRkip13sfqbISkD8kSEWZCzDl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NR43rNkfRkip13sfqbISkD8kSEWZCzDl > .row .container > .video-iframe-container { display: none; }#NR43rNkfRkip13sfqbISkD8kSEWZCzDl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NR43rNkfRkip13sfqbISkD8kSEWZCzDl > .row > .video-iframe-container { display: none; }#NR43rNkfRkip13sfqbISkD8kSEWZCzDl > .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); }#NR43rNkfRkip13sfqbISkD8kSEWZCzDl > .row .container { border-width: 0; border-radius: 0; }#NR43rNkfRkip13sfqbISkD8kSEWZCzDl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NR43rNkfRkip13sfqbISkD8kSEWZCzDl > .row .container { font-size:0.875rem;font-family:arial;height:29.1875rem;width:60rem;position:relative;display:block; }#TliTtERrFsS2GUTUIwW4wn1svvaGfQAJ { display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.375rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:2.9375rem;left:0rem;height:4.38671875rem;text-align:center;text-align-last:center;font-style:normal;color:rgba(var(--color-primary-0),1);display:block; }
#ga9Ax4n0KJQFsVtHaS07ZcCgP4NUyLrD .widget-form-header {  }
#ga9Ax4n0KJQFsVtHaS07ZcCgP4NUyLrD .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; }
#ga9Ax4n0KJQFsVtHaS07ZcCgP4NUyLrD .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5625rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: none; }
#ga9Ax4n0KJQFsVtHaS07ZcCgP4NUyLrD .widget-input-text {padding-top: 0; padding-bottom: 0;}#ga9Ax4n0KJQFsVtHaS07ZcCgP4NUyLrD .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:"open sans"; }
#ga9Ax4n0KJQFsVtHaS07ZcCgP4NUyLrD .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:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;box-shadow: none; }
#ga9Ax4n0KJQFsVtHaS07ZcCgP4NUyLrD .widget-input-select {padding-top: 0; padding-bottom: 0;}#ga9Ax4n0KJQFsVtHaS07ZcCgP4NUyLrD .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; }
#ga9Ax4n0KJQFsVtHaS07ZcCgP4NUyLrD .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#ga9Ax4n0KJQFsVtHaS07ZcCgP4NUyLrD .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:rgba(var(--color-primary-2),1);background-image:none;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-tertiary-0),1);width:17.5rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: none; }
#ga9Ax4n0KJQFsVtHaS07ZcCgP4NUyLrD [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#ga9Ax4n0KJQFsVtHaS07ZcCgP4NUyLrD [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#ga9Ax4n0KJQFsVtHaS07ZcCgP4NUyLrD [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#ga9Ax4n0KJQFsVtHaS07ZcCgP4NUyLrD [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#ga9Ax4n0KJQFsVtHaS07ZcCgP4NUyLrD .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; }
#ga9Ax4n0KJQFsVtHaS07ZcCgP4NUyLrD .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; }
#ga9Ax4n0KJQFsVtHaS07ZcCgP4NUyLrD .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:rgba(var(--color-tertiary-4),1);overflow:hidden;font-style:normal;line-height:1.3; }
#ga9Ax4n0KJQFsVtHaS07ZcCgP4NUyLrD .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#ga9Ax4n0KJQFsVtHaS07ZcCgP4NUyLrD .widget-container:first-of-type{padding-top:0;}#ga9Ax4n0KJQFsVtHaS07ZcCgP4NUyLrD .widget-container:last-of-type{padding-bottom:0;}#ga9Ax4n0KJQFsVtHaS07ZcCgP4NUyLrD  { 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:15002;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:9.6875rem;left:20rem; }
#ga9Ax4n0KJQFsVtHaS07ZcCgP4NUyLrD .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem; }
#ga9Ax4n0KJQFsVtHaS07ZcCgP4NUyLrD .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; }
#ga9Ax4n0KJQFsVtHaS07ZcCgP4NUyLrD {display:block;}#ga9Ax4n0KJQFsVtHaS07ZcCgP4NUyLrD { 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:15002;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:9.6875rem;left:20rem; }
#ga9Ax4n0KJQFsVtHaS07ZcCgP4NUyLrD #dJdWq7zQ04gdEtyJIooUcOOWnmOcz9dT { position:relative; }
#ga9Ax4n0KJQFsVtHaS07ZcCgP4NUyLrD #rvwPJDqWR1wqLigREqvpgez2EWIHpeUZ { position:relative;display:block; }
#ga9Ax4n0KJQFsVtHaS07ZcCgP4NUyLrD #QnkGGwgkZeB4XwPfZ8bFFcVbI4xIFxHw { position:relative; }
#ga9Ax4n0KJQFsVtHaS07ZcCgP4NUyLrD #hXQSzMtyAptm05cPUkZCqyEqL8aTvHxx { position:relative; }
#ga9Ax4n0KJQFsVtHaS07ZcCgP4NUyLrD #GCrJNinMGHxVgLIJSkZzAbsU74l4Q355 { position:relative;display:block; }
#ga9Ax4n0KJQFsVtHaS07ZcCgP4NUyLrD #LXFk49ARxTBHLFryeqZ2pPOlVUabIu2U { position:relative; }
#ga9Ax4n0KJQFsVtHaS07ZcCgP4NUyLrD #Jsn6FUbJvi7n61ac2Siu3UDkPUVPTB9v { position:relative; }
#ga9Ax4n0KJQFsVtHaS07ZcCgP4NUyLrD #oZoBUI1feqXmf6WeK4f2JVV99SdsRln9 { position:relative;display:block; }
#ga9Ax4n0KJQFsVtHaS07ZcCgP4NUyLrD #FQKZ16ODSJMiV02ioZlxkB8Ly7BVSKiE { position:relative; }
#ga9Ax4n0KJQFsVtHaS07ZcCgP4NUyLrD #tskQvDUrKrz21aHpRoCztMRokoJSnRXT { position:relative; }
#ga9Ax4n0KJQFsVtHaS07ZcCgP4NUyLrD #HOL8izFkmoZE9ERy5qZyBXOP86pl4ZCm { position:relative; }
#mOkgDrNzvBAbsSNkxfVRI6kPnxfMUXyT { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-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; }#mOkgDrNzvBAbsSNkxfVRI6kPnxfMUXyT > .row .container { background-color: transparent; background-image: none; }#mOkgDrNzvBAbsSNkxfVRI6kPnxfMUXyT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mOkgDrNzvBAbsSNkxfVRI6kPnxfMUXyT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mOkgDrNzvBAbsSNkxfVRI6kPnxfMUXyT > .row .container > .video-iframe-container { display: none; }#mOkgDrNzvBAbsSNkxfVRI6kPnxfMUXyT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mOkgDrNzvBAbsSNkxfVRI6kPnxfMUXyT > .row > .video-iframe-container { display: none; }#mOkgDrNzvBAbsSNkxfVRI6kPnxfMUXyT > .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); }#mOkgDrNzvBAbsSNkxfVRI6kPnxfMUXyT > .row .container { border-width: 0; border-radius: 0; }#mOkgDrNzvBAbsSNkxfVRI6kPnxfMUXyT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mOkgDrNzvBAbsSNkxfVRI6kPnxfMUXyT > .row .container { font-size:0.875rem;font-family:arial;height:4.9375rem;width:60rem;position:relative;display:block; }#SBVUpyOr3yoHDVrEFl5HF14i0FWKQsTo { position:absolute;display:block;z-index:15001;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:4rem;width:13.125rem;top:0.46875rem;left:23.4375rem;overflow:hidden;display:block; }
#VkaXwA5q52aIBqskJ7kyOxvgcyI68Zkv { color:rgba(var(--color-tertiary-4),1);display:block;width:5rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.6875rem;left:50.625rem;height:0.975rem;display:block; }
#EBOEK4O8t6ssy50sq4Qm4gIlqzcidaEV { 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:1.4375rem;width:4.4375rem;top:2.4375rem;left:55.125rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Fxp3s1nAO2vkw4QcAgof842PBg1vkLr1 { display:block; }#Fxp3s1nAO2vkw4QcAgof842PBg1vkLr1 > .row .container { width:47.75rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ni6a7V7y8lSwmHM2uyggLTAbo9iTgiUs { width:47.75rem;height:5rem;top:0rem;left:0rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnTDSQxnCXSzEfsey2fRPdTUfXhmTqsX { display:block; }#fnTDSQxnCXSzEfsey2fRPdTUfXhmTqsX > .row .container { width:47.75rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qwHpvhOhXLoLs8cMdLa8LtyoeOwrOHr8 { width:47.75rem;height:1.9375rem;top:5.375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QV8FhOZArhQW7139ufrbZcNJPMTXN6XV { width:47.75rem;height:27.4375rem;top:11.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKuDEXD8uRQ8TXwxNdZvLxwDru6Hn7Mx { width:40.625rem;height:21.3125rem;top:4.3125rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hi6T00SOrTPV1uMckkJJ0JyOatxe1VWV { display:block; }#Hi6T00SOrTPV1uMckkJJ0JyOatxe1VWV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wbVodNB154vkl3xQN4FwXFDVaD821o5b { width:16.9375rem;height:5.25rem;top:25.1875rem;left:15.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOhGRGNukDh5Er3KnLhNhH0iZ2ex3cv9 { display:block; }#vOhGRGNukDh5Er3KnLhNhH0iZ2ex3cv9 > .row .container { width:47.75rem;height:13.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wBm6r2DoDihqLDyXChphT3ZEKL5WZtkz { width:47.75rem;height:2.8125rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvs511QWvvHRMSsiGQ5AtF8Bs7BnI5Bw { display:block; }#mvs511QWvvHRMSsiGQ5AtF8Bs7BnI5Bw > .row .container { width:47.75rem;height:16.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k7um7GVTxUCnTVuCu47AFikmekxPi8xF { width:4.375rem;height:4.375rem;top:1.0625rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdN55TiclnLMKJ8BeaDNf7iMkdJ6JpdL { width:2.5rem;height:2.5rem;top:0rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #fIItRdTAJorFth8DUe19Tgu6gHKFWGHl { width:1.875rem;height:1.625rem;top:0.375rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ki5oaVe6ixQelRacVSqa6H2KnyS1GI8T { width:11.25rem;height:1.75rem;top:6.625rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZX2u9tDyuCgtGtKG4vvTWvxfFP8LW26P { width:4.375rem;height:4.375rem;top:1.0625rem;left:21.666666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4AEvfdJTDunO3afMpIn1sO3BZ1TcT74 { width:11.25rem;height:3.5rem;top:6.625rem;left:18.229166666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxbn7n4FX9FsJsl1aEaTCZx1wTOeu4GR { width:2.5rem;height:2.5rem;top:0rem;left:19.916666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZR87aqZSEEcCTOlA26ETUlhpyQ8v8IB { width:1.875rem;height:1.625rem;top:0.375rem;left:20.229166666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgoKDoQUGxwLhJWTad6DlXrmfmTI3h0g { width:11.25rem;height:1.75rem;top:6.625rem;left:34.145833333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzOdfqCa3O2uTT86uFFSXdbyVAqHadaA { width:4.375rem;height:4.375rem;top:1.0625rem;left:37.583333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #FcwITNpciQikuEQuCJLA4SIGJixPXriT { width:2.5rem;height:2.5rem;top:0rem;left:35.833333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3TTR6Av6eRPwEumSLQrfwUIiGivXMvc { width:1.875rem;height:1.625rem;top:0.375rem;left:36.145833333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #uic0gf0QQzZ6iz4FiGJ34q3gLXItiywF { display:block; }#uic0gf0QQzZ6iz4FiGJ34q3gLXItiywF > .row .container { width:47.75rem;height:20.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vJmyXaazLoTuHcPbZDTGDiMoUxwFDwJO { width:25.9375rem;height:15.25rem;top:4.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTq7f6G5n0rkpe4t9NpU7TBoqMW7WKKy { width:21rem;height:13.125rem;top:6.875rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MM9pJQ8ZCutwif9kPuABbdmoqZVGFB9v { width:19.1875rem;height:5.1875rem;top:5.3125rem;left:27.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #olVzsdnrM3UqNGAfKFAmvJlPpZDzd8qx { width:19.125rem;height:12.625rem;top:12.1875rem;left:28.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUxX6QoRxk5CDi9lfEds9Dlx0sL0hllS { width:11.25rem;height:1.75rem;top:6.625rem;left:34.145833333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhhMgMnzwxGbof4Jv5iD0G0eU4oW3eTV { width:11.25rem;height:1.75rem;top:6.625rem;left:34.145833333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBcmiG0kFNZvoynE8Qzp7M6ogCS9sAlK { width:11.25rem;height:1.75rem;top:6.625rem;left:34.145833333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPRRweJkzI74lttd4nvNdoFzEhmWUzKq { width:11.25rem;height:1.75rem;top:6.625rem;left:34.145833333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmM0yi1y95VqlWZiXDfEJg4k6oVg7nWq { width:11.25rem;height:1.75rem;top:6.625rem;left:34.145833333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNWPpWemL4GfmPR8HWnVOmwuTOgRRsAQ { display:block; }#hNWPpWemL4GfmPR8HWnVOmwuTOgRRsAQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KrTtxwWRTeJ6mQCe2qpe8tBqXWic8z7S { width:7.5rem;height:7.5rem;top:4.375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlrkRzLMd35oRiUn0rwSUz6NLDTsn5Ax { width:5rem;height:2.8125rem;top:6.5rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGEUbBdUHmOUp8LCqmNTQZJ1kBK4GDEs { width:10rem;height:3.5rem;top:12.8125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqzmKgHRpyRINtMoEsqKtz75NTw7rOZA { width:7.5rem;height:7.5rem;top:4.375rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A70WSdMcvhNMm5Kvi6JO2hQptGQ2N3x1 { width:10rem;height:3.5rem;top:12.8125rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTkAcDwNTly8VtCPbUFMZS4uBRThB5dP { width:5rem;height:2.8125rem;top:6.5rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oONV7D6KpWBvLDphhqJTaSCiJoCnoB0r { width:7.5rem;height:7.5rem;top:4.375rem;left:26.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q94WEiNRMt4CRgItUAXMffBfwJzI6ymd { width:10rem;height:3.5rem;top:12.8125rem;left:24.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5nx1h1TPBZTpFOWbrMmPuqaH05hNNSA { width:5rem;height:2.8125rem;top:6.5rem;left:27.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIpdiJl10C3ggKJunZpazMU420eGGuIF { width:7.5rem;height:7.5rem;top:4.375rem;left:38rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8V0iISRv0NSrcKgnSgdIFzeQMUUvhg3 { width:5rem;height:2.8125rem;top:6.5rem;left:39.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXhFwt1Vhqq66MSJl5oFNFztshRMzgIw { width:10rem;height:3.5rem;top:12.8125rem;left:36.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HsTWkgW8mWu4KXwpXlr5oeTFfVT4wSsz { display:block; }#HsTWkgW8mWu4KXwpXlr5oeTFfVT4wSsz > .row .container { width:47.75rem;height:13.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k6ZBx9ZqCpGiShU61a0p8H8Rk3F8Gvvo { width:47.75rem;height:2.8125rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aodm4dEeXT0yswoIS4ETQSmWVK5K2Sk6 { display:block; }#aodm4dEeXT0yswoIS4ETQSmWVK5K2Sk6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RuQ5zTLAcWKc6811fhzTR3aZPz6lV6hE { width:37.4375rem;height:30.0625rem;top:4.3125rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #usxid0filC4kNZ1H0CikyfAFrvVKGLPV { width:34.125rem;height:19.1875rem;top:6.1875rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBTcsWhqGOTstBbtxT1ilTkkIMGhr1h6 { width:15.5rem;height:22rem;top:12.375rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hd9PMT4t4hSgE0knqEB5tUvgzupoCaAN { width:13.4375rem;height:17.9375rem;top:14.375rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTHdyPyodDcneNbRAOThboF3d4BZnyMR { width:6.6875rem;height:14.0625rem;top:20.3125rem;left:40rem;display:block; }
 }@media only screen and (max-width: 763px) { #fM6kZJEAC26vHxC5l1K7amTHUBGuEcHO { width:5.5625rem;height:9.9375rem;top:22.4375rem;left:40.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Da5zcNMc8rWtawksokFrGoSgXMkT16yR { width:9.0625rem;height:2.75rem;top:22rem;left:2.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZq9yz0lNWTggtEiTKI1fmVlQoIxAR6J { width:11.375rem;height:3.3125rem;top:14.125rem;left:20.031251907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZeJdhTMKritKJ20FqxEQd9KqMWqx331z { width:5.125rem;height:1.5rem;top:18.9375rem;left:42.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUVSFDoSpnPv2knNP07kDNzVITuo06Gb { display:block; }#PUVSFDoSpnPv2knNP07kDNzVITuo06Gb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iSuzdCzGWg029KLxuoGr43wHdvHkERFV { width:47.75rem;height:4.875rem;top:3.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #imuJkadLAEuwNgCBIEECnq4RBWo6yIMP .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#imuJkadLAEuwNgCBIEECnq4RBWo6yIMP .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#imuJkadLAEuwNgCBIEECnq4RBWo6yIMP .widget-input-text {padding-top: 0; padding-bottom: 0;}#imuJkadLAEuwNgCBIEECnq4RBWo6yIMP .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#imuJkadLAEuwNgCBIEECnq4RBWo6yIMP .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#imuJkadLAEuwNgCBIEECnq4RBWo6yIMP .widget-input-select {padding-top: 0; padding-bottom: 0;}#imuJkadLAEuwNgCBIEECnq4RBWo6yIMP .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#imuJkadLAEuwNgCBIEECnq4RBWo6yIMP .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#imuJkadLAEuwNgCBIEECnq4RBWo6yIMP  { width:17.5rem;height:auto;top:9.6875rem;left:13.875rem; }
#imuJkadLAEuwNgCBIEECnq4RBWo6yIMP .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#imuJkadLAEuwNgCBIEECnq4RBWo6yIMP {display:block;}#imuJkadLAEuwNgCBIEECnq4RBWo6yIMP { width:17.5rem;height:auto;top:9.6875rem;left:13.875rem; }
 }@media only screen and (max-width: 763px) { #imuJkadLAEuwNgCBIEECnq4RBWo6yIMP #JpfFsMpL4Z3CRXAuyUO9pXPvRMUiH4ZQ {  }
 }@media only screen and (max-width: 763px) { #imuJkadLAEuwNgCBIEECnq4RBWo6yIMP #Z3ZJL04BTZ2ZWN2uJa2xd47L4tv2BVxg {  }
 }@media only screen and (max-width: 763px) { #imuJkadLAEuwNgCBIEECnq4RBWo6yIMP #pgifMVvbg74qVPEy9owwHvqvWyd1JWcm {  }
 }@media only screen and (max-width: 763px) { #imuJkadLAEuwNgCBIEECnq4RBWo6yIMP #tRM8gS7uLZPsNTVJpDOQ2Hy5g8NpJOC5 {  }
 }@media only screen and (max-width: 763px) { #imuJkadLAEuwNgCBIEECnq4RBWo6yIMP #zEozDOylRXTncAtobT2NaKQQgvJpQPQk {  }
 }@media only screen and (max-width: 763px) { #imuJkadLAEuwNgCBIEECnq4RBWo6yIMP #SBEIRT9sDb8mTtfGTIpcrMZEaPF7viE7 {  }
 }@media only screen and (max-width: 763px) { #imuJkadLAEuwNgCBIEECnq4RBWo6yIMP #JnSAtdPmIT9gvWh6DQF12FZyOSvZQHRd {  }
 }@media only screen and (max-width: 763px) { #imuJkadLAEuwNgCBIEECnq4RBWo6yIMP #RZfeUd8TmKT3pXiabzRiTGhDxDF46ZgV {  }
 }@media only screen and (max-width: 763px) { #imuJkadLAEuwNgCBIEECnq4RBWo6yIMP #n3xZcRsanPycv1pDhhC61d7xvf9IOotw {  }
 }@media only screen and (max-width: 763px) { #imuJkadLAEuwNgCBIEECnq4RBWo6yIMP #hWE1xKNLigyPVQrDiPqPQIbVW4Ol0wvv {  }
 }@media only screen and (max-width: 763px) { #imuJkadLAEuwNgCBIEECnq4RBWo6yIMP #TtTxmrNFB549PTthniTeTehLDVsUbGog {  }
 }@media only screen and (max-width: 763px) { #B4o7GSc8gVTNzL12fLq0g7TuXDxIvGP6 { display:block; }#B4o7GSc8gVTNzL12fLq0g7TuXDxIvGP6 > .row .container { width:47.75rem;height:13.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fn45FC9syMGFJLyEruoJRhDBGLfwVPGH { width:47.75rem;height:2.8125rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4b6lHCgxe2hQ038KpCJ1dRP0i5zu9bc { display:block; }#F4b6lHCgxe2hQ038KpCJ1dRP0i5zu9bc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f9oobNX4MOpuVOiSewP1wHWXafSECbs6 { width:4.0625rem;height:4.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EnoI5w6f485MdeIKAotF0GEA9SHOca8J { width:18.0625rem;height:1.75rem;top:5.3125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMqf0bRJHfxeXul4uhGCtdBOfCwIGLEw { width:15.625rem;height:7.25rem;top:7.8125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZ501zSv5BODZrNytvqsCnZlhvnCKgfT { width:2.5rem;height:2.5rem;top:0.6875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUOoC7GBUob2bsgZdOUPSLlyDfbZCvft { width:14.375rem;height:1.75rem;top:5.3125rem;left:16.729166666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #uld1qAr1GLW4myceVmGpObLnTTleAXPy { width:14.375rem;height:7.1875rem;top:7.8125rem;left:16.729166666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3t2euC6EeJANfpkTLQEHcOc0q1Lro8n { width:4.0625rem;height:4.0625rem;top:0rem;left:16.729166666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRbV3Hk5Ly6v1D3V0ESx0Cy9Cel2pd6Q { width:2.5rem;height:2.5rem;top:0.6875rem;left:17.541666666667rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTxwNniJCl4VxzkkXMfuvVKFGkxDpOh3 { width:15.625rem;height:8.6875rem;top:7.8125rem;left:31.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRhXsRMnhQD60pqi84e8r0ogG4qhuakH { width:14.375rem;height:1.75rem;top:5.3125rem;left:31.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQykGS0toMzkDqGi6dEW6tmSkQC97xSU { width:4.0625rem;height:4.0625rem;top:0rem;left:33.395833333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdRL9RJq91CPDf0kSeTdHGMZ6okpluqb { width:2.5rem;height:2.5rem;top:0.6875rem;left:34.208333333333rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9UGQVgue9hdgTTmxIFVKSDFKCu7laRc { width:4.0625rem;height:4.0625rem;top:0rem;left:16.791666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNWUEGCbtsgqOJk9TgGuriKngCa3RzDm { width:4.0625rem;height:4.0625rem;top:0rem;left:33.395833333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpNWKvgPyE3ko0R2SCgKmcnCccKJwrto { display:block; }#SpNWKvgPyE3ko0R2SCgKmcnCccKJwrto > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I6dJTHZW7B4FdL1bnovwevikS2DALTgl { width:4.0625rem;height:4.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTxXUgGiLTWR7ASNf50AI3hCm0JGuW7V { width:14.375rem;height:1.75rem;top:5.3125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b13uGB1LRGoXbNWFUlX66sRymRLZ8nG6 { width:16.25rem;height:10.125rem;top:7.8125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TePZTgcKN294P6xEvfqOgLqRGhwT7KvC { width:2.5rem;height:2.5rem;top:0.6875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWuNJuiGOP7xonLmlokuuuWx1ZGhDTHn { width:14.375rem;height:1.75rem;top:5.3125rem;left:16.729166666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcI2qwRXMvZ71V5suIS11aJUhL4DrxAF { width:14.375rem;height:7.1875rem;top:7.8125rem;left:16.729166666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAiJRe0PLp1L7sn4tU5aqmuJAWupokaD { width:2.5rem;height:2.5rem;top:0.6875rem;left:17.604166666667rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLxStCNtqzMHWeBb97BUSL0WSPibB4cW { width:16.25rem;height:10.125rem;top:7.8125rem;left:31.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAOl8Wo3DN5li0r3TSwzEwZh7PUcTcmv { width:14.375rem;height:1.75rem;top:5.3125rem;left:31.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpJ7mrfXBypOKiCOZaEIuzqmTTqGTpB8 { width:2.5rem;height:2.5rem;top:0.6875rem;left:34.208333333333rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHgJC191iv1Tbz0tb1TyMGcc4De0pbIt { width:4.0625rem;height:4.0625rem;top:0rem;left:33.395833333333rem;display:none; }
 }@media only screen and (max-width: 763px) { #IW24Ou9LIevhWARAHhaP04fad4SmDs0l { width:4.0625rem;height:4.0625rem;top:0rem;left:33.395833333333rem;display:none; }
 }@media only screen and (max-width: 763px) { #hzeA3H77BvTTbUfMB3OmwTukw1smWRBe { display:block; }#hzeA3H77BvTTbUfMB3OmwTukw1smWRBe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AgEQsC0GvM9vAbeDVKlMTgez9EtgfuHg { width:47.75rem;height:2.8125rem;top:4.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAbTfiDCgbcmPH95UaNJEWTuLkHJwmNi { display:block; }#RAbTfiDCgbcmPH95UaNJEWTuLkHJwmNi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ooJHXZpCPoakR8FR1oMQB2D4XGGkOI4x { width:10.6875rem;height:2rem;top:0.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpR83m3aO0em2kv7NKE5kC0244H9JnfF { width:10rem;height:2rem;top:0.25rem;left:12.906251907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuGK1T9cy8Vo1HViOC3o4gTlPtlMru5w { width:7.3125rem;height:2.5rem;top:0rem;left:26.156251907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvI4wRZocEIOu7TZ5itBHCu8yH2dK8sR { width:10rem;height:2rem;top:0.25rem;left:36.780469894409rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIOld4f7LdDlItXVBHiqsmEa5fvbg0lA { display:block; }#gIOld4f7LdDlItXVBHiqsmEa5fvbg0lA > .row .container { width:47.75rem;height:13.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gtrR2gBRTgJo3mrOAyw7MsikPpZKakRA { width:47.75rem;height:2.8125rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAM1XVTEkwTGLDtfkN6Mr12Fwsn2ivFT { display:block; }#rAM1XVTEkwTGLDtfkN6Mr12Fwsn2ivFT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yU7ioPIuFq8eEFrgwiXW92NrDGArel6C { width:15rem;height:26.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8RsqhUUrQOrnUi0WnKL7ofPGT5XDZKg { width:14.75rem;height:17rem;top:9.0625rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #piNDIHM6JuBUDZ7VRkJTOzLfEqr3qi8l { width:13.125rem;height:1.625rem;top:1.8125rem;left:1rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbZNPoV2oJ1aKx6VPK3LN5ph7vK2xE8P { width:13.125rem;height:1.8125rem;top:4.8125rem;left:1rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Un7wRUkLwE3mq32ROxe2XwqW2gm3xUsF { width:12.5rem;height:7.75rem;top:11.125rem;left:1.25rem;display:block; }#Un7wRUkLwE3mq32ROxe2XwqW2gm3xUsF li:before{  }
 }@media only screen and (max-width: 763px) { #Qw0sf4CzDoGKTanFN8CmMoW8dRGQQ3hk { width:15rem;height:26.25rem;top:0rem;left:16.416666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGIzg1SDmbCsUceTDvc7kDrRDK8biPEZ { width:14.75rem;height:17rem;top:9.0625rem;left:16.541666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #NcKtEpi7zTNvZyF4g4nWQ8Uw3IHeBJlk { width:12.5rem;height:7.75rem;top:11.125rem;left:17.666666666667rem;display:block; }#NcKtEpi7zTNvZyF4g4nWQ8Uw3IHeBJlk li:before{  }
 }@media only screen and (max-width: 763px) { #lUEwFn4IdiNcR0TaSazbKWaga4zT2zSM { width:13.125rem;height:1.8125rem;top:4.8125rem;left:17.416666666667rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HId9qurMedBmc1MddOVDls3dvWJr5NmO { width:13.125rem;height:1.625rem;top:1.8125rem;left:16.916666666667rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ero5qyK4JSrbgrZxJUBmgCnPf9P3fCNh { width:15rem;height:26.25rem;top:0rem;left:32.770833333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2tlEBwlzD3feWUHqqPzgQ0JT8hocPwH { width:14.75rem;height:17rem;top:9.0625rem;left:32.895833333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #PcU6DLXuODTcD1xRNZmoHFLfJB5E9FCW { width:12.5rem;height:7.75rem;top:11.125rem;left:34.020833333333rem;display:block; }#PcU6DLXuODTcD1xRNZmoHFLfJB5E9FCW li:before{  }
 }@media only screen and (max-width: 763px) { #px0PTUdZpZhiu5NemtPFMP5rTi6WOnDQ { width:13.125rem;height:1.8125rem;top:4.8125rem;left:33.770833333333rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXG8r81M7AU7sbGnrq5bzPlF5TyCE6li { width:13.125rem;height:1.625rem;top:1.8125rem;left:32.833333333333rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9Vfc7HTlw4HvSiqN10ViRrZKct0IAlp { width:47.75rem;height:1.4375rem;top:32.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NR43rNkfRkip13sfqbISkD8kSEWZCzDl { display:block; }#NR43rNkfRkip13sfqbISkD8kSEWZCzDl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TliTtERrFsS2GUTUIwW4wn1svvaGfQAJ { width:47.75rem;height:4.875rem;top:3.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ga9Ax4n0KJQFsVtHaS07ZcCgP4NUyLrD .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ga9Ax4n0KJQFsVtHaS07ZcCgP4NUyLrD .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ga9Ax4n0KJQFsVtHaS07ZcCgP4NUyLrD .widget-input-text {padding-top: 0; padding-bottom: 0;}#ga9Ax4n0KJQFsVtHaS07ZcCgP4NUyLrD .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ga9Ax4n0KJQFsVtHaS07ZcCgP4NUyLrD .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ga9Ax4n0KJQFsVtHaS07ZcCgP4NUyLrD .widget-input-select {padding-top: 0; padding-bottom: 0;}#ga9Ax4n0KJQFsVtHaS07ZcCgP4NUyLrD .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ga9Ax4n0KJQFsVtHaS07ZcCgP4NUyLrD .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ga9Ax4n0KJQFsVtHaS07ZcCgP4NUyLrD  { width:17.5rem;height:auto;top:9.6875rem;left:13.875rem; }
#ga9Ax4n0KJQFsVtHaS07ZcCgP4NUyLrD .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ga9Ax4n0KJQFsVtHaS07ZcCgP4NUyLrD {display:block;}#ga9Ax4n0KJQFsVtHaS07ZcCgP4NUyLrD { width:17.5rem;height:auto;top:9.6875rem;left:13.875rem; }
 }@media only screen and (max-width: 763px) { #ga9Ax4n0KJQFsVtHaS07ZcCgP4NUyLrD #dJdWq7zQ04gdEtyJIooUcOOWnmOcz9dT {  }
 }@media only screen and (max-width: 763px) { #ga9Ax4n0KJQFsVtHaS07ZcCgP4NUyLrD #rvwPJDqWR1wqLigREqvpgez2EWIHpeUZ {  }
 }@media only screen and (max-width: 763px) { #ga9Ax4n0KJQFsVtHaS07ZcCgP4NUyLrD #QnkGGwgkZeB4XwPfZ8bFFcVbI4xIFxHw {  }
 }@media only screen and (max-width: 763px) { #ga9Ax4n0KJQFsVtHaS07ZcCgP4NUyLrD #hXQSzMtyAptm05cPUkZCqyEqL8aTvHxx {  }
 }@media only screen and (max-width: 763px) { #ga9Ax4n0KJQFsVtHaS07ZcCgP4NUyLrD #GCrJNinMGHxVgLIJSkZzAbsU74l4Q355 {  }
 }@media only screen and (max-width: 763px) { #ga9Ax4n0KJQFsVtHaS07ZcCgP4NUyLrD #LXFk49ARxTBHLFryeqZ2pPOlVUabIu2U {  }
 }@media only screen and (max-width: 763px) { #ga9Ax4n0KJQFsVtHaS07ZcCgP4NUyLrD #Jsn6FUbJvi7n61ac2Siu3UDkPUVPTB9v {  }
 }@media only screen and (max-width: 763px) { #ga9Ax4n0KJQFsVtHaS07ZcCgP4NUyLrD #oZoBUI1feqXmf6WeK4f2JVV99SdsRln9 {  }
 }@media only screen and (max-width: 763px) { #ga9Ax4n0KJQFsVtHaS07ZcCgP4NUyLrD #FQKZ16ODSJMiV02ioZlxkB8Ly7BVSKiE {  }
 }@media only screen and (max-width: 763px) { #ga9Ax4n0KJQFsVtHaS07ZcCgP4NUyLrD #tskQvDUrKrz21aHpRoCztMRokoJSnRXT {  }
 }@media only screen and (max-width: 763px) { #ga9Ax4n0KJQFsVtHaS07ZcCgP4NUyLrD #HOL8izFkmoZE9ERy5qZyBXOP86pl4ZCm {  }
 }@media only screen and (max-width: 763px) { #mOkgDrNzvBAbsSNkxfVRI6kPnxfMUXyT { display:block; }#mOkgDrNzvBAbsSNkxfVRI6kPnxfMUXyT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SBVUpyOr3yoHDVrEFl5HF14i0FWKQsTo { width:13.125rem;height:4rem;top:0.4375rem;left:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkaXwA5q52aIBqskJ7kyOxvgcyI68Zkv { width:5rem;height:0.9375rem;top:2.6875rem;left:42.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBOEK4O8t6ssy50sq4Qm4gIlqzcidaEV { width:4.4375rem;height:1.4375rem;top:2.4375rem;left:43.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Fxp3s1nAO2vkw4QcAgof842PBg1vkLr1 { display:block; }#Fxp3s1nAO2vkw4QcAgof842PBg1vkLr1 > .row .container { width:20rem;height:6.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ni6a7V7y8lSwmHM2uyggLTAbo9iTgiUs { width:20rem;height:5.19921875rem;top:0.71250003576281rem;left:0rem;font-size:2rem;color:#526bff;display:block; }
 }@media only screen and (max-width: 763px) { #fnTDSQxnCXSzEfsey2fRPdTUfXhmTqsX { display:block; }#fnTDSQxnCXSzEfsey2fRPdTUfXhmTqsX > .row .container { width:20rem;height:17.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qwHpvhOhXLoLs8cMdLa8LtyoeOwrOHr8 { width:19.25rem;height:2.798825rem;top:0.7021484375rem;left:0.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QV8FhOZArhQW7139ufrbZcNJPMTXN6XV { width:20rem;height:11.25rem;top:5.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKuDEXD8uRQ8TXwxNdZvLxwDru6Hn7Mx { width:20rem;height:10.51175rem;top:4.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hi6T00SOrTPV1uMckkJJ0JyOatxe1VWV { display:block; }#Hi6T00SOrTPV1uMckkJJ0JyOatxe1VWV > .row .container { width:20rem;height:7.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wbVodNB154vkl3xQN4FwXFDVaD821o5b { width:16.9375rem;height:5.25rem;top:1.03125rem;left:1.5312501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOhGRGNukDh5Er3KnLhNhH0iZ2ex3cv9 { display:block; }#vOhGRGNukDh5Er3KnLhNhH0iZ2ex3cv9 > .row .container { width:20rem;height:11.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wBm6r2DoDihqLDyXChphT3ZEKL5WZtkz { width:20rem;height:6.5625rem;top:2.3125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvs511QWvvHRMSsiGQ5AtF8Bs7BnI5Bw { display:block; }#mvs511QWvvHRMSsiGQ5AtF8Bs7BnI5Bw > .row .container { width:20rem;height:37.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k7um7GVTxUCnTVuCu47AFikmekxPi8xF { width:4.375rem;height:4.375rem;top:0rem;left:7.8125003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdN55TiclnLMKJ8BeaDNf7iMkdJ6JpdL { width:2.5rem;height:2.5rem;top:0rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fIItRdTAJorFth8DUe19Tgu6gHKFWGHl { width:1.875rem;height:1.625rem;top:0.375rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ki5oaVe6ixQelRacVSqa6H2KnyS1GI8T { width:20rem;height:5.36133125rem;top:5.625rem;left:0.062500119209287rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZX2u9tDyuCgtGtKG4vvTWvxfFP8LW26P { width:4.375rem;height:4.375rem;top:13.125rem;left:7.8125003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4AEvfdJTDunO3afMpIn1sO3BZ1TcT74 { width:13.625rem;height:3.57421875rem;top:18.75rem;left:3.1875001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxbn7n4FX9FsJsl1aEaTCZx1wTOeu4GR { width:2.5rem;height:2.5rem;top:13.125rem;left:5.3749998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZR87aqZSEEcCTOlA26ETUlhpyQ8v8IB { width:1.875rem;height:1.625rem;top:13.575000762939rem;left:5.6874998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgoKDoQUGxwLhJWTad6DlXrmfmTI3h0g { width:11.25rem;height:3.57421875rem;top:30.5rem;left:4.3749998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzOdfqCa3O2uTT86uFFSXdbyVAqHadaA { width:4.375rem;height:4.375rem;top:24.9375rem;left:7.8125003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #FcwITNpciQikuEQuCJLA4SIGJixPXriT { width:2.5rem;height:2.5rem;top:24.5rem;left:5.3749998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3TTR6Av6eRPwEumSLQrfwUIiGivXMvc { width:1.875rem;height:1.625rem;top:24.950004577637rem;left:5.6874998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #uic0gf0QQzZ6iz4FiGJ34q3gLXItiywF { display:block; }#uic0gf0QQzZ6iz4FiGJ34q3gLXItiywF > .row .container { width:20rem;height:31.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vJmyXaazLoTuHcPbZDTGDiMoUxwFDwJO { width:20rem;height:11.75rem;top:19.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTq7f6G5n0rkpe4t9NpU7TBoqMW7WKKy { width:16.375rem;height:10.125rem;top:21rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MM9pJQ8ZCutwif9kPuABbdmoqZVGFB9v { width:14rem;height:3.673825rem;top:0.90000009536744rem;left:3.0000001192093rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #olVzsdnrM3UqNGAfKFAmvJlPpZDzd8qx { width:18.9375rem;height:12.598625rem;top:5.9374998807907rem;left:0.53125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tUxX6QoRxk5CDi9lfEds9Dlx0sL0hllS { width:3.125rem;height:1.949225rem;top:21.5625rem;left:1.8125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MhhMgMnzwxGbof4Jv5iD0G0eU4oW3eTV { width:3.125rem;height:1.949225rem;top:21.5625rem;left:5.125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gBcmiG0kFNZvoynE8Qzp7M6ogCS9sAlK { width:4.0625rem;height:1.949225rem;top:21.5625rem;left:8rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sPRRweJkzI74lttd4nvNdoFzEhmWUzKq { width:3.125rem;height:1.949225rem;top:21.5625rem;left:11.6875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TmM0yi1y95VqlWZiXDfEJg4k6oVg7nWq { width:3.125rem;height:1.949225rem;top:21.5625rem;left:15rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hNWPpWemL4GfmPR8HWnVOmwuTOgRRsAQ { display:block; }#hNWPpWemL4GfmPR8HWnVOmwuTOgRRsAQ > .row .container { width:20rem;height:55.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KrTtxwWRTeJ6mQCe2qpe8tBqXWic8z7S { width:7.5rem;height:7.5rem;top:2.5rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlrkRzLMd35oRiUn0rwSUz6NLDTsn5Ax { width:5rem;height:2.84375rem;top:4.625rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGEUbBdUHmOUp8LCqmNTQZJ1kBK4GDEs { width:18.75rem;height:3.57421875rem;top:10.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqzmKgHRpyRINtMoEsqKtz75NTw7rOZA { width:7.5rem;height:7.5rem;top:16.0625rem;left:6.2499998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #A70WSdMcvhNMm5Kvi6JO2hQptGQ2N3x1 { width:18.75rem;height:1.7871125rem;top:24.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTkAcDwNTly8VtCPbUFMZS4uBRThB5dP { width:5rem;height:2.84375rem;top:18.1875rem;left:7.5000003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #oONV7D6KpWBvLDphhqJTaSCiJoCnoB0r { width:7.5rem;height:7.5rem;top:28.875rem;left:6.2499998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #q94WEiNRMt4CRgItUAXMffBfwJzI6ymd { width:18.75rem;height:1.7871125rem;top:37.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5nx1h1TPBZTpFOWbrMmPuqaH05hNNSA { width:5rem;height:2.84375rem;top:31rem;left:7.5000003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIpdiJl10C3ggKJunZpazMU420eGGuIF { width:7.5rem;height:7.5rem;top:42.125rem;left:6.2499998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8V0iISRv0NSrcKgnSgdIFzeQMUUvhg3 { width:5rem;height:2.84375rem;top:44.25rem;left:7.5000003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXhFwt1Vhqq66MSJl5oFNFztshRMzgIw { width:18.75rem;height:1.7871125rem;top:50.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HsTWkgW8mWu4KXwpXlr5oeTFfVT4wSsz { display:block; }#HsTWkgW8mWu4KXwpXlr5oeTFfVT4wSsz > .row .container { width:20rem;height:12.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k6ZBx9ZqCpGiShU61a0p8H8Rk3F8Gvvo { width:17.0625rem;height:9.796875rem;top:1.25rem;left:1.4687501192093rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aodm4dEeXT0yswoIS4ETQSmWVK5K2Sk6 { display:block; }#aodm4dEeXT0yswoIS4ETQSmWVK5K2Sk6 > .row .container { width:20rem;height:23.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RuQ5zTLAcWKc6811fhzTR3aZPz6lV6hE { width:20rem;height:16rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #usxid0filC4kNZ1H0CikyfAFrvVKGLPV { width:17.8125rem;height:9.9375rem;top:1.1875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBTcsWhqGOTstBbtxT1ilTkkIMGhr1h6 { width:8.5625rem;height:12.25rem;top:8.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hd9PMT4t4hSgE0knqEB5tUvgzupoCaAN { width:6.5625rem;height:9rem;top:9.8125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTHdyPyodDcneNbRAOThboF3d4BZnyMR { width:3.5rem;height:7.5rem;top:11.875rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fM6kZJEAC26vHxC5l1K7amTHUBGuEcHO { width:2.625rem;height:5.0625rem;top:13rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Da5zcNMc8rWtawksokFrGoSgXMkT16yR { width:6.625rem;height:1.9375rem;top:13.34375rem;left:0.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZq9yz0lNWTggtEiTKI1fmVlQoIxAR6J { width:11.375rem;height:3.3125rem;top:4.5rem;left:4.3124998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZeJdhTMKritKJ20FqxEQd9KqMWqx331z { width:2.625rem;height:0.625rem;top:15.4375rem;left:14.187500357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUVSFDoSpnPv2knNP07kDNzVITuo06Gb { display:block; }#PUVSFDoSpnPv2knNP07kDNzVITuo06Gb > .row .container { width:20rem;height:31.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iSuzdCzGWg029KLxuoGr43wHdvHkERFV { width:20rem;height:9.75rem;top:1.75rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #imuJkadLAEuwNgCBIEECnq4RBWo6yIMP .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#imuJkadLAEuwNgCBIEECnq4RBWo6yIMP .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#imuJkadLAEuwNgCBIEECnq4RBWo6yIMP .widget-input-text {padding-top: 0; padding-bottom: 0;}#imuJkadLAEuwNgCBIEECnq4RBWo6yIMP .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#imuJkadLAEuwNgCBIEECnq4RBWo6yIMP .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#imuJkadLAEuwNgCBIEECnq4RBWo6yIMP .widget-input-select {padding-top: 0; padding-bottom: 0;}#imuJkadLAEuwNgCBIEECnq4RBWo6yIMP .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#imuJkadLAEuwNgCBIEECnq4RBWo6yIMP .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#imuJkadLAEuwNgCBIEECnq4RBWo6yIMP  { width:17.5rem;height:auto;top:12.75rem;left:0rem; }
#imuJkadLAEuwNgCBIEECnq4RBWo6yIMP .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#imuJkadLAEuwNgCBIEECnq4RBWo6yIMP {display:block;}#imuJkadLAEuwNgCBIEECnq4RBWo6yIMP { width:17.5rem;height:auto;top:12.75rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #imuJkadLAEuwNgCBIEECnq4RBWo6yIMP #JpfFsMpL4Z3CRXAuyUO9pXPvRMUiH4ZQ {  }
 }@media only screen and (max-width: 763px) { #imuJkadLAEuwNgCBIEECnq4RBWo6yIMP #Z3ZJL04BTZ2ZWN2uJa2xd47L4tv2BVxg { display:block; }
 }@media only screen and (max-width: 763px) { #imuJkadLAEuwNgCBIEECnq4RBWo6yIMP #pgifMVvbg74qVPEy9owwHvqvWyd1JWcm {  }
 }@media only screen and (max-width: 763px) { #imuJkadLAEuwNgCBIEECnq4RBWo6yIMP #tRM8gS7uLZPsNTVJpDOQ2Hy5g8NpJOC5 {  }
 }@media only screen and (max-width: 763px) { #imuJkadLAEuwNgCBIEECnq4RBWo6yIMP #zEozDOylRXTncAtobT2NaKQQgvJpQPQk { display:block; }
 }@media only screen and (max-width: 763px) { #imuJkadLAEuwNgCBIEECnq4RBWo6yIMP #SBEIRT9sDb8mTtfGTIpcrMZEaPF7viE7 {  }
 }@media only screen and (max-width: 763px) { #imuJkadLAEuwNgCBIEECnq4RBWo6yIMP #JnSAtdPmIT9gvWh6DQF12FZyOSvZQHRd {  }
 }@media only screen and (max-width: 763px) { #imuJkadLAEuwNgCBIEECnq4RBWo6yIMP #RZfeUd8TmKT3pXiabzRiTGhDxDF46ZgV { display:block; }
 }@media only screen and (max-width: 763px) { #imuJkadLAEuwNgCBIEECnq4RBWo6yIMP #n3xZcRsanPycv1pDhhC61d7xvf9IOotw {  }
 }@media only screen and (max-width: 763px) { #imuJkadLAEuwNgCBIEECnq4RBWo6yIMP #hWE1xKNLigyPVQrDiPqPQIbVW4Ol0wvv {  }
 }@media only screen and (max-width: 763px) { #imuJkadLAEuwNgCBIEECnq4RBWo6yIMP #TtTxmrNFB549PTthniTeTehLDVsUbGog {  }
 }@media only screen and (max-width: 763px) { #B4o7GSc8gVTNzL12fLq0g7TuXDxIvGP6 { display:block; }#B4o7GSc8gVTNzL12fLq0g7TuXDxIvGP6 > .row .container { width:20rem;height:7.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fn45FC9syMGFJLyEruoJRhDBGLfwVPGH { width:20rem;height:4.8984375rem;top:1.8750047683716rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4b6lHCgxe2hQ038KpCJ1dRP0i5zu9bc { display:block; }#F4b6lHCgxe2hQ038KpCJ1dRP0i5zu9bc > .row .container { width:20rem;height:44.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f9oobNX4MOpuVOiSewP1wHWXafSECbs6 { width:4.0625rem;height:4.0625rem;top:1.3125rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #EnoI5w6f485MdeIKAotF0GEA9SHOca8J { width:20rem;height:1.7871125rem;top:5.9992187023163rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMqf0bRJHfxeXul4uhGCtdBOfCwIGLEw { width:18.75rem;height:5.5234375rem;top:7.6875rem;left:0.62500011920931rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zZ501zSv5BODZrNytvqsCnZlhvnCKgfT { width:2.5rem;height:2.5rem;top:2rem;left:8.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUOoC7GBUob2bsgZdOUPSLlyDfbZCvft { width:20rem;height:1.7871125rem;top:19rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uld1qAr1GLW4myceVmGpObLnTTleAXPy { width:18.875rem;height:6.9043125rem;top:20.6875rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3t2euC6EeJANfpkTLQEHcOc0q1Lro8n { width:4.0625rem;height:4.0625rem;top:14.25rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRbV3Hk5Ly6v1D3V0ESx0Cy9Cel2pd6Q { width:2.5rem;height:2.5rem;top:14.9375rem;left:8.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTxwNniJCl4VxzkkXMfuvVKFGkxDpOh3 { width:19.0625rem;height:6.9043125rem;top:35.375rem;left:0.4375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WRhXsRMnhQD60pqi84e8r0ogG4qhuakH { width:20rem;height:1.7871125rem;top:33.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQykGS0toMzkDqGi6dEW6tmSkQC97xSU { width:4.0625rem;height:4.0625rem;top:29rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdRL9RJq91CPDf0kSeTdHGMZ6okpluqb { width:2.5rem;height:2.5rem;top:29.6875rem;left:8.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9UGQVgue9hdgTTmxIFVKSDFKCu7laRc { width:4.0625rem;height:4.0625rem;top:15.59375rem;left:13.500000357628rem;display:none; }
 }@media only screen and (max-width: 763px) { #pNWUEGCbtsgqOJk9TgGuriKngCa3RzDm { width:4.0625rem;height:4.0625rem;top:45.137499809265rem;left:15.375000357628rem;display:none; }
 }@media only screen and (max-width: 763px) { #SpNWKvgPyE3ko0R2SCgKmcnCccKJwrto { display:block; }#SpNWKvgPyE3ko0R2SCgKmcnCccKJwrto > .row .container { width:20rem;height:41.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I6dJTHZW7B4FdL1bnovwevikS2DALTgl { width:4.0625rem;height:4.0625rem;top:14.0625rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTxXUgGiLTWR7ASNf50AI3hCm0JGuW7V { width:20rem;height:1.7871125rem;top:4.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b13uGB1LRGoXbNWFUlX66sRymRLZ8nG6 { width:18.9375rem;height:6.9043125rem;top:6.3125rem;left:0.5625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TePZTgcKN294P6xEvfqOgLqRGhwT7KvC { width:2.5rem;height:2.5rem;top:0.6875rem;left:8.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWuNJuiGOP7xonLmlokuuuWx1ZGhDTHn { width:20rem;height:1.7871125rem;top:18.75rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WcI2qwRXMvZ71V5suIS11aJUhL4DrxAF { width:19.125rem;height:4.142575rem;top:20.4375rem;left:0.4375rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAiJRe0PLp1L7sn4tU5aqmuJAWupokaD { width:2.5rem;height:2.5rem;top:14.875rem;left:8.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLxStCNtqzMHWeBb97BUSL0WSPibB4cW { width:19.0625rem;height:6.9043125rem;top:32.375rem;left:0.5rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MAOl8Wo3DN5li0r3TSwzEwZh7PUcTcmv { width:20rem;height:1.7871125rem;top:30.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpJ7mrfXBypOKiCOZaEIuzqmTTqGTpB8 { width:2.5rem;height:2.5rem;top:26.75rem;left:8.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHgJC191iv1Tbz0tb1TyMGcc4De0pbIt { width:4.0625rem;height:4.0625rem;top:0rem;left:8rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #IW24Ou9LIevhWARAHhaP04fad4SmDs0l { width:4.0625rem;height:4.0625rem;top:25.9375rem;left:8rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #hzeA3H77BvTTbUfMB3OmwTukw1smWRBe { display:block; }#hzeA3H77BvTTbUfMB3OmwTukw1smWRBe > .row .container { width:20rem;height:12.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AgEQsC0GvM9vAbeDVKlMTgez9EtgfuHg { width:20rem;height:9.796875rem;top:1.8750076293945rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAbTfiDCgbcmPH95UaNJEWTuLkHJwmNi { display:block; }#RAbTfiDCgbcmPH95UaNJEWTuLkHJwmNi > .row .container { width:20rem;height:19.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ooJHXZpCPoakR8FR1oMQB2D4XGGkOI4x { width:9.375rem;height:1.75rem;top:1.7500004768372rem;left:5.3124998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpR83m3aO0em2kv7NKE5kC0244H9JnfF { width:9.6875rem;height:1.9375rem;top:5.0625004768372rem;left:5.1562498807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuGK1T9cy8Vo1HViOC3o4gTlPtlMru5w { width:9.6875rem;height:3.25rem;top:8.8117194175719rem;left:5.1562498807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvI4wRZocEIOu7TZ5itBHCu8yH2dK8sR { width:9.6875rem;height:;top:13.686719417572rem;left:5.1562498807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIOld4f7LdDlItXVBHiqsmEa5fvbg0lA { display:block; }#gIOld4f7LdDlItXVBHiqsmEa5fvbg0lA > .row .container { width:20rem;height:9.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gtrR2gBRTgJo3mrOAyw7MsikPpZKakRA { width:20rem;height:7.347625rem;top:1.25rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAM1XVTEkwTGLDtfkN6Mr12Fwsn2ivFT { display:block; }#rAM1XVTEkwTGLDtfkN6Mr12Fwsn2ivFT > .row .container { width:20rem;height:108.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yU7ioPIuFq8eEFrgwiXW92NrDGArel6C { width:18.75rem;height:33.5625rem;top:0.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8RsqhUUrQOrnUi0WnKL7ofPGT5XDZKg { width:18.5rem;height:20.625rem;top:9.6249938011169rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #piNDIHM6JuBUDZ7VRkJTOzLfEqr3qi8l { width:16.25rem;height:1.625rem;top:2.4375rem;left:1.8750001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbZNPoV2oJ1aKx6VPK3LN5ph7vK2xE8P { width:16.25rem;height:1.8681625rem;top:4.75rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Un7wRUkLwE3mq32ROxe2XwqW2gm3xUsF { width:16.25rem;height:15.1953125rem;top:11.500001907349rem;left:1.8750001192093rem;display:block; }#Un7wRUkLwE3mq32ROxe2XwqW2gm3xUsF li:before{  }
 }@media only screen and (max-width: 763px) { #Qw0sf4CzDoGKTanFN8CmMoW8dRGQQ3hk { width:18.75rem;height:33.5625rem;top:35.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGIzg1SDmbCsUceTDvc7kDrRDK8biPEZ { width:18.5rem;height:18.75rem;top:44.8125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NcKtEpi7zTNvZyF4g4nWQ8Uw3IHeBJlk { width:16.25rem;height:15.1953125rem;top:47.1875rem;left:1.875rem;display:block; }#NcKtEpi7zTNvZyF4g4nWQ8Uw3IHeBJlk li:before{  }
 }@media only screen and (max-width: 763px) { #lUEwFn4IdiNcR0TaSazbKWaga4zT2zSM { width:16.25rem;height:1.8681625rem;top:40.5rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HId9qurMedBmc1MddOVDls3dvWJr5NmO { width:16.25rem;height:1.625rem;top:37.5625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ero5qyK4JSrbgrZxJUBmgCnPf9P3fCNh { width:18.75rem;height:33.5625rem;top:70.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2tlEBwlzD3feWUHqqPzgQ0JT8hocPwH { width:18.5rem;height:20.625rem;top:79.625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PcU6DLXuODTcD1xRNZmoHFLfJB5E9FCW { width:16.25rem;height:15.1953125rem;top:81.5rem;left:1.875rem;display:block; }#PcU6DLXuODTcD1xRNZmoHFLfJB5E9FCW li:before{  }
 }@media only screen and (max-width: 763px) { #px0PTUdZpZhiu5NemtPFMP5rTi6WOnDQ { width:16.25rem;height:1.8681625rem;top:75.3125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXG8r81M7AU7sbGnrq5bzPlF5TyCE6li { width:16.25rem;height:1.625rem;top:72.375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9Vfc7HTlw4HvSiqN10ViRrZKct0IAlp { width:20rem;height:1.29980625rem;top:105.95000076294rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NR43rNkfRkip13sfqbISkD8kSEWZCzDl { display:block; }#NR43rNkfRkip13sfqbISkD8kSEWZCzDl > .row .container { width:20rem;height:28.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TliTtERrFsS2GUTUIwW4wn1svvaGfQAJ { width:20rem;height:6.5rem;top:1.75rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ga9Ax4n0KJQFsVtHaS07ZcCgP4NUyLrD .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ga9Ax4n0KJQFsVtHaS07ZcCgP4NUyLrD .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ga9Ax4n0KJQFsVtHaS07ZcCgP4NUyLrD .widget-input-text {padding-top: 0; padding-bottom: 0;}#ga9Ax4n0KJQFsVtHaS07ZcCgP4NUyLrD .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ga9Ax4n0KJQFsVtHaS07ZcCgP4NUyLrD .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ga9Ax4n0KJQFsVtHaS07ZcCgP4NUyLrD .widget-input-select {padding-top: 0; padding-bottom: 0;}#ga9Ax4n0KJQFsVtHaS07ZcCgP4NUyLrD .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ga9Ax4n0KJQFsVtHaS07ZcCgP4NUyLrD .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ga9Ax4n0KJQFsVtHaS07ZcCgP4NUyLrD  { width:17.5rem;height:14.625rem;top:9.5rem;left:0rem; }
#ga9Ax4n0KJQFsVtHaS07ZcCgP4NUyLrD .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ga9Ax4n0KJQFsVtHaS07ZcCgP4NUyLrD {display:block;}#ga9Ax4n0KJQFsVtHaS07ZcCgP4NUyLrD { width:17.5rem;height:14.625rem;top:9.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ga9Ax4n0KJQFsVtHaS07ZcCgP4NUyLrD #dJdWq7zQ04gdEtyJIooUcOOWnmOcz9dT {  }
 }@media only screen and (max-width: 763px) { #ga9Ax4n0KJQFsVtHaS07ZcCgP4NUyLrD #rvwPJDqWR1wqLigREqvpgez2EWIHpeUZ {  }
 }@media only screen and (max-width: 763px) { #ga9Ax4n0KJQFsVtHaS07ZcCgP4NUyLrD #QnkGGwgkZeB4XwPfZ8bFFcVbI4xIFxHw {  }
 }@media only screen and (max-width: 763px) { #ga9Ax4n0KJQFsVtHaS07ZcCgP4NUyLrD #hXQSzMtyAptm05cPUkZCqyEqL8aTvHxx {  }
 }@media only screen and (max-width: 763px) { #ga9Ax4n0KJQFsVtHaS07ZcCgP4NUyLrD #GCrJNinMGHxVgLIJSkZzAbsU74l4Q355 {  }
 }@media only screen and (max-width: 763px) { #ga9Ax4n0KJQFsVtHaS07ZcCgP4NUyLrD #LXFk49ARxTBHLFryeqZ2pPOlVUabIu2U {  }
 }@media only screen and (max-width: 763px) { #ga9Ax4n0KJQFsVtHaS07ZcCgP4NUyLrD #Jsn6FUbJvi7n61ac2Siu3UDkPUVPTB9v {  }
 }@media only screen and (max-width: 763px) { #ga9Ax4n0KJQFsVtHaS07ZcCgP4NUyLrD #oZoBUI1feqXmf6WeK4f2JVV99SdsRln9 {  }
 }@media only screen and (max-width: 763px) { #ga9Ax4n0KJQFsVtHaS07ZcCgP4NUyLrD #FQKZ16ODSJMiV02ioZlxkB8Ly7BVSKiE {  }
 }@media only screen and (max-width: 763px) { #ga9Ax4n0KJQFsVtHaS07ZcCgP4NUyLrD #tskQvDUrKrz21aHpRoCztMRokoJSnRXT {  }
 }@media only screen and (max-width: 763px) { #ga9Ax4n0KJQFsVtHaS07ZcCgP4NUyLrD #HOL8izFkmoZE9ERy5qZyBXOP86pl4ZCm {  }
 }@media only screen and (max-width: 763px) { #mOkgDrNzvBAbsSNkxfVRI6kPnxfMUXyT { display:block; }#mOkgDrNzvBAbsSNkxfVRI6kPnxfMUXyT > .row .container { width:20rem;height:11.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SBVUpyOr3yoHDVrEFl5HF14i0FWKQsTo { width:13.125rem;height:4rem;top:1.25rem;left:3.4374998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkaXwA5q52aIBqskJ7kyOxvgcyI68Zkv { width:5rem;height:0.9746125rem;top:6.5rem;left:7.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBOEK4O8t6ssy50sq4Qm4gIlqzcidaEV { width:4.4375rem;height:1.4375rem;top:8.6875rem;left:7.75rem;display:block; }
 }