.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:247,218,229;--color-primary-1:227,131,168;--color-primary-2:199,7,81;--color-primary-3:100,4,41;--color-primary-4:30,1,12;--color-secondary-0:255,255,255;--color-secondary-1:255,255,255;--color-secondary-2:255,255,255;--color-secondary-3:128,128,128;--color-secondary-4:38,38,38;--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:"oswald";--paragraphs-font-family:"oswald"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#gZSWNeGNXvPfgkvr0tE6RRbooWsn9s02::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gZSWNeGNXvPfgkvr0tE6RRbooWsn9s02 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gZSWNeGNXvPfgkvr0tE6RRbooWsn9s02 > .row > .video-iframe-container { display: none; }#gZSWNeGNXvPfgkvr0tE6RRbooWsn9s02 > .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); }#ZixEkOemI0nmHhBzVRJLgqBTfpfM3bIh { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat: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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#ZixEkOemI0nmHhBzVRJLgqBTfpfM3bIh > .row .container { background-color: transparent; background-image: none; }#ZixEkOemI0nmHhBzVRJLgqBTfpfM3bIh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZixEkOemI0nmHhBzVRJLgqBTfpfM3bIh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZixEkOemI0nmHhBzVRJLgqBTfpfM3bIh > .row .container > .video-iframe-container { display: none; }#ZixEkOemI0nmHhBzVRJLgqBTfpfM3bIh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZixEkOemI0nmHhBzVRJLgqBTfpfM3bIh > .row > .video-iframe-container { display: none; }#ZixEkOemI0nmHhBzVRJLgqBTfpfM3bIh > .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); }#ZixEkOemI0nmHhBzVRJLgqBTfpfM3bIh > .row .container { border-width: 0; border-radius: 0; }#ZixEkOemI0nmHhBzVRJLgqBTfpfM3bIh > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ZixEkOemI0nmHhBzVRJLgqBTfpfM3bIh > .row .container { width:60rem;height:12.875rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#Ps9ArAbT49Gax5rtbQz43uDZKWZ9H7w1 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:7.5rem;top:2.216796875rem;left:2.15625rem;overflow:hidden;display:block; }
#wPl8etilPX3bLZmWEgzhDLPpy59FpDEA { color:rgba(var(--color-primary-2),1);display:block;width:9.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.216796875rem;left:24.873046875rem;height:1.13720625rem;font-style:normal;display:block; }
#u9DCtWiiNWkuUpDDRbu4FkGbXqGJIDKV { color:#2d2929;display:block;width:12.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:1.841796875rem;left:26.37353515625rem;height:3.25rem;font-style:normal;display:block; }
#tB6TM93ZwF0JomuIUwH8RJLfpraTk7qX { color:#2d2929;display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:1.90478515625rem;left:42.62353515625rem;height:3.25rem;font-style:normal;display:block; }
#ZP9zdA3wyO0me9xXgwNrKzxUD9goE9Jp { color:rgba(var(--color-primary-2),1);display:block;width:9.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.21768450737rem;left:40.998756408691rem;height:1.13725rem;font-style:normal;display:block; }
#No3TctphXESrX9LBLeLAATe7qFHbm5BB { box-sizing:content-box;color:#252525;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:1.22314453125rem;left:21.748046875rem;display:block; }
#VlUHKJ2fTISpQVZlvs4UN5FlXlWxD5vo { box-sizing:content-box;color:#3a3a3a;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:1.22314453125rem;left:37.93603515625rem;display:block; }
#WtcNLGkQVwK50blg2zXzaurIExmu6PCO { 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:3.25rem;width:2.5625rem;top:8.8212890625rem;left:2.15625rem;overflow:hidden;display:block; }
#cXqf1piyzPrHOIfTxd7APX733kwoRMIz { color:#2d2929;display:block;width:12.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:6.5087890625rem;left:2.15625rem;height:1.625rem;font-style:normal;display:block; }
#T63xgoylW6rHaBkotF1nzNarhpclNvD9 { color:#2d2929;display:block;width:11.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:0.685546875rem;left:2.15625rem;height:1.21875rem;font-style:normal;display:block; }
#Heqc57qseZDTG8ULmA6E30akPwlRb23T { 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:4.25rem;width:4.25rem;top:8.1962890625rem;left:4.71875rem;overflow:hidden;display:block; }
#EM9KQnLGyPhDiruSGrfV9ehKNq6olOkO { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:2.5625rem;top:9.1025390625rem;left:9.65625rem;overflow:hidden;display:block; }
#idzBP0SLnHApN0NNa7UqdNFIM9uIGPMy { position:absolute;display:block;z-index:15004;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.125rem;width:2.5625rem;top:8.8837890625rem;left:13.09375rem;overflow:hidden;display:block; }
#KWMpsnG4E0MAXV1spTcXERr6T3ntx1GU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/yPVv7vAb/czystagra.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KWMpsnG4E0MAXV1spTcXERr6T3ntx1GU.adaptive-delivery-prevent-bg, #KWMpsnG4E0MAXV1spTcXERr6T3ntx1GU.lazyload, #KWMpsnG4E0MAXV1spTcXERr6T3ntx1GU.lazyloading { background-image: none; }#KWMpsnG4E0MAXV1spTcXERr6T3ntx1GU > .row .container { background-color: transparent; background-image: none; }#KWMpsnG4E0MAXV1spTcXERr6T3ntx1GU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KWMpsnG4E0MAXV1spTcXERr6T3ntx1GU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KWMpsnG4E0MAXV1spTcXERr6T3ntx1GU > .row .container > .video-iframe-container { display: none; }#KWMpsnG4E0MAXV1spTcXERr6T3ntx1GU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KWMpsnG4E0MAXV1spTcXERr6T3ntx1GU > .row > .video-iframe-container { display: none; }#KWMpsnG4E0MAXV1spTcXERr6T3ntx1GU > .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); }#KWMpsnG4E0MAXV1spTcXERr6T3ntx1GU > .row .container { border-width: 0; border-radius: 0; }#KWMpsnG4E0MAXV1spTcXERr6T3ntx1GU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KWMpsnG4E0MAXV1spTcXERr6T3ntx1GU > .row .container { font-size:0.875rem;font-family:arial;height:64rem;width:60rem;position:relative;display:block; }#ZSBt946OtLQCi35zDNEKtpRHVEutQ1zE { color:rgba(var(--color-tertiary-0),1);display:block;width:36.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.5rem;font-weight:300;z-index:15000;line-height:1.1;letter-spacing:0;text-shadow:0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.66);top:6.1875rem;left:11.65625rem;height:9.8994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sciUuvna3TtFput40kaEl8qCO5crfmaW { background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#2d2929;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:3.8125rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:25.07421875rem;left:18.0625rem;display:block; }
#f60hx2gI3hOb72mMGosTFZLnBC9Kq6Dt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XiPn8PPFJTnD2k23T6o9o5huxoUo77kv { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:3.8125rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:25.07421875rem;left:30.4375rem;display:block; }
#aIlRRyi9MxQ8NMXDgPndZBSLKUfnAuao { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AsfeEUDW4CzchFsWZEx1z2lMICPC5t04 { color:rgba(var(--color-tertiary-4),1);display:block;width:7.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:23.125rem;left:0rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T7Uwzxbl7psWLDSgxAusor9HEX9JlLmH { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:25.75rem;left:3.46875rem;display:block; }
#PW8VTT37oL6GIwg79LTWVTTyWKPALGL4 { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;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:38.125rem;width:0.0625rem;top:25.875rem;left:3.875rem;display:block; }
#um2xT6wbZXG0tlrxCRqe1y2dX7sTty80 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:3.125rem;top:55.5rem;left:2.34375rem;overflow:hidden;display:block; }
#LrhZw23cdtmSvinwJoFfsebo2qT2UXeK { color:rgba(var(--color-tertiary-0),1);display:block;width:36.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15001;line-height:1.1;letter-spacing:0;text-shadow:0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.66);top:16.08642578125rem;left:11.65625rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ugVhIexGCNntRnafOFP5SIaTow1rWQ18 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:3.8125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:25.07421875rem;left:43.3125rem;display:block; }
#SSxx5wqfCg4oMXH1iCXREIvK2gRpGvmm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zqkT3TMBpysCUsSyL2TyUHTI1qHHSU00 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9rem;width:9rem;top:51.53125rem;left:14.09375rem;overflow:hidden;display:block; }
#ERs6ZWzDAPAuWGeLGHU5rVTn7oMTFdp6 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:5.625rem;top:53.3125rem;left:24.875rem;overflow:hidden;display:block; }
#yDOuL9c4zDdb5w7Q8HPluUaUKFkVhAOv { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.3125rem;width:5.1875rem;top:52.9375rem;left:33.15625rem;overflow:hidden;display:block; }
#E0Z6JF32I0NwHP8qikAhFsZSIt136vXi { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.4375rem;width:5.125rem;top:52.8125rem;left:8.375rem;overflow:hidden;display:block; }
#TSsAwJKI1ezi6sn0DCDtW56hdX60TnRF { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #cccccc, #000000);background-image: -moz-linear-gradient(180deg, #cccccc, #000000);background-image: -ms-linear-gradient(180deg, #cccccc, #000000);background-image: -o-linear-gradient(180deg, #cccccc, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#000000' );";background-image: linear-gradient(180deg, #cccccc, #000000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#2d2929;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:33.875rem;height:8.25rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:52.0625rem;left:6.4375rem;display:block; }
#yJ32J6tA2HLb2moi14Ow30z1leqHw44R { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iMGmnC4TdcF18uB8MvSzVDgS48lsbPE3 { color:rgba(var(--color-secondary-0),1);display:block;width:29.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-0),0.5);top:42.9873046875rem;left:8.96875rem;height:3.89941875rem;font-style:normal;display:block; }
#OWQunM2TMFDp3fUyBa6afW8cDPc4OHTM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OWQunM2TMFDp3fUyBa6afW8cDPc4OHTM > .row .container { background-color: transparent; background-image: none; }#OWQunM2TMFDp3fUyBa6afW8cDPc4OHTM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OWQunM2TMFDp3fUyBa6afW8cDPc4OHTM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OWQunM2TMFDp3fUyBa6afW8cDPc4OHTM > .row .container > .video-iframe-container { display: none; }#OWQunM2TMFDp3fUyBa6afW8cDPc4OHTM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OWQunM2TMFDp3fUyBa6afW8cDPc4OHTM > .row > .video-iframe-container { display: none; }#OWQunM2TMFDp3fUyBa6afW8cDPc4OHTM > .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); }#OWQunM2TMFDp3fUyBa6afW8cDPc4OHTM > .row .container { border-width: 0; border-radius: 0; }#OWQunM2TMFDp3fUyBa6afW8cDPc4OHTM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OWQunM2TMFDp3fUyBa6afW8cDPc4OHTM > .row .container { font-size:0.875rem;font-family:arial;height:33.875rem;width:60rem;position:relative;display:block; }#zmxddZl7xytKLBEbUwAOa4iNSSqVk3Jy { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;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.25rem;width:0.0625rem;top:0rem;left:3.84375rem;display:block; }
#worwmUlhXuwSoMEXh4Upft3D8r9u24ah { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:52.25rem;top:6.25rem;left:3.875rem;display:block; }
#EJgQQzDrUMM4Tn2TDEa9cFDw1n0WnPys { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:0.125rem;top:6.25rem;left:56.0625rem;display:block; }
#f5lvGgrTofI69tTwv8i11BIvoN6F9BEH { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:3.8125rem;top:4.8125rem;left:5.5625rem;overflow:hidden;display:block; }
#ZVX5eBXipDXixEyT0TZS3mxPQIRPacFZ { color:rgba(var(--color-primary-2),1);display:block;width:26.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.46875rem;left:10.5rem;height:2.84375rem;font-style:normal;display:block; }
#xVOo8nx2xykoPAdtQGgZKfHQpSqlxtIO { color:#2d2929;display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:2.150390625rem;left:10.5rem;height:1.94970625rem;font-style:normal;display:block; }
#rF6ytuDomq7oL435ms2kRGNB7GntTfGA { color:#2d2929;display:block;width:51.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:9.1875rem;left:3.84375rem;height:10.5rem;font-style:normal;display:block; }
#yONxfmBdqxZDoL0O1UTpPbWAMbkw4wMa { color:rgba(var(--color-primary-2),1);display:block;width:9.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:0.25rem;left:5.5625rem;height:1.29980625rem;font-style:normal;display:block; }
#FlCnvcD97I8X2ArowN9dBGhOlmfwJXfw { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:3.75rem;top:2.4375rem;left:2rem;overflow:hidden;display:block; }
#ek3Sm8L5kOLPx1PRWQZtMz4F31melvnX { color:rgba(var(--color-tertiary-4),1);display:block;width:7.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:2.150390625rem;left:5.5625rem;height:1.94970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ootfT2ZJO4WsQr3B6Hm5wAZnlISDF0vU { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:0.4248046875rem;left:3.40625rem;display:block; }
#VctqEcKN6ZvGolIRu8bx2A2824i9yHo9 { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;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:30.0625rem;width:0.0625rem;top:6.25rem;left:56.125rem;display:block; }
#ZzF9d6Jk7FCcvVi23NXiq0bhFlPTGzwA { position:relative;display:block; }#ZzF9d6Jk7FCcvVi23NXiq0bhFlPTGzwA { background-color: transparent; background-image: none; }#ZzF9d6Jk7FCcvVi23NXiq0bhFlPTGzwA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZzF9d6Jk7FCcvVi23NXiq0bhFlPTGzwA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZzF9d6Jk7FCcvVi23NXiq0bhFlPTGzwA > .row .container > .video-iframe-container { display: none; }#ZzF9d6Jk7FCcvVi23NXiq0bhFlPTGzwA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZzF9d6Jk7FCcvVi23NXiq0bhFlPTGzwA > .row > .video-iframe-container { display: none; }#ZzF9d6Jk7FCcvVi23NXiq0bhFlPTGzwA > .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); }#ZzF9d6Jk7FCcvVi23NXiq0bhFlPTGzwA { border-width: 0; border-radius: 0; }#ZzF9d6Jk7FCcvVi23NXiq0bhFlPTGzwA > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ZzF9d6Jk7FCcvVi23NXiq0bhFlPTGzwA > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:28.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ouXnfgT3UpTaWJ5FL9ZUWBTET3kDPQcK { color:rgba(var(--color-tertiary-4),1);display:block;width:7.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:4.42041015625rem;left:5.46875rem;height:1.94970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sQFt4G9H9B8lVqGhvEo1vRkgznLczkMB { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:2.95654296875rem;left:3.5rem;display:block; }
#P6IfN2N8iTBaMJhRRwD9kplvGXQKw7Rn { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;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:31.25rem;width:0.0625rem;top:2.39404296875rem;left:3.9375rem;display:block; }
#HU6aGhW1vD9XD2MgInOhVVvo9uD39TDt { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:52.25rem;top:2.39404296875rem;left:3.875rem;display:block; }
#ohrXNQlhQUA2TTcse44pXTnaAiChgEFk { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:3.625rem;top:1.58154296875rem;left:6.46875rem;overflow:hidden;display:block; }
#DqPzMsxlSb1thZMWdrHEinp2ObR39aRs { color:rgba(var(--color-primary-2),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:1.15673828125rem;left:10.9375rem;height:1.29980625rem;font-style:normal;display:block; }
#hyldy997UXBnaTr674lLoiTqNyKWqWXi { color:#2d2929;display:block;width:51.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;top:6.36962890625rem;left:4.25rem;height:12.25rem;font-style:normal;display:block; }
#ZoJeIEM9kD26oxa7fQf9eGgdNFK8OMe7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZoJeIEM9kD26oxa7fQf9eGgdNFK8OMe7 > .row .container { background-color: transparent; background-image: none; }#ZoJeIEM9kD26oxa7fQf9eGgdNFK8OMe7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZoJeIEM9kD26oxa7fQf9eGgdNFK8OMe7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZoJeIEM9kD26oxa7fQf9eGgdNFK8OMe7 > .row .container > .video-iframe-container { display: none; }#ZoJeIEM9kD26oxa7fQf9eGgdNFK8OMe7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZoJeIEM9kD26oxa7fQf9eGgdNFK8OMe7 > .row > .video-iframe-container { display: none; }#ZoJeIEM9kD26oxa7fQf9eGgdNFK8OMe7 > .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); }#ZoJeIEM9kD26oxa7fQf9eGgdNFK8OMe7 > .row .container { border-width: 0; border-radius: 0; }#ZoJeIEM9kD26oxa7fQf9eGgdNFK8OMe7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZoJeIEM9kD26oxa7fQf9eGgdNFK8OMe7 > .row .container { font-size:0.875rem;font-family:arial;height:36.75rem;width:60rem;position:relative;display:block; }#WKx5hCJmcHdGRJ7BmQLDREg7zok9GhZb { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;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:31.5625rem;width:0.0625rem;top:5.125rem;left:56.0625rem;display:block; }
#Un2CsqVOVXbrdWyXhX77O2LdrKHCfQSh { color:rgba(var(--color-tertiary-4),1);display:block;width:7.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:1.82568359375rem;left:1.5rem;height:1.94970625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ROqCdU1VBe7TOb4VKCz7T2e0D5ic9NyN { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:52.25rem;top:5.14404296875rem;left:3.875rem;display:block; }
#mLJXtHeifApdaU1SaBb3ZBHMoRikCEUx { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:0.76904296875rem;left:3.5rem;display:block; }
#v9qdOtL1NWNe88cdobMqmwPd6IeowrZt { color:rgba(var(--color-primary-2),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:3.88720703125rem;left:11.6875rem;height:1.29980625rem;font-style:normal;display:block; }
#Dleg4vT4dEsqS8cdXZcfDvBbp1rHRXJ4 { 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.875rem;width:3.875rem;top:3.23779296875rem;left:2.03125rem;overflow:hidden;display:block; }
#l1Dz4MThcGMbKKr3SWGoocvOnwPCAGpM { color:#2d2929;display:block;width:51.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:14.875rem;left:4.25rem;height:7rem;font-style:normal;display:block; }
#crti3FwvqPRaR6gdJGrXMcFX3qwOTITX { color:#2d2929;display:block;width:51.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:8.869140625rem;left:4.25rem;height:3.5rem;font-style:normal;display:block; }
#TZT90S6nsMzo3xfCvfV0NcZkT6FHl1SI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TZT90S6nsMzo3xfCvfV0NcZkT6FHl1SI > .row .container { background-color: transparent; background-image: none; }#TZT90S6nsMzo3xfCvfV0NcZkT6FHl1SI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZT90S6nsMzo3xfCvfV0NcZkT6FHl1SI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZT90S6nsMzo3xfCvfV0NcZkT6FHl1SI > .row .container > .video-iframe-container { display: none; }#TZT90S6nsMzo3xfCvfV0NcZkT6FHl1SI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZT90S6nsMzo3xfCvfV0NcZkT6FHl1SI > .row > .video-iframe-container { display: none; }#TZT90S6nsMzo3xfCvfV0NcZkT6FHl1SI > .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); }#TZT90S6nsMzo3xfCvfV0NcZkT6FHl1SI > .row .container { border-width: 0; border-radius: 0; }#TZT90S6nsMzo3xfCvfV0NcZkT6FHl1SI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TZT90S6nsMzo3xfCvfV0NcZkT6FHl1SI > .row .container { font-size:0.875rem;font-family:arial;height:34.25rem;width:60rem;position:relative;display:block; }#k9eNnX3Tsd7o9uc8bUBzqu8EuBOER8Ps { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;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.25rem;width:0.0625rem;top:0rem;left:56.0625rem;display:block; }
#tK8W5IbFwyzxhkXtKOmaqQNyW3KFfoiu { color:#2d2929;display:block;width:43.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:15.8974609375rem;left:8.3125rem;height:5.59960625rem;font-style:normal;display:block; }
#TQOdM9NgByiy1diP8IC7I2z5cp1VAnNi { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:52.25rem;top:6.25rem;left:3.875rem;display:block; }
#kEtw5e6SHhTwzhGbaVCHQy9vheEBmezQ { color:#2d2929;display:block;width:43.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:21.4951171875rem;left:8.3125rem;height:5.59960625rem;font-style:normal;display:block; }
#RbKzwIRK2s6EaEmu8uGE7vOO4EsP6h3X { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;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:27.875rem;width:0.0625rem;top:6.25rem;left:3.875rem;display:block; }
#ITeFT644vo26VprEgaaDPmr0i80ANJMK { 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:3.125rem;width:3.6875rem;top:4.6875rem;left:28.15625rem;overflow:hidden;display:block; }
#xSoAJaBr4BmkZ8TBGfifxhQOIcHI3T9h { position:absolute;display:block;z-index:15005;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.8125rem;width:3.8125rem;top:6.25rem;left:2rem;overflow:hidden;display:block; }
#EaxIs6maOxx8e5UtRngPkqxA8qIkf8gH { color:rgba(var(--color-tertiary-4),1);display:block;width:7.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:3.625rem;left:8.6875rem;height:1.94970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LeBrN4zRT8QtLD2lLVL4He8laMdrT5cP { color:#2d2929;display:block;width:43.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:7.5029296875rem;left:8.3125rem;height:8.3994rem;font-style:normal;display:block; }
#A7WGR1OfJb7LQmFtw95eHQrvpwhTuXo6 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:4.4375rem;top:28.9375rem;left:1.6875rem;overflow:hidden;display:block; }
#rTT5PQ4yA9SnZTCfeJ8hJDQkdyuJgo0a { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rTT5PQ4yA9SnZTCfeJ8hJDQkdyuJgo0a > .row .container { background-color: transparent; background-image: none; }#rTT5PQ4yA9SnZTCfeJ8hJDQkdyuJgo0a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rTT5PQ4yA9SnZTCfeJ8hJDQkdyuJgo0a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rTT5PQ4yA9SnZTCfeJ8hJDQkdyuJgo0a > .row .container > .video-iframe-container { display: none; }#rTT5PQ4yA9SnZTCfeJ8hJDQkdyuJgo0a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rTT5PQ4yA9SnZTCfeJ8hJDQkdyuJgo0a > .row > .video-iframe-container { display: none; }#rTT5PQ4yA9SnZTCfeJ8hJDQkdyuJgo0a > .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); }#rTT5PQ4yA9SnZTCfeJ8hJDQkdyuJgo0a > .row .container { border-width: 0; border-radius: 0; }#rTT5PQ4yA9SnZTCfeJ8hJDQkdyuJgo0a > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rTT5PQ4yA9SnZTCfeJ8hJDQkdyuJgo0a > .row .container { font-size:0.875rem;font-family:arial;height:15.8125rem;width:60rem;position:relative;display:block; }#cxhrUzTaXnMuwzdofHFJCQtpVqpTteP7 { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;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:15.6875rem;width:0.0625rem;top:0rem;left:3.875rem;display:block; }
#zkZK61Ib5UsOTmi4fcMvc7T5uM9mZV1u { color:rgba(var(--color-primary-2),1);display:block;width:9.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:9.125rem;left:5.875rem;height:1.29980625rem;font-style:normal;display:block; }
#Wls2QX4SkR6tcoky5oxEiwLLRvGsFgkq { color:#2d2929;display:block;width:9.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:10.5rem;left:5.875rem;height:1.94970625rem;font-style:normal;display:block; }
#N7yANsUL0T4PSzJXqamtHsGderZWkrXc { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:1.75rem;left:3.4375rem;display:block; }
#wtQZ4FB9g9lzbdO4DvBLLBs2XF6AmeNF { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;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:4.25rem;top:12.44921875rem;left:14.9375rem;display:block; }
#UT8c7Iiw2EI6ZHqp6khqHdcg5Zxw97xR { color:#2d2929;display:block;width:10.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.4;letter-spacing:0;top:7.8623046875rem;left:14.9375rem;height:1.57470625rem;font-style:normal;display:block; }
#g0KczVyyTb4dT8iT350w7kgtU3r09qRa { color:#2d2929;display:block;width:25.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:2.6875rem;left:14.9375rem;height:4.19970625rem;font-style:normal;display:block; }
#mo1KZTsEFJeBKsS0F9BfJbzzfyV2u3NZ { color:#2d2929;display:block;width:16.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:11.8369140625rem;left:20.1875rem;height:2.7998rem;font-style:normal;display:block; }
#k9RHVsJLz6sAuMDO9EZXlGz1D0Tr0WvS { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:3.125rem;top:11.66796875rem;left:2.34375rem;overflow:hidden;display:block; }
#NW6s9blEhX1AyhlTlCV9SIRbCvc5paQX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#011936;background-image:url("https://images.assets-landingi.com/15sL7lf1/bg_footer.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NW6s9blEhX1AyhlTlCV9SIRbCvc5paQX.adaptive-delivery-prevent-bg, #NW6s9blEhX1AyhlTlCV9SIRbCvc5paQX.lazyload, #NW6s9blEhX1AyhlTlCV9SIRbCvc5paQX.lazyloading { background-image: none; }#NW6s9blEhX1AyhlTlCV9SIRbCvc5paQX > .row .container { background-color: transparent; background-image: none; }#NW6s9blEhX1AyhlTlCV9SIRbCvc5paQX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NW6s9blEhX1AyhlTlCV9SIRbCvc5paQX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NW6s9blEhX1AyhlTlCV9SIRbCvc5paQX > .row .container > .video-iframe-container { display: none; }#NW6s9blEhX1AyhlTlCV9SIRbCvc5paQX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NW6s9blEhX1AyhlTlCV9SIRbCvc5paQX > .row > .video-iframe-container { display: none; }#NW6s9blEhX1AyhlTlCV9SIRbCvc5paQX > .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); }#NW6s9blEhX1AyhlTlCV9SIRbCvc5paQX > .row .container { border-width: 0; border-radius: 0; }#NW6s9blEhX1AyhlTlCV9SIRbCvc5paQX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NW6s9blEhX1AyhlTlCV9SIRbCvc5paQX > .row .container { font-size:0.875rem;font-family:arial;height:46rem;width:60rem;position:relative;display:block; }#EdtOytmQ0kiTKorUXTqiKBM7pMm9FIvD { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;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:9.375rem;width:0.0625rem;top:0rem;left:3.875rem;display:block; }
#a21HnpCpzfNvysg28zaytRT16xxxbC4O { color:rgba(var(--color-tertiary-0),1);display:block;width:29.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:300;z-index:15003;line-height:1.1;letter-spacing:0;top:2.9375rem;left:15.375rem;height:6.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ATZIZfngwxZPdRU9RnX2LkXLIz1Q6T1B { color:rgba(var(--color-tertiary-0),1);display:block;width:7.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:8.5625rem;left:5.3125rem;height:1.94970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OXurv8GfxE6iA9zd9cBQQq5fVt3BRMn1 { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:9.0625rem;left:3.4375rem;display:block; }
#ClwdI8y2VVQHBLgWRTSZG47ocTtyvSRJ { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;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:20.75rem;width:29.375rem;top:10.5rem;left:15.3125rem;display:block; }
#CQKIzZRIPJ5u0oOJoLwKIcSNI03ctU1N .widget-form-header {  }
#CQKIzZRIPJ5u0oOJoLwKIcSNI03ctU1N .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:bold;color:rgba(var(--color-primary-2),1);width:26.8125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;line-height:1.6; }
#CQKIzZRIPJ5u0oOJoLwKIcSNI03ctU1N .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0.125rem solid #011936;border-left:0.125rem solid #011936;border-right:0.125rem solid #011936;border-bottom:0.125rem solid #011936;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:26.8125rem;box-sizing:border-box;height:4.375rem;color:#011936;font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family);font-weight:700;font-style:normal; }
#CQKIzZRIPJ5u0oOJoLwKIcSNI03ctU1N .widget-input-text {padding-top: 0; padding-bottom: 0;}#CQKIzZRIPJ5u0oOJoLwKIcSNI03ctU1N .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0.125rem solid #011936;border-left:0.125rem solid #011936;border-right:0.125rem solid #011936;border-bottom:0.125rem solid #011936;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:26.8125rem;box-sizing:border-box;height:4.375rem;color:#011936;font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family);font-weight:700;font-style:normal; }
#CQKIzZRIPJ5u0oOJoLwKIcSNI03ctU1N .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:26.8125rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden; }
#CQKIzZRIPJ5u0oOJoLwKIcSNI03ctU1N .widget-input-select {padding-top: 0; padding-bottom: 0;}#CQKIzZRIPJ5u0oOJoLwKIcSNI03ctU1N .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#CQKIzZRIPJ5u0oOJoLwKIcSNI03ctU1N .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#CQKIzZRIPJ5u0oOJoLwKIcSNI03ctU1N .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#f2f9ff;width:26.8125rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden;text-align:center;text-align-last:center;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ; }
#CQKIzZRIPJ5u0oOJoLwKIcSNI03ctU1N [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#CQKIzZRIPJ5u0oOJoLwKIcSNI03ctU1N [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#CQKIzZRIPJ5u0oOJoLwKIcSNI03ctU1N [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#CQKIzZRIPJ5u0oOJoLwKIcSNI03ctU1N [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#CQKIzZRIPJ5u0oOJoLwKIcSNI03ctU1N .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:25.5625rem;overflow:hidden;font-style:normal; }
#CQKIzZRIPJ5u0oOJoLwKIcSNI03ctU1N .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; }
#CQKIzZRIPJ5u0oOJoLwKIcSNI03ctU1N .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#CQKIzZRIPJ5u0oOJoLwKIcSNI03ctU1N .widget-container { padding-top:0.625rem;padding-right:0;padding-bottom:0.625rem;padding-left:0;width:100%;font-size:0;height:auto; }
#CQKIzZRIPJ5u0oOJoLwKIcSNI03ctU1N .widget-container:first-of-type{padding-top:0;}#CQKIzZRIPJ5u0oOJoLwKIcSNI03ctU1N .widget-container:last-of-type{padding-bottom:0;}#CQKIzZRIPJ5u0oOJoLwKIcSNI03ctU1N  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26.8125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15012;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:9.375rem;left:15.34375rem; }
#CQKIzZRIPJ5u0oOJoLwKIcSNI03ctU1N .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:26.8125rem; }
#CQKIzZRIPJ5u0oOJoLwKIcSNI03ctU1N .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-primary-2),1);vertical-align:top;overflow:hidden;font-style:normal; }
#CQKIzZRIPJ5u0oOJoLwKIcSNI03ctU1N {display:block;}#CQKIzZRIPJ5u0oOJoLwKIcSNI03ctU1N { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26.8125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15012;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:9.375rem;left:15.34375rem; }
#CQKIzZRIPJ5u0oOJoLwKIcSNI03ctU1N #Huz6N8y4lqzJWBFpXheDlP0OrIQFRvPv { position:relative; }
#CQKIzZRIPJ5u0oOJoLwKIcSNI03ctU1N #UEXVoGXlDc49DbJCwOeH66IHvCfplg2Q { position:relative;display:block; }
#CQKIzZRIPJ5u0oOJoLwKIcSNI03ctU1N #kQSf2oei5weLimpbJUlzP2T6s2DIA5t8 { position:relative; }
#CQKIzZRIPJ5u0oOJoLwKIcSNI03ctU1N #sgGuJrfXP1HrWTfm3iU6Vxd9NiT5S7g6 { position:relative; }
#CQKIzZRIPJ5u0oOJoLwKIcSNI03ctU1N #AQSmumCf4MDrRiQ7ZXMRhXQzn6if90TU { position:relative;display:block; }
#CQKIzZRIPJ5u0oOJoLwKIcSNI03ctU1N #rXVnOmu7bMBQBtHl0IN8Vorr9HHPAekb { position:relative; }
#CQKIzZRIPJ5u0oOJoLwKIcSNI03ctU1N #fmAthe0bouNOfpV19qb6kALu7IkTRkO9 { position:relative; }
#CQKIzZRIPJ5u0oOJoLwKIcSNI03ctU1N #dyoAZ4iKvxeVwhvvtQEa7SwnkvKCIrAB { position:relative;display:block; }
#CQKIzZRIPJ5u0oOJoLwKIcSNI03ctU1N #B8LMeT8g38pHiRaDKu50oh1Df0Q99dm4 { position:relative; }
#hmwP2WDeTFWBpfplIciTJBDoyT9l0srK { position:relative;display:block;z-index:100000;display:block; }
#BReTyWuQkBkkomgQNlNbQ0knFvkNKscz { position:relative;display:block;z-index:100000;display:block; }
#CQKIzZRIPJ5u0oOJoLwKIcSNI03ctU1N #Id5PcPDI7rBMiQO9LUxbJm9p16cwWybV { position:relative; }
#CQKIzZRIPJ5u0oOJoLwKIcSNI03ctU1N #x8m9Mlap1nJ5F9rmfX4GNswST8hX7gGO { position:relative; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ZixEkOemI0nmHhBzVRJLgqBTfpfM3bIh { display:block; }#ZixEkOemI0nmHhBzVRJLgqBTfpfM3bIh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ps9ArAbT49Gax5rtbQz43uDZKWZ9H7w1 { width:7.5rem;height:3.4375rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPl8etilPX3bLZmWEgzhDLPpy59FpDEA { width:9.6875rem;height:1.125rem;top:2.1875rem;left:18.748046875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9DCtWiiNWkuUpDDRbu4FkGbXqGJIDKV { width:12.875rem;height:3.25rem;top:1.8125rem;left:20.24853515625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tB6TM93ZwF0JomuIUwH8RJLfpraTk7qX { width:12.8125rem;height:3.25rem;top:1.875rem;left:34.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZP9zdA3wyO0me9xXgwNrKzxUD9goE9Jp { width:9.6875rem;height:1.125rem;top:2.1875rem;left:34.873756408691rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #No3TctphXESrX9LBLeLAATe7qFHbm5BB { top:1.1875rem;left:15.623046875rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VlUHKJ2fTISpQVZlvs4UN5FlXlWxD5vo { top:1.1875rem;left:31.81103515625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtcNLGkQVwK50blg2zXzaurIExmu6PCO { width:2.5625rem;height:3.25rem;top:8.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXqf1piyzPrHOIfTxd7APX733kwoRMIz { width:12.875rem;height:1.625rem;top:6.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T63xgoylW6rHaBkotF1nzNarhpclNvD9 { width:11.875rem;height:1.1875rem;top:0.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Heqc57qseZDTG8ULmA6E30akPwlRb23T { width:4.25rem;height:4.25rem;top:8.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EM9KQnLGyPhDiruSGrfV9ehKNq6olOkO { width:2.5625rem;height:2.6875rem;top:9.0625rem;left:3.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #idzBP0SLnHApN0NNa7UqdNFIM9uIGPMy { width:2.5625rem;height:3.125rem;top:8.875rem;left:6.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWMpsnG4E0MAXV1spTcXERr6T3ntx1GU { display:block; }#KWMpsnG4E0MAXV1spTcXERr6T3ntx1GU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZSBt946OtLQCi35zDNEKtpRHVEutQ1zE { width:36.6875rem;height:9.875rem;top:6.1875rem;left:5.53125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sciUuvna3TtFput40kaEl8qCO5crfmaW { width:10.625rem;height:3.8125rem;top:25.0625rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f60hx2gI3hOb72mMGosTFZLnBC9Kq6Dt { display:block; }
 }@media only screen and (max-width: 763px) { #XiPn8PPFJTnD2k23T6o9o5huxoUo77kv { width:10.625rem;height:3.8125rem;top:25.0625rem;left:24.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIlRRyi9MxQ8NMXDgPndZBSLKUfnAuao { display:block; }
 }@media only screen and (max-width: 763px) { #AsfeEUDW4CzchFsWZEx1z2lMICPC5t04 { width:7.8125rem;height:1.875rem;top:23.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7Uwzxbl7psWLDSgxAusor9HEX9JlLmH { width:0.9375rem;height:0.9375rem;top:25.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PW8VTT37oL6GIwg79LTWVTTyWKPALGL4 { width:0.0625rem;height:38.125rem;top:25.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #um2xT6wbZXG0tlrxCRqe1y2dX7sTty80 { width:3.125rem;height:3.6875rem;top:55.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrhZw23cdtmSvinwJoFfsebo2qT2UXeK { width:36.6875rem;height:1.375rem;top:16.0625rem;left:5.53125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugVhIexGCNntRnafOFP5SIaTow1rWQ18 { width:10.625rem;height:3.8125rem;top:25.0625rem;left:37.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSxx5wqfCg4oMXH1iCXREIvK2gRpGvmm { display:block; }
 }@media only screen and (max-width: 763px) { #zqkT3TMBpysCUsSyL2TyUHTI1qHHSU00 { top:51.5rem;left:7.96875rem;width:9rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERs6ZWzDAPAuWGeLGHU5rVTn7oMTFdp6 { top:53.3125rem;left:18.75rem;width:5.625rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDOuL9c4zDdb5w7Q8HPluUaUKFkVhAOv { top:52.9375rem;left:27.03125rem;width:5.1875rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0Z6JF32I0NwHP8qikAhFsZSIt136vXi { top:52.8125rem;left:2.25rem;width:5.125rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSsAwJKI1ezi6sn0DCDtW56hdX60TnRF { width:33.875rem;height:8.25rem;top:52.0625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJ32J6tA2HLb2moi14Ow30z1leqHw44R { display:block; }
 }@media only screen and (max-width: 763px) { #iMGmnC4TdcF18uB8MvSzVDgS48lsbPE3 { top:42.9375rem;left:2.84375rem;width:29.875rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWQunM2TMFDp3fUyBa6afW8cDPc4OHTM { display:block; }#OWQunM2TMFDp3fUyBa6afW8cDPc4OHTM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zmxddZl7xytKLBEbUwAOa4iNSSqVk3Jy { width:0.0625rem;height:6.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #worwmUlhXuwSoMEXh4Upft3D8r9u24ah { width:47.75rem;height:0.0625rem;top:6.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJgQQzDrUMM4Tn2TDEa9cFDw1n0WnPys { width:0.125rem;height:0.125rem;top:6.25rem;left:47.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5lvGgrTofI69tTwv8i11BIvoN6F9BEH { width:3.8125rem;height:2.9375rem;top:4.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVX5eBXipDXixEyT0TZS3mxPQIRPacFZ { width:26.25rem;height:2.8125rem;top:3.4375rem;left:4.375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVOo8nx2xykoPAdtQGgZKfHQpSqlxtIO { width:17rem;height:1.9375rem;top:2.125rem;left:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rF6ytuDomq7oL435ms2kRGNB7GntTfGA { width:47.75rem;height:10.5rem;top:9.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yONxfmBdqxZDoL0O1UTpPbWAMbkw4wMa { width:9.6875rem;height:1.25rem;top:0.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlCnvcD97I8X2ArowN9dBGhOlmfwJXfw { width:3.75rem;height:3.875rem;top:2.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ek3Sm8L5kOLPx1PRWQZtMz4F31melvnX { width:7.8125rem;height:1.9375rem;top:2.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ootfT2ZJO4WsQr3B6Hm5wAZnlISDF0vU { width:0.9375rem;height:0.9375rem;top:0.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VctqEcKN6ZvGolIRu8bx2A2824i9yHo9 { width:0.0625rem;height:30.0625rem;top:6.25rem;left:47.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzF9d6Jk7FCcvVi23NXiq0bhFlPTGzwA { display:block; }#ZzF9d6Jk7FCcvVi23NXiq0bhFlPTGzwA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ouXnfgT3UpTaWJ5FL9ZUWBTET3kDPQcK { width:7.8125rem;height:1.9375rem;top:4.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQFt4G9H9B8lVqGhvEo1vRkgznLczkMB { width:0.9375rem;height:0.9375rem;top:2.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6IfN2N8iTBaMJhRRwD9kplvGXQKw7Rn { width:0.0625rem;height:31.25rem;top:2.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HU6aGhW1vD9XD2MgInOhVVvo9uD39TDt { width:47.75rem;height:0.0625rem;top:2.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohrXNQlhQUA2TTcse44pXTnaAiChgEFk { width:3.625rem;height:2.375rem;top:1.5625rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqPzMsxlSb1thZMWdrHEinp2ObR39aRs { width:18.125rem;height:1.25rem;top:1.125rem;left:4.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyldy997UXBnaTr674lLoiTqNyKWqWXi { width:47.75rem;height:12.25rem;top:6.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZoJeIEM9kD26oxa7fQf9eGgdNFK8OMe7 { display:block; }#ZoJeIEM9kD26oxa7fQf9eGgdNFK8OMe7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WKx5hCJmcHdGRJ7BmQLDREg7zok9GhZb { width:0.0625rem;height:31.5625rem;top:5.125rem;left:47.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Un2CsqVOVXbrdWyXhX77O2LdrKHCfQSh { width:7.8125rem;height:1.9375rem;top:1.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROqCdU1VBe7TOb4VKCz7T2e0D5ic9NyN { width:47.75rem;height:0.0625rem;top:5.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLJXtHeifApdaU1SaBb3ZBHMoRikCEUx { width:0.9375rem;height:0.9375rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9qdOtL1NWNe88cdobMqmwPd6IeowrZt { width:18.125rem;height:1.25rem;top:3.875rem;left:5.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dleg4vT4dEsqS8cdXZcfDvBbp1rHRXJ4 { width:3.875rem;height:3.875rem;top:3.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1Dz4MThcGMbKKr3SWGoocvOnwPCAGpM { width:47.75rem;height:7rem;top:14.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #crti3FwvqPRaR6gdJGrXMcFX3qwOTITX { width:47.75rem;height:3.5rem;top:8.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZT90S6nsMzo3xfCvfV0NcZkT6FHl1SI { display:block; }#TZT90S6nsMzo3xfCvfV0NcZkT6FHl1SI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k9eNnX3Tsd7o9uc8bUBzqu8EuBOER8Ps { width:0.0625rem;height:6.25rem;top:0rem;left:47.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tK8W5IbFwyzxhkXtKOmaqQNyW3KFfoiu { width:43.375rem;height:5.5625rem;top:15.875rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQOdM9NgByiy1diP8IC7I2z5cp1VAnNi { width:47.75rem;height:0.0625rem;top:6.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kEtw5e6SHhTwzhGbaVCHQy9vheEBmezQ { width:43.375rem;height:5.5625rem;top:21.4375rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbKzwIRK2s6EaEmu8uGE7vOO4EsP6h3X { width:0.0625rem;height:27.875rem;top:6.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITeFT644vo26VprEgaaDPmr0i80ANJMK { width:3.6875rem;height:3.125rem;top:4.6875rem;left:22.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSoAJaBr4BmkZ8TBGfifxhQOIcHI3T9h { width:3.8125rem;height:3.8125rem;top:6.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EaxIs6maOxx8e5UtRngPkqxA8qIkf8gH { width:7.8125rem;height:1.9375rem;top:3.625rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LeBrN4zRT8QtLD2lLVL4He8laMdrT5cP { width:43.375rem;height:8.375rem;top:7.5rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7WGR1OfJb7LQmFtw95eHQrvpwhTuXo6 { width:4.4375rem;height:3.875rem;top:28.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTT5PQ4yA9SnZTCfeJ8hJDQkdyuJgo0a { display:block; }#rTT5PQ4yA9SnZTCfeJ8hJDQkdyuJgo0a > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cxhrUzTaXnMuwzdofHFJCQtpVqpTteP7 { width:0.0625rem;height:15.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkZK61Ib5UsOTmi4fcMvc7T5uM9mZV1u { width:9.6875rem;height:1.25rem;top:9.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wls2QX4SkR6tcoky5oxEiwLLRvGsFgkq { width:9.6875rem;height:1.875rem;top:10.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7yANsUL0T4PSzJXqamtHsGderZWkrXc { width:0.9375rem;height:0.9375rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtQZ4FB9g9lzbdO4DvBLLBs2XF6AmeNF { width:4.25rem;height:2.125rem;top:12.4375rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UT8c7Iiw2EI6ZHqp6khqHdcg5Zxw97xR { width:10.8125rem;height:1.5625rem;top:7.8125rem;left:8.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0KczVyyTb4dT8iT350w7kgtU3r09qRa { width:25.625rem;height:4.1875rem;top:2.6875rem;left:8.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mo1KZTsEFJeBKsS0F9BfJbzzfyV2u3NZ { width:16.375rem;height:2.75rem;top:11.8125rem;left:14.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9RHVsJLz6sAuMDO9EZXlGz1D0Tr0WvS { width:3.125rem;height:3.6875rem;top:11.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NW6s9blEhX1AyhlTlCV9SIRbCvc5paQX { display:block; }#NW6s9blEhX1AyhlTlCV9SIRbCvc5paQX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EdtOytmQ0kiTKorUXTqiKBM7pMm9FIvD { width:0.0625rem;height:9.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a21HnpCpzfNvysg28zaytRT16xxxbC4O { width:29.375rem;height:6.625rem;top:2.9375rem;left:9.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATZIZfngwxZPdRU9RnX2LkXLIz1Q6T1B { width:7.8125rem;height:1.875rem;top:8.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXurv8GfxE6iA9zd9cBQQq5fVt3BRMn1 { width:0.9375rem;height:0.9375rem;top:9.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClwdI8y2VVQHBLgWRTSZG47ocTtyvSRJ { width:29.375rem;height:20.75rem;top:10.5rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQKIzZRIPJ5u0oOJoLwKIcSNI03ctU1N .widget-regular-label { width:26.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#CQKIzZRIPJ5u0oOJoLwKIcSNI03ctU1N .widget-input-text { width:26.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CQKIzZRIPJ5u0oOJoLwKIcSNI03ctU1N .widget-input-text {padding-top: 0; padding-bottom: 0;}#CQKIzZRIPJ5u0oOJoLwKIcSNI03ctU1N .widget-textarea { width:26.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CQKIzZRIPJ5u0oOJoLwKIcSNI03ctU1N .widget-input-select { width:26.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CQKIzZRIPJ5u0oOJoLwKIcSNI03ctU1N .widget-input-select {padding-top: 0; padding-bottom: 0;}#CQKIzZRIPJ5u0oOJoLwKIcSNI03ctU1N .widget-input-button { width:26.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CQKIzZRIPJ5u0oOJoLwKIcSNI03ctU1N .widget-checkbox-label { width:25.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CQKIzZRIPJ5u0oOJoLwKIcSNI03ctU1N  { width:26.8125rem;height:auto;top:9.375rem;left:9.21875rem; }
#CQKIzZRIPJ5u0oOJoLwKIcSNI03ctU1N .radio-container { width:26.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CQKIzZRIPJ5u0oOJoLwKIcSNI03ctU1N {display:block;}#CQKIzZRIPJ5u0oOJoLwKIcSNI03ctU1N { width:26.8125rem;height:auto;top:9.375rem;left:9.21875rem; }
 }@media only screen and (max-width: 763px) { #CQKIzZRIPJ5u0oOJoLwKIcSNI03ctU1N #Huz6N8y4lqzJWBFpXheDlP0OrIQFRvPv {  }
 }@media only screen and (max-width: 763px) { #CQKIzZRIPJ5u0oOJoLwKIcSNI03ctU1N #UEXVoGXlDc49DbJCwOeH66IHvCfplg2Q { display:block; }
 }@media only screen and (max-width: 763px) { #CQKIzZRIPJ5u0oOJoLwKIcSNI03ctU1N #kQSf2oei5weLimpbJUlzP2T6s2DIA5t8 {  }
 }@media only screen and (max-width: 763px) { #CQKIzZRIPJ5u0oOJoLwKIcSNI03ctU1N #sgGuJrfXP1HrWTfm3iU6Vxd9NiT5S7g6 {  }
 }@media only screen and (max-width: 763px) { #CQKIzZRIPJ5u0oOJoLwKIcSNI03ctU1N #AQSmumCf4MDrRiQ7ZXMRhXQzn6if90TU { display:block; }
 }@media only screen and (max-width: 763px) { #CQKIzZRIPJ5u0oOJoLwKIcSNI03ctU1N #rXVnOmu7bMBQBtHl0IN8Vorr9HHPAekb {  }
 }@media only screen and (max-width: 763px) { #CQKIzZRIPJ5u0oOJoLwKIcSNI03ctU1N #fmAthe0bouNOfpV19qb6kALu7IkTRkO9 {  }
 }@media only screen and (max-width: 763px) { #CQKIzZRIPJ5u0oOJoLwKIcSNI03ctU1N #dyoAZ4iKvxeVwhvvtQEa7SwnkvKCIrAB {  }
 }@media only screen and (max-width: 763px) { #CQKIzZRIPJ5u0oOJoLwKIcSNI03ctU1N #B8LMeT8g38pHiRaDKu50oh1Df0Q99dm4 {  }
 }@media only screen and (max-width: 763px) { #hmwP2WDeTFWBpfplIciTJBDoyT9l0srK { display:block; }
 }@media only screen and (max-width: 763px) { #BReTyWuQkBkkomgQNlNbQ0knFvkNKscz { display:block; }
 }@media only screen and (max-width: 763px) { #CQKIzZRIPJ5u0oOJoLwKIcSNI03ctU1N #Id5PcPDI7rBMiQO9LUxbJm9p16cwWybV {  }
 }@media only screen and (max-width: 763px) { #CQKIzZRIPJ5u0oOJoLwKIcSNI03ctU1N #x8m9Mlap1nJ5F9rmfX4GNswST8hX7gGO {  }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ZixEkOemI0nmHhBzVRJLgqBTfpfM3bIh { display:block; }#ZixEkOemI0nmHhBzVRJLgqBTfpfM3bIh > .row .container { width:20rem;height:19.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ps9ArAbT49Gax5rtbQz43uDZKWZ9H7w1 { width:5.25rem;height:2.5rem;top:12.111328125rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPl8etilPX3bLZmWEgzhDLPpy59FpDEA { width:6.75rem;height:1.29980625rem;top:0.65625rem;left:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #u9DCtWiiNWkuUpDDRbu4FkGbXqGJIDKV { width:6.375rem;height:6.499rem;top:2.40625rem;left:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tB6TM93ZwF0JomuIUwH8RJLfpraTk7qX { width:4.1875rem;height:3.8994125rem;top:2.40625rem;left:8.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZP9zdA3wyO0me9xXgwNrKzxUD9goE9Jp { width:4.5625rem;height:1.29980625rem;top:0.65625rem;left:8.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #No3TctphXESrX9LBLeLAATe7qFHbm5BB { width:3.125rem;height:3.125rem;top:17.375rem;left:8.4375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VlUHKJ2fTISpQVZlvs4UN5FlXlWxD5vo { width:3.125rem;height:3.125rem;top:21.75rem;left:8.4375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WtcNLGkQVwK50blg2zXzaurIExmu6PCO { width:2.1875rem;height:2.375rem;top:15.67333984375rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXqf1piyzPrHOIfTxd7APX733kwoRMIz { width:12.875rem;height:1.29980625rem;top:13.81103515625rem;left:2rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T63xgoylW6rHaBkotF1nzNarhpclNvD9 { width:11.875rem;height:1.21875rem;top:9.96728515625rem;left:2rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Heqc57qseZDTG8ULmA6E30akPwlRb23T { width:4.25rem;height:4.25rem;top:14.611328125rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EM9KQnLGyPhDiruSGrfV9ehKNq6olOkO { width:2.5625rem;height:2.6875rem;top:15.84375rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #idzBP0SLnHApN0NNa7UqdNFIM9uIGPMy { width:2.5625rem;height:3.125rem;top:15.625rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWMpsnG4E0MAXV1spTcXERr6T3ntx1GU { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/yPVv7vAb/czystagra.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#KWMpsnG4E0MAXV1spTcXERr6T3ntx1GU.adaptive-delivery-prevent-bg, #KWMpsnG4E0MAXV1spTcXERr6T3ntx1GU.lazyload, #KWMpsnG4E0MAXV1spTcXERr6T3ntx1GU.lazyloading { background-image: none; }#KWMpsnG4E0MAXV1spTcXERr6T3ntx1GU > .row .container { background-color: transparent; background-image: none; }#KWMpsnG4E0MAXV1spTcXERr6T3ntx1GU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KWMpsnG4E0MAXV1spTcXERr6T3ntx1GU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KWMpsnG4E0MAXV1spTcXERr6T3ntx1GU > .row .container > .video-iframe-container { display: none; }#KWMpsnG4E0MAXV1spTcXERr6T3ntx1GU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KWMpsnG4E0MAXV1spTcXERr6T3ntx1GU > .row > .video-iframe-container { display: none; }#KWMpsnG4E0MAXV1spTcXERr6T3ntx1GU > .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); }#KWMpsnG4E0MAXV1spTcXERr6T3ntx1GU > .row .container { width:20rem;height:48.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZSBt946OtLQCi35zDNEKtpRHVEutQ1zE { width:20rem;height:8.25rem;top:0.53125rem;left:0rem;text-align:center;text-align-last:center;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sciUuvna3TtFput40kaEl8qCO5crfmaW { width:6.75rem;height:2.375rem;top:13.3125rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f60hx2gI3hOb72mMGosTFZLnBC9Kq6Dt { display:block; }
 }@media only screen and (max-width: 763px) { #XiPn8PPFJTnD2k23T6o9o5huxoUo77kv { width:6.6875rem;height:2.3125rem;top:16.5rem;left:6.65625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIlRRyi9MxQ8NMXDgPndZBSLKUfnAuao { display:block; }
 }@media only screen and (max-width: 763px) { #AsfeEUDW4CzchFsWZEx1z2lMICPC5t04 { width:3.75rem;height:0;top:25.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #T7Uwzxbl7psWLDSgxAusor9HEX9JlLmH { width:0.9375rem;height:0.9375rem;top:28.3125rem;left:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PW8VTT37oL6GIwg79LTWVTTyWKPALGL4 { width:0.0625rem;height:38.125rem;top:29.1875rem;left:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #um2xT6wbZXG0tlrxCRqe1y2dX7sTty80 { width:3.125rem;height:3.6875rem;top:55.6875rem;left:0.59375rem;display:none; }
 }@media only screen and (max-width: 763px) { #LrhZw23cdtmSvinwJoFfsebo2qT2UXeK { width:20rem;height:2.75rem;top:8.78125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugVhIexGCNntRnafOFP5SIaTow1rWQ18 { width:6.625rem;height:2.3125rem;top:19.75rem;left:6.675rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSxx5wqfCg4oMXH1iCXREIvK2gRpGvmm { display:block; }
 }@media only screen and (max-width: 763px) { #zqkT3TMBpysCUsSyL2TyUHTI1qHHSU00 { width:9rem;height:9rem;top:22.875rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERs6ZWzDAPAuWGeLGHU5rVTn7oMTFdp6 { width:5.625rem;height:5.9375rem;top:32.4375rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDOuL9c4zDdb5w7Q8HPluUaUKFkVhAOv { width:5.1875rem;height:6.3125rem;top:32.25rem;left:10.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0Z6JF32I0NwHP8qikAhFsZSIt136vXi { width:5.125rem;height:6.4375rem;top:24.15625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSsAwJKI1ezi6sn0DCDtW56hdX60TnRF { width:19rem;height:17.375rem;top:23.3125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJ32J6tA2HLb2moi14Ow30z1leqHw44R { display:block; }
 }@media only screen and (max-width: 763px) { #iMGmnC4TdcF18uB8MvSzVDgS48lsbPE3 { width:20rem;height:5.199225rem;top:41.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWQunM2TMFDp3fUyBa6afW8cDPc4OHTM { display:block; }#OWQunM2TMFDp3fUyBa6afW8cDPc4OHTM > .row .container { width:20rem;height:27.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zmxddZl7xytKLBEbUwAOa4iNSSqVk3Jy { width:0.0625rem;height:6.25rem;top:2.5rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #worwmUlhXuwSoMEXh4Upft3D8r9u24ah { width:20rem;height:0.0625rem;top:6.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #EJgQQzDrUMM4Tn2TDEa9cFDw1n0WnPys { width:0.0625rem;height:9.5625rem;top:47.875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #f5lvGgrTofI69tTwv8i11BIvoN6F9BEH { width:3.8125rem;height:2.9375rem;top:4.1123046875rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVX5eBXipDXixEyT0TZS3mxPQIRPacFZ { width:20rem;height:2.84375rem;top:1.2998046875rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xVOo8nx2xykoPAdtQGgZKfHQpSqlxtIO { width:9.6875rem;height:1.29980625rem;top:0rem;left:5.15625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rF6ytuDomq7oL435ms2kRGNB7GntTfGA { width:19.3125rem;height:11.1953rem;top:7.6875rem;left:0.6875rem;text-align:justify;text-align-last:initial;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yONxfmBdqxZDoL0O1UTpPbWAMbkw4wMa { width:9.6875rem;height:0;top:5.75rem;left:10.3125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #FlCnvcD97I8X2ArowN9dBGhOlmfwJXfw { width:3.75rem;height:3.875rem;top:1.875rem;left:13.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ek3Sm8L5kOLPx1PRWQZtMz4F31melvnX { width:7.8125rem;height:1.9375rem;top:75.5rem;left:6.0625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ootfT2ZJO4WsQr3B6Hm5wAZnlISDF0vU { width:0.9375rem;height:0.9375rem;top:73.3125rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #VctqEcKN6ZvGolIRu8bx2A2824i9yHo9 { width:0.0625rem;height:30.0625rem;top:6.25rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZzF9d6Jk7FCcvVi23NXiq0bhFlPTGzwA { display:block; }#ZzF9d6Jk7FCcvVi23NXiq0bhFlPTGzwA > .row .container { width:20rem;height:22.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ouXnfgT3UpTaWJ5FL9ZUWBTET3kDPQcK { width:7.8125rem;height:auto;top:4.375rem;left:6.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #sQFt4G9H9B8lVqGhvEo1vRkgznLczkMB { width:0.9375rem;height:0.9375rem;top:2.9375rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #P6IfN2N8iTBaMJhRRwD9kplvGXQKw7Rn { width:0.0625rem;height:31.25rem;top:2.375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HU6aGhW1vD9XD2MgInOhVVvo9uD39TDt { width:20rem;height:0.0625rem;top:2.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ohrXNQlhQUA2TTcse44pXTnaAiChgEFk { width:3.625rem;height:2.375rem;top:1.5625rem;left:8.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DqPzMsxlSb1thZMWdrHEinp2ObR39aRs { width:6.5625rem;height:1.29980625rem;top:0rem;left:13.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyldy997UXBnaTr674lLoiTqNyKWqWXi { width:20rem;height:13.994125rem;top:2.54980625rem;left:0rem;text-align:justify;text-align-last:initial;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZoJeIEM9kD26oxa7fQf9eGgdNFK8OMe7 { display:block; }#ZoJeIEM9kD26oxa7fQf9eGgdNFK8OMe7 > .row .container { width:20rem;height:18.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WKx5hCJmcHdGRJ7BmQLDREg7zok9GhZb { width:0.0625rem;height:32.9375rem;top:70rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Un2CsqVOVXbrdWyXhX77O2LdrKHCfQSh { width:7.8125rem;height:1.9375rem;top:33.8125rem;left:6.0625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ROqCdU1VBe7TOb4VKCz7T2e0D5ic9NyN { width:20rem;height:0.0625rem;top:5.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #mLJXtHeifApdaU1SaBb3ZBHMoRikCEUx { width:0.9375rem;height:0.9375rem;top:0.75rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #v9qdOtL1NWNe88cdobMqmwPd6IeowrZt { width:7.5rem;height:1.29980625rem;top:0rem;left:12.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dleg4vT4dEsqS8cdXZcfDvBbp1rHRXJ4 { width:3.875rem;height:3.875rem;top:1.25rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #l1Dz4MThcGMbKKr3SWGoocvOnwPCAGpM { width:20rem;height:9.795875rem;top:6.59765625rem;left:0rem;text-align:justify;text-align-last:initial;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #crti3FwvqPRaR6gdJGrXMcFX3qwOTITX { width:20rem;height:2.7998rem;top:2.54980625rem;left:0rem;text-align:justify;text-align-last:initial;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZT90S6nsMzo3xfCvfV0NcZkT6FHl1SI { display:block; }#TZT90S6nsMzo3xfCvfV0NcZkT6FHl1SI > .row .container { width:20rem;height:41rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k9eNnX3Tsd7o9uc8bUBzqu8EuBOER8Ps { width:0.0625rem;height:6.25rem;top:0rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #tK8W5IbFwyzxhkXtKOmaqQNyW3KFfoiu { width:20rem;height:8.396475rem;top:5.0625rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TQOdM9NgByiy1diP8IC7I2z5cp1VAnNi { width:20rem;height:0.0625rem;top:6.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #kEtw5e6SHhTwzhGbaVCHQy9vheEBmezQ { width:20rem;height:9.7959125rem;top:14.375rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RbKzwIRK2s6EaEmu8uGE7vOO4EsP6h3X { width:0.0625rem;height:12.625rem;top:5rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ITeFT644vo26VprEgaaDPmr0i80ANJMK { width:3.6875rem;height:3.125rem;top:4.6875rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xSoAJaBr4BmkZ8TBGfifxhQOIcHI3T9h { width:3.8125rem;height:3.8125rem;top:1.25rem;left:8.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EaxIs6maOxx8e5UtRngPkqxA8qIkf8gH { width:7.8125rem;height:1.9375rem;top:25.5rem;left:6.0625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #LeBrN4zRT8QtLD2lLVL4He8laMdrT5cP { width:20rem;height:13.9941625rem;top:25.420875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7WGR1OfJb7LQmFtw95eHQrvpwhTuXo6 { width:4.4375rem;height:3.875rem;top:1.25rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTT5PQ4yA9SnZTCfeJ8hJDQkdyuJgo0a { display:block; }#rTT5PQ4yA9SnZTCfeJ8hJDQkdyuJgo0a > .row .container { width:20rem;height:28.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cxhrUzTaXnMuwzdofHFJCQtpVqpTteP7 { width:0.0625rem;height:15.6875rem;top:8.5625rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zkZK61Ib5UsOTmi4fcMvc7T5uM9mZV1u { width:9.6875rem;height:1.29980625rem;top:4.9375rem;left:5.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Wls2QX4SkR6tcoky5oxEiwLLRvGsFgkq { width:9.6875rem;height:1.29980625rem;top:6.1875rem;left:5.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N7yANsUL0T4PSzJXqamtHsGderZWkrXc { width:0.9375rem;height:0.9375rem;top:1.25rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #wtQZ4FB9g9lzbdO4DvBLLBs2XF6AmeNF { width:4.25rem;height:2.125rem;top:22.4375rem;left:8.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UT8c7Iiw2EI6ZHqp6khqHdcg5Zxw97xR { width:10.8125rem;height:1.3999rem;top:16.25rem;left:5.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g0KczVyyTb4dT8iT350w7kgtU3r09qRa { width:16.375rem;height:6.9970625rem;top:8.4375rem;left:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mo1KZTsEFJeBKsS0F9BfJbzzfyV2u3NZ { width:16.375rem;height:2.7998rem;top:24.5625rem;left:2.40625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9RHVsJLz6sAuMDO9EZXlGz1D0Tr0WvS { width:3.125rem;height:3.6875rem;top:1.25rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #NW6s9blEhX1AyhlTlCV9SIRbCvc5paQX { background-color:#011936;background-image:url("https://images.assets-landingi.com/15sL7lf1/bg_footer.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#NW6s9blEhX1AyhlTlCV9SIRbCvc5paQX.adaptive-delivery-prevent-bg, #NW6s9blEhX1AyhlTlCV9SIRbCvc5paQX.lazyload, #NW6s9blEhX1AyhlTlCV9SIRbCvc5paQX.lazyloading { background-image: none; }#NW6s9blEhX1AyhlTlCV9SIRbCvc5paQX > .row .container { background-color: transparent; background-image: none; }#NW6s9blEhX1AyhlTlCV9SIRbCvc5paQX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NW6s9blEhX1AyhlTlCV9SIRbCvc5paQX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NW6s9blEhX1AyhlTlCV9SIRbCvc5paQX > .row .container > .video-iframe-container { display: none; }#NW6s9blEhX1AyhlTlCV9SIRbCvc5paQX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NW6s9blEhX1AyhlTlCV9SIRbCvc5paQX > .row > .video-iframe-container { display: none; }#NW6s9blEhX1AyhlTlCV9SIRbCvc5paQX > .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); }#NW6s9blEhX1AyhlTlCV9SIRbCvc5paQX > .row .container { width:20rem;height:41.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EdtOytmQ0kiTKorUXTqiKBM7pMm9FIvD { width:0.0625rem;height:9.375rem;top:4.6875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #a21HnpCpzfNvysg28zaytRT16xxxbC4O { width:16.5rem;height:7.42383125rem;top:0rem;left:1.75rem;text-align:center;text-align-last:center;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATZIZfngwxZPdRU9RnX2LkXLIz1Q6T1B { width:7.8125rem;height:1.9375rem;top:15.3125rem;left:6.0625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #OXurv8GfxE6iA9zd9cBQQq5fVt3BRMn1 { width:0.9375rem;height:0.9375rem;top:2.5rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ClwdI8y2VVQHBLgWRTSZG47ocTtyvSRJ { width:20rem;height:21.4375rem;top:6.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQKIzZRIPJ5u0oOJoLwKIcSNI03ctU1N .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#CQKIzZRIPJ5u0oOJoLwKIcSNI03ctU1N .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CQKIzZRIPJ5u0oOJoLwKIcSNI03ctU1N .widget-input-text {padding-top: 0; padding-bottom: 0;}#CQKIzZRIPJ5u0oOJoLwKIcSNI03ctU1N .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CQKIzZRIPJ5u0oOJoLwKIcSNI03ctU1N .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CQKIzZRIPJ5u0oOJoLwKIcSNI03ctU1N .widget-input-select {padding-top: 0; padding-bottom: 0;}#CQKIzZRIPJ5u0oOJoLwKIcSNI03ctU1N .widget-input-button { width:8.75rem;margin-top:0.25rem;margin-right:4.375rem;margin-bottom:0.25rem;margin-left:4.375rem; }
#CQKIzZRIPJ5u0oOJoLwKIcSNI03ctU1N .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CQKIzZRIPJ5u0oOJoLwKIcSNI03ctU1N  { width:17.5rem;height:auto;top:6.0625rem;left:0rem; }
#CQKIzZRIPJ5u0oOJoLwKIcSNI03ctU1N .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CQKIzZRIPJ5u0oOJoLwKIcSNI03ctU1N {display:block;}#CQKIzZRIPJ5u0oOJoLwKIcSNI03ctU1N { width:17.5rem;height:auto;top:6.0625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CQKIzZRIPJ5u0oOJoLwKIcSNI03ctU1N #Huz6N8y4lqzJWBFpXheDlP0OrIQFRvPv {  }
 }@media only screen and (max-width: 763px) { #CQKIzZRIPJ5u0oOJoLwKIcSNI03ctU1N #UEXVoGXlDc49DbJCwOeH66IHvCfplg2Q { display:block; }
 }@media only screen and (max-width: 763px) { #CQKIzZRIPJ5u0oOJoLwKIcSNI03ctU1N #kQSf2oei5weLimpbJUlzP2T6s2DIA5t8 {  }
 }@media only screen and (max-width: 763px) { #CQKIzZRIPJ5u0oOJoLwKIcSNI03ctU1N #sgGuJrfXP1HrWTfm3iU6Vxd9NiT5S7g6 {  }
 }@media only screen and (max-width: 763px) { #CQKIzZRIPJ5u0oOJoLwKIcSNI03ctU1N #AQSmumCf4MDrRiQ7ZXMRhXQzn6if90TU { display:block; }
 }@media only screen and (max-width: 763px) { #CQKIzZRIPJ5u0oOJoLwKIcSNI03ctU1N #rXVnOmu7bMBQBtHl0IN8Vorr9HHPAekb {  }
 }@media only screen and (max-width: 763px) { #CQKIzZRIPJ5u0oOJoLwKIcSNI03ctU1N #fmAthe0bouNOfpV19qb6kALu7IkTRkO9 {  }
 }@media only screen and (max-width: 763px) { #CQKIzZRIPJ5u0oOJoLwKIcSNI03ctU1N #dyoAZ4iKvxeVwhvvtQEa7SwnkvKCIrAB {  }
 }@media only screen and (max-width: 763px) { #CQKIzZRIPJ5u0oOJoLwKIcSNI03ctU1N #B8LMeT8g38pHiRaDKu50oh1Df0Q99dm4 {  }
 }@media only screen and (max-width: 763px) { #hmwP2WDeTFWBpfplIciTJBDoyT9l0srK { display:block; }
 }@media only screen and (max-width: 763px) { #BReTyWuQkBkkomgQNlNbQ0knFvkNKscz { display:block; }
 }@media only screen and (max-width: 763px) { #CQKIzZRIPJ5u0oOJoLwKIcSNI03ctU1N #Id5PcPDI7rBMiQO9LUxbJm9p16cwWybV {  }
 }@media only screen and (max-width: 763px) { #CQKIzZRIPJ5u0oOJoLwKIcSNI03ctU1N #x8m9Mlap1nJ5F9rmfX4GNswST8hX7gGO {  }
 }