.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:241,237,232;--color-primary-1:213,201,187;--color-primary-2:185,165,141;--color-primary-3:197,150,86;--color-primary-4:37,33,28;--color-secondary-0:230,233,238;--color-secondary-1:171,180,199;--color-secondary-2:87,105,143;--color-secondary-3:44,53,72;--color-secondary-4:13,16,21;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:84,84,84;--color-tertiary-4:0,0,0;--headlines-font-family:"Cairo";--paragraphs-font-family:"Rubik"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/6kWNKdsS/Backround2_png.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#segFEJt5PXTc0SVK3GaIHKzPf0Htv9te { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(200deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(200deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(200deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(200deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(200deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-size:initial !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; }#segFEJt5PXTc0SVK3GaIHKzPf0Htv9te > .row .container { background-color: transparent; background-image: none; }#segFEJt5PXTc0SVK3GaIHKzPf0Htv9te::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#segFEJt5PXTc0SVK3GaIHKzPf0Htv9te > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#segFEJt5PXTc0SVK3GaIHKzPf0Htv9te > .row .container > .video-iframe-container { display: none; }#segFEJt5PXTc0SVK3GaIHKzPf0Htv9te > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#segFEJt5PXTc0SVK3GaIHKzPf0Htv9te > .row > .video-iframe-container { display: none; }#segFEJt5PXTc0SVK3GaIHKzPf0Htv9te > .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); }#segFEJt5PXTc0SVK3GaIHKzPf0Htv9te > .row .container { border-width: 0; border-radius: 0; }#segFEJt5PXTc0SVK3GaIHKzPf0Htv9te > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#segFEJt5PXTc0SVK3GaIHKzPf0Htv9te > .row .container { font-size:0.875rem;font-family:arial;height:8.0625rem;width:60rem;position:relative;display:block; }#QoR1JD0hdR6SfMFtSZSJupfcW8RCNXlt { color:#434343;display:block;width:10.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.6;letter-spacing:0;top:18.6875rem;left:9.875rem;height:2rem;font-style:normal;display:none; }
#JsSKXfGboXEb50U48LyQfdT1HtneK7wd { box-sizing:content-box;color:#434343;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:15004;top:18.125rem;left:6rem;display:none; }
#vPZ6cRoMHF7DxlSJp4PqsCZxkX4wNV9e { 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:8.5rem;width:9.6875rem;top:2.3125rem;left:1.5rem;overflow:hidden;display:none; }
#k5tBNZH4mTR5ZhL0uCsAKm23x6xmnJgm { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.749rem;width:8.8745rem;top:0rem;left:25.5615234375rem;overflow:hidden;display:block; }
#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd { 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/uc/1fc9fb1f-f757-47a4-838e-85ebc937da4e/AHJweb.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd.adaptive-delivery-prevent-bg, #xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd.lazyload, #xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd.lazyloading { background-image: none; }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .row .container { background-color: transparent; background-image: none; }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .row .container > .video-iframe-container { display: none; }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .row > .video-iframe-container { display: none; }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .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); }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .row .container { border-width: 0; border-radius: 0; }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .row .container { font-size:0.875rem;font-family:arial;height:29.5625rem;width:60rem;position:relative;display:block; }#hU2ZgzekGUnZKZsJd22tGFTPL5Bpu4LN { color:rgba(var(--color-primary-3),1);display:block;width:33.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.0625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:5.25rem;left:24.6875rem;height:3.9807125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yOnRLq5m1MTZiffpXcaw2R8DTkiPJLsV { color:rgba(var(--color-tertiary-3),1);display:block;width:29.4995rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:10.5rem;left:26.5rem;height:2.598875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RGggOcDM5hBXbX16EVUnGiSdR8lDrdhT { background-color:#484848;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.4360625rem;height:2.99926875rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:31.125rem;left:31.125rem;display:none; }
#n3OFTpc8mQ43dbhmqLkztFLSp9bo3VhZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KizlW74w8ME6gsrsIqry3kxCwh3uG5Nf { color:rgba(var(--color-tertiary-3),1);display:block;width:29.4983125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:13.75rem;left:26.5rem;height:1.705325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HNKThiKbqb09l8SlvscWOw5FofuZgz4b .widget-form-header { font-size:0.75rem; }
#HNKThiKbqb09l8SlvscWOw5FofuZgz4b .widget-regular-label { height:auto;display:block;font-family:raleway;font-size:0.75rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:15rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:right;text-align-last:right; }
#HNKThiKbqb09l8SlvscWOw5FofuZgz4b .widget-input-text { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(255,255,255,0.5);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;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:15rem;box-sizing:border-box;height:2.5625rem;color:rgba(var(--color-tertiary-0),1);font-size:0.875rem;overflow:hidden;font-family:raleway;vertical-align:top;text-align:center;text-align-last:center; }
#HNKThiKbqb09l8SlvscWOw5FofuZgz4b .widget-input-text {padding-top: 0; padding-bottom: 0;}#HNKThiKbqb09l8SlvscWOw5FofuZgz4b .widget-textarea { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(255,255,255,0.5);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:15rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-tertiary-0),1);font-size:0.875rem;overflow:hidden;font-family:raleway;vertical-align:top;text-align:center;text-align-last:center; }
#HNKThiKbqb09l8SlvscWOw5FofuZgz4b .widget-input-select { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(255,255,255,0.5);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;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:15rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-tertiary-0),1);font-family:raleway;font-size:0.875rem;overflow:hidden;vertical-align:top;text-align:center;text-align-last:center; }
#HNKThiKbqb09l8SlvscWOw5FofuZgz4b .widget-input-select {padding-top: 0; padding-bottom: 0;}#HNKThiKbqb09l8SlvscWOw5FofuZgz4b .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#HNKThiKbqb09l8SlvscWOw5FofuZgz4b .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#HNKThiKbqb09l8SlvscWOw5FofuZgz4b .widget-input-button { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:transparent;background-image: -webkit-linear-gradient(13deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(13deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(13deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(13deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(13deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-3),1));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:3rem;margin-bottom:0.25rem;margin-left:3rem;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:9rem;height:3.125rem;font-family:raleway;overflow:hidden;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(var(--color-tertiary-4),0.21) ;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5); }
#HNKThiKbqb09l8SlvscWOw5FofuZgz4b [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:raleway;font-size:0.875rem; }
#HNKThiKbqb09l8SlvscWOw5FofuZgz4b [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:raleway;font-size:0.875rem; }
#HNKThiKbqb09l8SlvscWOw5FofuZgz4b [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:raleway;font-size:0.875rem; }
#HNKThiKbqb09l8SlvscWOw5FofuZgz4b [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:raleway;font-size:0.875rem; }
#HNKThiKbqb09l8SlvscWOw5FofuZgz4b .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:raleway;line-height:1.3;font-size:0.625rem;font-weight:300;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:13.8125rem;overflow:hidden;font-style:normal;float:none; }
#HNKThiKbqb09l8SlvscWOw5FofuZgz4b .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; }
#HNKThiKbqb09l8SlvscWOw5FofuZgz4b .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.3125rem;vertical-align:middle;font-family:raleway;font-size:0.75rem;font-weight:700;color:rgba(var(--color-tertiary-0),1);overflow:hidden;font-style:normal;line-height:1.6;float:none; }
#HNKThiKbqb09l8SlvscWOw5FofuZgz4b .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#HNKThiKbqb09l8SlvscWOw5FofuZgz4b .widget-container:first-of-type{padding-top:0;}#HNKThiKbqb09l8SlvscWOw5FofuZgz4b .widget-container:last-of-type{padding-bottom:0;}#HNKThiKbqb09l8SlvscWOw5FofuZgz4b  { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-secondary-2),1));background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:15rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.625rem 1.875rem rgba(46,17,125,0.5) ;font-size:0.75rem;left:2.1875rem;top:3.9375rem;z-index:15004;position:absolute; }
#HNKThiKbqb09l8SlvscWOw5FofuZgz4b .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:15rem;display:block;vertical-align:top; }
#HNKThiKbqb09l8SlvscWOw5FofuZgz4b .widget-info-text { display:block;height:auto;font-family:raleway;font-size:0.625rem;line-height:1.1;font-weight:400;color:rgba(var(--color-tertiary-0),1);vertical-align:top;overflow:hidden;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#HNKThiKbqb09l8SlvscWOw5FofuZgz4b {display:block;}#HNKThiKbqb09l8SlvscWOw5FofuZgz4b { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-secondary-2),1));background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:15rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.625rem 1.875rem rgba(46,17,125,0.5) ;font-size:0.75rem;left:2.1875rem;top:1.3125rem;z-index:15004;position:absolute; }
#HNKThiKbqb09l8SlvscWOw5FofuZgz4b #LwAg8Ed1Wz8uk5VRxKCZsIDGC03mHBo6 { position:relative; }
#HNKThiKbqb09l8SlvscWOw5FofuZgz4b #VhsNxcJ46kxi9gPTVbP25zZaXQbZn93S { position:relative;display:block; }
#HNKThiKbqb09l8SlvscWOw5FofuZgz4b #iKXziZnfQ52w0UqxCbcQL6Eo5QbP3yTu { position:relative; }
#HNKThiKbqb09l8SlvscWOw5FofuZgz4b #Fdo7asfSybB6Kw0lPIJbMirw9kbUrnNA { position:relative; }
#HNKThiKbqb09l8SlvscWOw5FofuZgz4b #sqd8wxVLNhIVTyBLFx5oyugVodZe0BiB { position:relative;display:block; }
#HNKThiKbqb09l8SlvscWOw5FofuZgz4b #kGb2tx385mdtTVv0ctMn0AuSwTztVnk2 { position:relative; }
#HNKThiKbqb09l8SlvscWOw5FofuZgz4b #qbcMgiXOlEOInL7kQ6Ep4PSHTg82wRhs { position:relative; }
#HNKThiKbqb09l8SlvscWOw5FofuZgz4b #oDncm10P2gyIGcg7heJaTU0huA05VdzG { position:relative;display:block; }
#HNKThiKbqb09l8SlvscWOw5FofuZgz4b #vonqJvHSEbTJBRJ2cZxvau7pksq8PXe1 { position:relative; }
#HNKThiKbqb09l8SlvscWOw5FofuZgz4b #uBIP42i6u0ntOuJEhM3z9ygbiyAqSz3F { position:relative; }
#HNKThiKbqb09l8SlvscWOw5FofuZgz4b #e3LDmmSLawQCA4MfuEqlFPKiV0wxTXgU { position:relative;display:block; }
#HNKThiKbqb09l8SlvscWOw5FofuZgz4b #qILtVisDp9Jd19AFFuCgAuVEBMgEo1TI { position:relative; }
#HNKThiKbqb09l8SlvscWOw5FofuZgz4b #lS2CkSPfIdVNF1KtCTQetPJHo7prUATA { position:relative; }
#HNKThiKbqb09l8SlvscWOw5FofuZgz4b #lUyiPtfqN2IfAdTGhnOpJE7mBOymJA56 { position:relative;display:block; }
#HNKThiKbqb09l8SlvscWOw5FofuZgz4b #My4bqBFsstTiUK1u2Nyvwkb0RKouk77X { position:relative; }
#RrgPmQ9l0PIyHhXH2UuZdeDdK7fwP1KC { position:relative;display:block; }
#HNKThiKbqb09l8SlvscWOw5FofuZgz4b #C1Qb5FKkWtywzpHPFetI2cMi7KBSu7FZ { position:relative; }
#HNKThiKbqb09l8SlvscWOw5FofuZgz4b #KRl720AHfHU6P4xJXMwkcKrC27TMSFDL { position:relative; }
#UThhyc7p2M9KrsgtJSB68bWWAABb7l1D { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15053;opacity:1;top:24rem;left:30.6875rem; }
#bl9nwM8DoWWL2NSpmud4k4m6WKK2UIKJ { background-color:rgba(var(--color-primary-3),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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.125rem;height:3.0625rem;text-decoration:none;z-index:15051;text-align:center;text-align-last:center;top:23.6875rem;left:33.6875rem;display:block; }
#ZFNLCFWTHxUHuSKwbkUAzlRN1daN9GJI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sugUnF3mtpIvBpDvbg8ltpdIffT33Zrn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15054;opacity:1;top:24rem;left:49.375rem; }
#HeBhVtFq3N4FEODhHtH4SubhckcbAAIK { color:rgba(var(--color-tertiary-0),1);display:block;width:30.558625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15050;line-height:1.8;letter-spacing:0;top:18.1875rem;left:26rem;height:3.5986375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FTag3uT9CGwdAdeXI3kcpf9mqIBAOAxL { position:absolute;display:block;z-index:15055;height:4.43725625rem;width:7.937rem;top:19.639892578125rem;left:50.50048828125rem;display:block; }
#MT1uH5TFHiMi7nXxxeAq5yQ9CRl7pPBn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MT1uH5TFHiMi7nXxxeAq5yQ9CRl7pPBn > .row .container { background-color: transparent; background-image: none; }#MT1uH5TFHiMi7nXxxeAq5yQ9CRl7pPBn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MT1uH5TFHiMi7nXxxeAq5yQ9CRl7pPBn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MT1uH5TFHiMi7nXxxeAq5yQ9CRl7pPBn > .row .container > .video-iframe-container { display: none; }#MT1uH5TFHiMi7nXxxeAq5yQ9CRl7pPBn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MT1uH5TFHiMi7nXxxeAq5yQ9CRl7pPBn > .row > .video-iframe-container { display: none; }#MT1uH5TFHiMi7nXxxeAq5yQ9CRl7pPBn > .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); }#MT1uH5TFHiMi7nXxxeAq5yQ9CRl7pPBn > .row .container { border-width: 0; border-radius: 0; }#MT1uH5TFHiMi7nXxxeAq5yQ9CRl7pPBn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MT1uH5TFHiMi7nXxxeAq5yQ9CRl7pPBn > .row .container { font-size:0.875rem;font-family:arial;height:9.125rem;width:60rem;position:relative;display:block; }#wg3q0tFKdOwALrJTfeNTGRLdagsltoTN { 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:8.999rem;width:46.74925rem;top:0rem;left:6.62353515625rem;overflow:hidden;display:block; }
#MtDQQp0GFzaKOFMHlUPMRCVTadwRtmhc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/d3595573-1352-4b08-a4dd-21a75ec54ddd/pattern.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MtDQQp0GFzaKOFMHlUPMRCVTadwRtmhc.adaptive-delivery-prevent-bg, #MtDQQp0GFzaKOFMHlUPMRCVTadwRtmhc.lazyload, #MtDQQp0GFzaKOFMHlUPMRCVTadwRtmhc.lazyloading { background-image: none; }#MtDQQp0GFzaKOFMHlUPMRCVTadwRtmhc > .row .container { background-color: transparent; background-image: none; }#MtDQQp0GFzaKOFMHlUPMRCVTadwRtmhc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MtDQQp0GFzaKOFMHlUPMRCVTadwRtmhc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MtDQQp0GFzaKOFMHlUPMRCVTadwRtmhc > .row .container > .video-iframe-container { display: none; }#MtDQQp0GFzaKOFMHlUPMRCVTadwRtmhc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MtDQQp0GFzaKOFMHlUPMRCVTadwRtmhc > .row > .video-iframe-container { display: none; }#MtDQQp0GFzaKOFMHlUPMRCVTadwRtmhc > .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); }#MtDQQp0GFzaKOFMHlUPMRCVTadwRtmhc > .row .container { border-width: 0; border-radius: 0; }#MtDQQp0GFzaKOFMHlUPMRCVTadwRtmhc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MtDQQp0GFzaKOFMHlUPMRCVTadwRtmhc > .row .container { font-size:0.875rem;font-family:arial;height:5.1875rem;width:60rem;position:relative;display:block; }#UDXr5yyBSoFVe1TbpxRDo2HOlnTJPA0c { color:rgba(var(--color-primary-3),1);display:block;width:29.4983125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.2939453125rem;left:15.250244140625rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nzNgkU3BgdQb5OR1wZCndCz5GevN6nop { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/OtP5ppb2/shape.png");background-position: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; }#nzNgkU3BgdQb5OR1wZCndCz5GevN6nop.adaptive-delivery-prevent-bg, #nzNgkU3BgdQb5OR1wZCndCz5GevN6nop.lazyload, #nzNgkU3BgdQb5OR1wZCndCz5GevN6nop.lazyloading { background-image: none; }#nzNgkU3BgdQb5OR1wZCndCz5GevN6nop > .row .container { background-color: transparent; background-image: none; }#nzNgkU3BgdQb5OR1wZCndCz5GevN6nop::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nzNgkU3BgdQb5OR1wZCndCz5GevN6nop > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nzNgkU3BgdQb5OR1wZCndCz5GevN6nop > .row .container > .video-iframe-container { display: none; }#nzNgkU3BgdQb5OR1wZCndCz5GevN6nop > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nzNgkU3BgdQb5OR1wZCndCz5GevN6nop > .row > .video-iframe-container { display: none; }#nzNgkU3BgdQb5OR1wZCndCz5GevN6nop > .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); }#nzNgkU3BgdQb5OR1wZCndCz5GevN6nop > .row .container { border-width: 0; border-radius: 0; }#nzNgkU3BgdQb5OR1wZCndCz5GevN6nop > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nzNgkU3BgdQb5OR1wZCndCz5GevN6nop > .row .container { font-size:0.875rem;font-family:arial;height:105.375rem;width:60rem;position:relative;display:block; }#avIek89T5thPvl2F5aytPagumqXhL9HA { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:31.0625rem;width:27.5rem;top:3.43359375rem;left:31.25rem;display:block; }
#xnI2ywsLTkJnXXSchTPThEpTRbT1HuUi { color:rgba(var(--color-tertiary-3),1);display:block;width:23.6236875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:4.58203125rem;left:33.1875rem;height:2.59895625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LiM2evlpNdvuViUBGlZwFE3AvDJ0e89B { color:rgba(var(--color-tertiary-4),1);display:block;width:23.4986875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:20.6875rem;left:33.25rem;height:1.86889375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LvFRurdLaetJPzIKmCht4dfxGaaCXeiQ { color:rgba(var(--color-tertiary-4),1);display:block;width:23.496125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:23.3125rem;left:33.25rem;height:3.8964875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#gnbvtkpsQoVWfNc4pSguzdAg2aqwf0S8 { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:11.1875rem;width:16.9375rem;top:7.76953125rem;left:36.53125rem;overflow:hidden;display:block; }
#A7tS20KnOASqvrPN5XLouyOgZSiOz72y { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:31.0625rem;width:27.5rem;top:3.43359375rem;left:1.25rem;display:block; }
#GR538lgWtzH7bfNxwlrmlx16ftzFsS7E { color:rgba(var(--color-tertiary-3),1);display:block;width:23.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:4.5820302963257rem;left:3.21875rem;height:2.59895625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Fca6IJltJgAtAUMEdif9ylzH9rQ8lLTe { color:rgba(var(--color-tertiary-4),1);display:block;width:23.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:20.6875rem;left:3.25rem;height:1.86889375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Sy2WsympT8GbAv9lRyWtXfD90Wdc2DRF { color:rgba(var(--color-tertiary-4),1);display:block;width:23.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:23.3125rem;left:3.28125rem;height:3.8964875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OpR5vZCaQxq4cBDQc1rM3sUfcWwWcN4T { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:11.1875rem;width:16.9375rem;top:7.7695314884187rem;left:6.53125rem;overflow:hidden;display:block; }
#Z9JUx897m57GV6Mxp9HQyaI7Fl3dlLbk { color:rgba(var(--color-tertiary-3),1);display:block;width:23.6236875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:38.4375rem;left:33.1875rem;height:2.59895625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GayVrs5mLFhQ4vJ5NyvnJSPVxaJ46tDv { color:rgba(var(--color-tertiary-4),1);display:block;width:23.4986875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:53.5rem;left:33.25rem;height:1.86889375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UafQy3Ohb3MITGKTKTEQp8imzXNPNbgP { color:rgba(var(--color-tertiary-4),1);display:block;width:23.497375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:56.625rem;left:33.25rem;height:3.8964875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BUbyMya7f0wwZb9mIlmazZuGl0rwTyox { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:31.0625rem;width:27.5rem;top:36.145833969116rem;left:31.25rem;display:block; }
#zbdTvy3qoFdzVdNChqCHErRuTix0Haf3 { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:11.25rem;width:16.6875rem;top:41.549478530884rem;left:36.65625rem;overflow:hidden;display:block; }
#zKJhbzfFXkUz4T3VBivwIe6QCNkA3b01 { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:31.0625rem;width:27.5rem;top:36.145833969116rem;left:1.25rem;display:block; }
#XtUNK9xsfaxyIZySmNOx2msvTdSCzxI3 { color:rgba(var(--color-tertiary-3),1);display:block;width:23.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:38.679690361023rem;left:3.21875rem;height:2.11198125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Pu5wW2uF6QngPXnqheyL8MaWefc7pfSS { color:rgba(var(--color-tertiary-4),1);display:block;width:23.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:53.500003814698rem;left:3.25rem;height:1.86889375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cLzz0OTZzhTv59sksMnDW4BywetHMMhT { color:rgba(var(--color-tertiary-4),1);display:block;width:23.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:56.625003814698rem;left:3.28125rem;height:1.298825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#X9Cti3G1XTBELmylnpCupHlgLwsv5HNG { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:10.9375rem;width:16.875rem;top:41.705730438233rem;left:6.5625rem;overflow:hidden;display:block; }
#SEq9J8sDGmfIcUpaJgM5WgTXObGaUpGw { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:31.0625rem;width:27.5rem;top:68.916671752931rem;left:16.33203125rem;display:block; }
#uZ7mhhgUTZdc99gLvSWFbEkLG7EaSTn7 { color:rgba(var(--color-tertiary-4),1);display:block;width:23.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:87.6796875rem;left:18.36328125rem;height:5.1953125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ed6FA6ghdy2OzC6VJiwEbQ7bWoV3I5p5 { color:rgba(var(--color-tertiary-3),1);display:block;width:23.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:70.4375rem;left:18.30078125rem;height:2.11198125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#P4zo04UF3W06hZg0ZKClOf9an4CMtTUc { color:rgba(var(--color-tertiary-4),1);display:block;width:23.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:85.145833969119rem;left:18.33203125rem;height:1.86889375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Egut7lU25WEy9UHTnb0lsE2NebO0wbq2 { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:10.25rem;width:17.4375rem;top:73.75rem;left:21.36328125rem;overflow:hidden;display:block; }
#Pkuos0ucQ1T1dbQr3lZ5rfTql5o9Ihtk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15056;opacity:1;top:30.125rem;left:34.4375rem; }
#pzANoU2hVTQ7nPWSP3awppCgo3NdP1MC { background-color:rgba(var(--color-primary-3),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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.125rem;height:3.0625rem;text-decoration:none;z-index:15054;text-align:center;text-align-last:center;top:29.8125rem;left:37.4375rem;display:block; }
#o7SV0yQAT3mHba2fKtUZTmmApI4kNJRv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#D8NOoZcggCRWG7lB8ib1q6eoBCnpJBtR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15057;opacity:1;top:30.125rem;left:53.125rem; }
#SLGulam4EphUpU0eUhHJVMzN8R4ZuHIM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15059;opacity:1;top:30.125rem;left:4.4375rem; }
#Iz3oeI5utdFT2JGOI3wdZEVUBkQwxTE1 { background-color:rgba(var(--color-primary-3),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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.125rem;height:3.0625rem;text-decoration:none;z-index:15057;text-align:center;text-align-last:center;top:29.8125rem;left:7.4375rem;display:block; }
#ScU2zsiyecEX3xRBOVuWt6Uqh4NAkTse { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uVDRCFoIrVP3H4PtIu1FCImZMisXWIIU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15060;opacity:1;top:30.125rem;left:23.125rem; }
#PqnG1W61Ed2mFT0nIHBTdmqS16M6QqKb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15062;opacity:1;top:62.9375rem;left:34.4375rem; }
#gvIotZCrsxg6k316yuxU6TSc981oRhrd { background-color:rgba(var(--color-primary-3),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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.125rem;height:3.0625rem;text-decoration:none;z-index:15060;text-align:center;text-align-last:center;top:62.625rem;left:37.4375rem;display:block; }
#orJTxUWxotZOEXnO6TR0wkmEsvnofof5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VBNnJsgBqoeFWlUZRsTeTuuMsubImrQh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15063;opacity:1;top:62.9375rem;left:53.125rem; }
#y86xdkVZ0r1P0caAdyAcGiwk7il4JIMS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15065;opacity:1;top:62.9375rem;left:4.4375rem; }
#hRyEoV1VVhQp51B4v06m3xqTee8OFRHD { background-color:rgba(var(--color-primary-3),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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.125rem;height:3.0625rem;text-decoration:none;z-index:15063;text-align:center;text-align-last:center;top:62.625rem;left:7.4375rem;display:block; }
#NGL6TNeRXVrpRDeC4XvOm5SEskg8qRMJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XCbeOKpiAp4yRpWOu2QQscTZTPyV1A3z { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15066;opacity:1;top:62.9375rem;left:23.125rem; }
#lBDogNpg95b5Fc6p2Aqcg1EvTC61rCTp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15068;opacity:1;top:95.75rem;left:19.5rem; }
#TVrTPQqdHLBAZy12LsJk87bD1Gyol2kn { background-color:rgba(var(--color-primary-3),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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.125rem;height:3.0625rem;text-decoration:none;z-index:15066;text-align:center;text-align-last:center;top:95.4375rem;left:22.5rem;display:block; }
#gJ8d2nXTu4PvzmNWFtSVTLg9NAqW3rBR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fyRD9DGVAtQw65qh0R14LKoBzhqBUJ8Z { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15069;opacity:1;top:95.75rem;left:38.25rem; }
#JnsPrIWSGh2NX905yeKM4ctukOcFpdL1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JnsPrIWSGh2NX905yeKM4ctukOcFpdL1 > .row .container { background-color: transparent; background-image: none; }#JnsPrIWSGh2NX905yeKM4ctukOcFpdL1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JnsPrIWSGh2NX905yeKM4ctukOcFpdL1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JnsPrIWSGh2NX905yeKM4ctukOcFpdL1 > .row .container > .video-iframe-container { display: none; }#JnsPrIWSGh2NX905yeKM4ctukOcFpdL1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JnsPrIWSGh2NX905yeKM4ctukOcFpdL1 > .row > .video-iframe-container { display: none; }#JnsPrIWSGh2NX905yeKM4ctukOcFpdL1 > .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); }#JnsPrIWSGh2NX905yeKM4ctukOcFpdL1 > .row .container { border-width: 0; border-radius: 0; }#JnsPrIWSGh2NX905yeKM4ctukOcFpdL1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JnsPrIWSGh2NX905yeKM4ctukOcFpdL1 > .row .container { font-size:0.875rem;font-family:arial;height:14.875rem;width:60rem;position:relative;display:block; }#AwU6l2VGMQaeh7pxq4AnCXBmZrSz6NgQ { color:rgba(var(--color-tertiary-0),1);display:block;width:31.499rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:400;z-index:15005;line-height:1.9;letter-spacing:0;top:6.875rem;left:1rem;height:5.4638625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xQv70aIxh7eh707G8TyLMVMUQVECdbxd { color:#0e0a52;display:block;width:24.1861875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.1861982345581rem;left:17.875rem;height:2.84375rem;font-style:normal;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zTf7HMhKmUkmJxRPJe5ZaUZLTSAm6RL5 { color:rgba(var(--color-tertiary-0),1);display:block;width:20.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:7.3125rem;left:34.8125rem;height:1.2999125rem;text-align:right;text-align-last:right;display:block; }
#WRAVpko88X75KQwh0n8w4wSeVa6v23Na { color:rgba(var(--color-tertiary-0),1);display:block;width:17.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:9.0625rem;left:37.0625rem;height:1.2999125rem;text-align:right;text-align-last:right;display:block; }
#tPBdkwrOOXsF9hThvMBeP94w8vALt00W { color:rgba(var(--color-tertiary-4),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:10.8125rem;left:35.6875rem;height:1.21875rem;text-align:right;text-align-last:right;display:block; }
#BySxv4maVUyW2Q2DOXe59CLciLhrTZP4 { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:1.5625rem;top:7.25rem;left:55.0625rem;overflow:hidden;display:block; }
#vtILTqfGXSbBDiPCxFbq79B9eakfreSU { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:1.5625rem;top:9rem;left:55.0625rem;overflow:hidden;display:block; }
#Xsv4zTG9XfBfw33dbQR9s2CsEJFe27aI { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:1.5625rem;top:10.75rem;left:55.125rem;overflow:hidden;display:block; }
#VNQLgZ08qPHkuoekRU1ym67aFopkcIuD { position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:0.125rem;top:7.1552734375rem;left:33.75rem;display:block; }
#n7ho6Xqi1IZyWsa9DGXwDvW3hTH6u4LF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(200deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(200deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(200deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(200deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(200deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-size:initial !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; }#n7ho6Xqi1IZyWsa9DGXwDvW3hTH6u4LF > .row .container { background-color: transparent; background-image: none; }#n7ho6Xqi1IZyWsa9DGXwDvW3hTH6u4LF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n7ho6Xqi1IZyWsa9DGXwDvW3hTH6u4LF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n7ho6Xqi1IZyWsa9DGXwDvW3hTH6u4LF > .row .container > .video-iframe-container { display: none; }#n7ho6Xqi1IZyWsa9DGXwDvW3hTH6u4LF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n7ho6Xqi1IZyWsa9DGXwDvW3hTH6u4LF > .row > .video-iframe-container { display: none; }#n7ho6Xqi1IZyWsa9DGXwDvW3hTH6u4LF > .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); }#n7ho6Xqi1IZyWsa9DGXwDvW3hTH6u4LF > .row .container { border-width: 0; border-radius: 0; }#n7ho6Xqi1IZyWsa9DGXwDvW3hTH6u4LF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#n7ho6Xqi1IZyWsa9DGXwDvW3hTH6u4LF > .row .container { font-size:0.875rem;font-family:arial;height:14.9375rem;width:60rem;position:relative;display:block; }#ZTqzBZH3kOFaFz5lGDtsTbo4UNnWJix8 { color:rgba(var(--color-tertiary-4),1);display:block;width:25.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;z-index:15000;line-height:1.4;letter-spacing:0;top:3.4166660308838rem;left:30.3125rem;height:6.4721625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Hl1dJKb3V89vDLZTF1pSSr83idxtAFDh { color:#434343;display:block;width:10.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.6;letter-spacing:0;top:18.6875rem;left:9.875rem;height:2rem;font-style:normal;display:none; }
#w3FvVf3AhpJtHLWv0Bhp3QZoxsGCAsRW { box-sizing:content-box;color:#434343;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:15004;top:18.125rem;left:6rem;display:none; }
#TH9wdedn24Lmnmh9AtZ3NPSegU0EFpU7 { color:rgba(var(--color-tertiary-0),1);display:block;width:19.43725rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:12.4365234375rem;left:20.279541015625rem;height:1.298825rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#yAlBTS2kKUP2au4EN8WzR2Q5VJzPb4PR { 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:9.6875rem;width:9.6875rem;top:2.3125rem;left:1.5rem;overflow:hidden;display:none; }
#gQ571TqmZJxTZIkpmeE7znLUoxRwQLRL { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.5625rem;width:13.25rem;top:0.875rem;left:2.8125rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #segFEJt5PXTc0SVK3GaIHKzPf0Htv9te { display:block; }#segFEJt5PXTc0SVK3GaIHKzPf0Htv9te > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QoR1JD0hdR6SfMFtSZSJupfcW8RCNXlt { width:10.5625rem;height:2rem;top:18.6875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JsSKXfGboXEb50U48LyQfdT1HtneK7wd { width:3.125rem;height:3.125rem;top:18.125rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPZ6cRoMHF7DxlSJp4PqsCZxkX4wNV9e { top:2.25rem;left:0rem;width:11.8125rem;height:10.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #k5tBNZH4mTR5ZhL0uCsAKm23x6xmnJgm { top:0rem;left:19.4365234375rem;width:8.8125rem;height:7.6948630908784rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd { display:block; }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hU2ZgzekGUnZKZsJd22tGFTPL5Bpu4LN { top:5.25rem;left:14.625rem;width:33.125rem;height:3.9375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOnRLq5m1MTZiffpXcaw2R8DTkiPJLsV { top:10.5rem;left:18.3125rem;width:29.4375rem;height:2.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGggOcDM5hBXbX16EVUnGiSdR8lDrdhT { width:9.375rem;height:2.9375rem;top:31.125rem;left:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3OFTpc8mQ43dbhmqLkztFLSp9bo3VhZ { display:block; }
 }@media only screen and (max-width: 763px) { #KizlW74w8ME6gsrsIqry3kxCwh3uG5Nf { top:13.75rem;left:18.3125rem;width:29.4375rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNKThiKbqb09l8SlvscWOw5FofuZgz4b .widget-regular-label { display:block; }
#HNKThiKbqb09l8SlvscWOw5FofuZgz4b  { width:15rem;height:auto; }
#HNKThiKbqb09l8SlvscWOw5FofuZgz4b {display:block;}#HNKThiKbqb09l8SlvscWOw5FofuZgz4b { width:15rem;height:auto; }
 }@media only screen and (max-width: 763px) { #HNKThiKbqb09l8SlvscWOw5FofuZgz4b #LwAg8Ed1Wz8uk5VRxKCZsIDGC03mHBo6 {  }
 }@media only screen and (max-width: 763px) { #HNKThiKbqb09l8SlvscWOw5FofuZgz4b #VhsNxcJ46kxi9gPTVbP25zZaXQbZn93S { display:block; }
 }@media only screen and (max-width: 763px) { #HNKThiKbqb09l8SlvscWOw5FofuZgz4b #iKXziZnfQ52w0UqxCbcQL6Eo5QbP3yTu {  }
 }@media only screen and (max-width: 763px) { #HNKThiKbqb09l8SlvscWOw5FofuZgz4b #Fdo7asfSybB6Kw0lPIJbMirw9kbUrnNA {  }
 }@media only screen and (max-width: 763px) { #HNKThiKbqb09l8SlvscWOw5FofuZgz4b #sqd8wxVLNhIVTyBLFx5oyugVodZe0BiB { display:block; }
 }@media only screen and (max-width: 763px) { #HNKThiKbqb09l8SlvscWOw5FofuZgz4b #kGb2tx385mdtTVv0ctMn0AuSwTztVnk2 {  }
 }@media only screen and (max-width: 763px) { #HNKThiKbqb09l8SlvscWOw5FofuZgz4b #qbcMgiXOlEOInL7kQ6Ep4PSHTg82wRhs {  }
 }@media only screen and (max-width: 763px) { #HNKThiKbqb09l8SlvscWOw5FofuZgz4b #oDncm10P2gyIGcg7heJaTU0huA05VdzG { display:block; }
 }@media only screen and (max-width: 763px) { #HNKThiKbqb09l8SlvscWOw5FofuZgz4b #vonqJvHSEbTJBRJ2cZxvau7pksq8PXe1 {  }
 }@media only screen and (max-width: 763px) { #HNKThiKbqb09l8SlvscWOw5FofuZgz4b #uBIP42i6u0ntOuJEhM3z9ygbiyAqSz3F {  }
 }@media only screen and (max-width: 763px) { #HNKThiKbqb09l8SlvscWOw5FofuZgz4b #e3LDmmSLawQCA4MfuEqlFPKiV0wxTXgU { display:block; }
 }@media only screen and (max-width: 763px) { #HNKThiKbqb09l8SlvscWOw5FofuZgz4b #qILtVisDp9Jd19AFFuCgAuVEBMgEo1TI {  }
 }@media only screen and (max-width: 763px) { #HNKThiKbqb09l8SlvscWOw5FofuZgz4b #lS2CkSPfIdVNF1KtCTQetPJHo7prUATA {  }
 }@media only screen and (max-width: 763px) { #HNKThiKbqb09l8SlvscWOw5FofuZgz4b #lUyiPtfqN2IfAdTGhnOpJE7mBOymJA56 { display:block; }
 }@media only screen and (max-width: 763px) { #HNKThiKbqb09l8SlvscWOw5FofuZgz4b #My4bqBFsstTiUK1u2Nyvwkb0RKouk77X {  }
 }@media only screen and (max-width: 763px) { #RrgPmQ9l0PIyHhXH2UuZdeDdK7fwP1KC { display:block; }
 }@media only screen and (max-width: 763px) { #HNKThiKbqb09l8SlvscWOw5FofuZgz4b #C1Qb5FKkWtywzpHPFetI2cMi7KBSu7FZ {  }
 }@media only screen and (max-width: 763px) { #HNKThiKbqb09l8SlvscWOw5FofuZgz4b #KRl720AHfHU6P4xJXMwkcKrC27TMSFDL {  }
 }@media only screen and (max-width: 763px) { #UThhyc7p2M9KrsgtJSB68bWWAABb7l1D { top:24rem;left:24.5625rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bl9nwM8DoWWL2NSpmud4k4m6WKK2UIKJ { width:15.0625rem;height:3rem;top:23.6875rem;left:27.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFNLCFWTHxUHuSKwbkUAzlRN1daN9GJI { display:block; }
 }@media only screen and (max-width: 763px) { #sugUnF3mtpIvBpDvbg8ltpdIffT33Zrn { top:24rem;left:43.25rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HeBhVtFq3N4FEODhHtH4SubhckcbAAIK { top:18.1875rem;left:17.25rem;width:30.5rem;height:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTag3uT9CGwdAdeXI3kcpf9mqIBAOAxL { top:19.625rem;left:39.875rem;width:7.875rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MT1uH5TFHiMi7nXxxeAq5yQ9CRl7pPBn { display:block; }#MT1uH5TFHiMi7nXxxeAq5yQ9CRl7pPBn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wg3q0tFKdOwALrJTfeNTGRLdagsltoTN { top:0rem;left:0.49853515625rem;width:46.6875rem;height:8.9871134296272rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtDQQp0GFzaKOFMHlUPMRCVTadwRtmhc { display:block; }#MtDQQp0GFzaKOFMHlUPMRCVTadwRtmhc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UDXr5yyBSoFVe1TbpxRDo2HOlnTJPA0c { top:1.25rem;left:9.125244140625rem;width:29.4375rem;height:2.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzNgkU3BgdQb5OR1wZCndCz5GevN6nop { display:block; }#nzNgkU3BgdQb5OR1wZCndCz5GevN6nop > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #avIek89T5thPvl2F5aytPagumqXhL9HA { top:3.375rem;left:20.25rem;width:27.5rem;height:31.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnI2ywsLTkJnXXSchTPThEpTRbT1HuUi { top:4.5625rem;left:24rem;width:23.5625rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #LiM2evlpNdvuViUBGlZwFE3AvDJ0e89B { top:20.6875rem;left:24.0625rem;width:23.4375rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvFRurdLaetJPzIKmCht4dfxGaaCXeiQ { top:23.3125rem;left:24.0625rem;width:23.4375rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnbvtkpsQoVWfNc4pSguzdAg2aqwf0S8 { top:7.75rem;left:27.34375rem;width:16.9375rem;height:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7tS20KnOASqvrPN5XLouyOgZSiOz72y { top:3.375rem;left:0rem;width:27.5rem;height:31.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GR538lgWtzH7bfNxwlrmlx16ftzFsS7E { top:4.5625rem;left:0.15625rem;width:23.5625rem;height:2.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fca6IJltJgAtAUMEdif9ylzH9rQ8lLTe { top:20.6875rem;left:0.1875rem;width:23.5rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sy2WsympT8GbAv9lRyWtXfD90Wdc2DRF { top:23.3125rem;left:0.21875rem;width:23.4375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpR5vZCaQxq4cBDQc1rM3sUfcWwWcN4T { top:7.75rem;left:3.46875rem;width:16.9375rem;height:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9JUx897m57GV6Mxp9HQyaI7Fl3dlLbk { top:38.4375rem;left:24rem;width:23.5625rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #GayVrs5mLFhQ4vJ5NyvnJSPVxaJ46tDv { top:53.5rem;left:24.0625rem;width:23.4375rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UafQy3Ohb3MITGKTKTEQp8imzXNPNbgP { top:56.625rem;left:24.0625rem;width:23.4375rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUbyMya7f0wwZb9mIlmazZuGl0rwTyox { top:36.125rem;left:20.25rem;width:27.5rem;height:31.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbdTvy3qoFdzVdNChqCHErRuTix0Haf3 { top:41.5rem;left:27.46875rem;width:16.6875rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKJhbzfFXkUz4T3VBivwIe6QCNkA3b01 { top:36.125rem;left:0rem;width:27.5rem;height:31.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XtUNK9xsfaxyIZySmNOx2msvTdSCzxI3 { top:38.625rem;left:0.15625rem;width:23.5625rem;height:2.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pu5wW2uF6QngPXnqheyL8MaWefc7pfSS { top:53.5rem;left:0.1875rem;width:23.5rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLzz0OTZzhTv59sksMnDW4BywetHMMhT { top:56.625rem;left:0.21875rem;width:23.4375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9Cti3G1XTBELmylnpCupHlgLwsv5HNG { top:41.6875rem;left:3.5rem;width:16.875rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEq9J8sDGmfIcUpaJgM5WgTXObGaUpGw { top:68.875rem;left:0rem;width:27.5rem;height:31.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZ7mhhgUTZdc99gLvSWFbEkLG7EaSTn7 { top:87.625rem;left:0.4375rem;width:23.4375rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ed6FA6ghdy2OzC6VJiwEbQ7bWoV3I5p5 { top:70.4375rem;left:0.3125rem;width:23.5625rem;height:2.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4zo04UF3W06hZg0ZKClOf9an4CMtTUc { top:85.125rem;left:0.375rem;width:23.5rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Egut7lU25WEy9UHTnb0lsE2NebO0wbq2 { top:73.75rem;left:6.4375rem;width:17.4375rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pkuos0ucQ1T1dbQr3lZ5rfTql5o9Ihtk { top:30.125rem;left:25.25rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzANoU2hVTQ7nPWSP3awppCgo3NdP1MC { width:15.125rem;height:3.0625rem;top:29.8125rem;left:28.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7SV0yQAT3mHba2fKtUZTmmApI4kNJRv { display:block; }
 }@media only screen and (max-width: 763px) { #D8NOoZcggCRWG7lB8ib1q6eoBCnpJBtR { top:30.125rem;left:43.9375rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLGulam4EphUpU0eUhHJVMzN8R4ZuHIM { top:30.125rem;left:1.375rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iz3oeI5utdFT2JGOI3wdZEVUBkQwxTE1 { width:15.125rem;height:3.0625rem;top:29.8125rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScU2zsiyecEX3xRBOVuWt6Uqh4NAkTse { display:block; }
 }@media only screen and (max-width: 763px) { #uVDRCFoIrVP3H4PtIu1FCImZMisXWIIU { top:30.125rem;left:20.0625rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqnG1W61Ed2mFT0nIHBTdmqS16M6QqKb { top:62.9375rem;left:25.25rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvIotZCrsxg6k316yuxU6TSc981oRhrd { width:15.125rem;height:3.0625rem;top:62.625rem;left:28.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #orJTxUWxotZOEXnO6TR0wkmEsvnofof5 { display:block; }
 }@media only screen and (max-width: 763px) { #VBNnJsgBqoeFWlUZRsTeTuuMsubImrQh { top:62.9375rem;left:43.9375rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y86xdkVZ0r1P0caAdyAcGiwk7il4JIMS { top:62.9375rem;left:1.375rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRyEoV1VVhQp51B4v06m3xqTee8OFRHD { width:15.125rem;height:3.0625rem;top:62.625rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGL6TNeRXVrpRDeC4XvOm5SEskg8qRMJ { display:block; }
 }@media only screen and (max-width: 763px) { #XCbeOKpiAp4yRpWOu2QQscTZTPyV1A3z { top:62.9375rem;left:20.0625rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBDogNpg95b5Fc6p2Aqcg1EvTC61rCTp { top:95.75rem;left:16.4375rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVrTPQqdHLBAZy12LsJk87bD1Gyol2kn { width:15.125rem;height:3.0625rem;top:95.4375rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJ8d2nXTu4PvzmNWFtSVTLg9NAqW3rBR { display:block; }
 }@media only screen and (max-width: 763px) { #fyRD9DGVAtQw65qh0R14LKoBzhqBUJ8Z { top:95.75rem;left:29.0625rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnsPrIWSGh2NX905yeKM4ctukOcFpdL1 { display:block; }#JnsPrIWSGh2NX905yeKM4ctukOcFpdL1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AwU6l2VGMQaeh7pxq4AnCXBmZrSz6NgQ { width:31.4375rem;height:5.4375rem;top:6.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQv70aIxh7eh707G8TyLMVMUQVECdbxd { width:24.125rem;height:2.8125rem;top:2.125rem;left:11.75rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTf7HMhKmUkmJxRPJe5ZaUZLTSAm6RL5 { top:7.3125rem;left:27.75rem;width:20rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRAVpko88X75KQwh0n8w4wSeVa6v23Na { top:9.0625rem;left:29.9375rem;width:17.8125rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPBdkwrOOXsF9hThvMBeP94w8vALt00W { top:10.8125rem;left:28.625rem;width:19.125rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BySxv4maVUyW2Q2DOXe59CLciLhrTZP4 { top:7.25rem;left:46.1875rem;width:1.5625rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtILTqfGXSbBDiPCxFbq79B9eakfreSU { top:9rem;left:46.1875rem;width:1.5625rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xsv4zTG9XfBfw33dbQR9s2CsEJFe27aI { top:10.75rem;left:46.1875rem;width:1.5625rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNQLgZ08qPHkuoekRU1ym67aFopkcIuD { top:7.125rem;left:27.625rem;width:0.125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7ho6Xqi1IZyWsa9DGXwDvW3hTH6u4LF { display:block; }#n7ho6Xqi1IZyWsa9DGXwDvW3hTH6u4LF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZTqzBZH3kOFaFz5lGDtsTbo4UNnWJix8 { width:25.9375rem;height:6.4375rem;top:3.375rem;left:21.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hl1dJKb3V89vDLZTF1pSSr83idxtAFDh { width:10.5625rem;height:2rem;top:18.6875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3FvVf3AhpJtHLWv0Bhp3QZoxsGCAsRW { width:3.125rem;height:3.125rem;top:18.125rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TH9wdedn24Lmnmh9AtZ3NPSegU0EFpU7 { top:12.375rem;left:14.154541015625rem;width:19.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAlBTS2kKUP2au4EN8WzR2Q5VJzPb4PR { top:2.25rem;left:0rem;width:11.8125rem;height:11.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gQ571TqmZJxTZIkpmeE7znLUoxRwQLRL { top:0.875rem;left:0rem;width:13.25rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;background-image:url("https://images.assets-landingi.com/6kWNKdsS/Backround2_png.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #segFEJt5PXTc0SVK3GaIHKzPf0Htv9te { background-color:transparent;background-image: -webkit-linear-gradient(top, #c59656, #b9a58d);background-image: -moz-linear-gradient(top, #c59656, #b9a58d);background-image: -ms-linear-gradient(top, #c59656, #b9a58d);background-image: -o-linear-gradient(top, #c59656, #b9a58d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c59656', endColorstr='#b9a58d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c59656', endColorstr='#b9a58d' );";background-image: linear-gradient(to bottom, #c59656, #b9a58d);background-size:cover !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;display:block; }#segFEJt5PXTc0SVK3GaIHKzPf0Htv9te > .row .container { background-color: transparent; background-image: none; }#segFEJt5PXTc0SVK3GaIHKzPf0Htv9te::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#segFEJt5PXTc0SVK3GaIHKzPf0Htv9te > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#segFEJt5PXTc0SVK3GaIHKzPf0Htv9te > .row .container > .video-iframe-container { display: none; }#segFEJt5PXTc0SVK3GaIHKzPf0Htv9te > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#segFEJt5PXTc0SVK3GaIHKzPf0Htv9te > .row > .video-iframe-container { display: none; }#segFEJt5PXTc0SVK3GaIHKzPf0Htv9te > .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); }#segFEJt5PXTc0SVK3GaIHKzPf0Htv9te > .row .container { border-width: 0; border-radius: 0; }#segFEJt5PXTc0SVK3GaIHKzPf0Htv9te > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#segFEJt5PXTc0SVK3GaIHKzPf0Htv9te > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QoR1JD0hdR6SfMFtSZSJupfcW8RCNXlt { width:20rem;height:2rem;top:23.6875rem;left:0rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #JsSKXfGboXEb50U48LyQfdT1HtneK7wd { width:3.125rem;height:3.125rem;top:25.9375rem;left:8.3125rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vPZ6cRoMHF7DxlSJp4PqsCZxkX4wNV9e { width:9.4995rem;height:8.31175rem;top:0rem;left:5.2490234375rem;z-index:15001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #k5tBNZH4mTR5ZhL0uCsAKm23x6xmnJgm { width:7.4375rem;height:6.5rem;top:15.963541984558rem;left:6.28125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/cbd01d25-054c-4cf0-8020-3a9ad515e285/AHJmob.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd.adaptive-delivery-prevent-bg, #xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd.lazyload, #xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd.lazyloading { background-image: none; }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .row .container { background-color: transparent; background-image: none; }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .row .container > .video-iframe-container { display: none; }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .row > .video-iframe-container { display: none; }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .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); }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .row .container { width:20rem;height:63.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hU2ZgzekGUnZKZsJd22tGFTPL5Bpu4LN { width:20rem;height:2.35595625rem;top:4.625rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yOnRLq5m1MTZiffpXcaw2R8DTkiPJLsV { width:20rem;height:2.2753875rem;top:8.6875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RGggOcDM5hBXbX16EVUnGiSdR8lDrdhT { width:9.375rem;height:2.9370125rem;top:21.5rem;left:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #n3OFTpc8mQ43dbhmqLkztFLSp9bo3VhZ { display:block; }
 }@media only screen and (max-width: 763px) { #KizlW74w8ME6gsrsIqry3kxCwh3uG5Nf { width:20rem;height:1.70573125rem;top:11.875rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HNKThiKbqb09l8SlvscWOw5FofuZgz4b .widget-regular-label { display:block;width:15rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:right;text-align-last:right; }
#HNKThiKbqb09l8SlvscWOw5FofuZgz4b .widget-input-text { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#HNKThiKbqb09l8SlvscWOw5FofuZgz4b .widget-input-text {padding-top: 0; padding-bottom: 0;}#HNKThiKbqb09l8SlvscWOw5FofuZgz4b .widget-textarea { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#HNKThiKbqb09l8SlvscWOw5FofuZgz4b .widget-input-select { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#HNKThiKbqb09l8SlvscWOw5FofuZgz4b .widget-input-select {padding-top: 0; padding-bottom: 0;}#HNKThiKbqb09l8SlvscWOw5FofuZgz4b .widget-input-button { width:9rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:3rem; }
#HNKThiKbqb09l8SlvscWOw5FofuZgz4b .widget-checkbox-label { width:13.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#HNKThiKbqb09l8SlvscWOw5FofuZgz4b  { width:15rem;height:auto;top:17.557291984558rem;left:1.25rem; }
#HNKThiKbqb09l8SlvscWOw5FofuZgz4b .radio-container { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#HNKThiKbqb09l8SlvscWOw5FofuZgz4b {display:block;}#HNKThiKbqb09l8SlvscWOw5FofuZgz4b { width:15rem;height:auto;top:17.557291984558rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #HNKThiKbqb09l8SlvscWOw5FofuZgz4b #LwAg8Ed1Wz8uk5VRxKCZsIDGC03mHBo6 {  }
 }@media only screen and (max-width: 763px) { #HNKThiKbqb09l8SlvscWOw5FofuZgz4b #VhsNxcJ46kxi9gPTVbP25zZaXQbZn93S { display:block; }
 }@media only screen and (max-width: 763px) { #HNKThiKbqb09l8SlvscWOw5FofuZgz4b #iKXziZnfQ52w0UqxCbcQL6Eo5QbP3yTu {  }
 }@media only screen and (max-width: 763px) { #HNKThiKbqb09l8SlvscWOw5FofuZgz4b #Fdo7asfSybB6Kw0lPIJbMirw9kbUrnNA {  }
 }@media only screen and (max-width: 763px) { #HNKThiKbqb09l8SlvscWOw5FofuZgz4b #sqd8wxVLNhIVTyBLFx5oyugVodZe0BiB { display:block; }
 }@media only screen and (max-width: 763px) { #HNKThiKbqb09l8SlvscWOw5FofuZgz4b #kGb2tx385mdtTVv0ctMn0AuSwTztVnk2 {  }
 }@media only screen and (max-width: 763px) { #HNKThiKbqb09l8SlvscWOw5FofuZgz4b #qbcMgiXOlEOInL7kQ6Ep4PSHTg82wRhs {  }
 }@media only screen and (max-width: 763px) { #HNKThiKbqb09l8SlvscWOw5FofuZgz4b #oDncm10P2gyIGcg7heJaTU0huA05VdzG { display:block; }
 }@media only screen and (max-width: 763px) { #HNKThiKbqb09l8SlvscWOw5FofuZgz4b #vonqJvHSEbTJBRJ2cZxvau7pksq8PXe1 {  }
 }@media only screen and (max-width: 763px) { #HNKThiKbqb09l8SlvscWOw5FofuZgz4b #uBIP42i6u0ntOuJEhM3z9ygbiyAqSz3F {  }
 }@media only screen and (max-width: 763px) { #HNKThiKbqb09l8SlvscWOw5FofuZgz4b #e3LDmmSLawQCA4MfuEqlFPKiV0wxTXgU { display:block; }
 }@media only screen and (max-width: 763px) { #HNKThiKbqb09l8SlvscWOw5FofuZgz4b #qILtVisDp9Jd19AFFuCgAuVEBMgEo1TI {  }
 }@media only screen and (max-width: 763px) { #HNKThiKbqb09l8SlvscWOw5FofuZgz4b #lS2CkSPfIdVNF1KtCTQetPJHo7prUATA {  }
 }@media only screen and (max-width: 763px) { #HNKThiKbqb09l8SlvscWOw5FofuZgz4b #lUyiPtfqN2IfAdTGhnOpJE7mBOymJA56 { display:block; }
 }@media only screen and (max-width: 763px) { #HNKThiKbqb09l8SlvscWOw5FofuZgz4b #My4bqBFsstTiUK1u2Nyvwkb0RKouk77X {  }
 }@media only screen and (max-width: 763px) { #RrgPmQ9l0PIyHhXH2UuZdeDdK7fwP1KC { display:block; }
 }@media only screen and (max-width: 763px) { #HNKThiKbqb09l8SlvscWOw5FofuZgz4b #C1Qb5FKkWtywzpHPFetI2cMi7KBSu7FZ {  }
 }@media only screen and (max-width: 763px) { #HNKThiKbqb09l8SlvscWOw5FofuZgz4b #KRl720AHfHU6P4xJXMwkcKrC27TMSFDL {  }
 }@media only screen and (max-width: 763px) { #UThhyc7p2M9KrsgtJSB68bWWAABb7l1D { display:flex;width:2.4375rem;height:2.4375rem;top:54.375rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #bl9nwM8DoWWL2NSpmud4k4m6WKK2UIKJ { width:12.4375rem;height:3.0625rem;top:54.0625rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFNLCFWTHxUHuSKwbkUAzlRN1daN9GJI { display:block; }
 }@media only screen and (max-width: 763px) { #sugUnF3mtpIvBpDvbg8ltpdIffT33Zrn { display:flex;width:2.4375rem;height:2.4375rem;top:54.375rem;left:16.125rem; }
 }@media only screen and (max-width: 763px) { #HeBhVtFq3N4FEODhHtH4SubhckcbAAIK { width:20rem;height:5.09765625rem;top:48.0625rem;left:0rem;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #FTag3uT9CGwdAdeXI3kcpf9mqIBAOAxL { width:7.875rem;height:4.375rem;top:58.3125rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MT1uH5TFHiMi7nXxxeAq5yQ9CRl7pPBn { display:block; }#MT1uH5TFHiMi7nXxxeAq5yQ9CRl7pPBn > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wg3q0tFKdOwALrJTfeNTGRLdagsltoTN { width:20rem;height:3.9371666666667rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtDQQp0GFzaKOFMHlUPMRCVTadwRtmhc { background-color:rgba(0,0,0,0);background-image:none;display:block; }#MtDQQp0GFzaKOFMHlUPMRCVTadwRtmhc > .row .container { background-color: transparent; background-image: none; }#MtDQQp0GFzaKOFMHlUPMRCVTadwRtmhc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MtDQQp0GFzaKOFMHlUPMRCVTadwRtmhc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MtDQQp0GFzaKOFMHlUPMRCVTadwRtmhc > .row .container > .video-iframe-container { display: none; }#MtDQQp0GFzaKOFMHlUPMRCVTadwRtmhc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MtDQQp0GFzaKOFMHlUPMRCVTadwRtmhc > .row > .video-iframe-container { display: none; }#MtDQQp0GFzaKOFMHlUPMRCVTadwRtmhc > .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); }#MtDQQp0GFzaKOFMHlUPMRCVTadwRtmhc > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UDXr5yyBSoFVe1TbpxRDo2HOlnTJPA0c { width:20rem;height:4.55078125rem;top:1.3802089691162rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nzNgkU3BgdQb5OR1wZCndCz5GevN6nop { display:block; }#nzNgkU3BgdQb5OR1wZCndCz5GevN6nop > .row .container { width:20rem;height:148.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #avIek89T5thPvl2F5aytPagumqXhL9HA { width:20rem;height:29.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnI2ywsLTkJnXXSchTPThEpTRbT1HuUi { width:18.75rem;height:2.4375rem;top:8.75rem;left:0.625rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LiM2evlpNdvuViUBGlZwFE3AvDJ0e89B { width:18.684875rem;height:3.898925rem;top:12.250001907349rem;left:0.65625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LvFRurdLaetJPzIKmCht4dfxGaaCXeiQ { width:17.5rem;height:6.09130625rem;top:17.498698234558rem;left:1.25rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gnbvtkpsQoVWfNc4pSguzdAg2aqwf0S8 { width:10.3735625rem;height:6.875rem;top:0.5625rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7tS20KnOASqvrPN5XLouyOgZSiOz72y { width:20rem;height:31.0625rem;top:31.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GR538lgWtzH7bfNxwlrmlx16ftzFsS7E { width:18.0625rem;height:1.86889375rem;top:65.0625rem;left:1rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Fca6IJltJgAtAUMEdif9ylzH9rQ8lLTe { width:17.996125rem;height:1.9494625rem;top:77.125rem;left:1rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Sy2WsympT8GbAv9lRyWtXfD90Wdc2DRF { width:20rem;height:3.6547875rem;top:79.9375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OpR5vZCaQxq4cBDQc1rM3sUfcWwWcN4T { width:10.375rem;height:6.875rem;top:68.3125rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9JUx897m57GV6Mxp9HQyaI7Fl3dlLbk { width:18.75rem;height:2.4375rem;top:32.9375rem;left:0.625rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GayVrs5mLFhQ4vJ5NyvnJSPVxaJ46tDv { width:18.684875rem;height:1.9494625rem;top:46.8125rem;left:0.6875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UafQy3Ohb3MITGKTKTEQp8imzXNPNbgP { width:17.5rem;height:6.09130625rem;top:49.75rem;left:1.25rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BUbyMya7f0wwZb9mIlmazZuGl0rwTyox { width:20rem;height:25.6875rem;top:120.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbdTvy3qoFdzVdNChqCHErRuTix0Haf3 { width:11.1236875rem;height:7.4361875rem;top:37.375rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKJhbzfFXkUz4T3VBivwIe6QCNkA3b01 { width:20rem;height:26.375rem;top:63.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XtUNK9xsfaxyIZySmNOx2msvTdSCzxI3 { width:18.9375rem;height:3.73779375rem;top:121.625rem;left:0.5625rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Pu5wW2uF6QngPXnqheyL8MaWefc7pfSS { width:17.997375rem;height:1.9494625rem;top:134.5625rem;left:1rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cLzz0OTZzhTv59sksMnDW4BywetHMMhT { width:20rem;height:2.4375rem;top:137.3125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X9Cti3G1XTBELmylnpCupHlgLwsv5HNG { width:11.497375rem;height:7.434875rem;top:95.6875rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEq9J8sDGmfIcUpaJgM5WgTXObGaUpGw { width:20rem;height:27.5rem;top:91.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZ7mhhgUTZdc99gLvSWFbEkLG7EaSTn7 { width:20rem;height:6.09130625rem;top:106.875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ed6FA6ghdy2OzC6VJiwEbQ7bWoV3I5p5 { width:18.9375rem;height:1.86889375rem;top:92.6875rem;left:0.5625rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #P4zo04UF3W06hZg0ZKClOf9an4CMtTUc { width:17.997375rem;height:1.9494625rem;top:104.4375rem;left:1rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Egut7lU25WEy9UHTnb0lsE2NebO0wbq2 { width:11.4375rem;height:6.875rem;top:126.375rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pkuos0ucQ1T1dbQr3lZ5rfTql5o9Ihtk { display:flex;width:2.4375rem;height:2.4375rem;top:85.375rem;left:2.25rem; }
 }@media only screen and (max-width: 763px) { #pzANoU2hVTQ7nPWSP3awppCgo3NdP1MC { width:9.625rem;height:3.0625rem;top:85.0625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7SV0yQAT3mHba2fKtUZTmmApI4kNJRv { display:block; }
 }@media only screen and (max-width: 763px) { #D8NOoZcggCRWG7lB8ib1q6eoBCnpJBtR { display:flex;width:2.4375rem;height:2.4375rem;top:85.375rem;left:15.3125rem; }
 }@media only screen and (max-width: 763px) { #SLGulam4EphUpU0eUhHJVMzN8R4ZuHIM { display:flex;width:2.4375rem;height:2.4375rem;top:57.0625rem;left:2.4375rem; }
 }@media only screen and (max-width: 763px) { #Iz3oeI5utdFT2JGOI3wdZEVUBkQwxTE1 { width:9.25rem;height:3.0625rem;top:56.75rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScU2zsiyecEX3xRBOVuWt6Uqh4NAkTse { display:block; }
 }@media only screen and (max-width: 763px) { #uVDRCFoIrVP3H4PtIu1FCImZMisXWIIU { display:flex;width:2.4375rem;height:2.4375rem;top:57.0625rem;left:15.125rem; }
 }@media only screen and (max-width: 763px) { #PqnG1W61Ed2mFT0nIHBTdmqS16M6QqKb { display:flex;width:2.4375rem;height:2.4375rem;top:141.625rem;left:2.25rem; }
 }@media only screen and (max-width: 763px) { #gvIotZCrsxg6k316yuxU6TSc981oRhrd { width:9.375rem;height:3.0625rem;top:141.3125rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #orJTxUWxotZOEXnO6TR0wkmEsvnofof5 { display:block; }
 }@media only screen and (max-width: 763px) { #VBNnJsgBqoeFWlUZRsTeTuuMsubImrQh { display:flex;width:2.4375rem;height:2.4375rem;top:141.625rem;left:15.375rem; }
 }@media only screen and (max-width: 763px) { #y86xdkVZ0r1P0caAdyAcGiwk7il4JIMS { display:flex;width:2.4375rem;height:2.4375rem;top:114.5rem;left:2.4375rem; }
 }@media only screen and (max-width: 763px) { #hRyEoV1VVhQp51B4v06m3xqTee8OFRHD { width:9.3125rem;height:3.0625rem;top:114.1875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGL6TNeRXVrpRDeC4XvOm5SEskg8qRMJ { display:block; }
 }@media only screen and (max-width: 763px) { #XCbeOKpiAp4yRpWOu2QQscTZTPyV1A3z { display:flex;width:2.4375rem;height:2.4375rem;top:114.5rem;left:15.125rem; }
 }@media only screen and (max-width: 763px) { #lBDogNpg95b5Fc6p2Aqcg1EvTC61rCTp { display:flex;width:2.4375rem;height:2.4375rem;top:24.9375rem;left:2.25rem; }
 }@media only screen and (max-width: 763px) { #TVrTPQqdHLBAZy12LsJk87bD1Gyol2kn { width:9.3125rem;height:3.0625rem;top:24.625rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJ8d2nXTu4PvzmNWFtSVTLg9NAqW3rBR { display:block; }
 }@media only screen and (max-width: 763px) { #fyRD9DGVAtQw65qh0R14LKoBzhqBUJ8Z { display:flex;width:2.4375rem;height:2.4375rem;top:24.9375rem;left:15.3125rem; }
 }@media only screen and (max-width: 763px) { #JnsPrIWSGh2NX905yeKM4ctukOcFpdL1 { display:block; }#JnsPrIWSGh2NX905yeKM4ctukOcFpdL1 > .row .container { width:20rem;height:15rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AwU6l2VGMQaeh7pxq4AnCXBmZrSz6NgQ { width:19.1875rem;height:3.3252rem;top:10.6220703125rem;left:0.40625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQv70aIxh7eh707G8TyLMVMUQVECdbxd { width:16.625rem;height:2.03125rem;top:0.8125rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTf7HMhKmUkmJxRPJe5ZaUZLTSAm6RL5 { width:15.6875rem;height:1.0559875rem;top:4.90625rem;left:1.53125rem;text-align:right;text-align-last:right;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRAVpko88X75KQwh0n8w4wSeVa6v23Na { width:15.3125rem;height:1.0559875rem;top:6.34375rem;left:1.90625rem;text-align:right;text-align-last:right;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPBdkwrOOXsF9hThvMBeP94w8vALt00W { width:16.375rem;height:1.0559875rem;top:7.90625rem;left:0.8427734375rem;text-align:right;text-align-last:right;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BySxv4maVUyW2Q2DOXe59CLciLhrTZP4 { width:1.5625rem;height:1.1875rem;top:4.75rem;left:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtILTqfGXSbBDiPCxFbq79B9eakfreSU { width:1.5625rem;height:1.1875rem;top:6.25rem;left:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xsv4zTG9XfBfw33dbQR9s2CsEJFe27aI { width:1.5625rem;height:1.1875rem;top:7.75rem;left:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNQLgZ08qPHkuoekRU1ym67aFopkcIuD { width:0.125rem;height:5.3125rem;top:21.8720703125rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #n7ho6Xqi1IZyWsa9DGXwDvW3hTH6u4LF { background-color:transparent;background-image: -webkit-linear-gradient(top, #c59656, #b9a58d);background-image: -moz-linear-gradient(top, #c59656, #b9a58d);background-image: -ms-linear-gradient(top, #c59656, #b9a58d);background-image: -o-linear-gradient(top, #c59656, #b9a58d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c59656', endColorstr='#b9a58d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c59656', endColorstr='#b9a58d' );";background-image: linear-gradient(to bottom, #c59656, #b9a58d);background-size:cover !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;display:block; }#n7ho6Xqi1IZyWsa9DGXwDvW3hTH6u4LF > .row .container { background-color: transparent; background-image: none; }#n7ho6Xqi1IZyWsa9DGXwDvW3hTH6u4LF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n7ho6Xqi1IZyWsa9DGXwDvW3hTH6u4LF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n7ho6Xqi1IZyWsa9DGXwDvW3hTH6u4LF > .row .container > .video-iframe-container { display: none; }#n7ho6Xqi1IZyWsa9DGXwDvW3hTH6u4LF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n7ho6Xqi1IZyWsa9DGXwDvW3hTH6u4LF > .row > .video-iframe-container { display: none; }#n7ho6Xqi1IZyWsa9DGXwDvW3hTH6u4LF > .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); }#n7ho6Xqi1IZyWsa9DGXwDvW3hTH6u4LF > .row .container { border-width: 0; border-radius: 0; }#n7ho6Xqi1IZyWsa9DGXwDvW3hTH6u4LF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#n7ho6Xqi1IZyWsa9DGXwDvW3hTH6u4LF > .row .container { width:20rem;height:21.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZTqzBZH3kOFaFz5lGDtsTbo4UNnWJix8 { width:20rem;height:4.9462875rem;top:13.730469703674rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #Hl1dJKb3V89vDLZTF1pSSr83idxtAFDh { width:20rem;height:2rem;top:23.6875rem;left:0rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #w3FvVf3AhpJtHLWv0Bhp3QZoxsGCAsRW { width:3.125rem;height:3.125rem;top:25.9375rem;left:8.3125rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TH9wdedn24Lmnmh9AtZ3NPSegU0EFpU7 { width:19.4360625rem;height:1.298825rem;top:19.434814453125rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yAlBTS2kKUP2au4EN8WzR2Q5VJzPb4PR { width:13.125rem;height:13.125rem;top:0rem;left:3.4375rem;z-index:15001;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #gQ571TqmZJxTZIkpmeE7znLUoxRwQLRL { width:13.25rem;height:11.5625rem;top:1.5429649353027rem;left:3.375rem;display:block; }
 }