.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:255,233,217;--color-primary-1:255,182,128;--color-primary-2:255,109,0;--color-primary-3:128,55,0;--color-primary-4:38,16,0;--color-secondary-0:217,226,236;--color-secondary-1:128,159,191;--color-secondary-2:0,62,126;--color-secondary-3:0,31,63;--color-secondary-4:0,9,19;--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:"Montserrat";--paragraphs-font-family:"Montserrat"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#183b72;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); }#I5zaDta9BCb4TdP4zHvmPlpGFN3dg9TA { 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;z-index:auto;display:block; }#I5zaDta9BCb4TdP4zHvmPlpGFN3dg9TA > .row .container { background-color: transparent; background-image: none; }#I5zaDta9BCb4TdP4zHvmPlpGFN3dg9TA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I5zaDta9BCb4TdP4zHvmPlpGFN3dg9TA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I5zaDta9BCb4TdP4zHvmPlpGFN3dg9TA > .row .container > .video-iframe-container { display: none; }#I5zaDta9BCb4TdP4zHvmPlpGFN3dg9TA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I5zaDta9BCb4TdP4zHvmPlpGFN3dg9TA > .row > .video-iframe-container { display: none; }#I5zaDta9BCb4TdP4zHvmPlpGFN3dg9TA > .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); }#I5zaDta9BCb4TdP4zHvmPlpGFN3dg9TA > .row .container { border-width: 0; border-radius: 0; }#I5zaDta9BCb4TdP4zHvmPlpGFN3dg9TA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#I5zaDta9BCb4TdP4zHvmPlpGFN3dg9TA > .row .container { font-size:0.875rem;font-family:arial;height:5.125rem;width:60rem;position:relative;display:block; }#tKVxJxi7cSWfk0oCT4W0pfnci3R3QPEE { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:7.5625rem;top:0.4375rem;left:51rem;overflow:hidden;display:block; }
#EqKbQAsohRvoREbTABGkwAc4FTkqiEfv { 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:4.25rem;width:21.4375rem;top:0rem;left:1rem;overflow:hidden;display:block; }
#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;background-image:url("https://images.assets-landingi.com/uc/2b921e35-b1f4-4bec-82f9-12fa5932fe70/UCPLAY.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN.adaptive-delivery-prevent-bg, #NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN.lazyload, #NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN.lazyloading { background-image: none; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container { background-color: transparent; background-image: none; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container > .video-iframe-container { display: none; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row > .video-iframe-container { display: none; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .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); }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container { border-width: 0; border-radius: 0; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container { font-size:0.875rem;font-family:arial;height:41.9375rem;width:60rem;position:relative;display:block; }#IvofyNFTrpgF4tve8RuAgKeNyUkX4inz .widget-form-header { font-size:0.875rem; }
#IvofyNFTrpgF4tve8RuAgKeNyUkX4inz .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:21.125rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#IvofyNFTrpgF4tve8RuAgKeNyUkX4inz .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.125rem;box-sizing:border-box;height:2.1875rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#IvofyNFTrpgF4tve8RuAgKeNyUkX4inz .widget-input-text {padding-top: 0; padding-bottom: 0;}#IvofyNFTrpgF4tve8RuAgKeNyUkX4inz .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.125rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#IvofyNFTrpgF4tve8RuAgKeNyUkX4inz .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:21.125rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#IvofyNFTrpgF4tve8RuAgKeNyUkX4inz .widget-input-select {padding-top: 0; padding-bottom: 0;}#IvofyNFTrpgF4tve8RuAgKeNyUkX4inz .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#IvofyNFTrpgF4tve8RuAgKeNyUkX4inz .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#IvofyNFTrpgF4tve8RuAgKeNyUkX4inz .widget-input-button { border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:0.9375rem;font-weight:700;color:rgba(var(--color-tertiary-0),1);width:21.125rem;height:2.5rem;font-family:var(--paragraphs-font-family);overflow:hidden;font-style:normal; }
#IvofyNFTrpgF4tve8RuAgKeNyUkX4inz [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#IvofyNFTrpgF4tve8RuAgKeNyUkX4inz [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#IvofyNFTrpgF4tve8RuAgKeNyUkX4inz [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#IvofyNFTrpgF4tve8RuAgKeNyUkX4inz [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#IvofyNFTrpgF4tve8RuAgKeNyUkX4inz .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:19.9375rem;overflow:hidden;font-style:normal;float:none; }
#IvofyNFTrpgF4tve8RuAgKeNyUkX4inz .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; }
#IvofyNFTrpgF4tve8RuAgKeNyUkX4inz .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#IvofyNFTrpgF4tve8RuAgKeNyUkX4inz .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#IvofyNFTrpgF4tve8RuAgKeNyUkX4inz .widget-container:first-of-type{padding-top:0;}#IvofyNFTrpgF4tve8RuAgKeNyUkX4inz .widget-container:last-of-type{padding-bottom:0;}#IvofyNFTrpgF4tve8RuAgKeNyUkX4inz  { background-color:rgba(var(--color-secondary-2),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.125rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15008;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;position:absolute;top:0.3125rem;left:35.375rem;font-size:0.875rem; }
#IvofyNFTrpgF4tve8RuAgKeNyUkX4inz .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:21.125rem;display:block;vertical-align:top; }
#IvofyNFTrpgF4tve8RuAgKeNyUkX4inz .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; }
#IvofyNFTrpgF4tve8RuAgKeNyUkX4inz {display:block;}#IvofyNFTrpgF4tve8RuAgKeNyUkX4inz { background-color:rgba(var(--color-secondary-2),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.125rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15008;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;position:absolute;top:0.3125rem;left:35.375rem;font-size:0.875rem; }
#IvofyNFTrpgF4tve8RuAgKeNyUkX4inz #K3Zh8Jd41BksfTAwkt6rG7LJ6dcmRhu6 { position:relative; }
#IvofyNFTrpgF4tve8RuAgKeNyUkX4inz #VDGlgya5FrltDvxsVtVTsfC9CoEOg15h { position:relative;display:block; }
#IvofyNFTrpgF4tve8RuAgKeNyUkX4inz #oZR3HypoRUc1eG1Flmt9vb7SV0BkRh1v { position:relative; }
#IvofyNFTrpgF4tve8RuAgKeNyUkX4inz #FDmcgSC1e4NxEHXpGaAHLMDqyOvG6td9 { position:relative; }
#IvofyNFTrpgF4tve8RuAgKeNyUkX4inz #Zv18XbiliJq08GmraSfVBZFoHAz5NtXg { position:relative;display:block; }
#IvofyNFTrpgF4tve8RuAgKeNyUkX4inz #ExrRZFd2OnxGef9PNGahrTTXFFZRhyi5 { position:relative; }
#IvofyNFTrpgF4tve8RuAgKeNyUkX4inz #ZlgCK7ul0HIFGBkysox6AOZqAec3E4a4 { position:relative; }
#IvofyNFTrpgF4tve8RuAgKeNyUkX4inz #hCHEdFOVzhf7yIZbX5sSsnDcvzlu1b36 { position:relative;display:block; }
#IvofyNFTrpgF4tve8RuAgKeNyUkX4inz #splVpBJO0m7U7vSn1FlZNKfNespSpxA5 { position:relative; }
#IvofyNFTrpgF4tve8RuAgKeNyUkX4inz #lAbZ2qPpapcODTHtoV2OhtdlhVyWwRpM { position:relative; }
#IvofyNFTrpgF4tve8RuAgKeNyUkX4inz #pq0nFDkDT24D8pNTT0Cxg147fpre5Eqz { position:relative;display:block; }
#IvofyNFTrpgF4tve8RuAgKeNyUkX4inz #bqWHQZSWhKou4Pnr51uq3tRRAC8MNRT5 { position:relative; }
#IvofyNFTrpgF4tve8RuAgKeNyUkX4inz #yA42hcbefUNGMsUlKaQR3zlhNWleM85O { position:relative; }
#IvofyNFTrpgF4tve8RuAgKeNyUkX4inz #zABkTvD6lm4C0pOPcwJ7sBh8NOdk6ULR { position:relative;display:block; }
#IvofyNFTrpgF4tve8RuAgKeNyUkX4inz #e6WCuU9xX5yafpT13nP7vGSQUopMrxDR { position:relative; }
#IvofyNFTrpgF4tve8RuAgKeNyUkX4inz #RZrABApd87wtZgMUOqT7vLo1WInBwLlE { position:relative; }
#IvofyNFTrpgF4tve8RuAgKeNyUkX4inz #hgceIhgx0Pr5WwBfSk9AXq6Xa9Ox1Npo { position:relative;display:block; }
#IvofyNFTrpgF4tve8RuAgKeNyUkX4inz #IWaDzc1qW6wSMxPi6tGedsFMLQGyUA6I { position:relative; }
#IvofyNFTrpgF4tve8RuAgKeNyUkX4inz #Q1l0WFP5Ek57yF4o5z0sLw7Fw5tbPSkA { position:relative; }
#IvofyNFTrpgF4tve8RuAgKeNyUkX4inz #yLcecLgs5vVf2w44xEdOMqgAMMaRNIUN { position:relative;display:block; }
#IvofyNFTrpgF4tve8RuAgKeNyUkX4inz #FaMXwJ08gITxBSxLlMJ6J1etgLVr3GvW { position:relative; }
#IvofyNFTrpgF4tve8RuAgKeNyUkX4inz #hnlQEQNOsnLFsGHtO79OiBvTVF8r2wTr { position:relative; }
#IvofyNFTrpgF4tve8RuAgKeNyUkX4inz #qJRoPtPft9NodReFo2gadLDtxH7iQhSP { position:relative;display:block; }
#IvofyNFTrpgF4tve8RuAgKeNyUkX4inz #XhKEqqqCIviJTb5yKhrZv3Psp6HPPAC7 { position:relative; }
#IvofyNFTrpgF4tve8RuAgKeNyUkX4inz #sn3rwBJ2WNOQpmUqfmlQVqALW6hBII2T { position:relative; }
#IvofyNFTrpgF4tve8RuAgKeNyUkX4inz #RSIMVAUBVTh1rMw3kAVk79Ka6eoSfPvW { position:relative;display:block; }
#IvofyNFTrpgF4tve8RuAgKeNyUkX4inz #H8bTkh9cyzIDgpsnVFAOBti22LI12Wu7 { position:relative; }
#IvofyNFTrpgF4tve8RuAgKeNyUkX4inz #TCfk5cpEHbl1uuTuHdR7IyKCstRGLgrz { position:relative; }
#IvofyNFTrpgF4tve8RuAgKeNyUkX4inz #bzRCTrhvuUFy8R7h5dzvOCmrrBKTXA6l { position:relative; }
#VMVKTRVa4PQGSTGfRfIbHqB8e0MSkMBi { 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:35.375rem;width:35.375rem;top:3.28125rem;left:0rem;overflow:hidden;display:block; }
#r9uzxkEygCeS7K38EsQBCaun1TKpRTMI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#r9uzxkEygCeS7K38EsQBCaun1TKpRTMI > .row .container { background-color: transparent; background-image: none; }#r9uzxkEygCeS7K38EsQBCaun1TKpRTMI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r9uzxkEygCeS7K38EsQBCaun1TKpRTMI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r9uzxkEygCeS7K38EsQBCaun1TKpRTMI > .row .container > .video-iframe-container { display: none; }#r9uzxkEygCeS7K38EsQBCaun1TKpRTMI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r9uzxkEygCeS7K38EsQBCaun1TKpRTMI > .row > .video-iframe-container { display: none; }#r9uzxkEygCeS7K38EsQBCaun1TKpRTMI > .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); }#r9uzxkEygCeS7K38EsQBCaun1TKpRTMI > .row .container { border-width: 0; border-radius: 0; }#r9uzxkEygCeS7K38EsQBCaun1TKpRTMI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#r9uzxkEygCeS7K38EsQBCaun1TKpRTMI > .row .container { font-size:0.875rem;font-family:arial;height:23.25rem;width:60rem;position:relative;display:block; }#kAv5qqmcv1sebNG2Zpcpf4RRBzAtDHzg { color:rgba(var(--color-tertiary-0),1);display:block;width:47.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:3rem;left:6.46875rem;height:2.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qyN8FMufrtVGIflwUES5TTm7p0ROuHpK { color:rgba(var(--color-tertiary-0),1);display:block;width:7.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:8.625rem;left:3.90625rem;height:0.9375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GhkdkTgki2SDpMggLiPFnzsBU2Hh9aZQ { color:rgba(var(--color-tertiary-0),1);display:block;width:11.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:10.125rem;left:1.875rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#InO6wwF99PgexyOswZ5Vcbol7uXFBAIJ { position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;border-top:0.1875rem solid rgba(var(--color-tertiary-0),1);border-left:0.1875rem solid rgba(var(--color-tertiary-0),1);border-right:0.1875rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;box-shadow: none;height:1.9375rem;width:8.6875rem;top:8.03125rem;left:3.125rem;display:block; }
#Bu0e0T8HTXxrx8TOa5IFUbgeQXTWUTA3 { color:rgba(var(--color-tertiary-0),1);display:block;width:7.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:15.625rem;left:3.9375rem;height:0.9375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nKTd5Iu7ObwWPETlwmH2D5Ke47w5kPca { position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;border-top:0.1875rem solid rgba(var(--color-tertiary-0),1);border-left:0.1875rem solid rgba(var(--color-tertiary-0),1);border-right:0.1875rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;box-shadow: none;height:1.9375rem;width:8.6875rem;top:15rem;left:3.125rem;display:block; }
#TxGfyKzJp017656ETDguF2hVklNwTGrL { color:rgba(var(--color-tertiary-0),1);display:block;width:14.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:17.0625rem;left:0.46875rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mFwz0hZAe0scyLusJHCz7ndVTCTWPH9I { color:rgba(var(--color-tertiary-0),1);display:block;width:7.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15010;line-height:1;letter-spacing:0;top:15.625rem;left:19rem;height:0.9375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OnbQtXtFb7NIIAp8MF11uTR7K1Bs3JUp { color:rgba(var(--color-tertiary-0),1);display:block;width:14.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:17.0625rem;left:15.5rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ioTM88Mqhn1ubPtIUbKCW8B4yovk8CDo { position:absolute;display:block;z-index:15005;background-color:transparent;background-image:none;border-top:0.1875rem solid rgba(var(--color-tertiary-0),1);border-left:0.1875rem solid rgba(var(--color-tertiary-0),1);border-right:0.1875rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;box-shadow: none;height:1.9375rem;width:8.6875rem;top:15rem;left:18.1875rem;display:block; }
#TaeKBI9oNJ9P6lHUq5cPUnU0bxOZq4xJ { color:rgba(var(--color-tertiary-0),1);display:block;width:7.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15013;line-height:1;letter-spacing:0;top:8.6875rem;left:19.0625rem;height:0.9375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MQIESHz4fEXkOwtazQ4b5bkXQU9fE132 { color:rgba(var(--color-tertiary-0),1);display:block;width:14.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:10.140625rem;left:15.5625rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Tfmn5QbnOxJ87xgGr2KxKTpplhTBPId0 { position:absolute;display:block;z-index:15008;background-color:transparent;background-image:none;border-top:0.1875rem solid rgba(var(--color-tertiary-0),1);border-left:0.1875rem solid rgba(var(--color-tertiary-0),1);border-right:0.1875rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;box-shadow: none;height:1.9375rem;width:8.6875rem;top:8.0625rem;left:18.25rem;display:block; }
#cnrfSA2t2iXvxlNvBbEO4O532Zc47dcE { color:rgba(var(--color-tertiary-0),1);display:block;width:9rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15025;line-height:1;letter-spacing:0;top:8.75rem;left:48.25rem;height:0.9375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aWQmrDgLGaQwXdWAmc8UrFrlV9THJBKF { position:absolute;display:block;z-index:15020;background-color:transparent;background-image:none;border-top:0.1875rem solid rgba(var(--color-tertiary-0),1);border-left:0.1875rem solid rgba(var(--color-tertiary-0),1);border-right:0.1875rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;box-shadow: none;height:1.9375rem;width:9.8125rem;top:8.125rem;left:47.75rem;display:block; }
#iiRtzBTTku6dTmJcDUPDFiAKcHSrD4K4 { color:rgba(var(--color-tertiary-0),1);display:block;width:14.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:10.1875rem;left:45.5rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#paRXQoLk5RT0AzK5h6C8KsOWUZgxlV0T { color:rgba(var(--color-tertiary-0),1);display:block;width:11.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15022;line-height:1;letter-spacing:0;top:15.6875rem;left:47.0625rem;height:0.9375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tA5v4fKOZGapvhTArF5Tnuka1lBoVT7a { position:absolute;display:block;z-index:15017;background-color:transparent;background-image:none;border-top:0.1875rem solid rgba(var(--color-tertiary-0),1);border-left:0.1875rem solid rgba(var(--color-tertiary-0),1);border-right:0.1875rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;box-shadow: none;height:1.9375rem;width:12.125rem;top:15rem;left:46.5rem;display:block; }
#GBoW5MsewKX0XN55F006nvPbRAKVqbLo { color:rgba(var(--color-tertiary-0),1);display:block;width:14.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:17.125rem;left:45.5rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fbmMZwLTtJaL5nszGVh47m2AICR2WQ20 { color:rgba(var(--color-tertiary-0),1);display:block;width:14.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:17.125rem;left:30.5rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DzbKGyTmWLm0LCg4fEQiaTfHdqLzWFSH { color:rgba(var(--color-tertiary-0),1);display:block;width:7.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15019;line-height:1;letter-spacing:0;top:15.6875rem;left:33.875rem;height:0.9375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#n1Rn2dLIyf38QJRcQHP1IvCTKRW5lp2Z { position:absolute;display:block;z-index:15014;background-color:transparent;background-image:none;border-top:0.1875rem solid rgba(var(--color-tertiary-0),1);border-left:0.1875rem solid rgba(var(--color-tertiary-0),1);border-right:0.1875rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;box-shadow: none;height:1.9375rem;width:8.6875rem;top:15rem;left:33.0625rem;display:block; }
#aacuTBAhVshw3gCmJmXuFZxAFlnS28Tz { color:rgba(var(--color-tertiary-0),1);display:block;width:11.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:10.1875rem;left:31.8125rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BhV1F4dIZXmoqq07FG7RWDXIz8kzyCbe { color:rgba(var(--color-tertiary-0),1);display:block;width:7.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15016;line-height:1;letter-spacing:0;top:8.6875rem;left:33.875rem;height:0.9375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ueZPdGPeK6H6Ia3T7u91kwE9JZNnd7he { position:absolute;display:block;z-index:15011;background-color:transparent;background-image:none;border-top:0.1875rem solid rgba(var(--color-tertiary-0),1);border-left:0.1875rem solid rgba(var(--color-tertiary-0),1);border-right:0.1875rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;box-shadow: none;height:1.9375rem;width:8.6875rem;top:8.125rem;left:33.0625rem;display:block; }
#wWPeacVydnc8dknGHqfLerKaa8d71QSN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#wWPeacVydnc8dknGHqfLerKaa8d71QSN > .row .container { background-color: transparent; background-image: none; }#wWPeacVydnc8dknGHqfLerKaa8d71QSN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wWPeacVydnc8dknGHqfLerKaa8d71QSN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wWPeacVydnc8dknGHqfLerKaa8d71QSN > .row .container > .video-iframe-container { display: none; }#wWPeacVydnc8dknGHqfLerKaa8d71QSN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wWPeacVydnc8dknGHqfLerKaa8d71QSN > .row > .video-iframe-container { display: none; }#wWPeacVydnc8dknGHqfLerKaa8d71QSN > .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); }#wWPeacVydnc8dknGHqfLerKaa8d71QSN > .row .container { border-width: 0; border-radius: 0; }#wWPeacVydnc8dknGHqfLerKaa8d71QSN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wWPeacVydnc8dknGHqfLerKaa8d71QSN > .row .container { font-size:0.875rem;font-family:arial;height:41.625rem;width:60rem;position:relative;display:block; }#soUocVVyrSW5LDs5T75cxhvR4Eu0nMwb { color:rgba(var(--color-primary-2),1);display:block;width:21.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:12.1875rem;left:8.875rem;height:1.062675rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lo6gATKR9TVDDEqn2GNO7mkXId1ayimA { color:rgba(var(--color-tertiary-4),1);display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15004;line-height:1;letter-spacing:0;top:13.5625rem;left:8.875rem;height:3.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gwR02bUDhqGEi5W494m06Bpbb4msGPqa { color:rgba(var(--color-primary-2),1);display:block;width:16.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:19.1875rem;left:8.875rem;height:1.062675rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WqsCPHc3KGicon2Lf0M0OSWwQqm2qcx0 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15005;line-height:1;letter-spacing:0;top:20.6875rem;left:8.875rem;height:3.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Tw1LTxzepMBRSMrfA9Ta94ocgJpOQVzL { color:rgba(var(--color-primary-2),1);display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:26.0625rem;left:9.0625rem;height:1.062675rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#sdT0rvR8uwiJVT8fWiVLN2NloeRC37p8 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15006;line-height:1;letter-spacing:0;top:27.875rem;left:9.0625rem;height:2.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pVXb4VZSbAIwfB9I2BAOE9OIGRQXz6yv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:19.1875rem;left:3.25rem; }
#g3koqT5u9NbsqtRuIKphLUGzlU2Bl3MJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.8125rem;width:4.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:12.1875rem;left:3.4375rem; }
#OCTWpuedv1w7iakcm3whRhETzD1QRhwx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:26.0625rem;left:3.4375rem; }
#IJTgNvsMb4CbrhgxmDe57UrT2mO6kCl3 { color:rgba(var(--color-secondary-2),1);display:block;width:22.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:4.8125rem;left:3.5rem;height:3.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#coLRwxcdzr9bJinq4CZvhePTMBCplQ31 { color:rgba(var(--color-tertiary-0),1);display:block;width:3.875rem;position:absolute;font-family:"casablanca bold";font-size:1.875rem;font-weight:normal;z-index:15014;line-height:1;letter-spacing:0;top:10.3125rem;left:34.125rem;height:1.875rem;text-align:center;text-align-last:center;display:block; }
#hfWaxCBtmurg6odlxSXTvATdJiKsTiQ8 { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.0625rem;border-top-right-radius:7.0625rem;border-bottom-left-radius:7.0625rem;border-bottom-right-radius:7.0625rem;box-shadow: none;height:3.5rem;width:3.5rem;top:9.625rem;left:34.375rem;display:block; }
#io8JuFSrRRP2oU72v21d2KocuFU613EM { color:rgba(var(--color-secondary-2),1);display:block;width:17.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15005;line-height:1;letter-spacing:0;top:10.375rem;left:38.875rem;height:1.7507125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QtIX49QSVmWE1cOTaLslh9CaLWaUcOcR { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:0.25rem;width:19.1875rem;top:8.46875rem;left:35.5rem;display:block; }
#W4NLtWxq5grA8Tr9d55xTDF3dRzTfR0O { color:rgba(var(--color-secondary-2),1);display:block;width:10.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:4.8125rem;left:39.875rem;height:3.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lkIPpc0OOIA8rRTug8w2bGCNoeTQc7Ie { color:rgba(var(--color-secondary-2),1);display:block;width:17.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15008;line-height:1;letter-spacing:0;top:14.3125rem;left:38.875rem;height:1.7507125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ulPuQBy5nVIT6aa60TGoVVT9ElE0B5Sb { color:rgba(var(--color-tertiary-0),1);display:block;width:3.875rem;position:absolute;font-family:"casablanca bold";font-size:1.875rem;font-weight:normal;z-index:15017;line-height:1;letter-spacing:0;top:14.25rem;left:34.125rem;height:1.875rem;text-align:center;text-align-last:center;display:block; }
#xQoDCV2nueeH5eugkGWylfIJ6KQOkILT { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.0625rem;border-top-right-radius:7.0625rem;border-bottom-left-radius:7.0625rem;border-bottom-right-radius:7.0625rem;box-shadow: none;height:3.5rem;width:3.5rem;top:13.5625rem;left:34.375rem;display:block; }
#fakAEEXJNADx7gMS88rGFUPglSnx8ZGZ { color:rgba(var(--color-secondary-2),1);display:block;width:17.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15011;line-height:1;letter-spacing:0;top:18.375rem;left:38.875rem;height:1.7507125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TftFrrFRqk2crhPriAcbqlkui0vQWrAb { color:rgba(var(--color-tertiary-0),1);display:block;width:3.875rem;position:absolute;font-family:"casablanca bold";font-size:1.875rem;font-weight:normal;z-index:15020;line-height:1;letter-spacing:0;top:18.3125rem;left:34.125rem;height:1.875rem;text-align:center;text-align-last:center;display:block; }
#JJccMnLmc5IE7CdAhN03wPMBTXXxrb5d { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.0625rem;border-top-right-radius:7.0625rem;border-bottom-left-radius:7.0625rem;border-bottom-right-radius:7.0625rem;box-shadow: none;height:3.5rem;width:3.5rem;top:17.625rem;left:34.375rem;display:block; }
#T874AzF1BoakcMTkULPoCasSIZ0u0CAw { color:rgba(var(--color-tertiary-0),1);display:block;width:3.875rem;position:absolute;font-family:"casablanca bold";font-size:1.875rem;font-weight:normal;z-index:15023;line-height:1;letter-spacing:0;top:22.375rem;left:34.125rem;height:1.875rem;text-align:center;text-align-last:center;display:block; }
#Ra9wwgDQgiu0fTR5sX7XhnVIDR0WMnbS { position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.0625rem;border-top-right-radius:7.0625rem;border-bottom-left-radius:7.0625rem;border-bottom-right-radius:7.0625rem;box-shadow: none;height:3.5rem;width:3.5rem;top:21.6875rem;left:34.375rem;display:block; }
#JRMCxOvXhnecHkK5KqZ1ezvJ2cUKZkfX { color:rgba(var(--color-secondary-2),1);display:block;width:17.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15014;line-height:1;letter-spacing:0;top:22.4375rem;left:38.875rem;height:1.7507125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#f2a90BkmsG2Szu1g0wEaFoqZJbOfbtIh { color:rgba(var(--color-secondary-2),1);display:block;width:17.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15017;line-height:1;letter-spacing:0;top:26.375rem;left:38.875rem;height:1.7507125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XV1I9o2S6akA2Jg0otHmERvxbZIh4ndd { color:rgba(var(--color-tertiary-0),1);display:block;width:3.875rem;position:absolute;font-family:"casablanca bold";font-size:1.875rem;font-weight:normal;z-index:15026;line-height:1;letter-spacing:0;top:26.3125rem;left:34.125rem;height:1.875rem;text-align:center;text-align-last:center;display:block; }
#CkiFKJwWHmzpTgEPH84Ti2u2kcgo5kab { position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.0625rem;border-top-right-radius:7.0625rem;border-bottom-left-radius:7.0625rem;border-bottom-right-radius:7.0625rem;box-shadow: none;height:3.5rem;width:3.5rem;top:25.625rem;left:34.375rem;display:block; }
#ygrcbiLhnQlN5LpZ5BqtFbzc3SSKPTis { position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.0625rem;border-top-right-radius:7.0625rem;border-bottom-left-radius:7.0625rem;border-bottom-right-radius:7.0625rem;box-shadow: none;height:3.5rem;width:3.5rem;top:29.6875rem;left:34.375rem;display:block; }
#mA0oEf8i7VDITex5UUqVyTfnuTKFTJew { color:rgba(var(--color-tertiary-0),1);display:block;width:3.875rem;position:absolute;font-family:"casablanca bold";font-size:1.875rem;font-weight:normal;z-index:15029;line-height:1;letter-spacing:0;top:30.375rem;left:34.125rem;height:1.875rem;text-align:center;text-align-last:center;display:block; }
#wFXRTczDDv3F5DonoL5AcWyTWnTUSmgF { color:rgba(var(--color-secondary-2),1);display:block;width:17.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15020;line-height:1;letter-spacing:0;top:30.4375rem;left:38.875rem;height:1.7507125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aBv8cfGmgORDsVS3bpUeqSImwcb8Kelc { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:35.1875rem;width:24.3125rem;top:4.125rem;left:32.8125rem;display:block; }
#lZUGstUSV6O2rISrylxWKwA7FM8CQZPi { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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-tertiary-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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:2.5625rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:33.1875rem;left:7.8125rem;display:block; }
#RLXKKfPf55b0FiUiuPnlN0mkqvc0d01g { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ziw0Tpp4i3rHXq0ymTQoWRHMWBI2D8iy { 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:2.9375rem;width:8.875rem;top:35.125rem;left:33.375rem;overflow:hidden;display:block; }
#JpBM1UBSxNi2Tmi0hW2WP85sazk2WLfJ { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:9rem;top:35.625rem;left:42.625rem;overflow:hidden;display:block; }
#u8VHBRLllVwyc3izDBoxCXrkIt5ItUFv { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:4.1875rem;top:34.8125rem;left:52.25rem;overflow:hidden;display:block; }
#pWICDpkDzLEUyJmAAqlk1s5c2frih4xT { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:35.1875rem;width:24.3125rem;top:4.125rem;left:2.5625rem;display:block; }
#nLyvKz5vRwMfxdMX53kHTM8bGt3OsQ5F { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:0.25rem;width:19.1875rem;top:8.46875rem;left:5rem;display:block; }
#ahID3kkVTvrIbyMebxJxsuwdLRMsJumK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/651b785a-c8ef-42ed-9b2c-0dacf426bcca/BackgroundLandingPageChannel2.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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; }#ahID3kkVTvrIbyMebxJxsuwdLRMsJumK.adaptive-delivery-prevent-bg, #ahID3kkVTvrIbyMebxJxsuwdLRMsJumK.lazyload, #ahID3kkVTvrIbyMebxJxsuwdLRMsJumK.lazyloading { background-image: none; }#ahID3kkVTvrIbyMebxJxsuwdLRMsJumK > .row .container { background-color: transparent; background-image: none; }#ahID3kkVTvrIbyMebxJxsuwdLRMsJumK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ahID3kkVTvrIbyMebxJxsuwdLRMsJumK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ahID3kkVTvrIbyMebxJxsuwdLRMsJumK > .row .container > .video-iframe-container { display: none; }#ahID3kkVTvrIbyMebxJxsuwdLRMsJumK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ahID3kkVTvrIbyMebxJxsuwdLRMsJumK > .row > .video-iframe-container { display: none; }#ahID3kkVTvrIbyMebxJxsuwdLRMsJumK > .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); }#ahID3kkVTvrIbyMebxJxsuwdLRMsJumK > .row .container { border-width: 0; border-radius: 0; }#ahID3kkVTvrIbyMebxJxsuwdLRMsJumK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ahID3kkVTvrIbyMebxJxsuwdLRMsJumK > .row .container { font-size:0.875rem;font-family:arial;height:29.0625rem;width:60rem;position:relative;display:block; }#wf305geDR6akmpPFMEHazqXTBf4GRD9M { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:21.375rem;width:45.9375rem;top:4.9375rem;left:7.03125rem;display:block; }
#uDxPexiPB7EXHpxX1m24a1pFG3nLgTe3 { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:1.4375rem;left:0rem;height:2.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UfqCCK3bmPThQcSiTlJfiuh5gZWGg3gl { position:absolute;display:block;z-index:15026;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:19.4375rem;width:9.6875rem;top:7rem;left:0rem;overflow:hidden;display:block; }
#hXBmiVtXF9sB28cGLTX1Cp8JJ1kx5nXu { position:absolute;display:block;z-index:15015;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:4.8125rem;width:4.8125rem;top:6rem;left:11.21875rem;overflow:hidden;display:block; }
#hZpWkryxUw6WRHR8gLamW3J5r3m1DtoB { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:3.625rem;top:7rem;left:16.71875rem;overflow:hidden;display:block; }
#JbW5a5QMJrNs6nRRJUezt1GInGilRAck { position:absolute;display:block;z-index:15017;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:4.6875rem;width:8.375rem;top:6.375rem;left:21.125rem;overflow:hidden;display:block; }
#SyGLgee9PxiVyHvKFPbyAGBGXeczEfCh { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:7.5rem;top:7.4375rem;left:30.03125rem;overflow:hidden;display:block; }
#Q3PSyemdC4EMfGVOV6TVbvkEiWJ85JII { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.9375rem;width:11.9375rem;top:4.125rem;left:37.71875rem;overflow:hidden;display:block; }
#rPZVqS7b3oECEvlsQOKi4Km4mK1V0yuJ { position:absolute;display:block;z-index:15020;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.9375rem;width:6.4375rem;top:11.375rem;left:9.53125rem;overflow:hidden;display:block; }
#XomqxiQg48NHua0IbNeRMEAypsHPTPQ3 { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:7.6875rem;top:10.8125rem;left:16.1875rem;overflow:hidden;display:block; }
#ZeWCokbxJCRSAB4u20HDEBZHvS679yZr { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:12.375rem;top:11.25rem;left:24.375rem;overflow:hidden;display:block; }
#wm44L6i4nqMS43AtcaIlU7d8ICvkiQaf { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:4.1875rem;top:10.375rem;left:36.6875rem;overflow:hidden;display:block; }
#eeaT51sKcAgDs2yCRs1q8swAKlJzkkNT { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:10.0625rem;top:9.8125rem;left:41.1875rem;overflow:hidden;display:block; }
#JQcULuaEAR1eVpF1987TZl5donpRsxuR { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5625rem;width:7.4375rem;top:12.625rem;left:19.5625rem;overflow:hidden;display:block; }
#DUalQNH8BESJ2v6gXEL0RmmZPuvu54y5 { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:4.4375rem;top:14.1875rem;left:27.3125rem;overflow:hidden;display:block; }
#Wt6K0GOI4cUPz8lRqgTfEht5FlvJEfST { position:absolute;display:block;z-index:15028;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:8rem;top:14.40625rem;left:11.75rem;overflow:hidden;display:block; }
#piLLy5G6CZcPCOrs53nNdGO2Mg9NPosh { 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:2.0625rem;width:6.875rem;top:14.1875rem;left:32.40625rem;overflow:hidden;display:block; }
#eof0mUlym1IUcs1Iq4qotMQFHl49DW3H { position:absolute;display:block;z-index:15030;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.875rem;width:5.375rem;top:14.4375rem;left:40.09375rem;overflow:hidden;display:block; }
#H38TyyACJfpMAmVAns1egtDoPO8PKVJf { 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:2.4375rem;width:8.5625rem;top:17.5625rem;left:12.1875rem;overflow:hidden;display:block; }
#AJRUkscyDN7ml0t4QTPTBqMwT4I1Iqp5 { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:3.625rem;top:13.375rem;left:46.0625rem;overflow:hidden;display:block; }
#SonC1JXsQFF5ps9TdribLJCde85Hn6g9 { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:5.25rem;top:16.8125rem;left:21.5625rem;overflow:hidden;display:block; }
#T2OPPxlamLleKMEvdoNZvq0ox3ZQV2uF { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:8.75rem;top:17.6875rem;left:27.6875rem;overflow:hidden;display:block; }
#fCCpnmpFPdAGoZ02CFzx5lcQZES4DiMo { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:6.3125rem;top:17.0625rem;left:37.15625rem;overflow:hidden;display:block; }
#RzE4nJoscrBJGiq5xo7sbyNeEBm5iQ0m { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:4.625rem;top:17.5625rem;left:44.1875rem;overflow:hidden;display:block; }
#xyHXM4Ll7WJKeKTViK7efOnGz2kw2csf { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:5rem;top:20.75rem;left:17.1875rem;overflow:hidden;display:block; }
#bfND1ZThbpuZCw7TfsgrtlHnEWiS332E { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.375rem;width:5.375rem;top:20.125rem;left:22.1875rem;overflow:hidden;display:block; }
#pmnNyHUqgZ3dRanTNf7nLITmG7JKSzAu { position:absolute;display:block;z-index:15039;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:4.375rem;width:3.8125rem;top:20.375rem;left:27.6875rem;overflow:hidden;display:block; }
#IdWORBTFOg5dkohieIpy28HqV4KTDIK6 { position:absolute;display:block;z-index:15036;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:4.1875rem;width:6.75rem;top:20.5rem;left:30.5625rem;overflow:hidden;display:block; }
#JqDQTTXrTwT6dRzJzWgvfVMz6bTiyBnM { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.4375rem;width:6.4375rem;top:19.25rem;left:36.4375rem;overflow:hidden;display:block; }
#d6ctT4Tk90pHFtWxtBepMXCFZhpMWf4p { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;background-image:url("https://images.assets-landingi.com/uc/6835587c-b9b6-4f4e-b780-4eafa1214fb0/BackgroundLandingPageChannel2.preview.mirror.flip.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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; }#d6ctT4Tk90pHFtWxtBepMXCFZhpMWf4p.adaptive-delivery-prevent-bg, #d6ctT4Tk90pHFtWxtBepMXCFZhpMWf4p.lazyload, #d6ctT4Tk90pHFtWxtBepMXCFZhpMWf4p.lazyloading { background-image: none; }#d6ctT4Tk90pHFtWxtBepMXCFZhpMWf4p > .row .container { background-color: transparent; background-image: none; }#d6ctT4Tk90pHFtWxtBepMXCFZhpMWf4p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d6ctT4Tk90pHFtWxtBepMXCFZhpMWf4p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d6ctT4Tk90pHFtWxtBepMXCFZhpMWf4p > .row .container > .video-iframe-container { display: none; }#d6ctT4Tk90pHFtWxtBepMXCFZhpMWf4p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d6ctT4Tk90pHFtWxtBepMXCFZhpMWf4p > .row > .video-iframe-container { display: none; }#d6ctT4Tk90pHFtWxtBepMXCFZhpMWf4p > .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); }#d6ctT4Tk90pHFtWxtBepMXCFZhpMWf4p > .row .container { border-width: 0; border-radius: 0; }#d6ctT4Tk90pHFtWxtBepMXCFZhpMWf4p > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#d6ctT4Tk90pHFtWxtBepMXCFZhpMWf4p > .row .container { font-size:0.875rem;font-family:arial;height:33.6875rem;width:60rem;position:relative;display:block; }#cXBQLUJAG5xCc5HqVI5uVE4Q9WUEce5R { color:rgba(var(--color-secondary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15008;line-height:1;letter-spacing:0;top:2.5rem;left:0rem;height:2.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZZTKnvLf24Je5luSiqZSvR0RPnrpILAN { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:24.875rem;width:44.375rem;top:6.5625rem;left:7.8125rem;display:block; }
#HqBl4iL80E2qMLrG8735oP05f7EVl3Bz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#HqBl4iL80E2qMLrG8735oP05f7EVl3Bz > .row .container { background-color: transparent; background-image: none; }#HqBl4iL80E2qMLrG8735oP05f7EVl3Bz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HqBl4iL80E2qMLrG8735oP05f7EVl3Bz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HqBl4iL80E2qMLrG8735oP05f7EVl3Bz > .row .container > .video-iframe-container { display: none; }#HqBl4iL80E2qMLrG8735oP05f7EVl3Bz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HqBl4iL80E2qMLrG8735oP05f7EVl3Bz > .row > .video-iframe-container { display: none; }#HqBl4iL80E2qMLrG8735oP05f7EVl3Bz > .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); }#HqBl4iL80E2qMLrG8735oP05f7EVl3Bz > .row .container { border-width: 0; border-radius: 0; }#HqBl4iL80E2qMLrG8735oP05f7EVl3Bz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HqBl4iL80E2qMLrG8735oP05f7EVl3Bz > .row .container { font-size:0.875rem;font-family:arial;height:10.625rem;width:60rem;position:relative;display:block; }#l4aacyrrH45tfe2a5bN9ZCI3xK5rce34 { color:rgba(var(--color-tertiary-0),1);display:block;width:27.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.6875rem;left:2.09375rem;height:1.21875rem;font-style:normal;display:block; }
#VWAiBz4eAd2FHc7cNrJOz6rHOJLoBAhA { color:rgba(var(--color-tertiary-0),1);display:block;width:27.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:8.8125rem;left:2.09375rem;height:1.21875rem;font-style:normal;display:block; }
#VieDQZOQBRgX2Tyq1VOIuckiqflIBg0y { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:26.5rem;top:0.75rem;left:32.9033203125rem;overflow:hidden;display:block; }
#Zwddb6EAXX199NysTQEVNGy4x7IQ90po { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.375rem;width:5.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:3.25rem;left:7rem; }
#Zwddb6EAXX199NysTQEVNGy4x7IQ90po > img { max-width: 100%;max-height:100%; width:5.375rem; height:5.375rem; }#KWGhvvDwW9wUg32OTu0r77CGdysc4Ron { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.5625rem;width:4.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:3.625rem;left:2.0625rem; }
#KWGhvvDwW9wUg32OTu0r77CGdysc4Ron > img { max-width: 100%;max-height:100%; width:4.5625rem; height:4.5625rem; }#F9wC53K5VZqUb9yeKKgArzfbBqMlE9br { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.5625rem;width:4.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:3.625rem;left:12.875rem; }
#F9wC53K5VZqUb9yeKKgArzfbBqMlE9br > img { max-width: 100%;max-height:100%; width:4.5625rem; height:4.5625rem; }#IJWe3CeOmi0PzXsAnbOz0um4WlT5zTC1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.5625rem;width:4.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:3.6875rem;left:18.3125rem; }
#IJWe3CeOmi0PzXsAnbOz0um4WlT5zTC1 > img { max-width: 100%;max-height:100%; width:4.5625rem; height:4.5625rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #I5zaDta9BCb4TdP4zHvmPlpGFN3dg9TA { display:block; }#I5zaDta9BCb4TdP4zHvmPlpGFN3dg9TA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tKVxJxi7cSWfk0oCT4W0pfnci3R3QPEE { top:0.4375rem;left:40.1875rem;width:7.5625rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqKbQAsohRvoREbTABGkwAc4FTkqiEfv { top:0rem;left:0rem;width:21.4375rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN { display:block; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IvofyNFTrpgF4tve8RuAgKeNyUkX4inz .widget-regular-label { width:21.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#IvofyNFTrpgF4tve8RuAgKeNyUkX4inz .widget-input-text { width:21.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#IvofyNFTrpgF4tve8RuAgKeNyUkX4inz .widget-input-text {padding-top: 0; padding-bottom: 0;}#IvofyNFTrpgF4tve8RuAgKeNyUkX4inz .widget-textarea { width:21.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#IvofyNFTrpgF4tve8RuAgKeNyUkX4inz .widget-input-select { width:21.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#IvofyNFTrpgF4tve8RuAgKeNyUkX4inz .widget-input-select {padding-top: 0; padding-bottom: 0;}#IvofyNFTrpgF4tve8RuAgKeNyUkX4inz .widget-input-button { width:21.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#IvofyNFTrpgF4tve8RuAgKeNyUkX4inz .widget-checkbox-label { width:19.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#IvofyNFTrpgF4tve8RuAgKeNyUkX4inz  { width:21.125rem;height:38.8125rem;top:0.3125rem;left:24.125rem; }
#IvofyNFTrpgF4tve8RuAgKeNyUkX4inz .radio-container { width:21.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#IvofyNFTrpgF4tve8RuAgKeNyUkX4inz {display:block;}#IvofyNFTrpgF4tve8RuAgKeNyUkX4inz { width:21.125rem;height:38.8125rem;top:0.3125rem;left:24.125rem; }
 }@media only screen and (max-width: 763px) { #IvofyNFTrpgF4tve8RuAgKeNyUkX4inz #K3Zh8Jd41BksfTAwkt6rG7LJ6dcmRhu6 {  }
 }@media only screen and (max-width: 763px) { #IvofyNFTrpgF4tve8RuAgKeNyUkX4inz #VDGlgya5FrltDvxsVtVTsfC9CoEOg15h { display:block; }
 }@media only screen and (max-width: 763px) { #IvofyNFTrpgF4tve8RuAgKeNyUkX4inz #oZR3HypoRUc1eG1Flmt9vb7SV0BkRh1v {  }
 }@media only screen and (max-width: 763px) { #IvofyNFTrpgF4tve8RuAgKeNyUkX4inz #FDmcgSC1e4NxEHXpGaAHLMDqyOvG6td9 {  }
 }@media only screen and (max-width: 763px) { #IvofyNFTrpgF4tve8RuAgKeNyUkX4inz #Zv18XbiliJq08GmraSfVBZFoHAz5NtXg {  }
 }@media only screen and (max-width: 763px) { #IvofyNFTrpgF4tve8RuAgKeNyUkX4inz #ExrRZFd2OnxGef9PNGahrTTXFFZRhyi5 {  }
 }@media only screen and (max-width: 763px) { #IvofyNFTrpgF4tve8RuAgKeNyUkX4inz #ZlgCK7ul0HIFGBkysox6AOZqAec3E4a4 {  }
 }@media only screen and (max-width: 763px) { #IvofyNFTrpgF4tve8RuAgKeNyUkX4inz #hCHEdFOVzhf7yIZbX5sSsnDcvzlu1b36 { display:block; }
 }@media only screen and (max-width: 763px) { #IvofyNFTrpgF4tve8RuAgKeNyUkX4inz #splVpBJO0m7U7vSn1FlZNKfNespSpxA5 {  }
 }@media only screen and (max-width: 763px) { #IvofyNFTrpgF4tve8RuAgKeNyUkX4inz #lAbZ2qPpapcODTHtoV2OhtdlhVyWwRpM {  }
 }@media only screen and (max-width: 763px) { #IvofyNFTrpgF4tve8RuAgKeNyUkX4inz #pq0nFDkDT24D8pNTT0Cxg147fpre5Eqz {  }
 }@media only screen and (max-width: 763px) { #IvofyNFTrpgF4tve8RuAgKeNyUkX4inz #bqWHQZSWhKou4Pnr51uq3tRRAC8MNRT5 {  }
 }@media only screen and (max-width: 763px) { #IvofyNFTrpgF4tve8RuAgKeNyUkX4inz #yA42hcbefUNGMsUlKaQR3zlhNWleM85O {  }
 }@media only screen and (max-width: 763px) { #IvofyNFTrpgF4tve8RuAgKeNyUkX4inz #zABkTvD6lm4C0pOPcwJ7sBh8NOdk6ULR { display:block; }
 }@media only screen and (max-width: 763px) { #IvofyNFTrpgF4tve8RuAgKeNyUkX4inz #e6WCuU9xX5yafpT13nP7vGSQUopMrxDR {  }
 }@media only screen and (max-width: 763px) { #IvofyNFTrpgF4tve8RuAgKeNyUkX4inz #RZrABApd87wtZgMUOqT7vLo1WInBwLlE {  }
 }@media only screen and (max-width: 763px) { #IvofyNFTrpgF4tve8RuAgKeNyUkX4inz #hgceIhgx0Pr5WwBfSk9AXq6Xa9Ox1Npo { display:block; }
 }@media only screen and (max-width: 763px) { #IvofyNFTrpgF4tve8RuAgKeNyUkX4inz #IWaDzc1qW6wSMxPi6tGedsFMLQGyUA6I {  }
 }@media only screen and (max-width: 763px) { #IvofyNFTrpgF4tve8RuAgKeNyUkX4inz #Q1l0WFP5Ek57yF4o5z0sLw7Fw5tbPSkA {  }
 }@media only screen and (max-width: 763px) { #IvofyNFTrpgF4tve8RuAgKeNyUkX4inz #yLcecLgs5vVf2w44xEdOMqgAMMaRNIUN {  }
 }@media only screen and (max-width: 763px) { #IvofyNFTrpgF4tve8RuAgKeNyUkX4inz #FaMXwJ08gITxBSxLlMJ6J1etgLVr3GvW {  }
 }@media only screen and (max-width: 763px) { #IvofyNFTrpgF4tve8RuAgKeNyUkX4inz #hnlQEQNOsnLFsGHtO79OiBvTVF8r2wTr {  }
 }@media only screen and (max-width: 763px) { #IvofyNFTrpgF4tve8RuAgKeNyUkX4inz #qJRoPtPft9NodReFo2gadLDtxH7iQhSP { display:block; }
 }@media only screen and (max-width: 763px) { #IvofyNFTrpgF4tve8RuAgKeNyUkX4inz #XhKEqqqCIviJTb5yKhrZv3Psp6HPPAC7 {  }
 }@media only screen and (max-width: 763px) { #IvofyNFTrpgF4tve8RuAgKeNyUkX4inz #sn3rwBJ2WNOQpmUqfmlQVqALW6hBII2T {  }
 }@media only screen and (max-width: 763px) { #IvofyNFTrpgF4tve8RuAgKeNyUkX4inz #RSIMVAUBVTh1rMw3kAVk79Ka6eoSfPvW { display:block; }
 }@media only screen and (max-width: 763px) { #IvofyNFTrpgF4tve8RuAgKeNyUkX4inz #H8bTkh9cyzIDgpsnVFAOBti22LI12Wu7 {  }
 }@media only screen and (max-width: 763px) { #IvofyNFTrpgF4tve8RuAgKeNyUkX4inz #TCfk5cpEHbl1uuTuHdR7IyKCstRGLgrz {  }
 }@media only screen and (max-width: 763px) { #IvofyNFTrpgF4tve8RuAgKeNyUkX4inz #bzRCTrhvuUFy8R7h5dzvOCmrrBKTXA6l {  }
 }@media only screen and (max-width: 763px) { #VMVKTRVa4PQGSTGfRfIbHqB8e0MSkMBi { top:3.25rem;left:0rem;width:35.375rem;height:35.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9uzxkEygCeS7K38EsQBCaun1TKpRTMI { display:block; }#r9uzxkEygCeS7K38EsQBCaun1TKpRTMI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kAv5qqmcv1sebNG2Zpcpf4RRBzAtDHzg { top:3rem;left:0.34375rem;width:47.0625rem;height:2.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyN8FMufrtVGIflwUES5TTm7p0ROuHpK { top:8.625rem;left:0rem;width:7.625rem;height:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhkdkTgki2SDpMggLiPFnzsBU2Hh9aZQ { top:10.125rem;left:0rem;width:11.6875rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #InO6wwF99PgexyOswZ5Vcbol7uXFBAIJ { top:8rem;left:0rem;width:8.6875rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bu0e0T8HTXxrx8TOa5IFUbgeQXTWUTA3 { top:15.625rem;left:0rem;width:7.625rem;height:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKTd5Iu7ObwWPETlwmH2D5Ke47w5kPca { top:15rem;left:0rem;width:8.6875rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxGfyKzJp017656ETDguF2hVklNwTGrL { top:17.0625rem;left:0rem;width:14.5rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFwz0hZAe0scyLusJHCz7ndVTCTWPH9I { top:15.625rem;left:12.875rem;width:7.625rem;height:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnbQtXtFb7NIIAp8MF11uTR7K1Bs3JUp { top:17.0625rem;left:9.375rem;width:14.5rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ioTM88Mqhn1ubPtIUbKCW8B4yovk8CDo { top:15rem;left:12.0625rem;width:8.6875rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaeKBI9oNJ9P6lHUq5cPUnU0bxOZq4xJ { top:8.6875rem;left:12.9375rem;width:7.625rem;height:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQIESHz4fEXkOwtazQ4b5bkXQU9fE132 { top:10.125rem;left:9.4375rem;width:14.5rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tfmn5QbnOxJ87xgGr2KxKTpplhTBPId0 { top:8.0625rem;left:12.125rem;width:8.6875rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnrfSA2t2iXvxlNvBbEO4O532Zc47dcE { top:8.75rem;left:38.75rem;width:9rem;height:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWQmrDgLGaQwXdWAmc8UrFrlV9THJBKF { top:8.125rem;left:37.5625rem;width:9.8125rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iiRtzBTTku6dTmJcDUPDFiAKcHSrD4K4 { top:10.1875rem;left:33.25rem;width:14.5rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #paRXQoLk5RT0AzK5h6C8KsOWUZgxlV0T { top:15.6875rem;left:36.4375rem;width:11.3125rem;height:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tA5v4fKOZGapvhTArF5Tnuka1lBoVT7a { top:15rem;left:35.25rem;width:12.125rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBoW5MsewKX0XN55F006nvPbRAKVqbLo { top:17.125rem;left:33.25rem;width:14.5rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbmMZwLTtJaL5nszGVh47m2AICR2WQ20 { top:17.125rem;left:24.375rem;width:14.5rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzbKGyTmWLm0LCg4fEQiaTfHdqLzWFSH { top:15.6875rem;left:27.75rem;width:7.625rem;height:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1Rn2dLIyf38QJRcQHP1IvCTKRW5lp2Z { top:15rem;left:26.9375rem;width:8.6875rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aacuTBAhVshw3gCmJmXuFZxAFlnS28Tz { top:10.1875rem;left:25.6875rem;width:11.6875rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhV1F4dIZXmoqq07FG7RWDXIz8kzyCbe { top:8.6875rem;left:27.75rem;width:7.625rem;height:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueZPdGPeK6H6Ia3T7u91kwE9JZNnd7he { top:8.125rem;left:26.9375rem;width:8.6875rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWPeacVydnc8dknGHqfLerKaa8d71QSN { display:block; }#wWPeacVydnc8dknGHqfLerKaa8d71QSN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #soUocVVyrSW5LDs5T75cxhvR4Eu0nMwb { top:12.1875rem;left:0rem;width:21.1875rem;height:1.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lo6gATKR9TVDDEqn2GNO7mkXId1ayimA { top:13.5625rem;left:0rem;width:16.6875rem;height:3.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwR02bUDhqGEi5W494m06Bpbb4msGPqa { top:19.1875rem;left:0rem;width:16.0625rem;height:1.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqsCPHc3KGicon2Lf0M0OSWwQqm2qcx0 { top:20.6875rem;left:0rem;width:17.3125rem;height:3.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tw1LTxzepMBRSMrfA9Ta94ocgJpOQVzL { top:26.0625rem;left:0rem;width:16.6875rem;height:1.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdT0rvR8uwiJVT8fWiVLN2NloeRC37p8 { top:27.875rem;left:0rem;width:17.375rem;height:2.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVXb4VZSbAIwfB9I2BAOE9OIGRQXz6yv { top:19.1875rem;left:1.71875rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3koqT5u9NbsqtRuIKphLUGzlU2Bl3MJ { top:12.1875rem;left:1.90625rem;width:4.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCTWpuedv1w7iakcm3whRhETzD1QRhwx { top:26.0625rem;left:1.90625rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJTgNvsMb4CbrhgxmDe57UrT2mO6kCl3 { top:4.8125rem;left:0rem;width:22.25rem;height:3.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #coLRwxcdzr9bJinq4CZvhePTMBCplQ31 { top:10.3125rem;left:26.46875rem;width:3.875rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfWaxCBtmurg6odlxSXTvATdJiKsTiQ8 { top:9.625rem;left:26.71875rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #io8JuFSrRRP2oU72v21d2KocuFU613EM { top:10.375rem;left:18.4375rem;width:17.375rem;height:1.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtIX49QSVmWE1cOTaLslh9CaLWaUcOcR { top:8.4375rem;left:16.625rem;width:19.1875rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4NLtWxq5grA8Tr9d55xTDF3dRzTfR0O { top:4.8125rem;left:25.375rem;width:10.4375rem;height:3.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkIPpc0OOIA8rRTug8w2bGCNoeTQc7Ie { top:14.3125rem;left:18.4375rem;width:17.375rem;height:1.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulPuQBy5nVIT6aa60TGoVVT9ElE0B5Sb { top:14.25rem;left:26.46875rem;width:3.875rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQoDCV2nueeH5eugkGWylfIJ6KQOkILT { top:13.5625rem;left:26.71875rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fakAEEXJNADx7gMS88rGFUPglSnx8ZGZ { top:18.375rem;left:18.4375rem;width:17.375rem;height:1.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TftFrrFRqk2crhPriAcbqlkui0vQWrAb { top:18.3125rem;left:26.46875rem;width:3.875rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJccMnLmc5IE7CdAhN03wPMBTXXxrb5d { top:17.625rem;left:26.71875rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T874AzF1BoakcMTkULPoCasSIZ0u0CAw { top:22.375rem;left:26.46875rem;width:3.875rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ra9wwgDQgiu0fTR5sX7XhnVIDR0WMnbS { top:21.6875rem;left:26.71875rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRMCxOvXhnecHkK5KqZ1ezvJ2cUKZkfX { top:22.4375rem;left:18.4375rem;width:17.375rem;height:1.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2a90BkmsG2Szu1g0wEaFoqZJbOfbtIh { top:26.375rem;left:18.4375rem;width:17.375rem;height:1.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XV1I9o2S6akA2Jg0otHmERvxbZIh4ndd { top:26.3125rem;left:26.46875rem;width:3.875rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkiFKJwWHmzpTgEPH84Ti2u2kcgo5kab { top:25.625rem;left:26.71875rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygrcbiLhnQlN5LpZ5BqtFbzc3SSKPTis { top:29.6875rem;left:26.71875rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mA0oEf8i7VDITex5UUqVyTfnuTKFTJew { top:30.375rem;left:26.46875rem;width:3.875rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFXRTczDDv3F5DonoL5AcWyTWnTUSmgF { top:30.4375rem;left:18.4375rem;width:17.375rem;height:1.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBv8cfGmgORDsVS3bpUeqSImwcb8Kelc { top:4.125rem;left:11.5rem;width:24.3125rem;height:35.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZUGstUSV6O2rISrylxWKwA7FM8CQZPi { width:13.125rem;height:2.5625rem;top:33.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLXKKfPf55b0FiUiuPnlN0mkqvc0d01g { display:block; }
 }@media only screen and (max-width: 763px) { #Ziw0Tpp4i3rHXq0ymTQoWRHMWBI2D8iy { top:35.125rem;left:25.71875rem;width:8.875rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpBM1UBSxNi2Tmi0hW2WP85sazk2WLfJ { top:35.625rem;left:26.8125rem;width:9rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8VHBRLllVwyc3izDBoxCXrkIt5ItUFv { top:34.8125rem;left:41.53125rem;width:4.1875rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWICDpkDzLEUyJmAAqlk1s5c2frih4xT { top:4.125rem;left:0rem;width:24.3125rem;height:35.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLyvKz5vRwMfxdMX53kHTM8bGt3OsQ5F { top:8.4375rem;left:0rem;width:19.1875rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahID3kkVTvrIbyMebxJxsuwdLRMsJumK { display:block; }#ahID3kkVTvrIbyMebxJxsuwdLRMsJumK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wf305geDR6akmpPFMEHazqXTBf4GRD9M { top:4.9375rem;left:0rem;width:45.9375rem;height:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDxPexiPB7EXHpxX1m24a1pFG3nLgTe3 { top:1.4375rem;left:0rem;width:47.75rem;height:2.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UfqCCK3bmPThQcSiTlJfiuh5gZWGg3gl { top:7rem;left:0rem;width:9.6875rem;height:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXBmiVtXF9sB28cGLTX1Cp8JJ1kx5nXu { top:6rem;left:8.15625rem;width:4.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZpWkryxUw6WRHR8gLamW3J5r3m1DtoB { top:7rem;left:13.65625rem;width:3.625rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbW5a5QMJrNs6nRRJUezt1GInGilRAck { top:6.375rem;left:15.5rem;width:8.375rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SyGLgee9PxiVyHvKFPbyAGBGXeczEfCh { top:7.4375rem;left:23.875rem;width:7.5rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3PSyemdC4EMfGVOV6TVbvkEiWJ85JII { top:4.125rem;left:28.53125rem;width:11.9375rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPZVqS7b3oECEvlsQOKi4Km4mK1V0yuJ { top:11.375rem;left:6.46875rem;width:6.4375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XomqxiQg48NHua0IbNeRMEAypsHPTPQ3 { top:10.8125rem;left:13.125rem;width:7.6875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZeWCokbxJCRSAB4u20HDEBZHvS679yZr { top:11.25rem;left:11.5rem;width:12.375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wm44L6i4nqMS43AtcaIlU7d8ICvkiQaf { top:10.375rem;left:27.5rem;width:4.1875rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eeaT51sKcAgDs2yCRs1q8swAKlJzkkNT { top:9.8125rem;left:32rem;width:10.0625rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQcULuaEAR1eVpF1987TZl5donpRsxuR { top:12.625rem;left:16.4375rem;width:7.4375rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUalQNH8BESJ2v6gXEL0RmmZPuvu54y5 { top:14.1875rem;left:19.4375rem;width:4.4375rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wt6K0GOI4cUPz8lRqgTfEht5FlvJEfST { top:14.375rem;left:8.6875rem;width:8rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #piLLy5G6CZcPCOrs53nNdGO2Mg9NPosh { top:14.1875rem;left:23.875rem;width:6.875rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eof0mUlym1IUcs1Iq4qotMQFHl49DW3H { top:14.4375rem;left:30.90625rem;width:5.375rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H38TyyACJfpMAmVAns1egtDoPO8PKVJf { top:17.5625rem;left:9.125rem;width:8.5625rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJRUkscyDN7ml0t4QTPTBqMwT4I1Iqp5 { top:13.375rem;left:36.875rem;width:3.625rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SonC1JXsQFF5ps9TdribLJCde85Hn6g9 { top:16.8125rem;left:18.5rem;width:5.25rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2OPPxlamLleKMEvdoNZvq0ox3ZQV2uF { top:17.6875rem;left:15.125rem;width:8.75rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCCpnmpFPdAGoZ02CFzx5lcQZES4DiMo { top:17.0625rem;left:27.96875rem;width:6.3125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzE4nJoscrBJGiq5xo7sbyNeEBm5iQ0m { top:17.5625rem;left:35rem;width:4.625rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyHXM4Ll7WJKeKTViK7efOnGz2kw2csf { top:20.75rem;left:14.125rem;width:5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfND1ZThbpuZCw7TfsgrtlHnEWiS332E { top:20.125rem;left:18.5rem;width:5.375rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmnNyHUqgZ3dRanTNf7nLITmG7JKSzAu { top:20.375rem;left:20.0625rem;width:3.8125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdWORBTFOg5dkohieIpy28HqV4KTDIK6 { top:20.5rem;left:23.875rem;width:6.75rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqDQTTXrTwT6dRzJzWgvfVMz6bTiyBnM { top:19.25rem;left:27.25rem;width:6.4375rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6ctT4Tk90pHFtWxtBepMXCFZhpMWf4p { display:block; }#d6ctT4Tk90pHFtWxtBepMXCFZhpMWf4p > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cXBQLUJAG5xCc5HqVI5uVE4Q9WUEce5R { top:2.5rem;left:0rem;width:47.75rem;height:2.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZTKnvLf24Je5luSiqZSvR0RPnrpILAN { top:6.5625rem;left:1.6875rem;width:44.375rem;height:24.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqBl4iL80E2qMLrG8735oP05f7EVl3Bz { display:block; }#HqBl4iL80E2qMLrG8735oP05f7EVl3Bz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l4aacyrrH45tfe2a5bN9ZCI3xK5rce34 { top:1.6875rem;left:0rem;width:27.6875rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWAiBz4eAd2FHc7cNrJOz6rHOJLoBAhA { top:8.8125rem;left:0rem;width:27.6875rem;height:1.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VieDQZOQBRgX2Tyq1VOIuckiqflIBg0y { top:0.75rem;left:21.25rem;width:26.5rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zwddb6EAXX199NysTQEVNGy4x7IQ90po { top:3.25rem;left:0.875rem;width:5.375rem;height:5.375rem;display:block; }
#Zwddb6EAXX199NysTQEVNGy4x7IQ90po > img { max-width: 100%;max-height:100%; width:5.375rem; height:5.375rem; } }@media only screen and (max-width: 763px) { #KWGhvvDwW9wUg32OTu0r77CGdysc4Ron { top:3.625rem;left:0rem;width:4.5625rem;height:4.5625rem;display:block; }
#KWGhvvDwW9wUg32OTu0r77CGdysc4Ron > img { max-width: 100%;max-height:100%; width:4.5625rem; height:4.5625rem; } }@media only screen and (max-width: 763px) { #F9wC53K5VZqUb9yeKKgArzfbBqMlE9br { top:3.625rem;left:6.75rem;width:4.5625rem;height:4.5625rem;display:block; }
#F9wC53K5VZqUb9yeKKgArzfbBqMlE9br > img { max-width: 100%;max-height:100%; width:4.5625rem; height:4.5625rem; } }@media only screen and (max-width: 763px) { #IJWe3CeOmi0PzXsAnbOz0um4WlT5zTC1 { top:3.6875rem;left:12.1875rem;width:4.5625rem;height:4.5625rem;display:block; }
#IJWe3CeOmi0PzXsAnbOz0um4WlT5zTC1 > img { max-width: 100%;max-height:100%; width:4.5625rem; height:4.5625rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #I5zaDta9BCb4TdP4zHvmPlpGFN3dg9TA { position:relative;z-index:auto;display:block; }#I5zaDta9BCb4TdP4zHvmPlpGFN3dg9TA > .row .container { width:20rem;height:2.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tKVxJxi7cSWfk0oCT4W0pfnci3R3QPEE { width:3.875rem;height:2.1875rem;top:0rem;left:15.3134765625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqKbQAsohRvoREbTABGkwAc4FTkqiEfv { width:11.625rem;height:2.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN { position:relative;z-index:auto;display:block; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container { width:20rem;height:61.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IvofyNFTrpgF4tve8RuAgKeNyUkX4inz .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#IvofyNFTrpgF4tve8RuAgKeNyUkX4inz .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#IvofyNFTrpgF4tve8RuAgKeNyUkX4inz .widget-input-text {padding-top: 0; padding-bottom: 0;}#IvofyNFTrpgF4tve8RuAgKeNyUkX4inz .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#IvofyNFTrpgF4tve8RuAgKeNyUkX4inz .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#IvofyNFTrpgF4tve8RuAgKeNyUkX4inz .widget-input-select {padding-top: 0; padding-bottom: 0;}#IvofyNFTrpgF4tve8RuAgKeNyUkX4inz .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#IvofyNFTrpgF4tve8RuAgKeNyUkX4inz .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#IvofyNFTrpgF4tve8RuAgKeNyUkX4inz  { width:17.5rem;height:auto;top:20rem;left:0rem;z-index:15010; }
#IvofyNFTrpgF4tve8RuAgKeNyUkX4inz .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#IvofyNFTrpgF4tve8RuAgKeNyUkX4inz {display:block;}#IvofyNFTrpgF4tve8RuAgKeNyUkX4inz { width:17.5rem;height:auto;top:20rem;left:0rem;z-index:15010; }
 }@media only screen and (max-width: 763px) { #IvofyNFTrpgF4tve8RuAgKeNyUkX4inz #K3Zh8Jd41BksfTAwkt6rG7LJ6dcmRhu6 {  }
 }@media only screen and (max-width: 763px) { #IvofyNFTrpgF4tve8RuAgKeNyUkX4inz #VDGlgya5FrltDvxsVtVTsfC9CoEOg15h { display:block; }
 }@media only screen and (max-width: 763px) { #IvofyNFTrpgF4tve8RuAgKeNyUkX4inz #oZR3HypoRUc1eG1Flmt9vb7SV0BkRh1v {  }
 }@media only screen and (max-width: 763px) { #IvofyNFTrpgF4tve8RuAgKeNyUkX4inz #FDmcgSC1e4NxEHXpGaAHLMDqyOvG6td9 {  }
 }@media only screen and (max-width: 763px) { #IvofyNFTrpgF4tve8RuAgKeNyUkX4inz #Zv18XbiliJq08GmraSfVBZFoHAz5NtXg {  }
 }@media only screen and (max-width: 763px) { #IvofyNFTrpgF4tve8RuAgKeNyUkX4inz #ExrRZFd2OnxGef9PNGahrTTXFFZRhyi5 {  }
 }@media only screen and (max-width: 763px) { #IvofyNFTrpgF4tve8RuAgKeNyUkX4inz #ZlgCK7ul0HIFGBkysox6AOZqAec3E4a4 {  }
 }@media only screen and (max-width: 763px) { #IvofyNFTrpgF4tve8RuAgKeNyUkX4inz #hCHEdFOVzhf7yIZbX5sSsnDcvzlu1b36 { display:block; }
 }@media only screen and (max-width: 763px) { #IvofyNFTrpgF4tve8RuAgKeNyUkX4inz #splVpBJO0m7U7vSn1FlZNKfNespSpxA5 {  }
 }@media only screen and (max-width: 763px) { #IvofyNFTrpgF4tve8RuAgKeNyUkX4inz #lAbZ2qPpapcODTHtoV2OhtdlhVyWwRpM {  }
 }@media only screen and (max-width: 763px) { #IvofyNFTrpgF4tve8RuAgKeNyUkX4inz #pq0nFDkDT24D8pNTT0Cxg147fpre5Eqz {  }
 }@media only screen and (max-width: 763px) { #IvofyNFTrpgF4tve8RuAgKeNyUkX4inz #bqWHQZSWhKou4Pnr51uq3tRRAC8MNRT5 {  }
 }@media only screen and (max-width: 763px) { #IvofyNFTrpgF4tve8RuAgKeNyUkX4inz #yA42hcbefUNGMsUlKaQR3zlhNWleM85O {  }
 }@media only screen and (max-width: 763px) { #IvofyNFTrpgF4tve8RuAgKeNyUkX4inz #zABkTvD6lm4C0pOPcwJ7sBh8NOdk6ULR { display:block; }
 }@media only screen and (max-width: 763px) { #IvofyNFTrpgF4tve8RuAgKeNyUkX4inz #e6WCuU9xX5yafpT13nP7vGSQUopMrxDR {  }
 }@media only screen and (max-width: 763px) { #IvofyNFTrpgF4tve8RuAgKeNyUkX4inz #RZrABApd87wtZgMUOqT7vLo1WInBwLlE {  }
 }@media only screen and (max-width: 763px) { #IvofyNFTrpgF4tve8RuAgKeNyUkX4inz #hgceIhgx0Pr5WwBfSk9AXq6Xa9Ox1Npo { display:block; }
 }@media only screen and (max-width: 763px) { #IvofyNFTrpgF4tve8RuAgKeNyUkX4inz #IWaDzc1qW6wSMxPi6tGedsFMLQGyUA6I {  }
 }@media only screen and (max-width: 763px) { #IvofyNFTrpgF4tve8RuAgKeNyUkX4inz #Q1l0WFP5Ek57yF4o5z0sLw7Fw5tbPSkA {  }
 }@media only screen and (max-width: 763px) { #IvofyNFTrpgF4tve8RuAgKeNyUkX4inz #yLcecLgs5vVf2w44xEdOMqgAMMaRNIUN {  }
 }@media only screen and (max-width: 763px) { #IvofyNFTrpgF4tve8RuAgKeNyUkX4inz #FaMXwJ08gITxBSxLlMJ6J1etgLVr3GvW {  }
 }@media only screen and (max-width: 763px) { #IvofyNFTrpgF4tve8RuAgKeNyUkX4inz #hnlQEQNOsnLFsGHtO79OiBvTVF8r2wTr {  }
 }@media only screen and (max-width: 763px) { #IvofyNFTrpgF4tve8RuAgKeNyUkX4inz #qJRoPtPft9NodReFo2gadLDtxH7iQhSP { display:block; }
 }@media only screen and (max-width: 763px) { #IvofyNFTrpgF4tve8RuAgKeNyUkX4inz #XhKEqqqCIviJTb5yKhrZv3Psp6HPPAC7 {  }
 }@media only screen and (max-width: 763px) { #IvofyNFTrpgF4tve8RuAgKeNyUkX4inz #sn3rwBJ2WNOQpmUqfmlQVqALW6hBII2T {  }
 }@media only screen and (max-width: 763px) { #IvofyNFTrpgF4tve8RuAgKeNyUkX4inz #RSIMVAUBVTh1rMw3kAVk79Ka6eoSfPvW { display:block; }
 }@media only screen and (max-width: 763px) { #IvofyNFTrpgF4tve8RuAgKeNyUkX4inz #H8bTkh9cyzIDgpsnVFAOBti22LI12Wu7 {  }
 }@media only screen and (max-width: 763px) { #IvofyNFTrpgF4tve8RuAgKeNyUkX4inz #TCfk5cpEHbl1uuTuHdR7IyKCstRGLgrz {  }
 }@media only screen and (max-width: 763px) { #IvofyNFTrpgF4tve8RuAgKeNyUkX4inz #bzRCTrhvuUFy8R7h5dzvOCmrrBKTXA6l {  }
 }@media only screen and (max-width: 763px) { #VMVKTRVa4PQGSTGfRfIbHqB8e0MSkMBi { width:20rem;height:20rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9uzxkEygCeS7K38EsQBCaun1TKpRTMI { display:block; }#r9uzxkEygCeS7K38EsQBCaun1TKpRTMI > .row .container { width:20rem;height:26.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kAv5qqmcv1sebNG2Zpcpf4RRBzAtDHzg { width:20rem;height:4rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qyN8FMufrtVGIflwUES5TTm7p0ROuHpK { width:9.375rem;height:0.9375rem;top:7.0875000953675rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhkdkTgki2SDpMggLiPFnzsBU2Hh9aZQ { width:9.375rem;height:2.6rem;top:8.675000190735rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #InO6wwF99PgexyOswZ5Vcbol7uXFBAIJ { width:9.375rem;height:1.9375rem;top:6.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bu0e0T8HTXxrx8TOa5IFUbgeQXTWUTA3 { width:9.375rem;height:0.9375rem;top:16.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKTd5Iu7ObwWPETlwmH2D5Ke47w5kPca { width:9.375rem;height:1.9375rem;top:16.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxGfyKzJp017656ETDguF2hVklNwTGrL { width:9.375rem;height:2.6rem;top:18.4375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mFwz0hZAe0scyLusJHCz7ndVTCTWPH9I { width:9.375rem;height:0.9375rem;top:16.8125rem;left:10.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnbQtXtFb7NIIAp8MF11uTR7K1Bs3JUp { width:9.375rem;height:2.6rem;top:18.4375rem;left:10.625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ioTM88Mqhn1ubPtIUbKCW8B4yovk8CDo { width:9.375rem;height:1.9375rem;top:16.125rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaeKBI9oNJ9P6lHUq5cPUnU0bxOZq4xJ { width:9.375rem;height:0.9375rem;top:7.0875000953675rem;left:10.624999821186rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQIESHz4fEXkOwtazQ4b5bkXQU9fE132 { width:9.375rem;height:2.6rem;top:8.675000190735rem;left:10.624999821186rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tfmn5QbnOxJ87xgGr2KxKTpplhTBPId0 { width:9.375rem;height:1.9375rem;top:6.4375rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnrfSA2t2iXvxlNvBbEO4O532Zc47dcE { width:9.375rem;height:0.9375rem;top:11.9375rem;left:10.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWQmrDgLGaQwXdWAmc8UrFrlV9THJBKF { width:9.375rem;height:1.9375rem;top:11.3125rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iiRtzBTTku6dTmJcDUPDFiAKcHSrD4K4 { width:9.375rem;height:2.6rem;top:13.5rem;left:10.625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #paRXQoLk5RT0AzK5h6C8KsOWUZgxlV0T { width:9.375rem;height:1.875rem;top:21.3125rem;left:10.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tA5v4fKOZGapvhTArF5Tnuka1lBoVT7a { width:9.375rem;height:1.9375rem;top:21.125rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBoW5MsewKX0XN55F006nvPbRAKVqbLo { width:9.375rem;height:2.6rem;top:23.3125rem;left:10.625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fbmMZwLTtJaL5nszGVh47m2AICR2WQ20 { width:9.375rem;height:2.6rem;top:23.125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DzbKGyTmWLm0LCg4fEQiaTfHdqLzWFSH { width:9.375rem;height:0.9375rem;top:21.875rem;left:0.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1Rn2dLIyf38QJRcQHP1IvCTKRW5lp2Z { width:9.375rem;height:1.9375rem;top:21.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aacuTBAhVshw3gCmJmXuFZxAFlnS28Tz { width:9.375rem;height:2.6rem;top:13.5rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BhV1F4dIZXmoqq07FG7RWDXIz8kzyCbe { width:9.375rem;height:0.9375rem;top:11.9375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueZPdGPeK6H6Ia3T7u91kwE9JZNnd7he { width:9.375rem;height:1.9375rem;top:11.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWPeacVydnc8dknGHqfLerKaa8d71QSN { background-color:#003e7e;background-image:none;display:block; }#wWPeacVydnc8dknGHqfLerKaa8d71QSN > .row .container { background-color: transparent; background-image: none; }#wWPeacVydnc8dknGHqfLerKaa8d71QSN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wWPeacVydnc8dknGHqfLerKaa8d71QSN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wWPeacVydnc8dknGHqfLerKaa8d71QSN > .row .container > .video-iframe-container { display: none; }#wWPeacVydnc8dknGHqfLerKaa8d71QSN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wWPeacVydnc8dknGHqfLerKaa8d71QSN > .row > .video-iframe-container { display: none; }#wWPeacVydnc8dknGHqfLerKaa8d71QSN > .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); }#wWPeacVydnc8dknGHqfLerKaa8d71QSN > .row .container { width:20rem;height:66.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #soUocVVyrSW5LDs5T75cxhvR4Eu0nMwb { width:20rem;height:1.25rem;top:5.84375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lo6gATKR9TVDDEqn2GNO7mkXId1ayimA { width:13.875rem;height:3rem;top:8rem;left:5.2500002980232rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gwR02bUDhqGEi5W494m06Bpbb4msGPqa { width:20rem;height:1.25rem;top:13rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WqsCPHc3KGicon2Lf0M0OSWwQqm2qcx0 { width:13.875rem;height:3rem;top:15.625rem;left:5.6875rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Tw1LTxzepMBRSMrfA9Ta94ocgJpOQVzL { width:20rem;height:1.25rem;top:21.125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sdT0rvR8uwiJVT8fWiVLN2NloeRC37p8 { width:13.875rem;height:3rem;top:22.8125rem;left:6.125rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pVXb4VZSbAIwfB9I2BAOE9OIGRQXz6yv { display:flex;width:5rem;height:5rem;top:14.25rem;left:0.6875rem; }
 }@media only screen and (max-width: 763px) { #g3koqT5u9NbsqtRuIKphLUGzlU2Bl3MJ { display:flex;width:4.8125rem;height:4.8125rem;top:7.09375rem;left:0.78046876192094rem; }
 }@media only screen and (max-width: 763px) { #OCTWpuedv1w7iakcm3whRhETzD1QRhwx { display:flex;width:4.375rem;height:4.375rem;top:22.375rem;left:0.92500001192094rem; }
 }@media only screen and (max-width: 763px) { #IJTgNvsMb4CbrhgxmDe57UrT2mO6kCl3 { width:20rem;height:3.125rem;top:1.9371490478516rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #coLRwxcdzr9bJinq4CZvhePTMBCplQ31 { width:2.8125rem;height:1.25rem;top:35.4375rem;left:1.5312500596046rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfWaxCBtmurg6odlxSXTvATdJiKsTiQ8 { width:2.875rem;height:2.875rem;top:34.625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #io8JuFSrRRP2oU72v21d2KocuFU613EM { width:12.625rem;height:1.375rem;top:35.375rem;left:6.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtIX49QSVmWE1cOTaLslh9CaLWaUcOcR { width:19.1875rem;height:0.25rem;top:33.5rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4NLtWxq5grA8Tr9d55xTDF3dRzTfR0O { width:12.059375rem;height:3.125rem;top:29.8125rem;left:3.9703124165535rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkIPpc0OOIA8rRTug8w2bGCNoeTQc7Ie { width:11.6234375rem;height:1.375rem;top:39.3125rem;left:6.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulPuQBy5nVIT6aa60TGoVVT9ElE0B5Sb { width:2.1875rem;height:1.25rem;top:39.375rem;left:1.8125000596046rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQoDCV2nueeH5eugkGWylfIJ6KQOkILT { width:2.875rem;height:2.875rem;top:38.5625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fakAEEXJNADx7gMS88rGFUPglSnx8ZGZ { width:11.75rem;height:1.375rem;top:43.375rem;left:6.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TftFrrFRqk2crhPriAcbqlkui0vQWrAb { width:2.125rem;height:1.25rem;top:43.4375rem;left:1.8125000596046rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJccMnLmc5IE7CdAhN03wPMBTXXxrb5d { width:2.875rem;height:2.875rem;top:42.625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T874AzF1BoakcMTkULPoCasSIZ0u0CAw { width:2.3125rem;height:1.25rem;top:47.5rem;left:1.8125000596046rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ra9wwgDQgiu0fTR5sX7XhnVIDR0WMnbS { width:2.875rem;height:2.875rem;top:46.6875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRMCxOvXhnecHkK5KqZ1ezvJ2cUKZkfX { width:13.25rem;height:1.375rem;top:47.4375rem;left:6.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2a90BkmsG2Szu1g0wEaFoqZJbOfbtIh { width:10.9375rem;height:1.375rem;top:51.375rem;left:6.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XV1I9o2S6akA2Jg0otHmERvxbZIh4ndd { width:2.4375rem;height:1.25rem;top:51.4375rem;left:1.8125000596046rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkiFKJwWHmzpTgEPH84Ti2u2kcgo5kab { width:2.875rem;height:2.875rem;top:50.625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygrcbiLhnQlN5LpZ5BqtFbzc3SSKPTis { width:2.875rem;height:2.875rem;top:54.6875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mA0oEf8i7VDITex5UUqVyTfnuTKFTJew { width:2.1875rem;height:1.25rem;top:55.5rem;left:1.8125000596046rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFXRTczDDv3F5DonoL5AcWyTWnTUSmgF { width:10.75rem;height:1.375rem;top:55.4375rem;left:6.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBv8cfGmgORDsVS3bpUeqSImwcb8Kelc { width:20rem;height:31.875rem;top:29.125rem;left:0rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #lZUGstUSV6O2rISrylxWKwA7FM8CQZPi { width:13.125rem;height:2.5625rem;top:63.31250190735rem;left:3.4375002980233rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLXKKfPf55b0FiUiuPnlN0mkqvc0d01g { display:block; }
 }@media only screen and (max-width: 763px) { #Ziw0Tpp4i3rHXq0ymTQoWRHMWBI2D8iy { width:5.5625rem;height:1.8125rem;top:58.25rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpBM1UBSxNi2Tmi0hW2WP85sazk2WLfJ { width:6.5rem;height:1.5rem;top:58.5625rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8VHBRLllVwyc3izDBoxCXrkIt5ItUFv { width:3.0625rem;height:2.125rem;top:58.125rem;left:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWICDpkDzLEUyJmAAqlk1s5c2frih4xT { width:20rem;height:26.5625rem;top:1.25rem;left:0rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #nLyvKz5vRwMfxdMX53kHTM8bGt3OsQ5F { width:19.1875rem;height:0.25rem;top:5.5939331054688rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahID3kkVTvrIbyMebxJxsuwdLRMsJumK { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/651b785a-c8ef-42ed-9b2c-0dacf426bcca/BackgroundLandingPageChannel2.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#ahID3kkVTvrIbyMebxJxsuwdLRMsJumK.adaptive-delivery-prevent-bg, #ahID3kkVTvrIbyMebxJxsuwdLRMsJumK.lazyload, #ahID3kkVTvrIbyMebxJxsuwdLRMsJumK.lazyloading { background-image: none; }#ahID3kkVTvrIbyMebxJxsuwdLRMsJumK > .row .container { width:20rem;height:51.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wf305geDR6akmpPFMEHazqXTBf4GRD9M { width:20rem;height:25.5rem;top:10.875rem;left:-0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDxPexiPB7EXHpxX1m24a1pFG3nLgTe3 { width:20rem;height:6rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UfqCCK3bmPThQcSiTlJfiuh5gZWGg3gl { width:7.3125rem;height:14.6875rem;top:23.300000905991rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXBmiVtXF9sB28cGLTX1Cp8JJ1kx5nXu { width:3.4375rem;height:3.4375rem;top:12.156250715256rem;left:0.23750001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZpWkryxUw6WRHR8gLamW3J5r3m1DtoB { width:3rem;height:2.625rem;top:12.562500715256rem;left:4.3625000119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbW5a5QMJrNs6nRRJUezt1GInGilRAck { width:6.625rem;height:3.6875rem;top:15.249999523163rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SyGLgee9PxiVyHvKFPbyAGBGXeczEfCh { width:4.625rem;height:1.3125rem;top:12.593750715256rem;left:14.249999821186rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3PSyemdC4EMfGVOV6TVbvkEiWJ85JII { width:6.5rem;height:4.875rem;top:10.875000715256rem;left:7.3124998211863rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPZVqS7b3oECEvlsQOKi4Km4mK1V0yuJ { width:5.3125rem;height:1.5rem;top:16.343750715256rem;left:7.3437498211863rem;display:block; }
 }@media only screen and (max-width: 763px) { #XomqxiQg48NHua0IbNeRMEAypsHPTPQ3 { width:5.75rem;height:2rem;top:18.937499761581rem;left:0.78125005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZeWCokbxJCRSAB4u20HDEBZHvS679yZr { width:9.75rem;height:1.625rem;top:18.937499761581rem;left:6.6250002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #wm44L6i4nqMS43AtcaIlU7d8ICvkiQaf { width:3.5rem;height:2.5625rem;top:18.937499761581rem;left:16.500000774861rem;display:block; }
 }@media only screen and (max-width: 763px) { #eeaT51sKcAgDs2yCRs1q8swAKlJzkkNT { width:5.8125rem;height:2.25rem;top:15.75rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQcULuaEAR1eVpF1987TZl5donpRsxuR { width:4.9375rem;height:3.625rem;top:25.437499761581rem;left:7.5312498211863rem;z-index:15041;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #DUalQNH8BESJ2v6gXEL0RmmZPuvu54y5 { width:4.4375rem;height:2.1875rem;top:23.300000905991rem;left:7.7812498211863rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wt6K0GOI4cUPz8lRqgTfEht5FlvJEfST { width:5.6875rem;height:1.375rem;top:21.425000905991rem;left:7.1562502980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #piLLy5G6CZcPCOrs53nNdGO2Mg9NPosh { width:4.5rem;height:1.3125rem;top:20.937499761581rem;left:13.812499821186rem;display:block; }
 }@media only screen and (max-width: 763px) { #eof0mUlym1IUcs1Iq4qotMQFHl49DW3H { width:4.4375rem;height:1.5rem;top:32.812499761581rem;left:8.3437498211863rem;display:block; }
 }@media only screen and (max-width: 763px) { #H38TyyACJfpMAmVAns1egtDoPO8PKVJf { width:5.4375rem;height:1.375rem;top:21.737500905991rem;left:0.93750005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJRUkscyDN7ml0t4QTPTBqMwT4I1Iqp5 { width:2.125rem;height:2rem;top:32.812499761581rem;left:13.812499821186rem;display:block; }
 }@media only screen and (max-width: 763px) { #SonC1JXsQFF5ps9TdribLJCde85Hn6g9 { width:3.125rem;height:2.125rem;top:22.75rem;left:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2OPPxlamLleKMEvdoNZvq0ox3ZQV2uF { width:5.8125rem;height:1.5rem;top:23.625rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCCpnmpFPdAGoZ02CFzx5lcQZES4DiMo { width:4.5rem;height:2.4375rem;top:23rem;left:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzE4nJoscrBJGiq5xo7sbyNeEBm5iQ0m { width:3.4375rem;height:1.75rem;top:26.374999761581rem;left:13.112500011921rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyHXM4Ll7WJKeKTViK7efOnGz2kw2csf { width:3.75rem;height:2.8125rem;top:29.062499761581rem;left:12.656249821186rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfND1ZThbpuZCw7TfsgrtlHnEWiS332E { width:4.6875rem;height:4.6875rem;top:28.124999761581rem;left:7.6562498211863rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #pmnNyHUqgZ3dRanTNf7nLITmG7JKSzAu { width:2.25rem;height:2.5625rem;top:25.968749761581rem;left:17.125000774861rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdWORBTFOg5dkohieIpy28HqV4KTDIK6 { width:4.25rem;height:2.625rem;top:29.062499761581rem;left:15.750000774861rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #JqDQTTXrTwT6dRzJzWgvfVMz6bTiyBnM { width:3.9375rem;height:3.9375rem;top:32.487500905991rem;left:16.062500774861rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6ctT4Tk90pHFtWxtBepMXCFZhpMWf4p { display:block; }#d6ctT4Tk90pHFtWxtBepMXCFZhpMWf4p > .row .container { width:20rem;height:19.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cXBQLUJAG5xCc5HqVI5uVE4Q9WUEce5R { width:20rem;height:4.6875rem;top:1.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZZTKnvLf24Je5luSiqZSvR0RPnrpILAN { height:11.2265625rem;width:20rem;top:7.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqBl4iL80E2qMLrG8735oP05f7EVl3Bz { display:block; }#HqBl4iL80E2qMLrG8735oP05f7EVl3Bz > .row .container { width:20rem;height:28.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l4aacyrrH45tfe2a5bN9ZCI3xK5rce34 { width:20rem;height:1.05625rem;top:1.25rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VWAiBz4eAd2FHc7cNrJOz6rHOJLoBAhA { width:20rem;height:0.89375rem;top:26.45546875rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VieDQZOQBRgX2Tyq1VOIuckiqflIBg0y { width:20rem;height:3.96171875rem;top:21.24375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zwddb6EAXX199NysTQEVNGy4x7IQ90po { display:flex;width:3.6875rem;height:3.6875rem;top:7.80625rem;left:8.125rem; }
#Zwddb6EAXX199NysTQEVNGy4x7IQ90po > img { max-width: 100%;max-height:100%; width:3.6875rem; height:3.6875rem; } }@media only screen and (max-width: 763px) { #KWGhvvDwW9wUg32OTu0r77CGdysc4Ron { display:flex;width:3rem;height:3rem;top:3.55625rem;left:8.5rem;font-size:2.0625rem; }
#KWGhvvDwW9wUg32OTu0r77CGdysc4Ron > img { max-width: 100%;max-height:100%; width:3rem; height:3rem; } }@media only screen and (max-width: 763px) { #F9wC53K5VZqUb9yeKKgArzfbBqMlE9br { display:flex;width:3rem;height:3rem;top:12.74375rem;left:8.5rem;font-size:2.0625rem; }
#F9wC53K5VZqUb9yeKKgArzfbBqMlE9br > img { max-width: 100%;max-height:100%; width:3rem; height:3rem; } }@media only screen and (max-width: 763px) { #IJWe3CeOmi0PzXsAnbOz0um4WlT5zTC1 { display:flex;width:3rem;height:3rem;top:16.99375rem;left:8.5rem;font-size:2.0625rem; }
#IJWe3CeOmi0PzXsAnbOz0um4WlT5zTC1 > img { max-width: 100%;max-height:100%; width:3rem; height:3rem; } }