.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:241,235,222;--color-primary-1:208,188,146;--color-primary-2:160,120,36;--color-primary-3:80,60,18;--color-primary-4:24,18,5;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"raleway";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-4),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-tertiary-4),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:40rem;width:75rem;overflow:visible;position:relative;display:block; }#iE5DDKb5vghc7up2LUJ4GxiPX432vOZ5 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:42.125rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#Ti1TBQROuxkeBvZ5KvpOiJuek8owVIFv { position:relative;display:block; }#Ti1TBQROuxkeBvZ5KvpOiJuek8owVIFv { background-color: transparent; background-image: none; }#Ti1TBQROuxkeBvZ5KvpOiJuek8owVIFv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ti1TBQROuxkeBvZ5KvpOiJuek8owVIFv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ti1TBQROuxkeBvZ5KvpOiJuek8owVIFv > .row .container > .video-iframe-container { display: none; }#Ti1TBQROuxkeBvZ5KvpOiJuek8owVIFv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ti1TBQROuxkeBvZ5KvpOiJuek8owVIFv > .row > .video-iframe-container { display: none; }#Ti1TBQROuxkeBvZ5KvpOiJuek8owVIFv > .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); }#Ti1TBQROuxkeBvZ5KvpOiJuek8owVIFv { border-width: 0; border-radius: 0; }#Ti1TBQROuxkeBvZ5KvpOiJuek8owVIFv > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Ti1TBQROuxkeBvZ5KvpOiJuek8owVIFv > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:42.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#GwwxOw1Vm4C1li8uMhtTNJfbvIFXT31y { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:42.0625rem;width:75rem;top:0.0625rem;left:0rem;overflow:hidden;display:block; }
#GB1oR8TxBDwrKvxUxOVtOt1LifQ4bSsp { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:42.0625rem;width:75rem;top:41.625rem;left:0rem;overflow:hidden;display:block; }
#JDhPRQ36iKreTpeVto87gOkvSk4TCEMi { position:relative;display:block; }#JDhPRQ36iKreTpeVto87gOkvSk4TCEMi { background-color: transparent; background-image: none; }#JDhPRQ36iKreTpeVto87gOkvSk4TCEMi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JDhPRQ36iKreTpeVto87gOkvSk4TCEMi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JDhPRQ36iKreTpeVto87gOkvSk4TCEMi > .row .container > .video-iframe-container { display: none; }#JDhPRQ36iKreTpeVto87gOkvSk4TCEMi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JDhPRQ36iKreTpeVto87gOkvSk4TCEMi > .row > .video-iframe-container { display: none; }#JDhPRQ36iKreTpeVto87gOkvSk4TCEMi > .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); }#JDhPRQ36iKreTpeVto87gOkvSk4TCEMi { border-width: 0; border-radius: 0; }#JDhPRQ36iKreTpeVto87gOkvSk4TCEMi > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#JDhPRQ36iKreTpeVto87gOkvSk4TCEMi > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:38.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#rKwSKSHiRHzNDuFHvOtneyrxLJ2qTh3X { position:relative;display:block; }#rKwSKSHiRHzNDuFHvOtneyrxLJ2qTh3X { background-color: transparent; background-image: none; }#rKwSKSHiRHzNDuFHvOtneyrxLJ2qTh3X::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rKwSKSHiRHzNDuFHvOtneyrxLJ2qTh3X > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rKwSKSHiRHzNDuFHvOtneyrxLJ2qTh3X > .row .container > .video-iframe-container { display: none; }#rKwSKSHiRHzNDuFHvOtneyrxLJ2qTh3X > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rKwSKSHiRHzNDuFHvOtneyrxLJ2qTh3X > .row > .video-iframe-container { display: none; }#rKwSKSHiRHzNDuFHvOtneyrxLJ2qTh3X > .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); }#rKwSKSHiRHzNDuFHvOtneyrxLJ2qTh3X { border-width: 0; border-radius: 0; }#rKwSKSHiRHzNDuFHvOtneyrxLJ2qTh3X > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#rKwSKSHiRHzNDuFHvOtneyrxLJ2qTh3X > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:41.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TUCDyzXFusuM1AOoNOzaTxgd80wiVIsc { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:42.125rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#U8ryrroowHJVnyiJdePPGriykC2DymnM { position:relative;display:block; }#U8ryrroowHJVnyiJdePPGriykC2DymnM { background-color: transparent; background-image: none; }#U8ryrroowHJVnyiJdePPGriykC2DymnM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U8ryrroowHJVnyiJdePPGriykC2DymnM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U8ryrroowHJVnyiJdePPGriykC2DymnM > .row .container > .video-iframe-container { display: none; }#U8ryrroowHJVnyiJdePPGriykC2DymnM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U8ryrroowHJVnyiJdePPGriykC2DymnM > .row > .video-iframe-container { display: none; }#U8ryrroowHJVnyiJdePPGriykC2DymnM > .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); }#U8ryrroowHJVnyiJdePPGriykC2DymnM { border-width: 0; border-radius: 0; }#U8ryrroowHJVnyiJdePPGriykC2DymnM > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#U8ryrroowHJVnyiJdePPGriykC2DymnM > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;font-size:0.875rem;font-family:arial;height:42.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#FI2PATTiZ73TNNEsSilmZiRFIceJQVFF { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:42.0625rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#X8uinzr3FEGxpTAbPy0DhSRvVSrqU7RH { position:relative;display:block; }#X8uinzr3FEGxpTAbPy0DhSRvVSrqU7RH { background-color: transparent; background-image: none; }#X8uinzr3FEGxpTAbPy0DhSRvVSrqU7RH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X8uinzr3FEGxpTAbPy0DhSRvVSrqU7RH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X8uinzr3FEGxpTAbPy0DhSRvVSrqU7RH > .row .container > .video-iframe-container { display: none; }#X8uinzr3FEGxpTAbPy0DhSRvVSrqU7RH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X8uinzr3FEGxpTAbPy0DhSRvVSrqU7RH > .row > .video-iframe-container { display: none; }#X8uinzr3FEGxpTAbPy0DhSRvVSrqU7RH > .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); }#X8uinzr3FEGxpTAbPy0DhSRvVSrqU7RH { border-width: 0; border-radius: 0; }#X8uinzr3FEGxpTAbPy0DhSRvVSrqU7RH > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#X8uinzr3FEGxpTAbPy0DhSRvVSrqU7RH > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;font-size:0.875rem;font-family:arial;height:42.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#DPw6ye8ffGExR5btxxctdwg1D27h7FZQ { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:42.0625rem;width:75rem;top:-0.06982421875rem;left:0rem;overflow:hidden;display:block; }
#LRNZBINBgCLDrFOIWOlrducNNn0pTFcn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#LRNZBINBgCLDrFOIWOlrducNNn0pTFcn > .row .container { background-color: transparent; background-image: none; }#LRNZBINBgCLDrFOIWOlrducNNn0pTFcn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LRNZBINBgCLDrFOIWOlrducNNn0pTFcn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LRNZBINBgCLDrFOIWOlrducNNn0pTFcn > .row .container > .video-iframe-container { display: none; }#LRNZBINBgCLDrFOIWOlrducNNn0pTFcn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LRNZBINBgCLDrFOIWOlrducNNn0pTFcn > .row > .video-iframe-container { display: none; }#LRNZBINBgCLDrFOIWOlrducNNn0pTFcn > .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); }#LRNZBINBgCLDrFOIWOlrducNNn0pTFcn > .row .container { border-width: 0; border-radius: 0; }#LRNZBINBgCLDrFOIWOlrducNNn0pTFcn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LRNZBINBgCLDrFOIWOlrducNNn0pTFcn > .row .container { font-size:0.875rem;font-family:arial;height:58.3125rem;width:75rem;position:relative;display:block; }#BvZPp6EKi9y5FUUveFxV2OBUTusVSVFl { color:rgba(var(--color-tertiary-4),1);display:block;width:24.6875rem;position:absolute;font-family:"line seed sans th";font-size:2.1875rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:14.75rem;left:4rem;height:14.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DXSLoG9Xx6oaKwINWXrTHHRF3JaelHBt { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.875rem rgba(var(--color-tertiary-4),0.18) ;height:49.5rem;width:39.6875rem;top:5.125rem;left:31.375rem;display:block; }
#GcWXl62QBa3Aog3TvJkfW2FhQIFkeC24 .widget-form-header {  }
#GcWXl62QBa3Aog3TvJkfW2FhQIFkeC24 .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:35.3125rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#GcWXl62QBa3Aog3TvJkfW2FhQIFkeC24 .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:transparent;background-image:none;border-top:0.0625rem solid #094a7f;border-left:0.0625rem solid #094a7f;border-right:0.0625rem solid #094a7f;border-bottom:0.0625rem solid #094a7f;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:35.3125rem;box-sizing:border-box;height:2.5625rem;color:#0e0f10;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;font-weight:700;font-style:normal; }
#GcWXl62QBa3Aog3TvJkfW2FhQIFkeC24 .widget-input-text {padding-top: 0; padding-bottom: 0;}#GcWXl62QBa3Aog3TvJkfW2FhQIFkeC24 .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:transparent;background-image:none;border-top:0.0625rem solid #094a7f;border-left:0.0625rem solid #094a7f;border-right:0.0625rem solid #094a7f;border-bottom:0.0625rem solid #094a7f;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:35.3125rem;box-sizing:border-box;height:4.375rem;color:#0e0f10;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;font-weight:700;font-style:normal; }
#GcWXl62QBa3Aog3TvJkfW2FhQIFkeC24 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #094a7f;border-left:0.0625rem solid #094a7f;border-right:0.0625rem solid #094a7f;border-bottom:0.0625rem solid #094a7f;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:35.3125rem;box-sizing:border-box;height:2.5rem;color:#031149;font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;vertical-align:top; }
#GcWXl62QBa3Aog3TvJkfW2FhQIFkeC24 .widget-input-select {padding-top: 0; padding-bottom: 0;}#GcWXl62QBa3Aog3TvJkfW2FhQIFkeC24 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#GcWXl62QBa3Aog3TvJkfW2FhQIFkeC24 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#GcWXl62QBa3Aog3TvJkfW2FhQIFkeC24 .widget-input-button { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.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.375rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:35.3125rem;height:3.5rem;font-family:"line seed sans th";overflow:hidden; }
#GcWXl62QBa3Aog3TvJkfW2FhQIFkeC24 [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#GcWXl62QBa3Aog3TvJkfW2FhQIFkeC24 [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#GcWXl62QBa3Aog3TvJkfW2FhQIFkeC24 [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#GcWXl62QBa3Aog3TvJkfW2FhQIFkeC24 [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#GcWXl62QBa3Aog3TvJkfW2FhQIFkeC24 .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.875rem;font-weight:400;color:#031149;vertical-align:top;width:34.0625rem;overflow:hidden;font-style:normal;float:none; }
#GcWXl62QBa3Aog3TvJkfW2FhQIFkeC24 .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; }
#GcWXl62QBa3Aog3TvJkfW2FhQIFkeC24 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#GcWXl62QBa3Aog3TvJkfW2FhQIFkeC24 .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#GcWXl62QBa3Aog3TvJkfW2FhQIFkeC24 .widget-container:first-of-type{padding-top:0;}#GcWXl62QBa3Aog3TvJkfW2FhQIFkeC24 .widget-container:last-of-type{padding-bottom:0;}#GcWXl62QBa3Aog3TvJkfW2FhQIFkeC24  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:35.3125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15018;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:5.9375rem;left:32.375rem; }
#GcWXl62QBa3Aog3TvJkfW2FhQIFkeC24 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:35.3125rem;display:block;vertical-align:top; }
#GcWXl62QBa3Aog3TvJkfW2FhQIFkeC24 .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#GcWXl62QBa3Aog3TvJkfW2FhQIFkeC24 {display:block;}#GcWXl62QBa3Aog3TvJkfW2FhQIFkeC24 { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:35.3125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15018;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:5.9375rem;left:32.375rem; }
#GcWXl62QBa3Aog3TvJkfW2FhQIFkeC24 #vJTZZFTUctX8P7WnDmDp0hzdk8Gcqulk { position:relative; }
#GcWXl62QBa3Aog3TvJkfW2FhQIFkeC24 #KR0Dpe7rUeGsUGOIh5wDzX3RQKz5RzPs { position:relative;display:block; }
#GcWXl62QBa3Aog3TvJkfW2FhQIFkeC24 #MyIpQ9fsLRQr86O6JrAO1hP6ChXK8GCw { position:relative; }
#GcWXl62QBa3Aog3TvJkfW2FhQIFkeC24 #rXGnTsiuU9UfAMAhgDCAFelDhGNGHE4M { position:relative; }
#GcWXl62QBa3Aog3TvJkfW2FhQIFkeC24 #F6VTtpgkFPvEySnZpFxADnsTsi0hlGHE { position:relative;display:block; }
#GcWXl62QBa3Aog3TvJkfW2FhQIFkeC24 #oTOC9nwaLbNmcvLorR3Tdbmesb1mpoTy { position:relative; }
#GcWXl62QBa3Aog3TvJkfW2FhQIFkeC24 #smcO44hxdPv4TEZ9UBXW1zz4TvKa8Ao8 { position:relative; }
#GcWXl62QBa3Aog3TvJkfW2FhQIFkeC24 #TfkZhkvfJoBKT6X806lelQQBeSiVbAGQ { position:relative;display:block; }
#GcWXl62QBa3Aog3TvJkfW2FhQIFkeC24 #dR06az8TKSTNGvExThUfPbVfvRg0xy7T { position:relative; }
#GcWXl62QBa3Aog3TvJkfW2FhQIFkeC24 #nlCi2r8p6qXoD40a4oI2HWKwdaPaozo9 { position:relative; }
#GcWXl62QBa3Aog3TvJkfW2FhQIFkeC24 #sBzBCIXf1slK905N8FudSCP1r8LpopWa { position:relative;display:block; }
#GcWXl62QBa3Aog3TvJkfW2FhQIFkeC24 #wmSgnFTDuJZzNkaTdknZF49uq4LLMs8c { position:relative; }
#GcWXl62QBa3Aog3TvJkfW2FhQIFkeC24 #T3rX5vI9ZZ6ibsmBRJpHTZEVRUT0v92i { position:relative; }
#GcWXl62QBa3Aog3TvJkfW2FhQIFkeC24 #xEltlELAcuLXdy64JoDok9DHxx8phnzN { position:relative;display:block; }
#GcWXl62QBa3Aog3TvJkfW2FhQIFkeC24 #sQt9UtpVHXgR6LsZGqO92FF1rk1M2tQf { position:relative; }
#GcWXl62QBa3Aog3TvJkfW2FhQIFkeC24 #ec1KMI3FLb1SLRnACPmaybWoRgO6Booa { position:relative; }
#GcWXl62QBa3Aog3TvJkfW2FhQIFkeC24 #gH1ktzqF141MFLf3C5AT8rJo6NskRiPE { position:relative;display:block; }
#GcWXl62QBa3Aog3TvJkfW2FhQIFkeC24 #lbTxxcx451uBWBctCbEN1n92m0LgiXHV { position:relative; }
#GcWXl62QBa3Aog3TvJkfW2FhQIFkeC24 #TvS1v36XccLufqHCWf7fcakLRK5FoF6X { position:relative; }
#GcWXl62QBa3Aog3TvJkfW2FhQIFkeC24 #UFG3K9dUiOZadi8m1eO2wgLMeTzDQHTA { position:relative;display:none; }
#GcWXl62QBa3Aog3TvJkfW2FhQIFkeC24 #hSvs8RFRnlD75DpsxBu6tbsiavTq90Ui { position:relative; }
#GcWXl62QBa3Aog3TvJkfW2FhQIFkeC24 #yXnTxWueK3zrXTfqlNruVaT1e0OTXiyx { position:relative; }
#GcWXl62QBa3Aog3TvJkfW2FhQIFkeC24 #tkDBLiM0N9Ih71mVQ4ZNgboxUML8gDkf { position:relative;z-index:2; }
#GcWXl62QBa3Aog3TvJkfW2FhQIFkeC24 #sNvCDSF6LuwpyHtubHUzxEI0UPS026Cu { position:relative; }
#GcWXl62QBa3Aog3TvJkfW2FhQIFkeC24 #Rbmbia0ndtiFk207MIQztsZvL2mcxXvI { position:relative; }
#GcWXl62QBa3Aog3TvJkfW2FhQIFkeC24 #x5Kkpmfya1ci4WaKJr4WBty26XGMdBF8 { position:relative;z-index:2; }
#GcWXl62QBa3Aog3TvJkfW2FhQIFkeC24 #nkP30v3oSGtIxz5xsS2K8v8AV54X2iWr { position:relative; }
#GcWXl62QBa3Aog3TvJkfW2FhQIFkeC24 #t88kLELmndJ2NGJrfFCP16e30DTEuhcZ { position:relative; }
#GcWXl62QBa3Aog3TvJkfW2FhQIFkeC24 #UkkqXByxO5zqqToWt4clMl8RJ6FVVvg3 { position:relative;z-index:2; }
#GcWXl62QBa3Aog3TvJkfW2FhQIFkeC24 #oGLCyoh28HhyRSiFbb4KQxzwLkPke6To { position:relative; }
#GcWXl62QBa3Aog3TvJkfW2FhQIFkeC24 #R4XZBpvglw1SM5Done4ibfsc95RoOuTr { position:relative; }
#GcWXl62QBa3Aog3TvJkfW2FhQIFkeC24 #COSAJWJX2MWAxxHyNzZVU9LdPP1SbI5g { position:relative;z-index:2; }
#GcWXl62QBa3Aog3TvJkfW2FhQIFkeC24 #PNFId8rdkvcVIT2pqHkDFsUuH5FAEPzq { position:relative; }
#GcWXl62QBa3Aog3TvJkfW2FhQIFkeC24 #CtVnTJRaTmuF1TIFsMTRewE3L58ynGZz { position:relative; }
#GcWXl62QBa3Aog3TvJkfW2FhQIFkeC24 #mJaypPEsHRBEtpsQWaBCCbWO5DzA1hvy { position:relative;z-index:2; }
#GcWXl62QBa3Aog3TvJkfW2FhQIFkeC24 #TJ9osTdXEXn98m4zcFvCmZoAQTlzdvMx { position:relative; }
#aVC9KAT5bxxa3i9fzn8kZBgKwxXJ7VLV { position:relative;display:block; }
#VhJJGQcar3dcTuf8SKLlNJzUqU8SpZ2y { position:relative;display:block; }
#nhdgoLy33G73Ap7zvGxOZKktSAG4KQ9A { position:relative;display:block; }
#pTqUaZ6VliK7eFgLGwvnIwPNP10B5HTQ { position:relative;display:block; }
#GcWXl62QBa3Aog3TvJkfW2FhQIFkeC24 #uugToDG4bcx2qQTWiGcpoHgkQXfny2nH { position:relative; }
#GcWXl62QBa3Aog3TvJkfW2FhQIFkeC24 #HnXnuBhHA2VnT83tqKIdTs8dSwaGWZmH { position:relative; }
#byaGrmrIhLpW1fJ5y9kcl4gSgWd2Olhd .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#byaGrmrIhLpW1fJ5y9kcl4gSgWd2Olhd .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0.60125rem;padding-right:0.535625rem;padding-bottom:0.60125rem;padding-left:0.535625rem;display:block;align-items:center;width:3.214375rem;min-width:3.214375rem;height:3.230625rem;position:relative;font-family:"open sans";font-size:2.404375rem;font-weight:700;line-height:51.69px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#byaGrmrIhLpW1fJ5y9kcl4gSgWd2Olhd .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-4),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.375625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.285rem;height:1.2775rem;position:relative;font-family:"open sans";font-size:0.901875rem;font-weight:400;line-height:20.44px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#byaGrmrIhLpW1fJ5y9kcl4gSgWd2Olhd { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#ffffff;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:21.125rem;height:6.08625rem;padding-top:0.75125rem;padding-right:0.765rem;padding-bottom:0.75125rem;padding-left:0.765rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:5.125rem;left:4rem;z-index:15019; }
#byaGrmrIhLpW1fJ5y9kcl4gSgWd2Olhd #onKdotZpKpRLkCBGqSsQSAO1L3BTsoLb { display:flex;position:relative;top:0rem;left:0rem; }
#byaGrmrIhLpW1fJ5y9kcl4gSgWd2Olhd #hlfpG00JIVu6J4MNs8pBBtkUTpUwII8W { width:auto; }
#byaGrmrIhLpW1fJ5y9kcl4gSgWd2Olhd #WrHWTRGX9S0TylulwOPnMEvCyLqOvo5C {  }
#byaGrmrIhLpW1fJ5y9kcl4gSgWd2Olhd #Tq5hcwlEh5TAJnrG23KMDQesLsfSRelu { display:flex;position:relative;top:0rem;left:0rem; }
#byaGrmrIhLpW1fJ5y9kcl4gSgWd2Olhd #rh77cm5cfAUELWyxgNLI2rnP63mZc4IS {  }
#byaGrmrIhLpW1fJ5y9kcl4gSgWd2Olhd #JM5iLTaDSB9R6wEw0ElOtrpGw3gVqxMg {  }
#byaGrmrIhLpW1fJ5y9kcl4gSgWd2Olhd #cz0WVnB4gX4LeOngUbIudWq71MtJe3Qe { display:flex;position:relative;top:0rem;left:0rem; }
#byaGrmrIhLpW1fJ5y9kcl4gSgWd2Olhd #eW85rAQZesIhmaIE1lWDVfAOWg8tbDz0 {  }
#byaGrmrIhLpW1fJ5y9kcl4gSgWd2Olhd #EDxThVZLSfeG8tIUHQytAzCDJ5RwTZLm {  }
#byaGrmrIhLpW1fJ5y9kcl4gSgWd2Olhd #sfC4UR6zvtODkHWVn33sDv4ZOTU1Tpf6 { display:flex;position:relative;top:0rem;left:0rem; }
#byaGrmrIhLpW1fJ5y9kcl4gSgWd2Olhd #O7C1y1vXeDmIHfgFotMtXaG5OOwfhCGb {  }
#byaGrmrIhLpW1fJ5y9kcl4gSgWd2Olhd #q5D6U1gSfMa0KcN1x9hTLt78QsAypJnq {  }
#y8JOOUpX47ptHMv8qUkICf2QMsVT8fVh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#414141;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; }#y8JOOUpX47ptHMv8qUkICf2QMsVT8fVh > .row .container { background-color: transparent; background-image: none; }#y8JOOUpX47ptHMv8qUkICf2QMsVT8fVh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y8JOOUpX47ptHMv8qUkICf2QMsVT8fVh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y8JOOUpX47ptHMv8qUkICf2QMsVT8fVh > .row .container > .video-iframe-container { display: none; }#y8JOOUpX47ptHMv8qUkICf2QMsVT8fVh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y8JOOUpX47ptHMv8qUkICf2QMsVT8fVh > .row > .video-iframe-container { display: none; }#y8JOOUpX47ptHMv8qUkICf2QMsVT8fVh > .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); }#y8JOOUpX47ptHMv8qUkICf2QMsVT8fVh > .row .container { border-width: 0; border-radius: 0; }#y8JOOUpX47ptHMv8qUkICf2QMsVT8fVh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#y8JOOUpX47ptHMv8qUkICf2QMsVT8fVh > .row .container { font-size:0.875rem;font-family:arial;height:22.0625rem;width:75rem;position:relative;display:block; }#TF6RJ9RA6OAQ5d1xDffmEyxAqotw623B { color:rgba(var(--color-tertiary-0),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:19.2861328125rem;left:55.8125rem;height:0.9746125rem;text-align:right;text-align-last:right;display:block; }
#Mxd3rcFnDeUXaI9IUuoyVHUkWSNGLWHl { color:rgba(var(--color-tertiary-0),1);display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:18.25rem;left:2rem;height:1.94921875rem;display:block; }
#x3Wr3D3MfPCl9s11VVfC2vVGS4zdclQi { color:rgba(var(--color-tertiary-0),1);display:block;width:27.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:5.375rem;left:2rem;height:1.29980625rem;display:block; }
#LncA1b8QgUKh9D3X6uG8u5TWnr0JpTk0 { position:absolute;display:block;z-index:15016;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.5rem;width:6.875rem;top:1.875rem;left:2rem;overflow:hidden;display:block; }
#WHIo4xkgL3bD25DKXkNQxSB3Bmb9GDtn { color:rgba(var(--color-tertiary-0),1);display:block;width:18.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:9.625rem;left:2rem;height:2.5996125rem;text-align:left;text-align-last:left;display:block; }
#by62L5K7MSlM2AidwiWAGdPp6DFGRQRE { color:rgba(var(--color-tertiary-0),1);display:block;width:29.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:8.3125rem;left:2rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ICsAsyaHIAp6W6TSGWo1onhqwiUNpdWk { color:rgba(var(--color-tertiary-0),1);display:block;width:29.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:13.5rem;left:2rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#p7a8NTZ3HOvCUrfPIFdWM8TK7JKtZMJP { color:rgba(var(--color-tertiary-0),1);display:block;width:20.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:14.8125rem;left:2rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iE5DDKb5vghc7up2LUJ4GxiPX432vOZ5 { top:0rem;left:0rem;width:47.75rem;height:26.819583333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ti1TBQROuxkeBvZ5KvpOiJuek8owVIFv { display:block; }#Ti1TBQROuxkeBvZ5KvpOiJuek8owVIFv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GwwxOw1Vm4C1li8uMhtTNJfbvIFXT31y { top:0.0625rem;left:0rem;width:47.75rem;height:26.779791666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #GB1oR8TxBDwrKvxUxOVtOt1LifQ4bSsp { top:41.625rem;left:0rem;width:47.75rem;height:26.779791666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDhPRQ36iKreTpeVto87gOkvSk4TCEMi { display:block; }#JDhPRQ36iKreTpeVto87gOkvSk4TCEMi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rKwSKSHiRHzNDuFHvOtneyrxLJ2qTh3X { display:block; }#rKwSKSHiRHzNDuFHvOtneyrxLJ2qTh3X > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TUCDyzXFusuM1AOoNOzaTxgd80wiVIsc { top:0rem;left:0rem;width:47.75rem;height:26.819583333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8ryrroowHJVnyiJdePPGriykC2DymnM { display:block; }#U8ryrroowHJVnyiJdePPGriykC2DymnM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FI2PATTiZ73TNNEsSilmZiRFIceJQVFF { top:0rem;left:0rem;width:47.75rem;height:26.779791666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8uinzr3FEGxpTAbPy0DhSRvVSrqU7RH { display:block; }#X8uinzr3FEGxpTAbPy0DhSRvVSrqU7RH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DPw6ye8ffGExR5btxxctdwg1D27h7FZQ { top:-0.0625rem;left:0rem;width:47.75rem;height:26.779791666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRNZBINBgCLDrFOIWOlrducNNn0pTFcn { display:block; }#LRNZBINBgCLDrFOIWOlrducNNn0pTFcn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BvZPp6EKi9y5FUUveFxV2OBUTusVSVFl { top:14.75rem;left:0rem;width:24.6875rem;height:14.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXSLoG9Xx6oaKwINWXrTHHRF3JaelHBt { top:5.125rem;left:8.0625rem;width:39.6875rem;height:49.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GcWXl62QBa3Aog3TvJkfW2FhQIFkeC24 .widget-regular-label { width:35.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#GcWXl62QBa3Aog3TvJkfW2FhQIFkeC24 .widget-input-text { width:35.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GcWXl62QBa3Aog3TvJkfW2FhQIFkeC24 .widget-input-text {padding-top: 0; padding-bottom: 0;}#GcWXl62QBa3Aog3TvJkfW2FhQIFkeC24 .widget-textarea { width:35.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GcWXl62QBa3Aog3TvJkfW2FhQIFkeC24 .widget-input-select { width:35.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GcWXl62QBa3Aog3TvJkfW2FhQIFkeC24 .widget-input-select {padding-top: 0; padding-bottom: 0;}#GcWXl62QBa3Aog3TvJkfW2FhQIFkeC24 .widget-input-button { width:35.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GcWXl62QBa3Aog3TvJkfW2FhQIFkeC24 .widget-checkbox-label { width:34.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#GcWXl62QBa3Aog3TvJkfW2FhQIFkeC24  { width:35.3125rem;height:auto;top:5.9375rem;left:9.9375rem; }
#GcWXl62QBa3Aog3TvJkfW2FhQIFkeC24 .radio-container { width:35.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GcWXl62QBa3Aog3TvJkfW2FhQIFkeC24 {display:block;}#GcWXl62QBa3Aog3TvJkfW2FhQIFkeC24 { width:35.3125rem;height:auto;top:5.9375rem;left:9.9375rem; }
 }@media only screen and (max-width: 763px) { #GcWXl62QBa3Aog3TvJkfW2FhQIFkeC24 #vJTZZFTUctX8P7WnDmDp0hzdk8Gcqulk {  }
 }@media only screen and (max-width: 763px) { #GcWXl62QBa3Aog3TvJkfW2FhQIFkeC24 #KR0Dpe7rUeGsUGOIh5wDzX3RQKz5RzPs { display:none; }
 }@media only screen and (max-width: 763px) { #GcWXl62QBa3Aog3TvJkfW2FhQIFkeC24 #MyIpQ9fsLRQr86O6JrAO1hP6ChXK8GCw {  }
 }@media only screen and (max-width: 763px) { #GcWXl62QBa3Aog3TvJkfW2FhQIFkeC24 #rXGnTsiuU9UfAMAhgDCAFelDhGNGHE4M {  }
 }@media only screen and (max-width: 763px) { #GcWXl62QBa3Aog3TvJkfW2FhQIFkeC24 #F6VTtpgkFPvEySnZpFxADnsTsi0hlGHE { display:none; }
 }@media only screen and (max-width: 763px) { #GcWXl62QBa3Aog3TvJkfW2FhQIFkeC24 #oTOC9nwaLbNmcvLorR3Tdbmesb1mpoTy {  }
 }@media only screen and (max-width: 763px) { #GcWXl62QBa3Aog3TvJkfW2FhQIFkeC24 #smcO44hxdPv4TEZ9UBXW1zz4TvKa8Ao8 {  }
 }@media only screen and (max-width: 763px) { #GcWXl62QBa3Aog3TvJkfW2FhQIFkeC24 #TfkZhkvfJoBKT6X806lelQQBeSiVbAGQ {  }
 }@media only screen and (max-width: 763px) { #GcWXl62QBa3Aog3TvJkfW2FhQIFkeC24 #dR06az8TKSTNGvExThUfPbVfvRg0xy7T {  }
 }@media only screen and (max-width: 763px) { #GcWXl62QBa3Aog3TvJkfW2FhQIFkeC24 #nlCi2r8p6qXoD40a4oI2HWKwdaPaozo9 {  }
 }@media only screen and (max-width: 763px) { #GcWXl62QBa3Aog3TvJkfW2FhQIFkeC24 #sBzBCIXf1slK905N8FudSCP1r8LpopWa {  }
 }@media only screen and (max-width: 763px) { #GcWXl62QBa3Aog3TvJkfW2FhQIFkeC24 #wmSgnFTDuJZzNkaTdknZF49uq4LLMs8c {  }
 }@media only screen and (max-width: 763px) { #GcWXl62QBa3Aog3TvJkfW2FhQIFkeC24 #T3rX5vI9ZZ6ibsmBRJpHTZEVRUT0v92i {  }
 }@media only screen and (max-width: 763px) { #GcWXl62QBa3Aog3TvJkfW2FhQIFkeC24 #xEltlELAcuLXdy64JoDok9DHxx8phnzN {  }
 }@media only screen and (max-width: 763px) { #GcWXl62QBa3Aog3TvJkfW2FhQIFkeC24 #sQt9UtpVHXgR6LsZGqO92FF1rk1M2tQf {  }
 }@media only screen and (max-width: 763px) { #GcWXl62QBa3Aog3TvJkfW2FhQIFkeC24 #ec1KMI3FLb1SLRnACPmaybWoRgO6Booa {  }
 }@media only screen and (max-width: 763px) { #GcWXl62QBa3Aog3TvJkfW2FhQIFkeC24 #gH1ktzqF141MFLf3C5AT8rJo6NskRiPE {  }
 }@media only screen and (max-width: 763px) { #GcWXl62QBa3Aog3TvJkfW2FhQIFkeC24 #lbTxxcx451uBWBctCbEN1n92m0LgiXHV {  }
 }@media only screen and (max-width: 763px) { #GcWXl62QBa3Aog3TvJkfW2FhQIFkeC24 #TvS1v36XccLufqHCWf7fcakLRK5FoF6X {  }
 }@media only screen and (max-width: 763px) { #GcWXl62QBa3Aog3TvJkfW2FhQIFkeC24 #UFG3K9dUiOZadi8m1eO2wgLMeTzDQHTA {  }
 }@media only screen and (max-width: 763px) { #GcWXl62QBa3Aog3TvJkfW2FhQIFkeC24 #hSvs8RFRnlD75DpsxBu6tbsiavTq90Ui {  }
 }@media only screen and (max-width: 763px) { #GcWXl62QBa3Aog3TvJkfW2FhQIFkeC24 #yXnTxWueK3zrXTfqlNruVaT1e0OTXiyx {  }
 }@media only screen and (max-width: 763px) { #GcWXl62QBa3Aog3TvJkfW2FhQIFkeC24 #tkDBLiM0N9Ih71mVQ4ZNgboxUML8gDkf {  }
 }@media only screen and (max-width: 763px) { #GcWXl62QBa3Aog3TvJkfW2FhQIFkeC24 #sNvCDSF6LuwpyHtubHUzxEI0UPS026Cu {  }
 }@media only screen and (max-width: 763px) { #GcWXl62QBa3Aog3TvJkfW2FhQIFkeC24 #Rbmbia0ndtiFk207MIQztsZvL2mcxXvI {  }
 }@media only screen and (max-width: 763px) { #GcWXl62QBa3Aog3TvJkfW2FhQIFkeC24 #x5Kkpmfya1ci4WaKJr4WBty26XGMdBF8 {  }
 }@media only screen and (max-width: 763px) { #GcWXl62QBa3Aog3TvJkfW2FhQIFkeC24 #nkP30v3oSGtIxz5xsS2K8v8AV54X2iWr {  }
 }@media only screen and (max-width: 763px) { #GcWXl62QBa3Aog3TvJkfW2FhQIFkeC24 #t88kLELmndJ2NGJrfFCP16e30DTEuhcZ {  }
 }@media only screen and (max-width: 763px) { #GcWXl62QBa3Aog3TvJkfW2FhQIFkeC24 #UkkqXByxO5zqqToWt4clMl8RJ6FVVvg3 {  }
 }@media only screen and (max-width: 763px) { #GcWXl62QBa3Aog3TvJkfW2FhQIFkeC24 #oGLCyoh28HhyRSiFbb4KQxzwLkPke6To {  }
 }@media only screen and (max-width: 763px) { #GcWXl62QBa3Aog3TvJkfW2FhQIFkeC24 #R4XZBpvglw1SM5Done4ibfsc95RoOuTr {  }
 }@media only screen and (max-width: 763px) { #GcWXl62QBa3Aog3TvJkfW2FhQIFkeC24 #COSAJWJX2MWAxxHyNzZVU9LdPP1SbI5g {  }
 }@media only screen and (max-width: 763px) { #GcWXl62QBa3Aog3TvJkfW2FhQIFkeC24 #PNFId8rdkvcVIT2pqHkDFsUuH5FAEPzq {  }
 }@media only screen and (max-width: 763px) { #GcWXl62QBa3Aog3TvJkfW2FhQIFkeC24 #CtVnTJRaTmuF1TIFsMTRewE3L58ynGZz {  }
 }@media only screen and (max-width: 763px) { #GcWXl62QBa3Aog3TvJkfW2FhQIFkeC24 #mJaypPEsHRBEtpsQWaBCCbWO5DzA1hvy {  }
 }@media only screen and (max-width: 763px) { #GcWXl62QBa3Aog3TvJkfW2FhQIFkeC24 #TJ9osTdXEXn98m4zcFvCmZoAQTlzdvMx {  }
 }@media only screen and (max-width: 763px) { #aVC9KAT5bxxa3i9fzn8kZBgKwxXJ7VLV { display:block; }
 }@media only screen and (max-width: 763px) { #VhJJGQcar3dcTuf8SKLlNJzUqU8SpZ2y { display:block; }
 }@media only screen and (max-width: 763px) { #nhdgoLy33G73Ap7zvGxOZKktSAG4KQ9A { display:block; }
 }@media only screen and (max-width: 763px) { #pTqUaZ6VliK7eFgLGwvnIwPNP10B5HTQ { display:block; }
 }@media only screen and (max-width: 763px) { #GcWXl62QBa3Aog3TvJkfW2FhQIFkeC24 #uugToDG4bcx2qQTWiGcpoHgkQXfny2nH {  }
 }@media only screen and (max-width: 763px) { #GcWXl62QBa3Aog3TvJkfW2FhQIFkeC24 #HnXnuBhHA2VnT83tqKIdTs8dSwaGWZmH {  }
 }@media only screen and (max-width: 763px) { #byaGrmrIhLpW1fJ5y9kcl4gSgWd2Olhd .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#byaGrmrIhLpW1fJ5y9kcl4gSgWd2Olhd .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#byaGrmrIhLpW1fJ5y9kcl4gSgWd2Olhd .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#byaGrmrIhLpW1fJ5y9kcl4gSgWd2Olhd { display:flex;width:18rem;height:5.0625rem;top:2.1875rem;left:14.25rem; }
 }@media only screen and (max-width: 763px) { #byaGrmrIhLpW1fJ5y9kcl4gSgWd2Olhd #onKdotZpKpRLkCBGqSsQSAO1L3BTsoLb { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #byaGrmrIhLpW1fJ5y9kcl4gSgWd2Olhd #hlfpG00JIVu6J4MNs8pBBtkUTpUwII8W {  }
 }@media only screen and (max-width: 763px) { #byaGrmrIhLpW1fJ5y9kcl4gSgWd2Olhd #WrHWTRGX9S0TylulwOPnMEvCyLqOvo5C {  }
 }@media only screen and (max-width: 763px) { #byaGrmrIhLpW1fJ5y9kcl4gSgWd2Olhd #Tq5hcwlEh5TAJnrG23KMDQesLsfSRelu { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #byaGrmrIhLpW1fJ5y9kcl4gSgWd2Olhd #rh77cm5cfAUELWyxgNLI2rnP63mZc4IS {  }
 }@media only screen and (max-width: 763px) { #byaGrmrIhLpW1fJ5y9kcl4gSgWd2Olhd #JM5iLTaDSB9R6wEw0ElOtrpGw3gVqxMg {  }
 }@media only screen and (max-width: 763px) { #byaGrmrIhLpW1fJ5y9kcl4gSgWd2Olhd #cz0WVnB4gX4LeOngUbIudWq71MtJe3Qe { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #byaGrmrIhLpW1fJ5y9kcl4gSgWd2Olhd #eW85rAQZesIhmaIE1lWDVfAOWg8tbDz0 {  }
 }@media only screen and (max-width: 763px) { #byaGrmrIhLpW1fJ5y9kcl4gSgWd2Olhd #EDxThVZLSfeG8tIUHQytAzCDJ5RwTZLm {  }
 }@media only screen and (max-width: 763px) { #byaGrmrIhLpW1fJ5y9kcl4gSgWd2Olhd #sfC4UR6zvtODkHWVn33sDv4ZOTU1Tpf6 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #byaGrmrIhLpW1fJ5y9kcl4gSgWd2Olhd #O7C1y1vXeDmIHfgFotMtXaG5OOwfhCGb {  }
 }@media only screen and (max-width: 763px) { #byaGrmrIhLpW1fJ5y9kcl4gSgWd2Olhd #q5D6U1gSfMa0KcN1x9hTLt78QsAypJnq {  }
 }@media only screen and (max-width: 763px) { #y8JOOUpX47ptHMv8qUkICf2QMsVT8fVh { display:block; }#y8JOOUpX47ptHMv8qUkICf2QMsVT8fVh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TF6RJ9RA6OAQ5d1xDffmEyxAqotw623B { top:19.25rem;left:31.1875rem;width:16.5625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mxd3rcFnDeUXaI9IUuoyVHUkWSNGLWHl { top:18.25rem;left:0rem;width:30rem;height:1.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3Wr3D3MfPCl9s11VVfC2vVGS4zdclQi { top:5.375rem;left:0rem;width:27.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LncA1b8QgUKh9D3X6uG8u5TWnr0JpTk0 { top:1.875rem;left:0rem;width:6.875rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHIo4xkgL3bD25DKXkNQxSB3Bmb9GDtn { top:9.625rem;left:0rem;width:18.625rem;height:2.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #by62L5K7MSlM2AidwiWAGdPp6DFGRQRE { top:8.3125rem;left:0rem;width:29.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICsAsyaHIAp6W6TSGWo1onhqwiUNpdWk { top:13.5rem;left:0rem;width:29.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7a8NTZ3HOvCUrfPIFdWM8TK7JKtZMJP { top:14.8125rem;left:0rem;width:20.8125rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:12.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iE5DDKb5vghc7up2LUJ4GxiPX432vOZ5 { width:19.75rem;height:11.0625rem;top:1.25rem;left:-0.13553734113148rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ti1TBQROuxkeBvZ5KvpOiJuek8owVIFv { display:block; }#Ti1TBQROuxkeBvZ5KvpOiJuek8owVIFv { background-color: transparent; background-image: none; }#Ti1TBQROuxkeBvZ5KvpOiJuek8owVIFv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ti1TBQROuxkeBvZ5KvpOiJuek8owVIFv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ti1TBQROuxkeBvZ5KvpOiJuek8owVIFv > .row .container > .video-iframe-container { display: none; }#Ti1TBQROuxkeBvZ5KvpOiJuek8owVIFv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ti1TBQROuxkeBvZ5KvpOiJuek8owVIFv > .row > .video-iframe-container { display: none; }#Ti1TBQROuxkeBvZ5KvpOiJuek8owVIFv > .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); }#Ti1TBQROuxkeBvZ5KvpOiJuek8owVIFv > .row .container { width:20rem;height:22.6875rem;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GwwxOw1Vm4C1li8uMhtTNJfbvIFXT31y { width:19.875rem;height:11.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GB1oR8TxBDwrKvxUxOVtOt1LifQ4bSsp { width:19.75rem;height:11.0625rem;top:11.625rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDhPRQ36iKreTpeVto87gOkvSk4TCEMi { background-color:rgba(var(--color-tertiary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JDhPRQ36iKreTpeVto87gOkvSk4TCEMi > .row .container { background-color: transparent; background-image: none; }#JDhPRQ36iKreTpeVto87gOkvSk4TCEMi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JDhPRQ36iKreTpeVto87gOkvSk4TCEMi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JDhPRQ36iKreTpeVto87gOkvSk4TCEMi > .row .container > .video-iframe-container { display: none; }#JDhPRQ36iKreTpeVto87gOkvSk4TCEMi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JDhPRQ36iKreTpeVto87gOkvSk4TCEMi > .row > .video-iframe-container { display: none; }#JDhPRQ36iKreTpeVto87gOkvSk4TCEMi > .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); }#JDhPRQ36iKreTpeVto87gOkvSk4TCEMi > .row .container { border-width: 0; border-radius: 0; }#JDhPRQ36iKreTpeVto87gOkvSk4TCEMi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JDhPRQ36iKreTpeVto87gOkvSk4TCEMi > .row .container { width:20rem;height:0.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rKwSKSHiRHzNDuFHvOtneyrxLJ2qTh3X { display:block; }#rKwSKSHiRHzNDuFHvOtneyrxLJ2qTh3X { background-color: transparent; background-image: none; }#rKwSKSHiRHzNDuFHvOtneyrxLJ2qTh3X::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rKwSKSHiRHzNDuFHvOtneyrxLJ2qTh3X > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rKwSKSHiRHzNDuFHvOtneyrxLJ2qTh3X > .row .container > .video-iframe-container { display: none; }#rKwSKSHiRHzNDuFHvOtneyrxLJ2qTh3X > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rKwSKSHiRHzNDuFHvOtneyrxLJ2qTh3X > .row > .video-iframe-container { display: none; }#rKwSKSHiRHzNDuFHvOtneyrxLJ2qTh3X > .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); }#rKwSKSHiRHzNDuFHvOtneyrxLJ2qTh3X > .row .container { width:20rem;height:11.5rem;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TUCDyzXFusuM1AOoNOzaTxgd80wiVIsc { width:20rem;height:11.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8ryrroowHJVnyiJdePPGriykC2DymnM { background-color:rgba(var(--color-tertiary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#U8ryrroowHJVnyiJdePPGriykC2DymnM > .row .container { background-color: transparent; background-image: none; }#U8ryrroowHJVnyiJdePPGriykC2DymnM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U8ryrroowHJVnyiJdePPGriykC2DymnM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U8ryrroowHJVnyiJdePPGriykC2DymnM > .row .container > .video-iframe-container { display: none; }#U8ryrroowHJVnyiJdePPGriykC2DymnM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U8ryrroowHJVnyiJdePPGriykC2DymnM > .row > .video-iframe-container { display: none; }#U8ryrroowHJVnyiJdePPGriykC2DymnM > .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); }#U8ryrroowHJVnyiJdePPGriykC2DymnM > .row .container { border-width: 0; border-radius: 0; }#U8ryrroowHJVnyiJdePPGriykC2DymnM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#U8ryrroowHJVnyiJdePPGriykC2DymnM > .row .container { width:20rem;height:11.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FI2PATTiZ73TNNEsSilmZiRFIceJQVFF { width:20rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8uinzr3FEGxpTAbPy0DhSRvVSrqU7RH { display:block; }#X8uinzr3FEGxpTAbPy0DhSRvVSrqU7RH > .row .container { width:20rem;height:11.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DPw6ye8ffGExR5btxxctdwg1D27h7FZQ { width:20rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRNZBINBgCLDrFOIWOlrducNNn0pTFcn { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000131, rgba(0,51,246,0.28));background-image: -moz-linear-gradient(180deg, #000131, rgba(0,51,246,0.28));background-image: -ms-linear-gradient(180deg, #000131, rgba(0,51,246,0.28));background-image: -o-linear-gradient(180deg, #000131, rgba(0,51,246,0.28));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000131', endColorstr='#0033f647' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000131', endColorstr='#0033f647' );";background-image: linear-gradient(180deg, #000131, rgba(0,51,246,0.28));background-size:auto !important;display:block; }#LRNZBINBgCLDrFOIWOlrducNNn0pTFcn > .row .container { background-color: transparent; background-image: none; }#LRNZBINBgCLDrFOIWOlrducNNn0pTFcn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LRNZBINBgCLDrFOIWOlrducNNn0pTFcn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LRNZBINBgCLDrFOIWOlrducNNn0pTFcn > .row .container > .video-iframe-container { display: none; }#LRNZBINBgCLDrFOIWOlrducNNn0pTFcn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LRNZBINBgCLDrFOIWOlrducNNn0pTFcn > .row > .video-iframe-container { display: none; }#LRNZBINBgCLDrFOIWOlrducNNn0pTFcn > .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); }#LRNZBINBgCLDrFOIWOlrducNNn0pTFcn > .row .container { width:20rem;height:78.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BvZPp6EKi9y5FUUveFxV2OBUTusVSVFl { width:18.9995rem;height:10.3125rem;top:2.3076171875rem;left:0.4990234375rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DXSLoG9Xx6oaKwINWXrTHHRF3JaelHBt { width:19.875rem;height:50.9375rem;top:25.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GcWXl62QBa3Aog3TvJkfW2FhQIFkeC24 .widget-regular-label { width:17.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#GcWXl62QBa3Aog3TvJkfW2FhQIFkeC24 .widget-input-text { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.875rem;overflow:hidden;line-height:1.2; }
#GcWXl62QBa3Aog3TvJkfW2FhQIFkeC24 .widget-input-text {padding-top: 0; padding-bottom: 0;}#GcWXl62QBa3Aog3TvJkfW2FhQIFkeC24 .widget-textarea { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.875rem;overflow:hidden;line-height:1.2; }
#GcWXl62QBa3Aog3TvJkfW2FhQIFkeC24 .widget-input-select { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-family:"line seed sans th"; }
#GcWXl62QBa3Aog3TvJkfW2FhQIFkeC24 .widget-input-select {padding-top: 0; padding-bottom: 0;}#GcWXl62QBa3Aog3TvJkfW2FhQIFkeC24 .widget-input-button { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.9375rem;overflow:hidden; }
#GcWXl62QBa3Aog3TvJkfW2FhQIFkeC24 .widget-checkbox-label { width:16rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#GcWXl62QBa3Aog3TvJkfW2FhQIFkeC24  { width:17.25rem;height:auto;top:26.5615234375rem;left:0.25rem; }
#GcWXl62QBa3Aog3TvJkfW2FhQIFkeC24 .radio-container { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GcWXl62QBa3Aog3TvJkfW2FhQIFkeC24 {display:block;}#GcWXl62QBa3Aog3TvJkfW2FhQIFkeC24 { width:17.25rem;height:auto;top:26.5615234375rem;left:0.25rem; }
 }@media only screen and (max-width: 763px) { #GcWXl62QBa3Aog3TvJkfW2FhQIFkeC24 #vJTZZFTUctX8P7WnDmDp0hzdk8Gcqulk {  }
 }@media only screen and (max-width: 763px) { #GcWXl62QBa3Aog3TvJkfW2FhQIFkeC24 #KR0Dpe7rUeGsUGOIh5wDzX3RQKz5RzPs { display:block; }
 }@media only screen and (max-width: 763px) { #GcWXl62QBa3Aog3TvJkfW2FhQIFkeC24 #MyIpQ9fsLRQr86O6JrAO1hP6ChXK8GCw {  }
 }@media only screen and (max-width: 763px) { #GcWXl62QBa3Aog3TvJkfW2FhQIFkeC24 #rXGnTsiuU9UfAMAhgDCAFelDhGNGHE4M {  }
 }@media only screen and (max-width: 763px) { #GcWXl62QBa3Aog3TvJkfW2FhQIFkeC24 #F6VTtpgkFPvEySnZpFxADnsTsi0hlGHE { display:block; }
 }@media only screen and (max-width: 763px) { #GcWXl62QBa3Aog3TvJkfW2FhQIFkeC24 #oTOC9nwaLbNmcvLorR3Tdbmesb1mpoTy {  }
 }@media only screen and (max-width: 763px) { #GcWXl62QBa3Aog3TvJkfW2FhQIFkeC24 #smcO44hxdPv4TEZ9UBXW1zz4TvKa8Ao8 {  }
 }@media only screen and (max-width: 763px) { #GcWXl62QBa3Aog3TvJkfW2FhQIFkeC24 #TfkZhkvfJoBKT6X806lelQQBeSiVbAGQ { display:block; }
 }@media only screen and (max-width: 763px) { #GcWXl62QBa3Aog3TvJkfW2FhQIFkeC24 #dR06az8TKSTNGvExThUfPbVfvRg0xy7T {  }
 }@media only screen and (max-width: 763px) { #GcWXl62QBa3Aog3TvJkfW2FhQIFkeC24 #nlCi2r8p6qXoD40a4oI2HWKwdaPaozo9 {  }
 }@media only screen and (max-width: 763px) { #GcWXl62QBa3Aog3TvJkfW2FhQIFkeC24 #sBzBCIXf1slK905N8FudSCP1r8LpopWa { display:block; }
 }@media only screen and (max-width: 763px) { #GcWXl62QBa3Aog3TvJkfW2FhQIFkeC24 #wmSgnFTDuJZzNkaTdknZF49uq4LLMs8c {  }
 }@media only screen and (max-width: 763px) { #GcWXl62QBa3Aog3TvJkfW2FhQIFkeC24 #T3rX5vI9ZZ6ibsmBRJpHTZEVRUT0v92i {  }
 }@media only screen and (max-width: 763px) { #GcWXl62QBa3Aog3TvJkfW2FhQIFkeC24 #xEltlELAcuLXdy64JoDok9DHxx8phnzN { display:block; }
 }@media only screen and (max-width: 763px) { #GcWXl62QBa3Aog3TvJkfW2FhQIFkeC24 #sQt9UtpVHXgR6LsZGqO92FF1rk1M2tQf {  }
 }@media only screen and (max-width: 763px) { #GcWXl62QBa3Aog3TvJkfW2FhQIFkeC24 #ec1KMI3FLb1SLRnACPmaybWoRgO6Booa {  }
 }@media only screen and (max-width: 763px) { #GcWXl62QBa3Aog3TvJkfW2FhQIFkeC24 #gH1ktzqF141MFLf3C5AT8rJo6NskRiPE {  }
 }@media only screen and (max-width: 763px) { #GcWXl62QBa3Aog3TvJkfW2FhQIFkeC24 #lbTxxcx451uBWBctCbEN1n92m0LgiXHV {  }
 }@media only screen and (max-width: 763px) { #GcWXl62QBa3Aog3TvJkfW2FhQIFkeC24 #TvS1v36XccLufqHCWf7fcakLRK5FoF6X {  }
 }@media only screen and (max-width: 763px) { #GcWXl62QBa3Aog3TvJkfW2FhQIFkeC24 #UFG3K9dUiOZadi8m1eO2wgLMeTzDQHTA {  }
 }@media only screen and (max-width: 763px) { #GcWXl62QBa3Aog3TvJkfW2FhQIFkeC24 #hSvs8RFRnlD75DpsxBu6tbsiavTq90Ui {  }
 }@media only screen and (max-width: 763px) { #GcWXl62QBa3Aog3TvJkfW2FhQIFkeC24 #yXnTxWueK3zrXTfqlNruVaT1e0OTXiyx {  }
 }@media only screen and (max-width: 763px) { #GcWXl62QBa3Aog3TvJkfW2FhQIFkeC24 #tkDBLiM0N9Ih71mVQ4ZNgboxUML8gDkf {  }
 }@media only screen and (max-width: 763px) { #GcWXl62QBa3Aog3TvJkfW2FhQIFkeC24 #sNvCDSF6LuwpyHtubHUzxEI0UPS026Cu {  }
 }@media only screen and (max-width: 763px) { #GcWXl62QBa3Aog3TvJkfW2FhQIFkeC24 #Rbmbia0ndtiFk207MIQztsZvL2mcxXvI {  }
 }@media only screen and (max-width: 763px) { #GcWXl62QBa3Aog3TvJkfW2FhQIFkeC24 #x5Kkpmfya1ci4WaKJr4WBty26XGMdBF8 {  }
 }@media only screen and (max-width: 763px) { #GcWXl62QBa3Aog3TvJkfW2FhQIFkeC24 #nkP30v3oSGtIxz5xsS2K8v8AV54X2iWr {  }
 }@media only screen and (max-width: 763px) { #GcWXl62QBa3Aog3TvJkfW2FhQIFkeC24 #t88kLELmndJ2NGJrfFCP16e30DTEuhcZ {  }
 }@media only screen and (max-width: 763px) { #GcWXl62QBa3Aog3TvJkfW2FhQIFkeC24 #UkkqXByxO5zqqToWt4clMl8RJ6FVVvg3 {  }
 }@media only screen and (max-width: 763px) { #GcWXl62QBa3Aog3TvJkfW2FhQIFkeC24 #oGLCyoh28HhyRSiFbb4KQxzwLkPke6To {  }
 }@media only screen and (max-width: 763px) { #GcWXl62QBa3Aog3TvJkfW2FhQIFkeC24 #R4XZBpvglw1SM5Done4ibfsc95RoOuTr {  }
 }@media only screen and (max-width: 763px) { #GcWXl62QBa3Aog3TvJkfW2FhQIFkeC24 #COSAJWJX2MWAxxHyNzZVU9LdPP1SbI5g {  }
 }@media only screen and (max-width: 763px) { #GcWXl62QBa3Aog3TvJkfW2FhQIFkeC24 #PNFId8rdkvcVIT2pqHkDFsUuH5FAEPzq {  }
 }@media only screen and (max-width: 763px) { #GcWXl62QBa3Aog3TvJkfW2FhQIFkeC24 #CtVnTJRaTmuF1TIFsMTRewE3L58ynGZz {  }
 }@media only screen and (max-width: 763px) { #GcWXl62QBa3Aog3TvJkfW2FhQIFkeC24 #mJaypPEsHRBEtpsQWaBCCbWO5DzA1hvy {  }
 }@media only screen and (max-width: 763px) { #GcWXl62QBa3Aog3TvJkfW2FhQIFkeC24 #TJ9osTdXEXn98m4zcFvCmZoAQTlzdvMx {  }
 }@media only screen and (max-width: 763px) { #aVC9KAT5bxxa3i9fzn8kZBgKwxXJ7VLV { display:block; }
 }@media only screen and (max-width: 763px) { #VhJJGQcar3dcTuf8SKLlNJzUqU8SpZ2y { display:block; }
 }@media only screen and (max-width: 763px) { #nhdgoLy33G73Ap7zvGxOZKktSAG4KQ9A { display:block; }
 }@media only screen and (max-width: 763px) { #pTqUaZ6VliK7eFgLGwvnIwPNP10B5HTQ { display:block; }
 }@media only screen and (max-width: 763px) { #GcWXl62QBa3Aog3TvJkfW2FhQIFkeC24 #uugToDG4bcx2qQTWiGcpoHgkQXfny2nH {  }
 }@media only screen and (max-width: 763px) { #GcWXl62QBa3Aog3TvJkfW2FhQIFkeC24 #HnXnuBhHA2VnT83tqKIdTs8dSwaGWZmH {  }
 }@media only screen and (max-width: 763px) { #byaGrmrIhLpW1fJ5y9kcl4gSgWd2Olhd .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#byaGrmrIhLpW1fJ5y9kcl4gSgWd2Olhd .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#byaGrmrIhLpW1fJ5y9kcl4gSgWd2Olhd .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#byaGrmrIhLpW1fJ5y9kcl4gSgWd2Olhd { display:flex;width:18rem;height:5.0625rem;top:16.4970703125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #byaGrmrIhLpW1fJ5y9kcl4gSgWd2Olhd #onKdotZpKpRLkCBGqSsQSAO1L3BTsoLb { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #byaGrmrIhLpW1fJ5y9kcl4gSgWd2Olhd #hlfpG00JIVu6J4MNs8pBBtkUTpUwII8W {  }
 }@media only screen and (max-width: 763px) { #byaGrmrIhLpW1fJ5y9kcl4gSgWd2Olhd #WrHWTRGX9S0TylulwOPnMEvCyLqOvo5C {  }
 }@media only screen and (max-width: 763px) { #byaGrmrIhLpW1fJ5y9kcl4gSgWd2Olhd #Tq5hcwlEh5TAJnrG23KMDQesLsfSRelu { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #byaGrmrIhLpW1fJ5y9kcl4gSgWd2Olhd #rh77cm5cfAUELWyxgNLI2rnP63mZc4IS {  }
 }@media only screen and (max-width: 763px) { #byaGrmrIhLpW1fJ5y9kcl4gSgWd2Olhd #JM5iLTaDSB9R6wEw0ElOtrpGw3gVqxMg {  }
 }@media only screen and (max-width: 763px) { #byaGrmrIhLpW1fJ5y9kcl4gSgWd2Olhd #cz0WVnB4gX4LeOngUbIudWq71MtJe3Qe { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #byaGrmrIhLpW1fJ5y9kcl4gSgWd2Olhd #eW85rAQZesIhmaIE1lWDVfAOWg8tbDz0 {  }
 }@media only screen and (max-width: 763px) { #byaGrmrIhLpW1fJ5y9kcl4gSgWd2Olhd #EDxThVZLSfeG8tIUHQytAzCDJ5RwTZLm {  }
 }@media only screen and (max-width: 763px) { #byaGrmrIhLpW1fJ5y9kcl4gSgWd2Olhd #sfC4UR6zvtODkHWVn33sDv4ZOTU1Tpf6 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #byaGrmrIhLpW1fJ5y9kcl4gSgWd2Olhd #O7C1y1vXeDmIHfgFotMtXaG5OOwfhCGb {  }
 }@media only screen and (max-width: 763px) { #byaGrmrIhLpW1fJ5y9kcl4gSgWd2Olhd #q5D6U1gSfMa0KcN1x9hTLt78QsAypJnq {  }
 }@media only screen and (max-width: 763px) { #y8JOOUpX47ptHMv8qUkICf2QMsVT8fVh { background-color:#000131;background-image:none;display:block; }#y8JOOUpX47ptHMv8qUkICf2QMsVT8fVh > .row .container { background-color: transparent; background-image: none; }#y8JOOUpX47ptHMv8qUkICf2QMsVT8fVh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y8JOOUpX47ptHMv8qUkICf2QMsVT8fVh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y8JOOUpX47ptHMv8qUkICf2QMsVT8fVh > .row .container > .video-iframe-container { display: none; }#y8JOOUpX47ptHMv8qUkICf2QMsVT8fVh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y8JOOUpX47ptHMv8qUkICf2QMsVT8fVh > .row > .video-iframe-container { display: none; }#y8JOOUpX47ptHMv8qUkICf2QMsVT8fVh > .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); }#y8JOOUpX47ptHMv8qUkICf2QMsVT8fVh > .row .container { width:20rem;height:24.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TF6RJ9RA6OAQ5d1xDffmEyxAqotw623B { width:15.1875rem;height:0.9746125rem;top:22.5625rem;left:2.40625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Mxd3rcFnDeUXaI9IUuoyVHUkWSNGLWHl { width:19.9985625rem;height:3.65625rem;top:17.625rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #x3Wr3D3MfPCl9s11VVfC2vVGS4zdclQi { width:10.5625rem;height:1.29980625rem;top:5.3125rem;left:4.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LncA1b8QgUKh9D3X6uG8u5TWnr0JpTk0 { width:8.375rem;height:4.125rem;top:1.18359375rem;left:5.8125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #WHIo4xkgL3bD25DKXkNQxSB3Bmb9GDtn { width:14.9355625rem;height:2.4375rem;top:9.5625rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #by62L5K7MSlM2AidwiWAGdPp6DFGRQRE { width:19.999rem;height:1.29980625rem;top:8.25rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ICsAsyaHIAp6W6TSGWo1onhqwiUNpdWk { width:19.9980625rem;height:1.29980625rem;top:13.1875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #p7a8NTZ3HOvCUrfPIFdWM8TK7JKtZMJP { width:18.624rem;height:1.21875rem;top:14.5rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }