.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:218,236,246;--color-primary-1:133,190,225;--color-primary-2:11,125,195;--color-primary-3:6,63,98;--color-primary-4:2,19,29;--color-secondary-0:255,255,255;--color-secondary-1:224,224,224;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:0,0,0;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"DM Sans";--paragraphs-font-family:"DM 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-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sHtxTWCQ7dxu1twmGDofAg7Ur4bbyiTl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#sHtxTWCQ7dxu1twmGDofAg7Ur4bbyiTl > .row .container { background-color: transparent; background-image: none; }#sHtxTWCQ7dxu1twmGDofAg7Ur4bbyiTl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sHtxTWCQ7dxu1twmGDofAg7Ur4bbyiTl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sHtxTWCQ7dxu1twmGDofAg7Ur4bbyiTl > .row .container > .video-iframe-container { display: none; }#sHtxTWCQ7dxu1twmGDofAg7Ur4bbyiTl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sHtxTWCQ7dxu1twmGDofAg7Ur4bbyiTl > .row > .video-iframe-container { display: none; }#sHtxTWCQ7dxu1twmGDofAg7Ur4bbyiTl > .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); }#sHtxTWCQ7dxu1twmGDofAg7Ur4bbyiTl > .row .container { border-width: 0; border-radius: 0; }#sHtxTWCQ7dxu1twmGDofAg7Ur4bbyiTl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sHtxTWCQ7dxu1twmGDofAg7Ur4bbyiTl > .row .container { font-size:0.875rem;font-family:arial;height:5.3125rem;width:75rem;position:relative;display:block; }#KMXgmftkiWGRFxfiruxSCPNv7hWlOHud { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sora;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.9370625rem;height:2.1875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.5625rem;left:28.5rem;display:block; }
#fd0GKOmg8yUD3V9Ezs7gtMviLLnuiDNe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#k01zhN1N5C6SkViSblxDyymaLoS6EBvB { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sora;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.4995625rem;height:2.1875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.5625rem;left:39.9375rem;display:block; }
#PPARgKH8C3vMRHz9GXmD6TNBUTTUT2mG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nzz0RVAUNLcAOkNMXfXHGAJSwPxyLUGG { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sora;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.1875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.5625rem;left:54.75rem;display:block; }
#ywThdDVDpsoXWJhy7xvOfnkUXUJQyAZU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GUm2EG6JTweUz06iubSgDMu2oaZ8AkFK { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sora;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.4995625rem;height:2.1875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.5625rem;left:47.375rem;display:block; }
#NApqgANfin8EFZTTFCaqwuUep6mdS4XT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DpmQ4NL4bDTl3b3rlmWavaua7Sugu4pV { 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:1.74913125rem;width:8.5623125rem;top:0.9375rem;left:0rem;overflow:hidden;display:block; }
#hzKOvQ19xL5A2eWyWfvDMCkutko4w9iX { background-color:transparent;background-image: -webkit-linear-gradient(337deg, #00eac0, #0165c2);background-image: -moz-linear-gradient(337deg, #00eac0, #0165c2);background-image: -ms-linear-gradient(337deg, #00eac0, #0165c2);background-image: -o-linear-gradient(337deg, #00eac0, #0165c2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00eac0', endColorstr='#0165c2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00eac0', endColorstr='#0165c2' );";background-image: linear-gradient(337deg, #00eac0, #0165c2);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sora;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.6870625rem;height:2.12456875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.5625rem;left:63.5625rem;display:block; }
#rmNN3yyLp6hhxwyaq1mpJfosAXmTtOEb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dBMAh3gtpaP0nIHiVUMzlFJaOXc4as3q { display:block;width:25.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:3.0625rem;left:0rem;height:1.2999125rem;color:#000000;font-style:normal;display:block; }
#dTdeJIZzIXLr8LfOyNQt8MW7LO7hdBRM { z-index:;position:relative;display:block; }#dTdeJIZzIXLr8LfOyNQt8MW7LO7hdBRM { background-color: transparent; background-image: none; }#dTdeJIZzIXLr8LfOyNQt8MW7LO7hdBRM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dTdeJIZzIXLr8LfOyNQt8MW7LO7hdBRM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dTdeJIZzIXLr8LfOyNQt8MW7LO7hdBRM > .row .container > .video-iframe-container { display: none; }#dTdeJIZzIXLr8LfOyNQt8MW7LO7hdBRM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dTdeJIZzIXLr8LfOyNQt8MW7LO7hdBRM > .row > .video-iframe-container { display: none; }#dTdeJIZzIXLr8LfOyNQt8MW7LO7hdBRM > .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); }#dTdeJIZzIXLr8LfOyNQt8MW7LO7hdBRM { border-width: 0; border-radius: 0; }#dTdeJIZzIXLr8LfOyNQt8MW7LO7hdBRM > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dTdeJIZzIXLr8LfOyNQt8MW7LO7hdBRM > .row .container { background-color:rgba(var(--color-secondary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:57.875rem;width:75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;overflow:visible;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#fZPnmCaP6z7klUTO26UtvL1TvwbCNOV7 { display:block;width:37.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:16.623265266419rem;left:0rem;height:4.725rem;color:rgba(var(--color-primary-4),1);font-style:normal;display:block; }
#PpTidRnl9trSOcqP94cQ81akz575LcMn { display:block;width:33.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:24.843750953674rem;left:0rem;height:5.3625rem;color:rgba(var(--color-secondary-4),1);font-style:normal;display:block; }
#sftegQNLL3pdaIBgdNWAdPzUQBetWrCr { display:block;width:36.4355625rem;position:absolute;font-family:sora;font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:9.6553821563719rem;left:0rem;height:2.25rem;color:rgba(var(--color-primary-4),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#I1LRcbGU055C2JWf2WMePDEf93vOJV5L { position:absolute;display:block;z-index:15032;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:2.1875rem;width:18.75rem;top:12.658340454101rem;left:0rem;overflow:hidden;display:block; }
#d0EI008kcuvwHGIEP12Iich0Lg5bmN8u { position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(254deg, #00eac0, #0165c2);background-image: -moz-linear-gradient(254deg, #00eac0, #0165c2);background-image: -ms-linear-gradient(254deg, #00eac0, #0165c2);background-image: -o-linear-gradient(254deg, #00eac0, #0165c2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00eac0', endColorstr='#0165c2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00eac0', endColorstr='#0165c2' );";background-image: linear-gradient(254deg, #00eac0, #0165c2);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:44.125rem;width:34rem;top:7.5rem;left:40rem;display:block; }
#cOUXNTSInxEC5ipyI9QJzWTO4NzBuk3d .widget-form-header {  }
#cOUXNTSInxEC5ipyI9QJzWTO4NzBuk3d .widget-regular-label { height:auto;display:block;font-family:sora;font-size:0.875rem;font-weight:400;color:#ffffff;width:27.6875rem;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;line-height:1.6;overflow:hidden;font-style:normal;text-align:left;text-align-last:left; }
#cOUXNTSInxEC5ipyI9QJzWTO4NzBuk3d .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#fafbfb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #c7c7c7;border-left:0.0625rem solid #c7c7c7;border-right:0.0625rem solid #c7c7c7;border-bottom:0.0625rem solid #c7c7c7;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:27.6875rem;box-sizing:border-box;height:2.875rem;color:#161616;font-size:1.125rem;overflow:hidden;font-family:var(--paragraphs-font-family); }
#cOUXNTSInxEC5ipyI9QJzWTO4NzBuk3d .widget-input-text {padding-top: 0; padding-bottom: 0;}#cOUXNTSInxEC5ipyI9QJzWTO4NzBuk3d .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#fafbfb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #c7c7c7;border-left:0.0625rem solid #c7c7c7;border-right:0.0625rem solid #c7c7c7;border-bottom:0.0625rem solid #c7c7c7;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:27.6875rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:1.125rem;overflow:hidden;font-family:var(--paragraphs-font-family); }
#cOUXNTSInxEC5ipyI9QJzWTO4NzBuk3d .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:27.6875rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden; }
#cOUXNTSInxEC5ipyI9QJzWTO4NzBuk3d .widget-input-select {padding-top: 0; padding-bottom: 0;}#cOUXNTSInxEC5ipyI9QJzWTO4NzBuk3d .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; }
#cOUXNTSInxEC5ipyI9QJzWTO4NzBuk3d .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#cOUXNTSInxEC5ipyI9QJzWTO4NzBuk3d .widget-input-button { border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:400;color:rgba(var(--color-secondary-0),1);width:27.6875rem;height:3.4375rem;font-family:sora;overflow:hidden;font-style:normal; }
#cOUXNTSInxEC5ipyI9QJzWTO4NzBuk3d [class*="-text"]:-moz-placeholder { color:#ababab;font-family:var(--paragraphs-font-family);font-size:1.125rem; }
#cOUXNTSInxEC5ipyI9QJzWTO4NzBuk3d [class*="-text"]::-moz-placeholder { color:#ababab;font-family:var(--paragraphs-font-family);font-size:1.125rem; }
#cOUXNTSInxEC5ipyI9QJzWTO4NzBuk3d [class*="-text"]:-ms-input-placeholder { color:#ababab;font-family:var(--paragraphs-font-family);font-size:1.125rem; }
#cOUXNTSInxEC5ipyI9QJzWTO4NzBuk3d [class*="-text"]::-webkit-input-placeholder { color:#ababab;font-family:var(--paragraphs-font-family);font-size:1.125rem; }
#cOUXNTSInxEC5ipyI9QJzWTO4NzBuk3d .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.5;font-size:0.8125rem;font-weight:300;color:#ffffff;vertical-align:top;width:26.25rem;overflow:hidden;font-style:normal; }
#cOUXNTSInxEC5ipyI9QJzWTO4NzBuk3d .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; }
#cOUXNTSInxEC5ipyI9QJzWTO4NzBuk3d .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; }
#cOUXNTSInxEC5ipyI9QJzWTO4NzBuk3d .widget-container { padding-top:0.125rem;padding-right:0;padding-bottom:0.0625rem;padding-left:0;width:100%;font-size:0;height:auto; }
#cOUXNTSInxEC5ipyI9QJzWTO4NzBuk3d .widget-container:first-of-type{padding-top:0;}#cOUXNTSInxEC5ipyI9QJzWTO4NzBuk3d .widget-container:last-of-type{padding-bottom:0;}#cOUXNTSInxEC5ipyI9QJzWTO4NzBuk3d  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:27.6875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15038;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:12.658420562744rem;left:41.90647315979rem; }
#cOUXNTSInxEC5ipyI9QJzWTO4NzBuk3d .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:27.6875rem; }
#cOUXNTSInxEC5ipyI9QJzWTO4NzBuk3d .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; }
#cOUXNTSInxEC5ipyI9QJzWTO4NzBuk3d {display:block;}#cOUXNTSInxEC5ipyI9QJzWTO4NzBuk3d { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:27.6875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15038;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:12.658420562744rem;left:41.90647315979rem; }
#cOUXNTSInxEC5ipyI9QJzWTO4NzBuk3d #v5ayBN2uHkbTsuTOkrEeNB74i9KN6vFu { position:relative; }
#cOUXNTSInxEC5ipyI9QJzWTO4NzBuk3d #HuVmC0fSd2WAI0whwZu8k4DfHkaukEkU { position:relative;display:block; }
#cOUXNTSInxEC5ipyI9QJzWTO4NzBuk3d #gTw7mJVgpmmP7JlHbZfr8x4S2gz5CczH { position:relative; }
#cOUXNTSInxEC5ipyI9QJzWTO4NzBuk3d #dWGzpfmN1coKInqfmNSh7pwgQIZeGQI2 { position:relative; }
#cOUXNTSInxEC5ipyI9QJzWTO4NzBuk3d #HhXTE9qvfp4bsLykUXzFPDpilGHvAGIt { position:relative;display:block; }
#cOUXNTSInxEC5ipyI9QJzWTO4NzBuk3d #RLkmTxGKdf1mBvr3u2ukbTDvLLz0Qgsy { position:relative; }
#cOUXNTSInxEC5ipyI9QJzWTO4NzBuk3d #lur3c54pXl0oSynx7yLmto4zqohOFpw9 { position:relative; }
#cOUXNTSInxEC5ipyI9QJzWTO4NzBuk3d #WocqvdNqUE9Bywa99vxlc4wmNpsThLXv { position:relative;display:block; }
#cOUXNTSInxEC5ipyI9QJzWTO4NzBuk3d #pPCKTmIaBDG7faRyC8XM1Kpi04X1AwIz { position:relative; }
#cOUXNTSInxEC5ipyI9QJzWTO4NzBuk3d #xLI3q2Ev3tdEVUMw3Ti0Wg8TQxlIvzXn { position:relative; }
#cOUXNTSInxEC5ipyI9QJzWTO4NzBuk3d #szB4oJZvd01MAy5FsUW4rvWo2JTXmeTZ { position:relative;display:block; }
#cOUXNTSInxEC5ipyI9QJzWTO4NzBuk3d #XEyiCJGu2hPR55TtWZRTASTZxaZTOvEA { position:relative; }
#cOUXNTSInxEC5ipyI9QJzWTO4NzBuk3d #ePgccmFQzWIgIbcL1avI3sntR597pKNm { position:relative; }
#cOUXNTSInxEC5ipyI9QJzWTO4NzBuk3d #RJBZyGpqh6qlhTD9Q3tgfagxCFvPSC6Z { position:relative;display:block; }
#cOUXNTSInxEC5ipyI9QJzWTO4NzBuk3d #BLN5JmUaSUB5Vh83f8p5GRPiHg4RNtiQ { position:relative; }
#cOUXNTSInxEC5ipyI9QJzWTO4NzBuk3d #O8nJ7r3TckSkm8LXCn3NZToLdAXcm9q6 { position:relative; }
#cOUXNTSInxEC5ipyI9QJzWTO4NzBuk3d #m9fmbeuocay4B6amFeyDt8W5uyTiR8D4 { position:relative;display:block; }
#cOUXNTSInxEC5ipyI9QJzWTO4NzBuk3d #Wy3uo47pSg8TPhfabp9ZEt0yf0unZg5w { position:relative; }
#cOUXNTSInxEC5ipyI9QJzWTO4NzBuk3d #KgwqSyTz8mRJqx78qVHvmTsMKqGh6e6c { position:relative; }
#cOUXNTSInxEC5ipyI9QJzWTO4NzBuk3d #kN78uZGVq9rHVK6Hy3K9KGGWiyxtTqrB { position:relative;display:block; }
#cOUXNTSInxEC5ipyI9QJzWTO4NzBuk3d #qt2l1eNedUEq9XDpXKpWyLBnBWcmNI8Q { position:relative; }
#cOUXNTSInxEC5ipyI9QJzWTO4NzBuk3d #MvHeMXS0ZVtlX3pu0hPmpwWNooIv0JFT { position:relative; }
#cOUXNTSInxEC5ipyI9QJzWTO4NzBuk3d #URtJN05F79fTrhLT2MXxpSmF97VrSSOk { position:relative;z-index:2; }
#cOUXNTSInxEC5ipyI9QJzWTO4NzBuk3d #QT0vhZgaMMv56hq0sg6JVolHnitIdnoC { position:relative; }
#cOUXNTSInxEC5ipyI9QJzWTO4NzBuk3d #ZTt774mEhsdEnHSeCSDNBk4enIkoRvdK { position:relative; }
#cOUXNTSInxEC5ipyI9QJzWTO4NzBuk3d #bfslexHcqIP86p3O8ndZoy7BZN61bzhb { position:relative;z-index:2; }
#cOUXNTSInxEC5ipyI9QJzWTO4NzBuk3d #A8RJzccW7ZGgKSV9CSnOwtXmu3OnqTiz { position:relative; }
#cOUXNTSInxEC5ipyI9QJzWTO4NzBuk3d #UehrJtUIW5aPOit1kki0gSIRun9gtuUT { position:relative; }
#cOUXNTSInxEC5ipyI9QJzWTO4NzBuk3d #Dlcz7qogWpG5XQc12o17p8Toevu7EZzF { position:relative;z-index:2; }
#cOUXNTSInxEC5ipyI9QJzWTO4NzBuk3d #K5Fg3LcIKUnqZ12wMOUxcp4e3l5oziQR { position:relative; }
#CWL94LgQbcFsi0sr3qUoJRVaApOK0VVd { position:relative;display:block; }
#nPoODLPItR0AxmCt6LrXCF7AW1yot7ZF { position:relative;display:block; }
#TaVVn5gFw2dHgoHk1IwFMPXCyWKqaCmm { position:relative;display:block; }
#rp1TuTHo2tcsAEDyremkvJRpSCkBVyZM { position:relative;display:block; }
#xSDDDGfO5PE4lXrWkMyrMSOfMQLEQHpm { position:relative;display:block; }
#GMhuyCqUdFMSuNSvdzJACKD3x3izCd49 { position:relative;display:block; }
#cOUXNTSInxEC5ipyI9QJzWTO4NzBuk3d #fWCIDVeHwMIqJrIPOvLy1aeBW2rfM7Sw { position:relative; }
#cOUXNTSInxEC5ipyI9QJzWTO4NzBuk3d #cwe5w6ZcnDrTuoCKKMrE7LHvM0TMMKGt { position:relative; }
#M9tg0irPVdIcV1ldgfplFTdUw4cwWGgu { display:block;width:33.9995625rem;position:absolute;font-family:sora;font-size:1.875rem;font-weight:700;z-index:15039;line-height:1.2;letter-spacing:0;top:9.0549049377444rem;left:39.998918533325rem;height:2.25rem;color:#ffffff;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#HKgzfiRXt3DkUZkEXzk9uM9rP7hrWwph { display:block;width:33.5625rem;position:absolute;font-family:sora;font-size:1.5625rem;font-weight:400;z-index:15040;line-height:1.2;letter-spacing:0;top:11.319444656372rem;left:40.189241409302rem;height:1.875rem;color:rgba(var(--color-secondary-0),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#yqdoZNnT7kKFrqTwsQD5Z8cIi3z2l0JA { display:block;width:27.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:36.5rem;left:3rem;height:1.1375rem;color:#000000;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SkhOOdPJWi0y2ZHhl5tq58K1QinK6nUa { 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:2rem;width:10.4989375rem;top:33.8125rem;left:11.4375rem;overflow:hidden;display:block; }
#CytbkcyyUIE61OGILqlfy9BEFT9LBtN1 { 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.625rem;width:8.5rem;top:42.0625rem;left:3rem;overflow:hidden;display:block; }
#BJzoPxgfrfQ3fBnseUaVIfRMeBGk1cPf { display:block;width:10.5614375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:38.424999237061rem;left:11.407291412354rem;height:1.4625rem;color:#000000;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AcCe3FveovUmuLTgm4mexl8dweHVqWfW { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:4.8125rem;top:42.125rem;left:14.0625rem;overflow:hidden;display:block; }
#FQJ4vSBSGWJlR4BCpVBLfbCFDIgz6ibp { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2.87395625rem;top:44.75rem;left:23.5rem;overflow:hidden;display:block; }
#ayIflboIezt0KAk16Z89DWmvVNd8oEtW { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:8.5rem;top:44.9375rem;left:2.75rem;overflow:hidden;display:block; }
#lfLpWcimgEfObH5i3n4oM6e385mkvs9D { position:absolute;display:block;z-index:15012;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.6875rem;width:5.875rem;top:44.875rem;left:13.5rem;overflow:hidden;display:block; }
#oAx25akRzceyvKrqCKHRkiVEqRI54J4J { position:absolute;display:block;z-index:15013;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.8125rem;width:6.3125rem;top:41.9375rem;left:21.6875rem;overflow:hidden;display:block; }
#lemGXJNbxPp3LoEZUBR9RfmBceBbbV7B { box-sizing:content-box;height:7.875rem;width:30.6875rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.25rem 0.125rem 0.375rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:40.375rem;left:0rem;border-top-right-radius:62.4375rem;border-bottom-right-radius:62.4375rem;border-bottom-left-radius:62.4375rem;border-top-left-radius:62.4375rem;display:block; }
#bis5xTCi9TXxPUrwnGIBXQVPs3VPWLhi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(310deg, #00eac0, #0165c2);background-image: -moz-linear-gradient(310deg, #00eac0, #0165c2);background-image: -ms-linear-gradient(310deg, #00eac0, #0165c2);background-image: -o-linear-gradient(310deg, #00eac0, #0165c2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00eac0', endColorstr='#0165c2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00eac0', endColorstr='#0165c2' );";background-image: linear-gradient(310deg, #00eac0, #0165c2);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bis5xTCi9TXxPUrwnGIBXQVPs3VPWLhi > .row .container { background-color: transparent; background-image: none; }#bis5xTCi9TXxPUrwnGIBXQVPs3VPWLhi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bis5xTCi9TXxPUrwnGIBXQVPs3VPWLhi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bis5xTCi9TXxPUrwnGIBXQVPs3VPWLhi > .row .container > .video-iframe-container { display: none; }#bis5xTCi9TXxPUrwnGIBXQVPs3VPWLhi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bis5xTCi9TXxPUrwnGIBXQVPs3VPWLhi > .row > .video-iframe-container { display: none; }#bis5xTCi9TXxPUrwnGIBXQVPs3VPWLhi > .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); }#bis5xTCi9TXxPUrwnGIBXQVPs3VPWLhi > .row .container { border-width: 0; border-radius: 0; }#bis5xTCi9TXxPUrwnGIBXQVPs3VPWLhi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bis5xTCi9TXxPUrwnGIBXQVPs3VPWLhi > .row .container { font-size:0.875rem;font-family:arial;height:40.5rem;width:75rem;position:relative;display:block; }#ZsSiTQG0Hd0vlhFywRfKLJ1ZvbkhzxpB { display:block;width:35.811625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:7.3125rem;left:0.8125rem;height:7.5rem;color:#ffffff;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#e5FhGXJvqmPugaZAT4ZLInWUUhZsRGvP { display:block;width:35.5620625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:17.624784469604rem;left:0.96896743774412rem;height:17.875rem;color:#ffffff;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gzhv4wQoIF6Q5TFw8u9sNVIr702tKefv { position:absolute;display:block;z-index:15032;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:20.4373125rem;width:36.436625rem;top:13.005643844604rem;left:38.563371658325rem;display:block; }
#dMnIUe77VeJsS9cbvVnAuNeukqlkrfsh { position:relative;display:block; }#dMnIUe77VeJsS9cbvVnAuNeukqlkrfsh { background-color: transparent; background-image: none; }#dMnIUe77VeJsS9cbvVnAuNeukqlkrfsh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dMnIUe77VeJsS9cbvVnAuNeukqlkrfsh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dMnIUe77VeJsS9cbvVnAuNeukqlkrfsh > .row .container > .video-iframe-container { display: none; }#dMnIUe77VeJsS9cbvVnAuNeukqlkrfsh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dMnIUe77VeJsS9cbvVnAuNeukqlkrfsh > .row > .video-iframe-container { display: none; }#dMnIUe77VeJsS9cbvVnAuNeukqlkrfsh > .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); }#dMnIUe77VeJsS9cbvVnAuNeukqlkrfsh { border-width: 0; border-radius: 0; }#dMnIUe77VeJsS9cbvVnAuNeukqlkrfsh > .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; }#dMnIUe77VeJsS9cbvVnAuNeukqlkrfsh > .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:9.875rem;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; }#CPgCvwqkG444z3qs8RySO595qVd6RLdT { display:block;width:35.8114375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:3.0625rem;left:19.594791412354rem;height:3.75rem;color:#000000;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#R53C52h6XXxTKgSkzoZCMzlR8J4mqTCu { position:relative;display:block; }#R53C52h6XXxTKgSkzoZCMzlR8J4mqTCu { background-color: transparent; background-image: none; }#R53C52h6XXxTKgSkzoZCMzlR8J4mqTCu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R53C52h6XXxTKgSkzoZCMzlR8J4mqTCu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R53C52h6XXxTKgSkzoZCMzlR8J4mqTCu > .row .container > .video-iframe-container { display: none; }#R53C52h6XXxTKgSkzoZCMzlR8J4mqTCu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R53C52h6XXxTKgSkzoZCMzlR8J4mqTCu > .row > .video-iframe-container { display: none; }#R53C52h6XXxTKgSkzoZCMzlR8J4mqTCu > .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); }#R53C52h6XXxTKgSkzoZCMzlR8J4mqTCu { border-width: 0; border-radius: 0; }#R53C52h6XXxTKgSkzoZCMzlR8J4mqTCu > .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; }#R53C52h6XXxTKgSkzoZCMzlR8J4mqTCu > .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:27.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; }#z2NszknivWcRkTa6vfbhrEUv4lr29EBT { 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:27.25rem;width:20rem;top:0rem;left:7.78125rem;overflow:hidden;display:block; }
#PuJIRyAvJiu3tkRtSENa4TKrqXDTlnCJ { display:block;width:27.8125rem;position:absolute;font-family:sora;font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:5.0625rem;left:37.5rem;height:1.875rem;color:rgba(var(--color-primary-4),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zq3TJXGQxH7bRoAJUad5gmAVXgpZiS2U { display:block;width:35.5614375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:8rem;left:37.5rem;height:14.3rem;color:#000000;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LM6ysFbXIOtyPHUoFuqT8PfMAhcJ6k3L { position:relative;display:block; }#LM6ysFbXIOtyPHUoFuqT8PfMAhcJ6k3L { background-color: transparent; background-image: none; }#LM6ysFbXIOtyPHUoFuqT8PfMAhcJ6k3L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LM6ysFbXIOtyPHUoFuqT8PfMAhcJ6k3L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LM6ysFbXIOtyPHUoFuqT8PfMAhcJ6k3L > .row .container > .video-iframe-container { display: none; }#LM6ysFbXIOtyPHUoFuqT8PfMAhcJ6k3L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LM6ysFbXIOtyPHUoFuqT8PfMAhcJ6k3L > .row > .video-iframe-container { display: none; }#LM6ysFbXIOtyPHUoFuqT8PfMAhcJ6k3L > .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); }#LM6ysFbXIOtyPHUoFuqT8PfMAhcJ6k3L { border-width: 0; border-radius: 0; }#LM6ysFbXIOtyPHUoFuqT8PfMAhcJ6k3L > .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; }#LM6ysFbXIOtyPHUoFuqT8PfMAhcJ6k3L > .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:27.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; }#bLtbdwtwTvhEXML3UfiGdCwGzqsEOHS7 { 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:27.25rem;width:21.875rem;top:0rem;left:7.78125rem;overflow:hidden;display:block; }
#gOxAGOCD9ycMRUW9lM7o3bTcLf3tistN { display:block;width:27.8125rem;position:absolute;font-family:sora;font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:5.9375rem;left:37.5rem;height:1.875rem;color:rgba(var(--color-primary-4),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bLVazH2A3RdTK1v9bqBQnNvwSFPDc8Mw { display:block;width:35.5614375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:8.875rem;left:37.5rem;height:12.5125rem;color:#000000;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sXu16FzOtC1J4uF738qm7NVMheb56MWn { position:relative;display:block; }#sXu16FzOtC1J4uF738qm7NVMheb56MWn { background-color: transparent; background-image: none; }#sXu16FzOtC1J4uF738qm7NVMheb56MWn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sXu16FzOtC1J4uF738qm7NVMheb56MWn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sXu16FzOtC1J4uF738qm7NVMheb56MWn > .row .container > .video-iframe-container { display: none; }#sXu16FzOtC1J4uF738qm7NVMheb56MWn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sXu16FzOtC1J4uF738qm7NVMheb56MWn > .row > .video-iframe-container { display: none; }#sXu16FzOtC1J4uF738qm7NVMheb56MWn > .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); }#sXu16FzOtC1J4uF738qm7NVMheb56MWn { border-width: 0; border-radius: 0; }#sXu16FzOtC1J4uF738qm7NVMheb56MWn > .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; }#sXu16FzOtC1J4uF738qm7NVMheb56MWn > .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:27.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; }#ouzcZeQ52TA5Zy0vIZ6i4aPT1sObU8b9 { 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:27.25rem;width:19rem;top:0rem;left:7.78125rem;overflow:hidden;display:block; }
#XpKHLKON0y3G6cV0R03Ju6OgzUpwxxhB { display:block;width:27.8125rem;position:absolute;font-family:sora;font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:8.625rem;left:37.5rem;height:1.875rem;color:rgba(var(--color-primary-4),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rq8LSTueNnCr9IDOELo5f2AKsgHA36zO { display:block;width:35.5614375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:11.5625rem;left:37.5rem;height:7.15rem;color:#000000;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xdbtT6C5cy7MinM4Q9ABh7g6hV8c7dN5 { position:relative;display:block; }#xdbtT6C5cy7MinM4Q9ABh7g6hV8c7dN5 { background-color: transparent; background-image: none; }#xdbtT6C5cy7MinM4Q9ABh7g6hV8c7dN5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdbtT6C5cy7MinM4Q9ABh7g6hV8c7dN5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdbtT6C5cy7MinM4Q9ABh7g6hV8c7dN5 > .row .container > .video-iframe-container { display: none; }#xdbtT6C5cy7MinM4Q9ABh7g6hV8c7dN5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdbtT6C5cy7MinM4Q9ABh7g6hV8c7dN5 > .row > .video-iframe-container { display: none; }#xdbtT6C5cy7MinM4Q9ABh7g6hV8c7dN5 > .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); }#xdbtT6C5cy7MinM4Q9ABh7g6hV8c7dN5 { border-width: 0; border-radius: 0; }#xdbtT6C5cy7MinM4Q9ABh7g6hV8c7dN5 > .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; }#xdbtT6C5cy7MinM4Q9ABh7g6hV8c7dN5 > .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:27.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; }#K4gQnfDSxuDz4vvvuAq8B2WZp3qGW4WT { 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:27.375rem;width:22.4375rem;top:0rem;left:7.53125rem;overflow:hidden;display:block; }
#xHgRhowZzXXJTv7iz2VKVg8Wr82KSBqz { display:block;width:27.8125rem;position:absolute;font-family:sora;font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:5.9375rem;left:37.5rem;height:1.875rem;color:rgba(var(--color-primary-4),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QE4M8A5foFI8dsHtOFu1M5E0wwPH1fxN { display:block;width:35.5614375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:8.875rem;left:37.5rem;height:12.5125rem;color:#000000;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TX5gpntUgPBlNCoD7pArGwvinKriw5Jh { position:relative;display:block; }#TX5gpntUgPBlNCoD7pArGwvinKriw5Jh { background-color: transparent; background-image: none; }#TX5gpntUgPBlNCoD7pArGwvinKriw5Jh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TX5gpntUgPBlNCoD7pArGwvinKriw5Jh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TX5gpntUgPBlNCoD7pArGwvinKriw5Jh > .row .container > .video-iframe-container { display: none; }#TX5gpntUgPBlNCoD7pArGwvinKriw5Jh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TX5gpntUgPBlNCoD7pArGwvinKriw5Jh > .row > .video-iframe-container { display: none; }#TX5gpntUgPBlNCoD7pArGwvinKriw5Jh > .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); }#TX5gpntUgPBlNCoD7pArGwvinKriw5Jh { border-width: 0; border-radius: 0; }#TX5gpntUgPBlNCoD7pArGwvinKriw5Jh > .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; }#TX5gpntUgPBlNCoD7pArGwvinKriw5Jh > .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:27.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; }#WnCmdEuEUHp4QEaOeaHTuZGaREO8rmAB { 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:27.375rem;width:22.1875rem;top:0rem;left:7.53125rem;overflow:hidden;display:block; }
#rQbJbAt6qJ6xX1tB3TE62OPoLvsq53Kr { display:block;width:27.8125rem;position:absolute;font-family:sora;font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:4.1875rem;left:37.5rem;height:1.875rem;color:rgba(var(--color-primary-4),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KAJNb87Hftl3dEcBmzsTWIwdpNaTT63J { display:block;width:35.5614375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:7.125rem;left:37.5rem;height:16.0875rem;color:#000000;font-style:normal;text-align:left;text-align-last:left;display:block; }
#U90KpKSZ4TP7TKzTQfuoFT6POX2CiSPJ { background-color:rgba(var(--color-secondary-0),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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#U90KpKSZ4TP7TKzTQfuoFT6POX2CiSPJ > .row .container { background-color: transparent; background-image: none; }#U90KpKSZ4TP7TKzTQfuoFT6POX2CiSPJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U90KpKSZ4TP7TKzTQfuoFT6POX2CiSPJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U90KpKSZ4TP7TKzTQfuoFT6POX2CiSPJ > .row .container > .video-iframe-container { display: none; }#U90KpKSZ4TP7TKzTQfuoFT6POX2CiSPJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U90KpKSZ4TP7TKzTQfuoFT6POX2CiSPJ > .row > .video-iframe-container { display: none; }#U90KpKSZ4TP7TKzTQfuoFT6POX2CiSPJ > .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); }#U90KpKSZ4TP7TKzTQfuoFT6POX2CiSPJ > .row .container { border-width: 0; border-radius: 0; }#U90KpKSZ4TP7TKzTQfuoFT6POX2CiSPJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#U90KpKSZ4TP7TKzTQfuoFT6POX2CiSPJ > .row .container { font-size:0.875rem;font-family:arial;height:48.375rem;width:75rem;overflow:visible;position:relative;display:block; }#TaAsey0chyWwGi2wRQ4SAhehHyrnGlZS { 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:33.624125rem;width:35.186625rem;top:6.2565107345581rem;left:0rem;overflow:hidden;display:block; }
#lRyW69I9lQND8fEIGDTyLzvZLfgVE36k { display:block;width:27.8125rem;position:absolute;font-family:sora;font-size:1.5625rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:9.1319427490238rem;left:37.686632156372rem;height:3.75rem;color:rgba(var(--color-primary-4),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ttTJs6KOce9Gv1XutFO95S913KGdQWHb { background-color:rgba(var(--color-secondary-4),1);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:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.6235rem;height:3.31055rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:41.443145751953rem;left:27.687719345092rem;display:block; }
#Sah0xgPf2DeKToWHdxouUo0ug4ief6fd { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#MSCexm5gaQfOzIHSOB7SniMvKm4WeaSk { display:block;width:35.561rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:14.214410781861rem;left:37.686632156372rem;height:23.2375rem;color:#000000;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ErrpCISqHuDdEbyhGmiP62ZsUgHe9OHC { position:absolute;display:block;z-index:15033;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:2.1875rem;width:18.75rem;top:5.6312503814697rem;left:37.686458587646rem;overflow:hidden;display:block; }
#Q1lmVXlzmTJdeEBeKe9tJ1WAS53XTv67 { position:relative;display:block; }#Q1lmVXlzmTJdeEBeKe9tJ1WAS53XTv67 { background-color: transparent; background-image: none; }#Q1lmVXlzmTJdeEBeKe9tJ1WAS53XTv67::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q1lmVXlzmTJdeEBeKe9tJ1WAS53XTv67 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q1lmVXlzmTJdeEBeKe9tJ1WAS53XTv67 > .row .container > .video-iframe-container { display: none; }#Q1lmVXlzmTJdeEBeKe9tJ1WAS53XTv67 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q1lmVXlzmTJdeEBeKe9tJ1WAS53XTv67 > .row > .video-iframe-container { display: none; }#Q1lmVXlzmTJdeEBeKe9tJ1WAS53XTv67 > .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); }#Q1lmVXlzmTJdeEBeKe9tJ1WAS53XTv67 { border-width: 0; border-radius: 0; }#Q1lmVXlzmTJdeEBeKe9tJ1WAS53XTv67 > .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; }#Q1lmVXlzmTJdeEBeKe9tJ1WAS53XTv67 > .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:32.0625rem;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; }#nGKugNswhqSXP0lkvrWdHkDavBWPSxbg { display:block;width:35.8114375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:2.1875rem;left:19.594791412354rem;height:3.75rem;color:#000000;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#phaOxgrATUHOXtybZZiTJo3dC8WkbtE6 { position:absolute;display:block;z-index:15004;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:6.875rem;width:9.4375rem;top:14.09375rem;left:0rem;overflow:hidden;display:block; }
#V0GkwTtZ8T5hltzLs94rVOWo4Qzf0h7i { position:absolute;display:block;z-index:15005;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:3.625rem;width:7.8125rem;top:15.71875rem;left:11.844791412354rem;overflow:hidden;display:block; }
#gMJ0t4pZSS6TtKid76cJE3inOUPXttlX { position:absolute;display:block;z-index:15006;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:2.375rem;width:9.4375rem;top:9.78125rem;left:0rem;overflow:hidden;display:block; }
#tNXKRGcvVvVs1XcHX8dE17rfOiMkwtIs { position:absolute;display:block;z-index:15007;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:4.4375rem;width:8.25rem;top:8.75rem;left:21.65625rem;overflow:hidden;display:block; }
#Smasxq5BCSIraaKwfvBBKBiuFU4T14dl { position:absolute;display:block;z-index:15008;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:10.125rem;width:10.25rem;top:5.90625rem;left:10.719791412354rem;overflow:hidden;display:block; }
#yIKMx6VvJJr4KihCitcJwhNoeFu1RIZc { position:absolute;display:block;z-index:15009;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:2.8125rem;width:9rem;top:9.5625rem;left:33rem;overflow:hidden;display:block; }
#A7RsX2lgnuEmTOxlpya3xVXbm2xlBQvL { position:absolute;display:block;z-index:15011;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:7.25rem;width:11.4375rem;top:6.875rem;left:63.5625rem;overflow:hidden;display:block; }
#fszFmP3xo8uIDPsEkJvfIumOCtac7Snt { position:absolute;display:block;z-index:15011;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:1.625rem;width:7.3125rem;top:16.71875rem;left:45.09375rem;overflow:hidden;display:block; }
#RwnFq2xxVTXLBuyXz3ZA7dwUXUS0kknL { position:absolute;display:block;z-index:15012;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:7.125rem;width:7.125rem;top:13.96875rem;left:22.21875rem;overflow:hidden;display:block; }
#tkCR0zyOmSBVu6Znb3LnwrXrwcrRG8oV { position:absolute;display:block;z-index:15013;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:4.9375rem;width:10.375rem;top:20.96875rem;left:64.625rem;overflow:hidden;display:block; }
#TBoEcsuwka5PqZq3hppCE13uPSO27cln { position:absolute;display:block;z-index:15014;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:3.8125rem;width:10.375rem;top:9.0625rem;left:43.6875rem;overflow:hidden;display:block; }
#xS0ooM2U5pF5plItBJOtP39JcTuA2E71 { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:10.375rem;top:16.40625rem;left:64.625rem;overflow:hidden;display:block; }
#S5Q2c1D07MWHJozFmXORo1kWZ1QqLg6K { position:absolute;display:block;z-index:15016;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:4.4375rem;width:4.4375rem;top:8.75rem;left:56.40625rem;overflow:hidden;display:block; }
#lvhFyR2hTFZ5PUlSbTgAmWKfzOeus27z { position:absolute;display:block;z-index:15017;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:5.75rem;width:8.125rem;top:14.65625rem;left:32.25rem;overflow:hidden;display:block; }
#VF5167F5AJdzP67BXlfSbUIDmBti1iwg { position:absolute;display:block;z-index:15018;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:2.4375rem;width:10.6875rem;top:22.4375rem;left:31.375rem;overflow:hidden;display:block; }
#gLtT1G3Pv4wtzOteJTNZpi1ILs80I1SZ { position:absolute;display:block;z-index:15019;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:2.875rem;width:8.125rem;top:22.21875rem;left:0rem;overflow:hidden;display:block; }
#kTZPNIkdX2ddTeSahLF8pOzl0N9PIAyn { position:absolute;display:block;z-index:15020;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:3.625rem;width:4.25rem;top:21.625rem;left:23.65625rem;overflow:hidden;display:block; }
#aRqxxxiOLIDgmoUCO4N8EimPVNCcupMJ { position:absolute;display:block;z-index:15021;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:4.25rem;width:7.75rem;top:21.375rem;left:55.34375rem;overflow:hidden;display:block; }
#BsnToo5KIZbFvh7Mc4SsXq4EzWnfFcR5 { position:absolute;display:block;z-index:15022;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:5.0625rem;width:5.0625rem;top:15rem;left:56.15625rem;overflow:hidden;display:block; }
#nHtatE4sMufZ9LqlSv1nKtqA3x3avZ4o { position:absolute;display:block;z-index:15023;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:3.25rem;width:10.875rem;top:21.8125rem;left:10.313541412354rem;overflow:hidden;display:block; }
#aaE3JXvThwdTRWzhZUAbCLboNb9OXoXG { position:absolute;display:block;z-index:15019;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:8.875rem;width:8.875rem;top:19.34375rem;left:44.3125rem;overflow:hidden;display:block; }
#VmBrpWIEkEp52xuyc6VIJuJK0JGoLQhv { border-top:0;border-left:0;border-right:0;border-bottom: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; }#VmBrpWIEkEp52xuyc6VIJuJK0JGoLQhv > .row .container { background-color: transparent; background-image: none; }#VmBrpWIEkEp52xuyc6VIJuJK0JGoLQhv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VmBrpWIEkEp52xuyc6VIJuJK0JGoLQhv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VmBrpWIEkEp52xuyc6VIJuJK0JGoLQhv > .row .container > .video-iframe-container { display: none; }#VmBrpWIEkEp52xuyc6VIJuJK0JGoLQhv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VmBrpWIEkEp52xuyc6VIJuJK0JGoLQhv > .row > .video-iframe-container { display: none; }#VmBrpWIEkEp52xuyc6VIJuJK0JGoLQhv > .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); }#VmBrpWIEkEp52xuyc6VIJuJK0JGoLQhv > .row .container { border-width: 0; border-radius: 0; }#VmBrpWIEkEp52xuyc6VIJuJK0JGoLQhv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VmBrpWIEkEp52xuyc6VIJuJK0JGoLQhv > .row .container { font-size:0.875rem;font-family:arial;height:23.3125rem;width:75rem;position:relative;display:block; }#eHq82hCMG9RZTabAUX3i78MIGfWPL9oB { display:block;width:74.874375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:300;z-index:15004;line-height:1.2;letter-spacing:0;top:6.5614166259762rem;left:0.12478446960449rem;height:7.5rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;text-align:center;text-align-last:center;display:block; }
#nsxGmriTkhsgDXKtwJIUL06XESaOtLrC { background-color:rgba(var(--color-secondary-4),1);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:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.7498125rem;height:3.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:15.998264312744rem;left:27.124567031861rem;display:block; }
#S5DOoxUuKciy7k04BZ23DphJOswd0Gmt { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#GC9lAENxm9smVlZz2yQrsRd4IITA7HtL { border-top:0;border-left:0;border-right:0;border-bottom: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; }#GC9lAENxm9smVlZz2yQrsRd4IITA7HtL > .row .container { background-color: transparent; background-image: none; }#GC9lAENxm9smVlZz2yQrsRd4IITA7HtL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GC9lAENxm9smVlZz2yQrsRd4IITA7HtL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GC9lAENxm9smVlZz2yQrsRd4IITA7HtL > .row .container > .video-iframe-container { display: none; }#GC9lAENxm9smVlZz2yQrsRd4IITA7HtL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GC9lAENxm9smVlZz2yQrsRd4IITA7HtL > .row > .video-iframe-container { display: none; }#GC9lAENxm9smVlZz2yQrsRd4IITA7HtL > .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); }#GC9lAENxm9smVlZz2yQrsRd4IITA7HtL > .row .container { border-width: 0; border-radius: 0; }#GC9lAENxm9smVlZz2yQrsRd4IITA7HtL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GC9lAENxm9smVlZz2yQrsRd4IITA7HtL > .row .container { font-size:0.875rem;font-family:arial;height:10.5625rem;width:75rem;position:relative;display:block; }#nnAidt64H6ECHKXvug8LnMcRcTBm8L8g { display:block;width:72.24875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:3.0625rem;left:1.375rem;height:3.15rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;text-align:center;text-align-last:center;display:block; }
#VZuZ7mAnTEcgB6dBa4ibQrKQ2hnTCUxy { position:absolute;display:block;z-index:15029;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.3125rem;width:6.5625rem;top:7.9375rem;left:42.5625rem;overflow:hidden;display:block; }
#V2aLtvRBd6JXDG1Lfl5SS1SCXg2vHtrX { position:absolute;display:block;z-index:15031;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.0625rem;width:8.1875rem;top:8.0625rem;left:32.5625rem;overflow:hidden;display:block; }
#Q0wXNGywvSmb1PPQv6Qfro12vHLt9A5n { position:absolute;display:block;z-index:15029;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.8125rem;width:4.6875rem;top:7.6875rem;left:25.875rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #sHtxTWCQ7dxu1twmGDofAg7Ur4bbyiTl { display:block; }#sHtxTWCQ7dxu1twmGDofAg7Ur4bbyiTl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KMXgmftkiWGRFxfiruxSCPNv7hWlOHud { width:9.875rem;height:2.1875rem;top:1.5625rem;left:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fd0GKOmg8yUD3V9Ezs7gtMviLLnuiDNe { display:block; }
 }@media only screen and (max-width: 763px) { #k01zhN1N5C6SkViSblxDyymaLoS6EBvB { width:6.4375rem;height:2.1875rem;top:1.5625rem;left:26.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPARgKH8C3vMRHz9GXmD6TNBUTTUT2mG { display:block; }
 }@media only screen and (max-width: 763px) { #nzz0RVAUNLcAOkNMXfXHGAJSwPxyLUGG { width:6.4375rem;height:2.1875rem;top:1.5625rem;left:41.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywThdDVDpsoXWJhy7xvOfnkUXUJQyAZU { display:block; }
 }@media only screen and (max-width: 763px) { #GUm2EG6JTweUz06iubSgDMu2oaZ8AkFK { width:6.4375rem;height:2.1875rem;top:1.5625rem;left:33.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NApqgANfin8EFZTTFCaqwuUep6mdS4XT { display:block; }
 }@media only screen and (max-width: 763px) { #DpmQ4NL4bDTl3b3rlmWavaua7Sugu4pV { width:8.5rem;height:1.7364018920122rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzKOvQ19xL5A2eWyWfvDMCkutko4w9iX { width:8.625rem;height:2.0625rem;top:1.5625rem;left:39.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rmNN3yyLp6hhxwyaq1mpJfosAXmTtOEb { display:block; }
 }@media only screen and (max-width: 763px) { #dBMAh3gtpaP0nIHiVUMzlFJaOXc4as3q { width:18.75rem;height:2.923825rem;top:8.3125rem;left:29rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTdeJIZzIXLr8LfOyNQt8MW7LO7hdBRM { display:block; }#dTdeJIZzIXLr8LfOyNQt8MW7LO7hdBRM > .row .container { height:35.4375rem;width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fZPnmCaP6z7klUTO26UtvL1TvwbCNOV7 { width:28.125rem;height:4.7246125rem;top:16.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PpTidRnl9trSOcqP94cQ81akz575LcMn { width:18.75rem;height:2.923825rem;top:8.3125rem;left:29rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sftegQNLL3pdaIBgdNWAdPzUQBetWrCr { width:30.75rem;height:9rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1LRcbGU055C2JWf2WMePDEf93vOJV5L { width:18.75rem;height:2.1875rem;top:12.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0EI008kcuvwHGIEP12Iich0Lg5bmN8u { width:34rem;height:44.125rem;top:7.5rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOUXNTSInxEC5ipyI9QJzWTO4NzBuk3d .widget-regular-label { width:27.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#cOUXNTSInxEC5ipyI9QJzWTO4NzBuk3d .widget-input-text { width:27.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#cOUXNTSInxEC5ipyI9QJzWTO4NzBuk3d .widget-input-text {padding-top: 0; padding-bottom: 0;}#cOUXNTSInxEC5ipyI9QJzWTO4NzBuk3d .widget-textarea { width:27.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#cOUXNTSInxEC5ipyI9QJzWTO4NzBuk3d .widget-input-select { width:27.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#cOUXNTSInxEC5ipyI9QJzWTO4NzBuk3d .widget-input-select {padding-top: 0; padding-bottom: 0;}#cOUXNTSInxEC5ipyI9QJzWTO4NzBuk3d .widget-input-button { width:27.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#cOUXNTSInxEC5ipyI9QJzWTO4NzBuk3d .widget-checkbox-label { width:26.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#cOUXNTSInxEC5ipyI9QJzWTO4NzBuk3d  { width:27.6875rem;height:auto;top:12.625rem;left:17.5625rem; }
#cOUXNTSInxEC5ipyI9QJzWTO4NzBuk3d .radio-container { width:27.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#cOUXNTSInxEC5ipyI9QJzWTO4NzBuk3d {display:block;}#cOUXNTSInxEC5ipyI9QJzWTO4NzBuk3d { width:27.6875rem;height:auto;top:12.625rem;left:17.5625rem; }
 }@media only screen and (max-width: 763px) { #cOUXNTSInxEC5ipyI9QJzWTO4NzBuk3d #v5ayBN2uHkbTsuTOkrEeNB74i9KN6vFu {  }
 }@media only screen and (max-width: 763px) { #cOUXNTSInxEC5ipyI9QJzWTO4NzBuk3d #HuVmC0fSd2WAI0whwZu8k4DfHkaukEkU { display:block; }
 }@media only screen and (max-width: 763px) { #cOUXNTSInxEC5ipyI9QJzWTO4NzBuk3d #gTw7mJVgpmmP7JlHbZfr8x4S2gz5CczH {  }
 }@media only screen and (max-width: 763px) { #cOUXNTSInxEC5ipyI9QJzWTO4NzBuk3d #dWGzpfmN1coKInqfmNSh7pwgQIZeGQI2 {  }
 }@media only screen and (max-width: 763px) { #cOUXNTSInxEC5ipyI9QJzWTO4NzBuk3d #HhXTE9qvfp4bsLykUXzFPDpilGHvAGIt { display:block; }
 }@media only screen and (max-width: 763px) { #cOUXNTSInxEC5ipyI9QJzWTO4NzBuk3d #RLkmTxGKdf1mBvr3u2ukbTDvLLz0Qgsy {  }
 }@media only screen and (max-width: 763px) { #cOUXNTSInxEC5ipyI9QJzWTO4NzBuk3d #lur3c54pXl0oSynx7yLmto4zqohOFpw9 {  }
 }@media only screen and (max-width: 763px) { #cOUXNTSInxEC5ipyI9QJzWTO4NzBuk3d #WocqvdNqUE9Bywa99vxlc4wmNpsThLXv { display:block; }
 }@media only screen and (max-width: 763px) { #cOUXNTSInxEC5ipyI9QJzWTO4NzBuk3d #pPCKTmIaBDG7faRyC8XM1Kpi04X1AwIz {  }
 }@media only screen and (max-width: 763px) { #cOUXNTSInxEC5ipyI9QJzWTO4NzBuk3d #xLI3q2Ev3tdEVUMw3Ti0Wg8TQxlIvzXn {  }
 }@media only screen and (max-width: 763px) { #cOUXNTSInxEC5ipyI9QJzWTO4NzBuk3d #szB4oJZvd01MAy5FsUW4rvWo2JTXmeTZ { display:block; }
 }@media only screen and (max-width: 763px) { #cOUXNTSInxEC5ipyI9QJzWTO4NzBuk3d #XEyiCJGu2hPR55TtWZRTASTZxaZTOvEA {  }
 }@media only screen and (max-width: 763px) { #cOUXNTSInxEC5ipyI9QJzWTO4NzBuk3d #ePgccmFQzWIgIbcL1avI3sntR597pKNm {  }
 }@media only screen and (max-width: 763px) { #cOUXNTSInxEC5ipyI9QJzWTO4NzBuk3d #RJBZyGpqh6qlhTD9Q3tgfagxCFvPSC6Z { display:block; }
 }@media only screen and (max-width: 763px) { #cOUXNTSInxEC5ipyI9QJzWTO4NzBuk3d #BLN5JmUaSUB5Vh83f8p5GRPiHg4RNtiQ {  }
 }@media only screen and (max-width: 763px) { #cOUXNTSInxEC5ipyI9QJzWTO4NzBuk3d #O8nJ7r3TckSkm8LXCn3NZToLdAXcm9q6 {  }
 }@media only screen and (max-width: 763px) { #cOUXNTSInxEC5ipyI9QJzWTO4NzBuk3d #m9fmbeuocay4B6amFeyDt8W5uyTiR8D4 { display:block; }
 }@media only screen and (max-width: 763px) { #cOUXNTSInxEC5ipyI9QJzWTO4NzBuk3d #Wy3uo47pSg8TPhfabp9ZEt0yf0unZg5w {  }
 }@media only screen and (max-width: 763px) { #cOUXNTSInxEC5ipyI9QJzWTO4NzBuk3d #KgwqSyTz8mRJqx78qVHvmTsMKqGh6e6c {  }
 }@media only screen and (max-width: 763px) { #cOUXNTSInxEC5ipyI9QJzWTO4NzBuk3d #kN78uZGVq9rHVK6Hy3K9KGGWiyxtTqrB {  }
 }@media only screen and (max-width: 763px) { #cOUXNTSInxEC5ipyI9QJzWTO4NzBuk3d #qt2l1eNedUEq9XDpXKpWyLBnBWcmNI8Q {  }
 }@media only screen and (max-width: 763px) { #cOUXNTSInxEC5ipyI9QJzWTO4NzBuk3d #MvHeMXS0ZVtlX3pu0hPmpwWNooIv0JFT {  }
 }@media only screen and (max-width: 763px) { #cOUXNTSInxEC5ipyI9QJzWTO4NzBuk3d #URtJN05F79fTrhLT2MXxpSmF97VrSSOk {  }
 }@media only screen and (max-width: 763px) { #cOUXNTSInxEC5ipyI9QJzWTO4NzBuk3d #QT0vhZgaMMv56hq0sg6JVolHnitIdnoC {  }
 }@media only screen and (max-width: 763px) { #cOUXNTSInxEC5ipyI9QJzWTO4NzBuk3d #ZTt774mEhsdEnHSeCSDNBk4enIkoRvdK {  }
 }@media only screen and (max-width: 763px) { #cOUXNTSInxEC5ipyI9QJzWTO4NzBuk3d #bfslexHcqIP86p3O8ndZoy7BZN61bzhb {  }
 }@media only screen and (max-width: 763px) { #cOUXNTSInxEC5ipyI9QJzWTO4NzBuk3d #A8RJzccW7ZGgKSV9CSnOwtXmu3OnqTiz {  }
 }@media only screen and (max-width: 763px) { #cOUXNTSInxEC5ipyI9QJzWTO4NzBuk3d #UehrJtUIW5aPOit1kki0gSIRun9gtuUT {  }
 }@media only screen and (max-width: 763px) { #cOUXNTSInxEC5ipyI9QJzWTO4NzBuk3d #Dlcz7qogWpG5XQc12o17p8Toevu7EZzF {  }
 }@media only screen and (max-width: 763px) { #cOUXNTSInxEC5ipyI9QJzWTO4NzBuk3d #K5Fg3LcIKUnqZ12wMOUxcp4e3l5oziQR {  }
 }@media only screen and (max-width: 763px) { #CWL94LgQbcFsi0sr3qUoJRVaApOK0VVd { display:block; }
 }@media only screen and (max-width: 763px) { #nPoODLPItR0AxmCt6LrXCF7AW1yot7ZF { display:block; }
 }@media only screen and (max-width: 763px) { #TaVVn5gFw2dHgoHk1IwFMPXCyWKqaCmm { display:block; }
 }@media only screen and (max-width: 763px) { #rp1TuTHo2tcsAEDyremkvJRpSCkBVyZM { display:block; }
 }@media only screen and (max-width: 763px) { #xSDDDGfO5PE4lXrWkMyrMSOfMQLEQHpm { display:block; }
 }@media only screen and (max-width: 763px) { #GMhuyCqUdFMSuNSvdzJACKD3x3izCd49 { display:block; }
 }@media only screen and (max-width: 763px) { #cOUXNTSInxEC5ipyI9QJzWTO4NzBuk3d #fWCIDVeHwMIqJrIPOvLy1aeBW2rfM7Sw {  }
 }@media only screen and (max-width: 763px) { #cOUXNTSInxEC5ipyI9QJzWTO4NzBuk3d #cwe5w6ZcnDrTuoCKKMrE7LHvM0TMMKGt {  }
 }@media only screen and (max-width: 763px) { #M9tg0irPVdIcV1ldgfplFTdUw4cwWGgu { width:30.75rem;height:9rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKgzfiRXt3DkUZkEXzk9uM9rP7hrWwph { width:30.75rem;height:9rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqdoZNnT7kKFrqTwsQD5Z8cIi3z2l0JA { width:18.75rem;height:2.923825rem;top:8.3125rem;left:29rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkhOOdPJWi0y2ZHhl5tq58K1QinK6nUa { width:10.4375rem;height:1.9882964347583rem;top:33.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CytbkcyyUIE61OGILqlfy9BEFT9LBtN1 { width:8.5rem;height:1.625rem;top:42.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJzoPxgfrfQ3fBnseUaVIfRMeBGk1cPf { width:18.75rem;height:2.923825rem;top:8.3125rem;left:29rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcCe3FveovUmuLTgm4mexl8dweHVqWfW { width:4.8125rem;height:1.75rem;top:42.125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQJ4vSBSGWJlR4BCpVBLfbCFDIgz6ibp { width:2.8125rem;height:1.9572322995522rem;top:44.75rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayIflboIezt0KAk16Z89DWmvVNd8oEtW { width:8.5rem;height:1.625rem;top:44.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfLpWcimgEfObH5i3n4oM6e385mkvs9D { width:5.875rem;height:1.6875rem;top:44.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAx25akRzceyvKrqCKHRkiVEqRI54J4J { width:6.3125rem;height:1.8125rem;top:41.9375rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lemGXJNbxPp3LoEZUBR9RfmBceBbbV7B { width:30.6875rem;height:7.875rem;top:40.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bis5xTCi9TXxPUrwnGIBXQVPs3VPWLhi { display:block; }#bis5xTCi9TXxPUrwnGIBXQVPs3VPWLhi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZsSiTQG0Hd0vlhFywRfKLJ1ZvbkhzxpB { width:30.75rem;height:11.25rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5FhGXJvqmPugaZAT4ZLInWUUhZsRGvP { width:18.75rem;height:7.30956875rem;top:11.3125rem;left:29rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzhv4wQoIF6Q5TFw8u9sNVIr702tKefv { width:36.375rem;height:20.402747021369rem;top:13rem;left:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMnIUe77VeJsS9cbvVnAuNeukqlkrfsh { display:block; }#dMnIUe77VeJsS9cbvVnAuNeukqlkrfsh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CPgCvwqkG444z3qs8RySO595qVd6RLdT { width:30.75rem;height:11.25rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R53C52h6XXxTKgSkzoZCMzlR8J4mqTCu { display:block; }#R53C52h6XXxTKgSkzoZCMzlR8J4mqTCu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z2NszknivWcRkTa6vfbhrEUv4lr29EBT { width:20rem;height:27.25rem;top:0rem;left:0.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PuJIRyAvJiu3tkRtSENa4TKrqXDTlnCJ { width:30.75rem;height:9rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zq3TJXGQxH7bRoAJUad5gmAVXgpZiS2U { width:18.75rem;height:7.30956875rem;top:11.3125rem;left:29rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LM6ysFbXIOtyPHUoFuqT8PfMAhcJ6k3L { display:block; }#LM6ysFbXIOtyPHUoFuqT8PfMAhcJ6k3L > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bLtbdwtwTvhEXML3UfiGdCwGzqsEOHS7 { width:21.875rem;height:27.25rem;top:0rem;left:0.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOxAGOCD9ycMRUW9lM7o3bTcLf3tistN { width:30.75rem;height:9rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLVazH2A3RdTK1v9bqBQnNvwSFPDc8Mw { width:18.75rem;height:7.30956875rem;top:11.3125rem;left:29rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXu16FzOtC1J4uF738qm7NVMheb56MWn { display:block; }#sXu16FzOtC1J4uF738qm7NVMheb56MWn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ouzcZeQ52TA5Zy0vIZ6i4aPT1sObU8b9 { width:19rem;height:27.25rem;top:0rem;left:0.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XpKHLKON0y3G6cV0R03Ju6OgzUpwxxhB { width:30.75rem;height:9rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rq8LSTueNnCr9IDOELo5f2AKsgHA36zO { width:18.75rem;height:7.30956875rem;top:11.3125rem;left:29rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdbtT6C5cy7MinM4Q9ABh7g6hV8c7dN5 { display:block; }#xdbtT6C5cy7MinM4Q9ABh7g6hV8c7dN5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K4gQnfDSxuDz4vvvuAq8B2WZp3qGW4WT { width:22.4375rem;height:27.375rem;top:0rem;left:0.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHgRhowZzXXJTv7iz2VKVg8Wr82KSBqz { width:30.75rem;height:9rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QE4M8A5foFI8dsHtOFu1M5E0wwPH1fxN { width:18.75rem;height:7.30956875rem;top:11.3125rem;left:29rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TX5gpntUgPBlNCoD7pArGwvinKriw5Jh { display:block; }#TX5gpntUgPBlNCoD7pArGwvinKriw5Jh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WnCmdEuEUHp4QEaOeaHTuZGaREO8rmAB { width:22.1875rem;height:27.375rem;top:0rem;left:0.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQbJbAt6qJ6xX1tB3TE62OPoLvsq53Kr { width:30.75rem;height:9rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAJNb87Hftl3dEcBmzsTWIwdpNaTT63J { width:18.75rem;height:7.30956875rem;top:11.3125rem;left:29rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U90KpKSZ4TP7TKzTQfuoFT6POX2CiSPJ { display:block; }#U90KpKSZ4TP7TKzTQfuoFT6POX2CiSPJ > .row .container { height:35.4375rem;width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TaAsey0chyWwGi2wRQ4SAhehHyrnGlZS { width:35.125rem;height:33.565236524532rem;top:6.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRyW69I9lQND8fEIGDTyLzvZLfgVE36k { width:30.75rem;height:9rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttTJs6KOce9Gv1XutFO95S913KGdQWHb { width:16.25rem;height:3.4375rem;top:4.125rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sah0xgPf2DeKToWHdxouUo0ug4ief6fd { display:block; }
 }@media only screen and (max-width: 763px) { #MSCexm5gaQfOzIHSOB7SniMvKm4WeaSk { width:18.75rem;height:7.30956875rem;top:11.3125rem;left:29rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErrpCISqHuDdEbyhGmiP62ZsUgHe9OHC { width:18.75rem;height:2.1875rem;top:5.625rem;left:24.061458587646rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1lmVXlzmTJdeEBeKe9tJ1WAS53XTv67 { display:block; }#Q1lmVXlzmTJdeEBeKe9tJ1WAS53XTv67 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nGKugNswhqSXP0lkvrWdHkDavBWPSxbg { width:30.75rem;height:11.25rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #phaOxgrATUHOXtybZZiTJo3dC8WkbtE6 { width:9.4375rem;height:6.875rem;top:14.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0GkwTtZ8T5hltzLs94rVOWo4Qzf0h7i { width:7.8125rem;height:3.625rem;top:15.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMJ0t4pZSS6TtKid76cJE3inOUPXttlX { width:9.4375rem;height:2.375rem;top:9.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNXKRGcvVvVs1XcHX8dE17rfOiMkwtIs { width:8.25rem;height:4.4375rem;top:8.75rem;left:8.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Smasxq5BCSIraaKwfvBBKBiuFU4T14dl { width:10.25rem;height:10.125rem;top:5.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIKMx6VvJJr4KihCitcJwhNoeFu1RIZc { width:9rem;height:2.8125rem;top:9.5625rem;left:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7RsX2lgnuEmTOxlpya3xVXbm2xlBQvL { width:11.4375rem;height:7.25rem;top:6.875rem;left:36.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fszFmP3xo8uIDPsEkJvfIumOCtac7Snt { width:7.3125rem;height:1.625rem;top:16.6875rem;left:31.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwnFq2xxVTXLBuyXz3ZA7dwUXUS0kknL { width:7.125rem;height:7.125rem;top:13.9375rem;left:8.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkCR0zyOmSBVu6Znb3LnwrXrwcrRG8oV { width:10.375rem;height:4.9375rem;top:20.9375rem;left:37.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBoEcsuwka5PqZq3hppCE13uPSO27cln { width:10.375rem;height:3.8125rem;top:9.0625rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xS0ooM2U5pF5plItBJOtP39JcTuA2E71 { width:10.375rem;height:2.25rem;top:16.375rem;left:37.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5Q2c1D07MWHJozFmXORo1kWZ1QqLg6K { width:4.4375rem;height:4.4375rem;top:8.75rem;left:42.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvhFyR2hTFZ5PUlSbTgAmWKfzOeus27z { width:8.125rem;height:5.75rem;top:14.625rem;left:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VF5167F5AJdzP67BXlfSbUIDmBti1iwg { width:10.6875rem;height:2.4375rem;top:22.4375rem;left:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLtT1G3Pv4wtzOteJTNZpi1ILs80I1SZ { width:8.125rem;height:2.875rem;top:22.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTZPNIkdX2ddTeSahLF8pOzl0N9PIAyn { width:4.25rem;height:3.625rem;top:21.625rem;left:10.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRqxxxiOLIDgmoUCO4N8EimPVNCcupMJ { width:7.75rem;height:4.25rem;top:21.375rem;left:40rem;display:block; }
 }@media only screen and (max-width: 763px) { #BsnToo5KIZbFvh7Mc4SsXq4EzWnfFcR5 { width:5.0625rem;height:5.0625rem;top:15rem;left:42.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHtatE4sMufZ9LqlSv1nKtqA3x3avZ4o { width:10.875rem;height:3.25rem;top:21.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aaE3JXvThwdTRWzhZUAbCLboNb9OXoXG { width:8.875rem;height:8.875rem;top:19.3125rem;left:30.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VmBrpWIEkEp52xuyc6VIJuJK0JGoLQhv { display:block; }#VmBrpWIEkEp52xuyc6VIJuJK0JGoLQhv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eHq82hCMG9RZTabAUX3i78MIGfWPL9oB { width:28.125rem;height:18.75rem;top:16.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsxGmriTkhsgDXKtwJIUL06XESaOtLrC { width:16.25rem;height:3.4375rem;top:4.125rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5DOoxUuKciy7k04BZ23DphJOswd0Gmt { display:block; }
 }@media only screen and (max-width: 763px) { #GC9lAENxm9smVlZz2yQrsRd4IITA7HtL { display:block; }#GC9lAENxm9smVlZz2yQrsRd4IITA7HtL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nnAidt64H6ECHKXvug8LnMcRcTBm8L8g { width:28.125rem;height:6.296875rem;top:16.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZuZ7mAnTEcgB6dBa4ibQrKQ2hnTCUxy { width:6.5625rem;height:1.31185rem;top:7.9375rem;left:28.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2aLtvRBd6JXDG1Lfl5SS1SCXg2vHtrX { width:8.125rem;height:1.0542527101305rem;top:8.0625rem;left:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0wXNGywvSmb1PPQv6Qfro12vHLt9A5n { width:4.6875rem;height:1.81206875rem;top:7.6875rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #sHtxTWCQ7dxu1twmGDofAg7Ur4bbyiTl { position:relative;z-index:auto;display:block; }#sHtxTWCQ7dxu1twmGDofAg7Ur4bbyiTl > .row .container { width:20rem;height:14.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KMXgmftkiWGRFxfiruxSCPNv7hWlOHud { width:3.9375rem;height:2.1875rem;top:4.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fd0GKOmg8yUD3V9Ezs7gtMviLLnuiDNe { display:block; }
 }@media only screen and (max-width: 763px) { #k01zhN1N5C6SkViSblxDyymaLoS6EBvB { width:4.5rem;height:2.1875rem;top:4.21875rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPARgKH8C3vMRHz9GXmD6TNBUTTUT2mG { display:block; }
 }@media only screen and (max-width: 763px) { #nzz0RVAUNLcAOkNMXfXHGAJSwPxyLUGG { width:4.1875rem;height:2.1875rem;top:4.25rem;left:15.811457633972rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywThdDVDpsoXWJhy7xvOfnkUXUJQyAZU { display:block; }
 }@media only screen and (max-width: 763px) { #GUm2EG6JTweUz06iubSgDMu2oaZ8AkFK { width:4.75rem;height:2.1875rem;top:4.21875rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NApqgANfin8EFZTTFCaqwuUep6mdS4XT { display:block; }
 }@media only screen and (max-width: 763px) { #DpmQ4NL4bDTl3b3rlmWavaua7Sugu4pV { width:8.3125rem;height:1.6875rem;top:1.34375rem;left:5.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzKOvQ19xL5A2eWyWfvDMCkutko4w9iX { width:8.625rem;height:2.0625rem;top:11.5375rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rmNN3yyLp6hhxwyaq1mpJfosAXmTtOEb { display:block; }
 }@media only screen and (max-width: 763px) { #dBMAh3gtpaP0nIHiVUMzlFJaOXc4as3q { width:20rem;height:2.6rem;top:7.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTdeJIZzIXLr8LfOyNQt8MW7LO7hdBRM { background-color:#ffffff;background-image:none;display:block; }#dTdeJIZzIXLr8LfOyNQt8MW7LO7hdBRM > .row .container { background-color: transparent; background-image: none; }#dTdeJIZzIXLr8LfOyNQt8MW7LO7hdBRM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dTdeJIZzIXLr8LfOyNQt8MW7LO7hdBRM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dTdeJIZzIXLr8LfOyNQt8MW7LO7hdBRM > .row .container > .video-iframe-container { display: none; }#dTdeJIZzIXLr8LfOyNQt8MW7LO7hdBRM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dTdeJIZzIXLr8LfOyNQt8MW7LO7hdBRM > .row > .video-iframe-container { display: none; }#dTdeJIZzIXLr8LfOyNQt8MW7LO7hdBRM > .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); }#dTdeJIZzIXLr8LfOyNQt8MW7LO7hdBRM > .row .container { height:99.625rem;width:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fZPnmCaP6z7klUTO26UtvL1TvwbCNOV7 { width:19.9375rem;height:6.3rem;top:9.4364585876462rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #PpTidRnl9trSOcqP94cQ81akz575LcMn { width:18.3125rem;height:7.3125rem;top:16.9375rem;left:0.84375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sftegQNLL3pdaIBgdNWAdPzUQBetWrCr { width:20rem;height:1.35rem;top:3.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1LRcbGU055C2JWf2WMePDEf93vOJV5L { width:18.75rem;height:2.1875rem;top:5.1625003814697rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0EI008kcuvwHGIEP12Iich0Lg5bmN8u { width:20rem;height:47.8125rem;top:25.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOUXNTSInxEC5ipyI9QJzWTO4NzBuk3d .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#cOUXNTSInxEC5ipyI9QJzWTO4NzBuk3d .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#cOUXNTSInxEC5ipyI9QJzWTO4NzBuk3d .widget-input-text {padding-top: 0; padding-bottom: 0;}#cOUXNTSInxEC5ipyI9QJzWTO4NzBuk3d .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#cOUXNTSInxEC5ipyI9QJzWTO4NzBuk3d .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#cOUXNTSInxEC5ipyI9QJzWTO4NzBuk3d .widget-input-select {padding-top: 0; padding-bottom: 0;}#cOUXNTSInxEC5ipyI9QJzWTO4NzBuk3d .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.1875rem;overflow:hidden;background-color:#0b7dc3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important; }
#cOUXNTSInxEC5ipyI9QJzWTO4NzBuk3d .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#cOUXNTSInxEC5ipyI9QJzWTO4NzBuk3d  { width:17.5rem;height:auto;top:30.875rem;left:0rem; }
#cOUXNTSInxEC5ipyI9QJzWTO4NzBuk3d .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#cOUXNTSInxEC5ipyI9QJzWTO4NzBuk3d {display:block;}#cOUXNTSInxEC5ipyI9QJzWTO4NzBuk3d { width:17.5rem;height:auto;top:30.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cOUXNTSInxEC5ipyI9QJzWTO4NzBuk3d #v5ayBN2uHkbTsuTOkrEeNB74i9KN6vFu {  }
 }@media only screen and (max-width: 763px) { #cOUXNTSInxEC5ipyI9QJzWTO4NzBuk3d #HuVmC0fSd2WAI0whwZu8k4DfHkaukEkU { display:block; }
 }@media only screen and (max-width: 763px) { #cOUXNTSInxEC5ipyI9QJzWTO4NzBuk3d #gTw7mJVgpmmP7JlHbZfr8x4S2gz5CczH {  }
 }@media only screen and (max-width: 763px) { #cOUXNTSInxEC5ipyI9QJzWTO4NzBuk3d #dWGzpfmN1coKInqfmNSh7pwgQIZeGQI2 {  }
 }@media only screen and (max-width: 763px) { #cOUXNTSInxEC5ipyI9QJzWTO4NzBuk3d #HhXTE9qvfp4bsLykUXzFPDpilGHvAGIt { display:block; }
 }@media only screen and (max-width: 763px) { #cOUXNTSInxEC5ipyI9QJzWTO4NzBuk3d #RLkmTxGKdf1mBvr3u2ukbTDvLLz0Qgsy {  }
 }@media only screen and (max-width: 763px) { #cOUXNTSInxEC5ipyI9QJzWTO4NzBuk3d #lur3c54pXl0oSynx7yLmto4zqohOFpw9 {  }
 }@media only screen and (max-width: 763px) { #cOUXNTSInxEC5ipyI9QJzWTO4NzBuk3d #WocqvdNqUE9Bywa99vxlc4wmNpsThLXv { display:block; }
 }@media only screen and (max-width: 763px) { #cOUXNTSInxEC5ipyI9QJzWTO4NzBuk3d #pPCKTmIaBDG7faRyC8XM1Kpi04X1AwIz {  }
 }@media only screen and (max-width: 763px) { #cOUXNTSInxEC5ipyI9QJzWTO4NzBuk3d #xLI3q2Ev3tdEVUMw3Ti0Wg8TQxlIvzXn {  }
 }@media only screen and (max-width: 763px) { #cOUXNTSInxEC5ipyI9QJzWTO4NzBuk3d #szB4oJZvd01MAy5FsUW4rvWo2JTXmeTZ { display:block; }
 }@media only screen and (max-width: 763px) { #cOUXNTSInxEC5ipyI9QJzWTO4NzBuk3d #XEyiCJGu2hPR55TtWZRTASTZxaZTOvEA {  }
 }@media only screen and (max-width: 763px) { #cOUXNTSInxEC5ipyI9QJzWTO4NzBuk3d #ePgccmFQzWIgIbcL1avI3sntR597pKNm {  }
 }@media only screen and (max-width: 763px) { #cOUXNTSInxEC5ipyI9QJzWTO4NzBuk3d #RJBZyGpqh6qlhTD9Q3tgfagxCFvPSC6Z { display:block; }
 }@media only screen and (max-width: 763px) { #cOUXNTSInxEC5ipyI9QJzWTO4NzBuk3d #BLN5JmUaSUB5Vh83f8p5GRPiHg4RNtiQ {  }
 }@media only screen and (max-width: 763px) { #cOUXNTSInxEC5ipyI9QJzWTO4NzBuk3d #O8nJ7r3TckSkm8LXCn3NZToLdAXcm9q6 {  }
 }@media only screen and (max-width: 763px) { #cOUXNTSInxEC5ipyI9QJzWTO4NzBuk3d #m9fmbeuocay4B6amFeyDt8W5uyTiR8D4 { display:block; }
 }@media only screen and (max-width: 763px) { #cOUXNTSInxEC5ipyI9QJzWTO4NzBuk3d #Wy3uo47pSg8TPhfabp9ZEt0yf0unZg5w {  }
 }@media only screen and (max-width: 763px) { #cOUXNTSInxEC5ipyI9QJzWTO4NzBuk3d #KgwqSyTz8mRJqx78qVHvmTsMKqGh6e6c {  }
 }@media only screen and (max-width: 763px) { #cOUXNTSInxEC5ipyI9QJzWTO4NzBuk3d #kN78uZGVq9rHVK6Hy3K9KGGWiyxtTqrB {  }
 }@media only screen and (max-width: 763px) { #cOUXNTSInxEC5ipyI9QJzWTO4NzBuk3d #qt2l1eNedUEq9XDpXKpWyLBnBWcmNI8Q {  }
 }@media only screen and (max-width: 763px) { #cOUXNTSInxEC5ipyI9QJzWTO4NzBuk3d #MvHeMXS0ZVtlX3pu0hPmpwWNooIv0JFT {  }
 }@media only screen and (max-width: 763px) { #cOUXNTSInxEC5ipyI9QJzWTO4NzBuk3d #URtJN05F79fTrhLT2MXxpSmF97VrSSOk {  }
 }@media only screen and (max-width: 763px) { #cOUXNTSInxEC5ipyI9QJzWTO4NzBuk3d #QT0vhZgaMMv56hq0sg6JVolHnitIdnoC {  }
 }@media only screen and (max-width: 763px) { #cOUXNTSInxEC5ipyI9QJzWTO4NzBuk3d #ZTt774mEhsdEnHSeCSDNBk4enIkoRvdK {  }
 }@media only screen and (max-width: 763px) { #cOUXNTSInxEC5ipyI9QJzWTO4NzBuk3d #bfslexHcqIP86p3O8ndZoy7BZN61bzhb {  }
 }@media only screen and (max-width: 763px) { #cOUXNTSInxEC5ipyI9QJzWTO4NzBuk3d #A8RJzccW7ZGgKSV9CSnOwtXmu3OnqTiz {  }
 }@media only screen and (max-width: 763px) { #cOUXNTSInxEC5ipyI9QJzWTO4NzBuk3d #UehrJtUIW5aPOit1kki0gSIRun9gtuUT {  }
 }@media only screen and (max-width: 763px) { #cOUXNTSInxEC5ipyI9QJzWTO4NzBuk3d #Dlcz7qogWpG5XQc12o17p8Toevu7EZzF {  }
 }@media only screen and (max-width: 763px) { #cOUXNTSInxEC5ipyI9QJzWTO4NzBuk3d #K5Fg3LcIKUnqZ12wMOUxcp4e3l5oziQR {  }
 }@media only screen and (max-width: 763px) { #CWL94LgQbcFsi0sr3qUoJRVaApOK0VVd { display:block; }
 }@media only screen and (max-width: 763px) { #nPoODLPItR0AxmCt6LrXCF7AW1yot7ZF { display:block; }
 }@media only screen and (max-width: 763px) { #TaVVn5gFw2dHgoHk1IwFMPXCyWKqaCmm { display:block; }
 }@media only screen and (max-width: 763px) { #rp1TuTHo2tcsAEDyremkvJRpSCkBVyZM { display:block; }
 }@media only screen and (max-width: 763px) { #xSDDDGfO5PE4lXrWkMyrMSOfMQLEQHpm { display:block; }
 }@media only screen and (max-width: 763px) { #GMhuyCqUdFMSuNSvdzJACKD3x3izCd49 { display:block; }
 }@media only screen and (max-width: 763px) { #cOUXNTSInxEC5ipyI9QJzWTO4NzBuk3d #fWCIDVeHwMIqJrIPOvLy1aeBW2rfM7Sw {  }
 }@media only screen and (max-width: 763px) { #cOUXNTSInxEC5ipyI9QJzWTO4NzBuk3d #cwe5w6ZcnDrTuoCKKMrE7LHvM0TMMKGt {  }
 }@media only screen and (max-width: 763px) { #M9tg0irPVdIcV1ldgfplFTdUw4cwWGgu { width:20rem;height:1.95rem;top:27.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKgzfiRXt3DkUZkEXzk9uM9rP7hrWwph { width:20rem;height:2.25rem;top:29.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqdoZNnT7kKFrqTwsQD5Z8cIi3z2l0JA { width:18.4375rem;height:2.275rem;top:79.0625rem;left:0.78125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkhOOdPJWi0y2ZHhl5tq58K1QinK6nUa { width:10.4375rem;height:1.98854375rem;top:75.9375rem;left:4.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CytbkcyyUIE61OGILqlfy9BEFT9LBtN1 { width:8.5rem;height:1.625rem;top:87.1875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJzoPxgfrfQ3fBnseUaVIfRMeBGk1cPf { width:10.5rem;height:1.4625rem;top:82.9375rem;left:5.0625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcCe3FveovUmuLTgm4mexl8dweHVqWfW { width:4.8125rem;height:1.75rem;top:87.125rem;left:12.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQJ4vSBSGWJlR4BCpVBLfbCFDIgz6ibp { width:2.8125rem;height:1.95729375rem;top:92.980209350588rem;left:13.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayIflboIezt0KAk16Z89DWmvVNd8oEtW { width:8.5rem;height:1.625rem;top:93.25rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfLpWcimgEfObH5i3n4oM6e385mkvs9D { width:5.875rem;height:1.6875rem;top:90.53125rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAx25akRzceyvKrqCKHRkiVEqRI54J4J { width:6.3125rem;height:1.8125rem;top:90.46875rem;left:3.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lemGXJNbxPp3LoEZUBR9RfmBceBbbV7B { width:20rem;height:10.5rem;top:85.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bis5xTCi9TXxPUrwnGIBXQVPs3VPWLhi { display:block; }#bis5xTCi9TXxPUrwnGIBXQVPs3VPWLhi > .row .container { width:20rem;height:49.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZsSiTQG0Hd0vlhFywRfKLJ1ZvbkhzxpB { width:20rem;height:5.4rem;top:3.375rem;left:0rem;text-align:center;text-align-last:center;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5FhGXJvqmPugaZAT4ZLInWUUhZsRGvP { width:19.436875rem;height:21.9375rem;top:9.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzhv4wQoIF6Q5TFw8u9sNVIr702tKefv { height:11.218165881338rem;width:20rem;top:32.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMnIUe77VeJsS9cbvVnAuNeukqlkrfsh { display:block; }#dMnIUe77VeJsS9cbvVnAuNeukqlkrfsh > .row .container { width:20rem;height:7.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CPgCvwqkG444z3qs8RySO595qVd6RLdT { width:20rem;height:5.4rem;top:1.0812492370606rem;left:0rem;text-align:center;text-align-last:center;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R53C52h6XXxTKgSkzoZCMzlR8J4mqTCu { display:block; }#R53C52h6XXxTKgSkzoZCMzlR8J4mqTCu > .row .container { width:20rem;height:42rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z2NszknivWcRkTa6vfbhrEUv4lr29EBT { width:13.875rem;height:18.9375rem;top:0.75rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PuJIRyAvJiu3tkRtSENa4TKrqXDTlnCJ { width:18.4375rem;height:1.65rem;top:20.25rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zq3TJXGQxH7bRoAJUad5gmAVXgpZiS2U { width:20rem;height:16.0875rem;top:23.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LM6ysFbXIOtyPHUoFuqT8PfMAhcJ6k3L { display:block; }#LM6ysFbXIOtyPHUoFuqT8PfMAhcJ6k3L > .row .container { width:20rem;height:39.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bLtbdwtwTvhEXML3UfiGdCwGzqsEOHS7 { width:15.125rem;height:18.9375rem;top:0.8125rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOxAGOCD9ycMRUW9lM7o3bTcLf3tistN { width:20rem;height:1.65rem;top:19.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLVazH2A3RdTK1v9bqBQnNvwSFPDc8Mw { width:20rem;height:13.1625rem;top:23rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXu16FzOtC1J4uF738qm7NVMheb56MWn { display:block; }#sXu16FzOtC1J4uF738qm7NVMheb56MWn > .row .container { width:20rem;height:35.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ouzcZeQ52TA5Zy0vIZ6i4aPT1sObU8b9 { width:13.125rem;height:18.9375rem;top:0rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XpKHLKON0y3G6cV0R03Ju6OgzUpwxxhB { width:20rem;height:1.65rem;top:20.164583206177rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rq8LSTueNnCr9IDOELo5f2AKsgHA36zO { width:20rem;height:8.775rem;top:23.152084350586rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdbtT6C5cy7MinM4Q9ABh7g6hV8c7dN5 { display:block; }#xdbtT6C5cy7MinM4Q9ABh7g6hV8c7dN5 > .row .container { width:20rem;height:40.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K4gQnfDSxuDz4vvvuAq8B2WZp3qGW4WT { width:15.5625rem;height:18.9375rem;top:0rem;left:2.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHgRhowZzXXJTv7iz2VKVg8Wr82KSBqz { width:20rem;height:1.65rem;top:20.289583206177rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QE4M8A5foFI8dsHtOFu1M5E0wwPH1fxN { width:20rem;height:13.1625rem;top:23.339584350586rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TX5gpntUgPBlNCoD7pArGwvinKriw5Jh { display:block; }#TX5gpntUgPBlNCoD7pArGwvinKriw5Jh > .row .container { width:20rem;height:46.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WnCmdEuEUHp4QEaOeaHTuZGaREO8rmAB { width:15.3125rem;height:18.9375rem;top:0rem;left:2.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQbJbAt6qJ6xX1tB3TE62OPoLvsq53Kr { width:20rem;height:1.65rem;top:20.539583206177rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAJNb87Hftl3dEcBmzsTWIwdpNaTT63J { width:20rem;height:19.0125rem;top:23.839584350586rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U90KpKSZ4TP7TKzTQfuoFT6POX2CiSPJ { background-color:#ffffff;background-image:none;display:block; }#U90KpKSZ4TP7TKzTQfuoFT6POX2CiSPJ > .row .container { background-color: transparent; background-image: none; }#U90KpKSZ4TP7TKzTQfuoFT6POX2CiSPJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U90KpKSZ4TP7TKzTQfuoFT6POX2CiSPJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U90KpKSZ4TP7TKzTQfuoFT6POX2CiSPJ > .row .container > .video-iframe-container { display: none; }#U90KpKSZ4TP7TKzTQfuoFT6POX2CiSPJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U90KpKSZ4TP7TKzTQfuoFT6POX2CiSPJ > .row > .video-iframe-container { display: none; }#U90KpKSZ4TP7TKzTQfuoFT6POX2CiSPJ > .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); }#U90KpKSZ4TP7TKzTQfuoFT6POX2CiSPJ > .row .container { height:73.6875rem;width:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TaAsey0chyWwGi2wRQ4SAhehHyrnGlZS { width:20rem;height:19rem;top:44.005207061767rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRyW69I9lQND8fEIGDTyLzvZLfgVE36k { width:20rem;height:10.8rem;top:5.3927087783814rem;left:0rem;text-align:center;text-align-last:center;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttTJs6KOce9Gv1XutFO95S913KGdQWHb { width:19.5614375rem;height:3.25rem;top:66.248958587644rem;left:0.43854141235351rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sah0xgPf2DeKToWHdxouUo0ug4ief6fd { display:block; }
 }@media only screen and (max-width: 763px) { #MSCexm5gaQfOzIHSOB7SniMvKm4WeaSk { width:20rem;height:24.8625rem;top:17.998958587646rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErrpCISqHuDdEbyhGmiP62ZsUgHe9OHC { width:18.75rem;height:2.1875rem;top:1.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1lmVXlzmTJdeEBeKe9tJ1WAS53XTv67 { display:block; }#Q1lmVXlzmTJdeEBeKe9tJ1WAS53XTv67 > .row .container { width:20rem;height:36.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nGKugNswhqSXP0lkvrWdHkDavBWPSxbg { width:20rem;height:2.7rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #phaOxgrATUHOXtybZZiTJo3dC8WkbtE6 { width:5.375rem;height:3.875rem;top:5.0124998092651rem;left:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0GkwTtZ8T5hltzLs94rVOWo4Qzf0h7i { width:6.4375rem;height:2.9375rem;top:17.825000762939rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMJ0t4pZSS6TtKid76cJE3inOUPXttlX { width:6.6875rem;height:1.4375rem;top:6.262499809265rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNXKRGcvVvVs1XcHX8dE17rfOiMkwtIs { width:6.25rem;height:3.3125rem;top:22.106250762939rem;left:13.75rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #Smasxq5BCSIraaKwfvBBKBiuFU4T14dl { width:6.4375rem;height:6.375rem;top:3.7624998092651rem;left:7.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIKMx6VvJJr4KihCitcJwhNoeFu1RIZc { width:5.625rem;height:1.625rem;top:9.574999809265rem;left:14.266129032258rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7RsX2lgnuEmTOxlpya3xVXbm2xlBQvL { width:6.625rem;height:4.1875rem;top:17.200000762939rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fszFmP3xo8uIDPsEkJvfIumOCtac7Snt { width:6.3125rem;height:1.3125rem;top:23.043750762939rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwnFq2xxVTXLBuyXz3ZA7dwUXUS0kknL { width:6.0625rem;height:6.0625rem;top:11.824999809265rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkCR0zyOmSBVu6Znb3LnwrXrwcrRG8oV { width:6.5rem;height:3rem;top:29.15625rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBoEcsuwka5PqZq3hppCE13uPSO27cln { width:7.8125rem;height:2.75rem;top:22.262500762939rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xS0ooM2U5pF5plItBJOtP39JcTuA2E71 { width:7.5625rem;height:1.3125rem;top:13.950000762939rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5Q2c1D07MWHJozFmXORo1kWZ1QqLg6K { width:3.375rem;height:3.375rem;top:12.950000762939rem;left:8.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvhFyR2hTFZ5PUlSbTgAmWKfzOeus27z { width:5.0625rem;height:3.5rem;top:17.543750762939rem;left:7.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VF5167F5AJdzP67BXlfSbUIDmBti1iwg { width:6.875rem;height:1.4375rem;top:30.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLtT1G3Pv4wtzOteJTNZpi1ILs80I1SZ { width:6.9375rem;height:2.375rem;top:9.199999809265rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTZPNIkdX2ddTeSahLF8pOzl0N9PIAyn { width:3.0625rem;height:2.5625rem;top:25.875rem;left:8.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRqxxxiOLIDgmoUCO4N8EimPVNCcupMJ { width:6.0625rem;height:3.25rem;top:29.15625rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BsnToo5KIZbFvh7Mc4SsXq4EzWnfFcR5 { width:3.4375rem;height:3.4375rem;top:8.668749809265rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHtatE4sMufZ9LqlSv1nKtqA3x3avZ4o { width:6.8125rem;height:1.9375rem;top:26.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aaE3JXvThwdTRWzhZUAbCLboNb9OXoXG { width:6.5625rem;height:6.5625rem;top:23.875rem;left:13.4375rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #VmBrpWIEkEp52xuyc6VIJuJK0JGoLQhv { display:block; }#VmBrpWIEkEp52xuyc6VIJuJK0JGoLQhv > .row .container { width:20rem;height:17.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eHq82hCMG9RZTabAUX3i78MIGfWPL9oB { width:20rem;height:9.1rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #nsxGmriTkhsgDXKtwJIUL06XESaOtLrC { width:19rem;height:3.75rem;top:11.935546875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5DOoxUuKciy7k04BZ23DphJOswd0Gmt { display:block; }
 }@media only screen and (max-width: 763px) { #GC9lAENxm9smVlZz2yQrsRd4IITA7HtL { display:block; }#GC9lAENxm9smVlZz2yQrsRd4IITA7HtL > .row .container { width:20rem;height:15rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nnAidt64H6ECHKXvug8LnMcRcTBm8L8g { width:20rem;height:7rem;top:2.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #VZuZ7mAnTEcgB6dBa4ibQrKQ2hnTCUxy { width:5.1237rem;height:0.9375rem;top:11.375rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2aLtvRBd6JXDG1Lfl5SS1SCXg2vHtrX { width:7.999125rem;height:0.74978125rem;top:11.4375rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0wXNGywvSmb1PPQv6Qfro12vHLt9A5n { width:3.93663125rem;height:1.43663125rem;top:11.125rem;left:0.375rem;display:block; }
 }