.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:246,244,240;--color-primary-1:226,217,205;--color-primary-2:197,179,154;--color-primary-3:99,90,77;--color-primary-4:30,27,23;--color-secondary-0:217,235,218;--color-secondary-1:129,189,133;--color-secondary-2:2,122,11;--color-secondary-3:1,61,6;--color-secondary-4:0,18,2;--color-tertiary-0:255,255,255;--color-tertiary-1:236,243,244;--color-tertiary-2:88,88,88;--color-tertiary-3:0,6,7;--color-tertiary-4:0,0,0;--headlines-font-family:"Assistant";--paragraphs-font-family:"Assistant"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VSXx9hqecCs3QUaM9ulwIB8cfgvf1TcT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VSXx9hqecCs3QUaM9ulwIB8cfgvf1TcT > .row .container { background-color: transparent; background-image: none; }#VSXx9hqecCs3QUaM9ulwIB8cfgvf1TcT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VSXx9hqecCs3QUaM9ulwIB8cfgvf1TcT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VSXx9hqecCs3QUaM9ulwIB8cfgvf1TcT > .row .container > .video-iframe-container { display: none; }#VSXx9hqecCs3QUaM9ulwIB8cfgvf1TcT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VSXx9hqecCs3QUaM9ulwIB8cfgvf1TcT > .row > .video-iframe-container { display: none; }#VSXx9hqecCs3QUaM9ulwIB8cfgvf1TcT > .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); }#VSXx9hqecCs3QUaM9ulwIB8cfgvf1TcT > .row .container { border-width: 0; border-radius: 0; }#VSXx9hqecCs3QUaM9ulwIB8cfgvf1TcT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VSXx9hqecCs3QUaM9ulwIB8cfgvf1TcT > .row .container { font-size:0.875rem;font-family:arial;height:8.25rem;width:60rem;position:relative;display:block; }#OSoCIEPIuMFgHKiT7PtG7ybeWVQXoMqQ { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),0.5);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:60rem;top:3.8125rem;left:0rem;display:block; }
#dS7QqmecDzDJeKPT793H3Z2Ov60KvGSn { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;top:1.1650390625rem;left:53.875rem; }
#dS7QqmecDzDJeKPT793H3Z2Ov60KvGSn > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; }#dkaG9XxiftGn54c5WXiXuf1i2VBffckA { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;top:1.1650390625rem;left:55.75rem; }
#dkaG9XxiftGn54c5WXiXuf1i2VBffckA > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; }#G0hhhNX7m4tiPLRW2XSG1fuEHAhg3VCf { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;top:1.1650390625rem;left:57.625rem; }
#G0hhhNX7m4tiPLRW2XSG1fuEHAhg3VCf > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; }#Tto5DkxkLKErPHNRdAeRWaalT5vuR3I3 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;top:1.1650390625rem;left:51.75rem; }
#Tto5DkxkLKErPHNRdAeRWaalT5vuR3I3 > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; }#PDhMGXohrfan5SrOETzRnD95SQXyhceJ { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;top:1.1650390625rem;left:49.875rem; }
#PDhMGXohrfan5SrOETzRnD95SQXyhceJ > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; }#TIEObNXXuCx9T0KVbTwm40iDaTMF4FbM { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;top:1.1650390625rem;left:47.8125rem; }
#TIEObNXXuCx9T0KVbTwm40iDaTMF4FbM > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; }#uzH3DmuN4ntbZTmx96VInLF4RNUrclTR { box-sizing:content-box;color:#5d92ff;font-size:0.8125rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;top:1.1962890625rem;left:46.125rem; }
#uzH3DmuN4ntbZTmx96VInLF4RNUrclTR > img { max-width: 100%;max-height:100%; width:1.1875rem; height:1.1875rem; }#M6FwfaU6mRXdThbmzGPsLl0qwiar4vZy { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.8125rem;width:11.8125rem;top:0.75rem;left:-0.1875rem;overflow:hidden;display:block; }
#fGF6SqtRSwtlgpmbK4Ct1xrmOFxDkt65 { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:45.75rem;top:4.4912109375rem;left:13.1875rem;overflow:hidden;display:block; }
#pf74gqVFMtz05gbB5BId1ZZtAKh3F6Dg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pf74gqVFMtz05gbB5BId1ZZtAKh3F6Dg > .row .container { background-color: transparent; background-image: none; }#pf74gqVFMtz05gbB5BId1ZZtAKh3F6Dg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pf74gqVFMtz05gbB5BId1ZZtAKh3F6Dg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pf74gqVFMtz05gbB5BId1ZZtAKh3F6Dg > .row .container > .video-iframe-container { display: none; }#pf74gqVFMtz05gbB5BId1ZZtAKh3F6Dg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pf74gqVFMtz05gbB5BId1ZZtAKh3F6Dg > .row > .video-iframe-container { display: block; }#pf74gqVFMtz05gbB5BId1ZZtAKh3F6Dg > .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); }#pf74gqVFMtz05gbB5BId1ZZtAKh3F6Dg > .row .container { border-width: 0; border-radius: 0; }#pf74gqVFMtz05gbB5BId1ZZtAKh3F6Dg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pf74gqVFMtz05gbB5BId1ZZtAKh3F6Dg > .row .container { font-size:0.875rem;font-family:arial;height:31.1875rem;width:60rem;position:relative;display:block; }#Sq5pgSRbmgWVWMubCtqdDt8eAGTnPs8u { color:rgba(var(--color-tertiary-0),1);display:block;width:33.5rem;position:absolute;font-family:amatic;font-size:5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:6.0625rem;left:12.4375rem;height:13rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yrvTW4ciHU5bxwknNGbCCEzwLKE7wHfS { z-index:15003;top:22.6875rem;left:23.75rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.125rem solid #6209c3;border-left:0.125rem solid #6209c3;border-right:0.125rem solid #6209c3;border-bottom:0.125rem solid #6209c3;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#2a9bb5;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:amatic;font-size:2rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:4.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#MEPOGUutpVcLE36AGaLGRLGM2OS3vcTd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NHHSMakU9DLF2HX0dDOAXGPIJWsKeJuC { box-sizing:content-box;color:#5d92ff;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:flex;z-index:15004;opacity:1;top:27.1875rem;left:28.4375rem; }
#GvGPa9UTHI4VbR16a9Siu0y2kanGI0ui { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5984b416-1b14-4192-b784-213f696f93b1/Bacground.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#GvGPa9UTHI4VbR16a9Siu0y2kanGI0ui.adaptive-delivery-prevent-bg, #GvGPa9UTHI4VbR16a9Siu0y2kanGI0ui.lazyload, #GvGPa9UTHI4VbR16a9Siu0y2kanGI0ui.lazyloading { background-image: none; }#GvGPa9UTHI4VbR16a9Siu0y2kanGI0ui > .row .container { border-width: 0; border-radius: 0; }#GvGPa9UTHI4VbR16a9Siu0y2kanGI0ui > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GvGPa9UTHI4VbR16a9Siu0y2kanGI0ui > .row .container { font-size:0.875rem;font-family:arial;height:42.25rem;width:60rem;position:relative;display:none; }#Z8ikkye0v0EPWlK6dEvndGL8XBluT3UC { position:absolute;display:block;z-index:15000;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;box-shadow: none;height:19.75rem;width:38.375rem;top:19.25rem;left:10.75rem;display:block; }
#C2QvrSvqcoszpTHdwtnlTXHdidk2NPrG { color:rgba(var(--color-tertiary-3),1);display:block;width:33.5rem;position:absolute;font-family:amatic;font-size:5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.5625rem;left:13.25rem;height:19.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TLmEolmexQy4HU1vntg6riSxfAEfSXqu { z-index:15005;top:17.1875rem;left:24.375rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.125rem solid #6209c3;border-left:0.125rem solid #6209c3;border-right:0.125rem solid #6209c3;border-bottom:0.125rem solid #6209c3;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(var(--color-tertiary-4),0.2) ;box-sizing:border-box;color:#2a9bb5;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:amatic;font-size:2rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:4.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#VGqMoUeTO6htPf02ey0mQRhLGuo0IQaM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eOI8GSxi0VbwSeJTcBW0U8Jn2mNhIvPr { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:60rem;top:9.7412109375rem;left:0rem;overflow:hidden;display:none; }
#RGZwXpa8xr81R8CMg7mxAcIdGA3gWaVC { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9rem;width:9rem;top:0rem;left:2.5625rem;overflow:hidden;display:none; }
#WbFFT4QmV2mhpeQETyiCBCtL2ByuToMA { position:relative;display:block; }#WbFFT4QmV2mhpeQETyiCBCtL2ByuToMA { background-color: transparent; background-image: none; }#WbFFT4QmV2mhpeQETyiCBCtL2ByuToMA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WbFFT4QmV2mhpeQETyiCBCtL2ByuToMA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WbFFT4QmV2mhpeQETyiCBCtL2ByuToMA > .row .container > .video-iframe-container { display: none; }#WbFFT4QmV2mhpeQETyiCBCtL2ByuToMA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WbFFT4QmV2mhpeQETyiCBCtL2ByuToMA > .row > .video-iframe-container { display: none; }#WbFFT4QmV2mhpeQETyiCBCtL2ByuToMA > .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); }#WbFFT4QmV2mhpeQETyiCBCtL2ByuToMA { border-width: 0; border-radius: 0; }#WbFFT4QmV2mhpeQETyiCBCtL2ByuToMA > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#WbFFT4QmV2mhpeQETyiCBCtL2ByuToMA > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:8rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#FVE5IhxUir2CtWS34qgM8fHN2tedsbFA { color:#2a9bb5;display:block;width:23.0625rem;position:absolute;font-family:amatic;font-size:3.6875rem;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;top:0.5rem;left:16.8125rem;height:8.1113125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xLCi3DwEKKGxwMQAoeicwmKyakWhsm1p { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:22.9375rem;top:3.8125rem;left:15.75rem;overflow:hidden;display:block; }
#u0Sgac9zILLeaC7TbsnLqmeTLR7RRHUZ { position:relative;display:block; }#u0Sgac9zILLeaC7TbsnLqmeTLR7RRHUZ { background-color: transparent; background-image: none; }#u0Sgac9zILLeaC7TbsnLqmeTLR7RRHUZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u0Sgac9zILLeaC7TbsnLqmeTLR7RRHUZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u0Sgac9zILLeaC7TbsnLqmeTLR7RRHUZ > .row .container > .video-iframe-container { display: none; }#u0Sgac9zILLeaC7TbsnLqmeTLR7RRHUZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u0Sgac9zILLeaC7TbsnLqmeTLR7RRHUZ > .row > .video-iframe-container { display: none; }#u0Sgac9zILLeaC7TbsnLqmeTLR7RRHUZ > .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); }#u0Sgac9zILLeaC7TbsnLqmeTLR7RRHUZ { border-width: 0; border-radius: 0; }#u0Sgac9zILLeaC7TbsnLqmeTLR7RRHUZ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#u0Sgac9zILLeaC7TbsnLqmeTLR7RRHUZ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:21.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#wSX84g6lcMe57VSI3ZLu3fyHN35kBnTd { 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:7.9375rem;top:0.625rem;left:7.0625rem;overflow:hidden;display:block; }
#lfSVQvOqVHrDIiwRP4AHXFzzKA67QpuK { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.0625rem;width:7.9375rem;top:1.3125rem;left:35.25rem;overflow:hidden;display:block; }
#wKEgAxDdBCKzNcDJRUMTD6iFKl0f5F6s { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.3125rem;width:8.25rem;top:1rem;left:25.994237588652rem;overflow:hidden;display:block; }
#f5yx03H2W239xTATt6zRghlRXVQuDLlM { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5rem;width:7.9375rem;top:0.71875rem;left:44.625rem;overflow:hidden;display:block; }
#V3HvszhM4k7wVtzfafgIJ5UQ9NSkWgVT { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.0625rem;width:7.9375rem;top:10.625rem;left:32.6875rem;overflow:hidden;display:block; }
#DAwum2CHS5yenBCRE6l6ylGqzUFdHZgL { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.6875rem;width:7.9375rem;top:10.3125rem;left:41.6875rem;overflow:hidden;display:block; }
#ddgOgx7p9toTUOzEAvca0Dcoppm90VTt { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.6875rem;width:7.9375rem;top:0.625rem;left:16.75rem;overflow:hidden;display:block; }
#Mmxfpi4TxpiCsH4DF9qJ3dd2pP2UgDSi { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5625rem;width:9.5625rem;top:10.375rem;left:11.1875rem;overflow:hidden;display:block; }
#khGMPvn1Vev5CJdavWkTHg5PIVu4f5Xi { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.4375rem;width:9.4375rem;top:10.5rem;left:22rem;overflow:hidden;display:block; }
#A8V5BbaMQlRR6Mcbif1t0ZGcyXwG5UZX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/19083678-4b7e-4d8a-ad98-7b5227cf72dd/1920Pita.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !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; }#A8V5BbaMQlRR6Mcbif1t0ZGcyXwG5UZX.adaptive-delivery-prevent-bg, #A8V5BbaMQlRR6Mcbif1t0ZGcyXwG5UZX.lazyload, #A8V5BbaMQlRR6Mcbif1t0ZGcyXwG5UZX.lazyloading { background-image: none; }#A8V5BbaMQlRR6Mcbif1t0ZGcyXwG5UZX > .row .container { background-color: transparent; background-image: none; }#A8V5BbaMQlRR6Mcbif1t0ZGcyXwG5UZX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A8V5BbaMQlRR6Mcbif1t0ZGcyXwG5UZX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A8V5BbaMQlRR6Mcbif1t0ZGcyXwG5UZX > .row .container > .video-iframe-container { display: none; }#A8V5BbaMQlRR6Mcbif1t0ZGcyXwG5UZX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A8V5BbaMQlRR6Mcbif1t0ZGcyXwG5UZX > .row > .video-iframe-container { display: none; }#A8V5BbaMQlRR6Mcbif1t0ZGcyXwG5UZX > .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); }#A8V5BbaMQlRR6Mcbif1t0ZGcyXwG5UZX > .row .container { border-width: 0; border-radius: 0; }#A8V5BbaMQlRR6Mcbif1t0ZGcyXwG5UZX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#A8V5BbaMQlRR6Mcbif1t0ZGcyXwG5UZX > .row .container { font-size:0.875rem;font-family:arial;height:43.5625rem;width:60rem;position:relative;display:block; }#cEmyAVxQTQf7l2s27TkwuhuP3wsJg2AR { color:rgba(var(--color-tertiary-4),1);display:block;width:49.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:12.75rem;left:4.75rem;height:22.78125rem;text-align:right;text-align-last:right;display:block; }
#aXM0wMTWM82TVTNpQaF1K1U4JtTlRXxc { position:absolute;display:block;z-index:15001;background-color:rgba(253,254,255,0.87);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:27.75rem;width:60rem;top:9.75rem;left:-0.0625rem;display:block; }
#Ka8WMzzvCERM9TK6gQWNb1BTsIlVxmvS { z-index:15004;top:6.8125rem;left:20.5625rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.125rem solid #6209c3;border-left:0.125rem solid #6209c3;border-right:0.125rem solid #6209c3;border-bottom:0.125rem solid #6209c3;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#2a9bb5;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:amatic;font-size:2rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.125rem;height:4.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#MFJE2dxyKUQPCO1QZk55oXSRtoGTE7Xn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pP5gWMH0y9MNEKIqN77x4B1d0cbvXACq { position:relative;display:block; }#pP5gWMH0y9MNEKIqN77x4B1d0cbvXACq { background-color: transparent; background-image: none; }#pP5gWMH0y9MNEKIqN77x4B1d0cbvXACq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pP5gWMH0y9MNEKIqN77x4B1d0cbvXACq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pP5gWMH0y9MNEKIqN77x4B1d0cbvXACq > .row .container > .video-iframe-container { display: none; }#pP5gWMH0y9MNEKIqN77x4B1d0cbvXACq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pP5gWMH0y9MNEKIqN77x4B1d0cbvXACq > .row > .video-iframe-container { display: none; }#pP5gWMH0y9MNEKIqN77x4B1d0cbvXACq > .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); }#pP5gWMH0y9MNEKIqN77x4B1d0cbvXACq { border-width: 0; border-radius: 0; }#pP5gWMH0y9MNEKIqN77x4B1d0cbvXACq > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#pP5gWMH0y9MNEKIqN77x4B1d0cbvXACq > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:11.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#OAlAWF5vMMonTfuHf9t4evTCxKON5CJl { color:rgba(var(--color-tertiary-4),1);display:block;width:30.875rem;position:absolute;font-family:amatic;font-size:3.6875rem;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;top:2.9453125rem;left:11.8125rem;height:8.1113125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LOKloBGoXqiV8W5kWZNfn1QuAEfSvkeh { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:29.625rem;top:7rem;left:12.4375rem;overflow:hidden;display:block; }
#lFDXRHIWnKTxBSgxtrdvkcOK3LHFNoLX { position:relative;display:block; }#lFDXRHIWnKTxBSgxtrdvkcOK3LHFNoLX { background-color: transparent; background-image: none; }#lFDXRHIWnKTxBSgxtrdvkcOK3LHFNoLX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lFDXRHIWnKTxBSgxtrdvkcOK3LHFNoLX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lFDXRHIWnKTxBSgxtrdvkcOK3LHFNoLX > .row .container > .video-iframe-container { display: none; }#lFDXRHIWnKTxBSgxtrdvkcOK3LHFNoLX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lFDXRHIWnKTxBSgxtrdvkcOK3LHFNoLX > .row > .video-iframe-container { display: none; }#lFDXRHIWnKTxBSgxtrdvkcOK3LHFNoLX > .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); }#lFDXRHIWnKTxBSgxtrdvkcOK3LHFNoLX { border-width: 0; border-radius: 0; }#lFDXRHIWnKTxBSgxtrdvkcOK3LHFNoLX > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#lFDXRHIWnKTxBSgxtrdvkcOK3LHFNoLX > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:26.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#tvp6Ki16SNtqsz0Fv7c0UdIrZUQwLHxd { color:rgba(var(--color-tertiary-4),1);display:block;width:21rem;position:absolute;font-family:amatic;font-size:2.625rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:12.3125rem;left:34.5rem;height:2.88720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#a1wm2snp9PnUSUTHPWRyo2UOkHATd2ua { color:rgba(var(--color-tertiary-4),1);display:block;width:18.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:15.89453125rem;left:35.5625rem;height:3.25rem;text-align:right;text-align-last:right;display:block; }
#Tf9cH2gu35aAN1hL39k3hV8QLm8VToES { position:absolute;display:block;z-index:15003;border-top:0.3125rem solid #2a9bb5;border-left:0.3125rem solid #2a9bb5;border-right:0.3125rem solid #2a9bb5;border-bottom:0.3125rem solid #2a9bb5;border-top-left-radius:6.875rem;border-top-right-radius:6.875rem;border-bottom-left-radius:6.875rem;border-bottom-right-radius:6.875rem;box-shadow: none;height:11.6875rem;width:12.125rem;top:0rem;left:38.625rem;overflow:hidden;display:block; }
#fCAbykFpZAeawFVSovoCLJR8GXRcsVvc { color:rgba(var(--color-tertiary-4),1);display:block;width:18.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:15.89453125rem;left:4.1875rem;height:4.875rem;text-align:right;text-align-last:right;display:block; }
#TBQbxvQt708xoST83CdE6JOh2VDNZ0pN { color:rgba(var(--color-tertiary-4),1);display:block;width:21rem;position:absolute;font-family:amatic;font-size:2.625rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:12.3125rem;left:3.125rem;height:2.88720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#c7UrxIO3qIBQgdDWWdmdfCF3kr3bo8kR { position:absolute;display:block;z-index:15004;border-top:0.375rem solid #2a9bb5;border-left:0.375rem solid #2a9bb5;border-right:0.375rem solid #2a9bb5;border-bottom:0.375rem solid #2a9bb5;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;height:11.6875rem;width:11.1875rem;top:-0.0625rem;left:8.25rem;overflow:hidden;display:block; }
#uaZFKWtXFmTAhUdRiJKttK0bqIPKrTov { position:absolute;display:block;z-index:15001;background-color:#f4f4f4;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:19.25rem;width:23.875rem;top:2.482421875rem;left:3.0625rem;display:block; }
#UyiNcVIFgO69yz0qnRgVO8fGXadgHhit { position:absolute;display:block;z-index:15000;background-color:#f4f4f4;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:19.25rem;width:23.875rem;top:2.65625rem;left:33.0625rem;display:block; }
#quE4WmhzeCxdGQ5EkqWlp8fMPMpzrLuV { position:relative;display:block; }#quE4WmhzeCxdGQ5EkqWlp8fMPMpzrLuV { background-color: transparent; background-image: none; }#quE4WmhzeCxdGQ5EkqWlp8fMPMpzrLuV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#quE4WmhzeCxdGQ5EkqWlp8fMPMpzrLuV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#quE4WmhzeCxdGQ5EkqWlp8fMPMpzrLuV > .row .container > .video-iframe-container { display: none; }#quE4WmhzeCxdGQ5EkqWlp8fMPMpzrLuV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#quE4WmhzeCxdGQ5EkqWlp8fMPMpzrLuV > .row > .video-iframe-container { display: none; }#quE4WmhzeCxdGQ5EkqWlp8fMPMpzrLuV > .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); }#quE4WmhzeCxdGQ5EkqWlp8fMPMpzrLuV { border-width: 0; border-radius: 0; }#quE4WmhzeCxdGQ5EkqWlp8fMPMpzrLuV > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#quE4WmhzeCxdGQ5EkqWlp8fMPMpzrLuV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:29.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ge3qPkJt6N42f9N7s1pSsphA3Bgk3Szq { color:rgba(var(--color-tertiary-3),1);display:block;width:23.0625rem;position:absolute;font-family:amatic;font-size:3.6875rem;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;top:0.5rem;left:16.8125rem;height:8.1113125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Mp0s6MKq8VO1fsLgWtuEBPhizHdfF4TP { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:22.9375rem;top:3.8125rem;left:15.75rem;overflow:hidden;display:block; }
#KKTcTbJT055MIRTkM61OTeRQSFLdteCp { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.875rem;width:52.8125rem;top:6.9375rem;left:3.0625rem;overflow:hidden;display:block; }
#XFE44NPixfZiF1OsnNJbVfc9Q17Zevvb { 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/90558a3d-ad6c-4dfb-999b-ce6955155d1d/1920BannerForm.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; }#XFE44NPixfZiF1OsnNJbVfc9Q17Zevvb.adaptive-delivery-prevent-bg, #XFE44NPixfZiF1OsnNJbVfc9Q17Zevvb.lazyload, #XFE44NPixfZiF1OsnNJbVfc9Q17Zevvb.lazyloading { background-image: none; }#XFE44NPixfZiF1OsnNJbVfc9Q17Zevvb > .row .container { background-color: transparent; background-image: none; }#XFE44NPixfZiF1OsnNJbVfc9Q17Zevvb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XFE44NPixfZiF1OsnNJbVfc9Q17Zevvb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XFE44NPixfZiF1OsnNJbVfc9Q17Zevvb > .row .container > .video-iframe-container { display: none; }#XFE44NPixfZiF1OsnNJbVfc9Q17Zevvb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XFE44NPixfZiF1OsnNJbVfc9Q17Zevvb > .row > .video-iframe-container { display: none; }#XFE44NPixfZiF1OsnNJbVfc9Q17Zevvb > .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); }#XFE44NPixfZiF1OsnNJbVfc9Q17Zevvb > .row .container { border-width: 0; border-radius: 0; }#XFE44NPixfZiF1OsnNJbVfc9Q17Zevvb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XFE44NPixfZiF1OsnNJbVfc9Q17Zevvb > .row .container { font-size:0.875rem;font-family:arial;height:38.3125rem;width:60rem;position:relative;display:block; }#CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc .widget-form-header {  }
#CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.75rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:51.875rem;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;line-height:1; }
#CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom: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:51.875rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial;vertical-align:top;text-align:center;text-align-last:center; }
#CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc .widget-input-text {padding-top: 0; padding-bottom: 0;}#CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom: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:51.875rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial;vertical-align:top;text-align:center;text-align-last:center; }
#CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);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:51.875rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-family:arial;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc .widget-input-select {padding-top: 0; padding-bottom: 0;}#CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc .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; }
#CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc .widget-input-button { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:#2a9bb5;background-image:none;border-top:0;border-right:0;border-bottom:0.3125rem solid #000164;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:15.0625rem;margin-bottom:0.25rem;margin-left:15.0625rem;display:block;box-sizing:border-box;font-size:2.0625rem;font-weight:bold;color:#f2f9ff;width:21.75rem;height:4.6875rem;font-family:amatic;overflow:hidden;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,2,168,0.5) ;line-height:1.2;text-align:center;text-align-last:center; }
#CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc [class*="-text"]:-moz-placeholder { color:#9ba0a4;font-family:var(--paragraphs-font-family);font-size:1.1875rem;text-align:right;text-align-last:right; }
#CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc [class*="-text"]::-moz-placeholder { color:#9ba0a4;font-family:var(--paragraphs-font-family);font-size:1.1875rem;text-align:right;text-align-last:right; }
#CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc [class*="-text"]:-ms-input-placeholder { color:#9ba0a4;font-family:var(--paragraphs-font-family);font-size:1.1875rem;text-align:right;text-align-last:right; }
#CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc [class*="-text"]::-webkit-input-placeholder { color:#9ba0a4;font-family:var(--paragraphs-font-family);font-size:1.1875rem;text-align:right;text-align-last:right; }
#CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.6875rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:50.6875rem;overflow:hidden;font-style:normal;float:none; }
#CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc .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; }
#CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:arial;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5;float:none; }
#CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0;width:100%;font-size:0;height:auto; }
#CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc .widget-container:first-of-type{padding-top:0;}#CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc .widget-container:last-of-type{padding-bottom:0;}#CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:51.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:2.6875rem;top:4.8125rem;z-index:15000;position:absolute; }
#CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:51.875rem;display:block;vertical-align:top; }
#CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.6875rem;line-height:1.3;font-weight:400;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc {display:block;}#CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:51.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:2.6875rem;top:4.8125rem;z-index:15000;position:absolute; }
#CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc #TOmonRB6F7l7gTBkmQvSP3K6iIXof3Az { position:relative; }
#CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc #PIXwB1DGW8AUxa4k7Uz4koG9VKNXVrGG { position:relative;display:none; }
#CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc #ZQ2SqsWLtg2fGcRmnKK8lH4r7Dkn3a7n { position:relative; }
#CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc #J7v8aMGaSnn8HWZiTAFOLg68NtAZEaNn { position:relative; }
#CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc #Fga0hSJlRxyUE1kbN2TAseEwBKTVcbTU { position:relative;display:none; }
#CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc #yHKO34RPc9k42WWQGbNbXKBcEaGZMb7L { position:relative; }
#CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc #hHoJ37M9Q7n1BzLo2BAvRWvEav4e1ER7 { position:relative; }
#CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc #KJ2kI7ycTFn7bddy9Icrtyih27v3m1bs { position:relative;display:none; }
#CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc #csZmNzCu22HKTughuVqCKZdItT3xk1pH { position:relative; }
#CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc #ITnKdXxaTCqHMrwdA2Q98T7u3TTZ4aC2 { position:relative; }
#CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc #SWkaFL4Qa2H0xEr7sx613ByLHx7Faq3e { position:relative;display:none; }
#CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc #pghz23VHFNy5s0RCJc4vnFMvdkU1FXS8 { position:relative; }
#CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc #MJ8m9bZhCmbrAGntT46u6eDuKXhIumbo { position:relative; }
#CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc #b2gEHZ8zvdNJmxixbSk73TdIKJgtCHpU { position:relative;display:none; }
#CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc #uNJ0Ve6fnxTa4qmZCz7NCeTLd6amgHII { position:relative; }
#OzFz5bx1dfhGkmn2qwHigTtqoyX5oT0T { position:relative;display:block; }
#CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc #oVBqxLwMTs5tATkESZwledGccTb7dse6 { position:relative; }
#CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc #vlHRKDWFQmMVT2rqm8sC3Q5MeiCNZNI5 { position:relative; }
#WfuHb5wim23RTii77ItBwrzVBJn8nVgB { color:rgba(var(--color-tertiary-1),1);display:block;width:60rem;position:absolute;font-family:amatic;font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:2.26171875rem;left:0rem;height:4.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XAFGV00274sTyClUIftMPFLfg7NBNrHl { position:relative;display:block; }#XAFGV00274sTyClUIftMPFLfg7NBNrHl { background-color: transparent; background-image: none; }#XAFGV00274sTyClUIftMPFLfg7NBNrHl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XAFGV00274sTyClUIftMPFLfg7NBNrHl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XAFGV00274sTyClUIftMPFLfg7NBNrHl > .row .container > .video-iframe-container { display: none; }#XAFGV00274sTyClUIftMPFLfg7NBNrHl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XAFGV00274sTyClUIftMPFLfg7NBNrHl > .row > .video-iframe-container { display: none; }#XAFGV00274sTyClUIftMPFLfg7NBNrHl > .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); }#XAFGV00274sTyClUIftMPFLfg7NBNrHl { border-width: 0; border-radius: 0; }#XAFGV00274sTyClUIftMPFLfg7NBNrHl > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#XAFGV00274sTyClUIftMPFLfg7NBNrHl > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:8rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#c7paDaqthbKPDJrxyIPCExCqH5wA8Ouy { color:rgba(var(--color-tertiary-3),1);display:block;width:23.0625rem;position:absolute;font-family:amatic;font-size:3.6875rem;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;top:0.5rem;left:16.8125rem;height:4.05615rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kOIC5z4C4suZEfVbHW9Kr5TGLEqMCTVD { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:22.9375rem;top:3.8125rem;left:15.75rem;overflow:hidden;display:block; }
#ZyVbVB6K9ovVJ19T2p4csN4SIvgxh38z { position:relative;display:block; }#ZyVbVB6K9ovVJ19T2p4csN4SIvgxh38z { background-color: transparent; background-image: none; }#ZyVbVB6K9ovVJ19T2p4csN4SIvgxh38z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZyVbVB6K9ovVJ19T2p4csN4SIvgxh38z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZyVbVB6K9ovVJ19T2p4csN4SIvgxh38z > .row .container > .video-iframe-container { display: none; }#ZyVbVB6K9ovVJ19T2p4csN4SIvgxh38z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZyVbVB6K9ovVJ19T2p4csN4SIvgxh38z > .row > .video-iframe-container { display: none; }#ZyVbVB6K9ovVJ19T2p4csN4SIvgxh38z > .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); }#ZyVbVB6K9ovVJ19T2p4csN4SIvgxh38z { border-width: 0; border-radius: 0; }#ZyVbVB6K9ovVJ19T2p4csN4SIvgxh38z > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ZyVbVB6K9ovVJ19T2p4csN4SIvgxh38z > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:53.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#rJpG4TkGWCRNAxUqfmT7UsqDEOcJvngt { position:absolute;display:block;z-index:15000;height:50.0625rem;width:46.75rem;top:0.625rem;left:7.8125rem;display:block; }
#kLecQtplVC6WiUgyXGysTENK1Hs4VXpp { z-index:15005;top:17.1875rem;left:24.375rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.125rem solid #6209c3;border-left:0.125rem solid #6209c3;border-right:0.125rem solid #6209c3;border-bottom:0.125rem solid #6209c3;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(var(--color-tertiary-4),0.2) ;box-sizing:border-box;color:#2a9bb5;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:amatic;font-size:2rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:4.5rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#ZpnHoXpNkR7bnnexkrLJOmoI8VvkzSOx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qN6mBGQcXHRuyMH26qvdcxaxnlwQmHOq { z-index:15004;top:50.125rem;left:8.375rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0.125rem solid #6209c3;border-left:0.125rem solid #6209c3;border-right:0.125rem solid #6209c3;border-bottom:0.125rem solid #6209c3;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ebf3f5;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:amatic;font-size:2.1875rem;font-weight:700;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:45.625rem;height:4.5625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#lfAmnBlq8U1cQnsH3w7nksHIQJzCh61D { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#K29e7kWlGzvdxHWzGafZSBTUtuaWRfHv { position:relative;display:block; }#K29e7kWlGzvdxHWzGafZSBTUtuaWRfHv { background-color: transparent; background-image: none; }#K29e7kWlGzvdxHWzGafZSBTUtuaWRfHv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K29e7kWlGzvdxHWzGafZSBTUtuaWRfHv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K29e7kWlGzvdxHWzGafZSBTUtuaWRfHv > .row .container > .video-iframe-container { display: none; }#K29e7kWlGzvdxHWzGafZSBTUtuaWRfHv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K29e7kWlGzvdxHWzGafZSBTUtuaWRfHv > .row > .video-iframe-container { display: none; }#K29e7kWlGzvdxHWzGafZSBTUtuaWRfHv > .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); }#K29e7kWlGzvdxHWzGafZSBTUtuaWRfHv { border-width: 0; border-radius: 0; }#K29e7kWlGzvdxHWzGafZSBTUtuaWRfHv > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#K29e7kWlGzvdxHWzGafZSBTUtuaWRfHv > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:60.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#W28kxM2pIunWJXNe7oPTBeWKIP39CiF4 { position:absolute;display:block;z-index:15002;height:57.4375rem;width:49.3125rem;top:0.6875rem;left:5.34375rem;display:block; }
#U3GHoQKK9U7HkH90F5xrF460OAk1ozzv { position:relative;display:block; }#U3GHoQKK9U7HkH90F5xrF460OAk1ozzv { background-color: transparent; background-image: none; }#U3GHoQKK9U7HkH90F5xrF460OAk1ozzv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U3GHoQKK9U7HkH90F5xrF460OAk1ozzv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U3GHoQKK9U7HkH90F5xrF460OAk1ozzv > .row .container > .video-iframe-container { display: none; }#U3GHoQKK9U7HkH90F5xrF460OAk1ozzv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U3GHoQKK9U7HkH90F5xrF460OAk1ozzv > .row > .video-iframe-container { display: none; }#U3GHoQKK9U7HkH90F5xrF460OAk1ozzv > .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); }#U3GHoQKK9U7HkH90F5xrF460OAk1ozzv { border-width: 0; border-radius: 0; }#U3GHoQKK9U7HkH90F5xrF460OAk1ozzv > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#U3GHoQKK9U7HkH90F5xrF460OAk1ozzv > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#xvLBT7ksbo9GrIKAMpHA2w5BRklNBlKD { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:15.8125rem;width:28.5625rem;top:2.21875rem;left:31.201454309274rem;display:block; }
#fxKfE1uOzMTwNg2tTxP9PNazA8G6BTAl { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:15.875rem;width:28.8125rem;top:2.1875rem;left:0rem;display:block; }
#v4UatyaKixPCCXKe1M5sIoNJ381uvMKL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#v4UatyaKixPCCXKe1M5sIoNJ381uvMKL > .row .container { background-color: transparent; background-image: none; }#v4UatyaKixPCCXKe1M5sIoNJ381uvMKL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v4UatyaKixPCCXKe1M5sIoNJ381uvMKL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v4UatyaKixPCCXKe1M5sIoNJ381uvMKL > .row .container > .video-iframe-container { display: none; }#v4UatyaKixPCCXKe1M5sIoNJ381uvMKL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v4UatyaKixPCCXKe1M5sIoNJ381uvMKL > .row > .video-iframe-container { display: none; }#v4UatyaKixPCCXKe1M5sIoNJ381uvMKL > .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); }#v4UatyaKixPCCXKe1M5sIoNJ381uvMKL > .row .container { border-width: 0; border-radius: 0; }#v4UatyaKixPCCXKe1M5sIoNJ381uvMKL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#v4UatyaKixPCCXKe1M5sIoNJ381uvMKL > .row .container { font-size:0.875rem;font-family:arial;height:9.875rem;width:60rem;position:relative;display:block; }#xTlgdOTTtttG6wyVhJGWf1yKe9f4uWAk { color:rgba(var(--color-tertiary-3),1);display:block;width:18rem;position:absolute;font-family:amatic;font-size:3.6875rem;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;top:2.625rem;left:19.875rem;height:8.1113125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#s7sQJ8ECNEzTr9m5dpKv4Qrn2upZmBMd { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:22.9375rem;top:6.6796875rem;left:18.9375rem;overflow:hidden;display:block; }
#rEI63hlW5uS9RNpveDx2oqI44XacADqz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/fb819439-9505-4b45-94c5-b8b0304963f9/Reka1.png");background-position:top left !important;background-repeat: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; }#rEI63hlW5uS9RNpveDx2oqI44XacADqz.adaptive-delivery-prevent-bg, #rEI63hlW5uS9RNpveDx2oqI44XacADqz.lazyload, #rEI63hlW5uS9RNpveDx2oqI44XacADqz.lazyloading { background-image: none; }#rEI63hlW5uS9RNpveDx2oqI44XacADqz > .row .container { background-color: transparent; background-image: none; }#rEI63hlW5uS9RNpveDx2oqI44XacADqz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.78); }#rEI63hlW5uS9RNpveDx2oqI44XacADqz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rEI63hlW5uS9RNpveDx2oqI44XacADqz > .row .container > .video-iframe-container { display: none; }#rEI63hlW5uS9RNpveDx2oqI44XacADqz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.78); }#rEI63hlW5uS9RNpveDx2oqI44XacADqz > .row > .video-iframe-container { display: none; }#rEI63hlW5uS9RNpveDx2oqI44XacADqz > .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); }#rEI63hlW5uS9RNpveDx2oqI44XacADqz > .row .container { border-width: 0; border-radius: 0; }#rEI63hlW5uS9RNpveDx2oqI44XacADqz::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rEI63hlW5uS9RNpveDx2oqI44XacADqz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rEI63hlW5uS9RNpveDx2oqI44XacADqz > .row .container { font-size:0.875rem;font-family:arial;height:80.0625rem;width:60rem;position:relative;display:block; }#es1wXgbsHLrtwT62isplQ6pQcFiE3Nsu { border-bottom:0;border-left:0;border-right:0;border-top:0;height:13.5rem;width:21.8125rem;position:absolute;display:block;z-index:15000;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:3.1875rem;left:0rem;overflow:hidden;display:block; }
#PxkEwriQxAzd6hfnAAGFDlUMt3oLfeEg { border-bottom:0;border-left:0;border-right:0;border-top:0;height:13.5rem;width:20.4375rem;position:absolute;display:block;z-index:15000;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:3.1875rem;left:21.8125rem;overflow:hidden;display:block; }
#Lx3oCO8EVKazmrr0zAOTHsyeOfNQIm5J { border-bottom:0;border-left:0;border-right:0;border-top:0;height:22.0625rem;width:17.75rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:3.1875rem;left:42.25rem;overflow:hidden;display:block; }
#zyX74R3iqh2onkROVzmSwQxN7U0isKGb { border-bottom:0;border-left:0;border-right:0;border-top:0;height:17.9375rem;width:32.8125rem;position:absolute;display:block;z-index:15004;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:16.3125rem;left:27.232944867929rem;overflow:hidden;display:block; }
#FUm4AzOwfB9Q2riDf3EXtPt6AxTkVdIJ { border-bottom:0;border-left:0;border-right:0;border-top:0;height:17.8125rem;width:13.3125rem;position:absolute;display:block;z-index:15003;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:16.4375rem;left:14.750667259786rem;overflow:hidden;display:block; }
#hhmtGQx92q5GSenWdmH0wVcaWfWfuWyE { border-bottom:0;border-left:0;border-right:0;border-top:0;height:20.25rem;width:15rem;position:absolute;display:block;z-index:15004;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:16.5rem;left:0rem;overflow:hidden;display:block; }
#AzEyZOzq3XQAMN9KpMy9Dwz7dAw87ZOO { border-bottom:0;border-left:0;border-right:0;border-top:0;height:26.875rem;width:20.0625rem;position:absolute;display:block;z-index:15005;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:53.1875rem;left:13.0234375rem;overflow:hidden;display:block; }
#QvzWFuDBhpZWV11VcUAB9PTTTTOCgpNc { border-bottom:0;border-left:0;border-right:0;border-top:0;height:24.75rem;width:13.625rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:49.0625rem;left:-0.012755102040806rem;overflow:hidden;display:block; }
#iJX6lIOznohOZ8yXUHuOaQStXibvmZmz { border-bottom:0;border-left:0;border-right:0;border-top:0;height:19rem;width:34.3125rem;position:absolute;display:block;z-index:15004;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:34.25rem;left:0rem;overflow:hidden;display:block; }
#KQdnpboJCCKMAoeWzzK53TrkWvLCNUph { border-bottom:0;border-left:0;border-right:0;border-top:0;height:19.0625rem;width:27.125rem;position:absolute;display:block;z-index:15005;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:34.25rem;left:32.996875rem;overflow:hidden;display:block; }
#f89K3hyus0BEIUsRO4nBD55gLilI78Qv { border-bottom:0;border-left:0;border-right:0;border-top:0;height:14.9375rem;width:27.3125rem;position:absolute;display:block;z-index:15003;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:52.5625rem;left:32.763766519824rem;overflow:hidden;display:block; }
#sCgTwO5qZJkhIFwXpDv6ppTrs13cDSZk { border-bottom:0;border-left:0;border-right:0;border-top:0;height:15.1875rem;width:34.25rem;position:absolute;display:block;z-index:15002;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:64.8125rem;left:25.927777777778rem;overflow:hidden;display:block; }
#yi8EfTumFNNNo7R2qf0xJurEBel1VXth { border-bottom:0;border-left:0;border-right:0;border-top:0;height:17.6875rem;width:13.0625rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:62.375rem;left:0rem;overflow:hidden;display:block; }
#U7p3afXaor4MOV0JLERbOFRdwgUOfsSI { 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:44.9375rem;width:60rem;display:none; }
#X1uNlpO5UPyitAOCi9M1O8AAPNqbey41 { 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:80rem;width:60rem;display:none; }
#O4ECJKUVoaTwemBXOhM6BT4HVfy46nuT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#O4ECJKUVoaTwemBXOhM6BT4HVfy46nuT > .row .container { background-color: transparent; background-image: none; }#O4ECJKUVoaTwemBXOhM6BT4HVfy46nuT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O4ECJKUVoaTwemBXOhM6BT4HVfy46nuT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O4ECJKUVoaTwemBXOhM6BT4HVfy46nuT > .row .container > .video-iframe-container { display: none; }#O4ECJKUVoaTwemBXOhM6BT4HVfy46nuT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O4ECJKUVoaTwemBXOhM6BT4HVfy46nuT > .row > .video-iframe-container { display: none; }#O4ECJKUVoaTwemBXOhM6BT4HVfy46nuT > .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); }#O4ECJKUVoaTwemBXOhM6BT4HVfy46nuT > .row .container { border-width: 0; border-radius: 0; }#O4ECJKUVoaTwemBXOhM6BT4HVfy46nuT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O4ECJKUVoaTwemBXOhM6BT4HVfy46nuT > .row .container { font-size:0.875rem;font-family:arial;height:82.3125rem;width:60rem;position:relative;display:block; }#oI84BW0awxQfHcViwwMe4Ima3P26Gual { 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:6.6875rem;width:6.75rem;top:50.625rem;left:6rem;overflow:hidden;display:block; }
#lHuWwDlH7Qqr9OOlx6g2W2FOQANTd96t { color:rgba(var(--color-tertiary-2),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:58.25rem;left:0rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#E7gIP0uafdZyOuoFnyHFtoNxB0tq2GES { color:rgba(var(--color-tertiary-2),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:61.0009765625rem;left:0rem;height:7.19925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Z1s7O5SbhTWMGkAmZ72zLxydE2RCX5dX { color:rgba(var(--color-tertiary-2),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:41.0625rem;left:40.625rem;height:5.3994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#euX3fZ9Hpf4wSiT5wVtv1nT0qUhgoULs { color:rgba(var(--color-tertiary-2),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:38.6875rem;left:41.25rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wetzoFQinIsrfTUEbcyhTTCAcsOPw4Dd { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.6875rem;width:6.75rem;top:30.6875rem;left:48rem;overflow:hidden;display:block; }
#Ukmdtd6Ncz3X9TwOfNnMXEzSIyQwyTKp { color:rgba(var(--color-tertiary-2),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:41.0625rem;left:20rem;height:7.19925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#w7NETuOocrxxaWUOSmx2RoVRlMqIgZOH { color:rgba(var(--color-tertiary-2),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:38.6875rem;left:20rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cHc8OlEO77Z9dNS4NSCcnyBU7TtPMbt2 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.6875rem;width:6.75rem;top:30.6875rem;left:26rem;overflow:hidden;display:block; }
#W3JTrPuttZGwQSNDxvt5osdvHv5uB73X { 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:6.6875rem;width:6.75rem;top:8.625rem;left:6.625rem;overflow:hidden;display:block; }
#F1CEHycDA53p2RrsC6aTfm7Mrox6D3DP { color:rgba(var(--color-tertiary-2),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:16.6875rem;left:0rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TgzFTl53MoE5D8yyk5TWa584FsTnLyL4 { color:rgba(var(--color-tertiary-2),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:16.6875rem;left:20.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UbqUQJ9H2oXRFxIlxuykpIMGTnT8sRII { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.6875rem;width:6.75rem;top:8.625rem;left:26.625rem;overflow:hidden;display:block; }
#SsT7kTgykyiupqHQMx0NkpgmT76GNfBT { color:rgba(var(--color-tertiary-2),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:18.3125rem;left:0rem;height:1.79980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o94KCcxrgS7sic1naS3KncQfJFcvhdoo { color:rgba(var(--color-tertiary-2),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:18.9375rem;left:20.625rem;height:7.19925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OicrGfl6Z6lw9tW89fu9Xl5ialNxuvog { color:rgba(var(--color-tertiary-2),1);display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:18.9375rem;left:40.4375rem;height:10.7988125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Z94RTf3TTSQGIMcTSPLhA2dNMEUAyBhL { color:rgba(var(--color-tertiary-2),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:16.6875rem;left:40.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#m9CRR3PrMyrUqXfbFlsGKqwmVdtgULot { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.6875rem;width:6.75rem;top:8.625rem;left:46.625rem;overflow:hidden;display:block; }
#D3NvZXthSDbGobFbrmwLOQ7sNTqTNtER { color:rgba(var(--color-tertiary-3),1);display:block;width:23.0625rem;position:absolute;font-family:amatic;font-size:3.6875rem;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;top:1.6328125rem;left:17rem;height:4.05615rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cdEnFqrocNs7vtnkuT1G3rSvzw7PA1FD { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:22.9375rem;top:5.625rem;left:17.125rem;overflow:hidden;display:block; }
#H86VfXN4H2hGy79PUThUCTuliIwT5Hs8 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.6875rem;width:6.75rem;top:30.625rem;left:5.1875rem;overflow:hidden;display:block; }
#ue4FHQZ0PukTXqmpG1gNpbmwFo11kApc { color:rgba(var(--color-tertiary-2),1);display:block;width:15.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:38.6875rem;left:0rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Hlfgif32yCiVFHZT7pqOhLAmgFZNavT7 { color:rgba(var(--color-tertiary-2),1);display:block;width:18.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15009;line-height:1.6;letter-spacing:0;top:41.0625rem;left:0rem;height:7.19925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nFIkHKagQedRUdcbTJddx7MdkVZcSEbG { color:rgba(var(--color-tertiary-2),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15009;line-height:1.6;letter-spacing:0;top:61.0009765625rem;left:40.625rem;height:17.9980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Pr6BaNFrSVUzawM0q4AI8ZseWNlaf5Zy { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.6875rem;width:6.75rem;top:50.625rem;left:46.625rem;overflow:hidden;display:block; }
#tH3EomzNRWlDOuzSV1E4axaXfdwZvEQy { color:rgba(var(--color-tertiary-2),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:58.25rem;left:41.25rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gahfpcewtWQkFmPZTCL2DhLrRmO2hXS4 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.6875rem;width:6.75rem;top:50.625rem;left:26.625rem;overflow:hidden;display:block; }
#LEpThN2kiyokesMwW8LWJMWLloMKrdis { color:rgba(var(--color-tertiary-2),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:58.25rem;left:20rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gUpfODJd745VpfvehyPM1vNIWpoIq5zV { color:rgba(var(--color-tertiary-2),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:61.0009765625rem;left:20.625rem;height:12.59864375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FPaW0sg89btqGyOFp5gnzJzMrHflWAAU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/cdfb3fa6-71e0-412a-bc03-cf8efccb40f4/1920BannerGrafiti.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FPaW0sg89btqGyOFp5gnzJzMrHflWAAU.adaptive-delivery-prevent-bg, #FPaW0sg89btqGyOFp5gnzJzMrHflWAAU.lazyload, #FPaW0sg89btqGyOFp5gnzJzMrHflWAAU.lazyloading { background-image: none; }#FPaW0sg89btqGyOFp5gnzJzMrHflWAAU > .row .container { background-color: transparent; background-image: none; }#FPaW0sg89btqGyOFp5gnzJzMrHflWAAU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FPaW0sg89btqGyOFp5gnzJzMrHflWAAU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FPaW0sg89btqGyOFp5gnzJzMrHflWAAU > .row .container > .video-iframe-container { display: none; }#FPaW0sg89btqGyOFp5gnzJzMrHflWAAU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FPaW0sg89btqGyOFp5gnzJzMrHflWAAU > .row > .video-iframe-container { display: none; }#FPaW0sg89btqGyOFp5gnzJzMrHflWAAU > .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); }#FPaW0sg89btqGyOFp5gnzJzMrHflWAAU > .row .container { border-width: 0; border-radius: 0; }#FPaW0sg89btqGyOFp5gnzJzMrHflWAAU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FPaW0sg89btqGyOFp5gnzJzMrHflWAAU > .row .container { font-size:0.875rem;font-family:arial;height:43.5625rem;width:60rem;position:relative;display:block; }#BfikhdPoOUe9XKhLisioRSTxFHlJtCUO { color:rgba(var(--color-tertiary-4),1);display:block;width:49.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:17.6875rem;left:4.1875rem;height:15.1875rem;text-align:right;text-align-last:right;display:block; }
#gyClh1K1O1LsmLDT47rNxgB3CO6uMFed { position:absolute;display:block;z-index:15001;background-color:rgba(253,254,255,0.87);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:27.75rem;width:60rem;top:9.75rem;left:-0.0625rem;display:block; }
#aPfW8Sl2UR5se9FRNwtIU92E7fpQQqfH { color:rgba(var(--color-tertiary-3),1);display:block;width:23.0625rem;position:absolute;font-family:amatic;font-size:3.6875rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:10.9375rem;left:18.40625rem;height:4.05615rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bHABoxwT6Km5hsmURpViWpP0MxVb0TVW { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:21rem;top:14.4296875rem;left:20rem;overflow:hidden;display:block; }
#TpSszkFfeS3oz7C3TVahC3s8ZkJyHrKo { position:relative;display:block; }#TpSszkFfeS3oz7C3TVahC3s8ZkJyHrKo { background-color: transparent; background-image: none; }#TpSszkFfeS3oz7C3TVahC3s8ZkJyHrKo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TpSszkFfeS3oz7C3TVahC3s8ZkJyHrKo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TpSszkFfeS3oz7C3TVahC3s8ZkJyHrKo > .row .container > .video-iframe-container { display: none; }#TpSszkFfeS3oz7C3TVahC3s8ZkJyHrKo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TpSszkFfeS3oz7C3TVahC3s8ZkJyHrKo > .row > .video-iframe-container { display: none; }#TpSszkFfeS3oz7C3TVahC3s8ZkJyHrKo > .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); }#TpSszkFfeS3oz7C3TVahC3s8ZkJyHrKo { border-width: 0; border-radius: 0; }#TpSszkFfeS3oz7C3TVahC3s8ZkJyHrKo > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#TpSszkFfeS3oz7C3TVahC3s8ZkJyHrKo > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:32rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#onSBSzwedfkeEOzsP1VQ9d2VZsU7Pgbk { color:rgba(var(--color-tertiary-3),1);display:block;width:23.0625rem;position:absolute;font-family:amatic;font-size:3.6875rem;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;top:0.5rem;left:16.8125rem;height:4.05615rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MzxCni6VI7ZoRkuChe2vBDzXtrX0dLKf { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:22.9375rem;top:3.9375rem;left:16.875rem;overflow:hidden;display:block; }
#zmi4a9g1BCVE56gLdg0NMq7oTJl8hU2V { color:rgba(var(--color-tertiary-4),1);display:block;width:49.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:7rem;left:4.625rem;height:7.59375rem;text-align:right;text-align-last:right;display:block; }
#IOvF8JIHqwFuu4IvvtpTWDUaVAVwsMNa { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5625rem;width:60rem;top:18.75rem;left:0rem;overflow:hidden;display:block; }
#Ko67dirXQ3ASZxeX504wdTKt4TFoy9ud { 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/90558a3d-ad6c-4dfb-999b-ce6955155d1d/1920BannerForm.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; }#Ko67dirXQ3ASZxeX504wdTKt4TFoy9ud.adaptive-delivery-prevent-bg, #Ko67dirXQ3ASZxeX504wdTKt4TFoy9ud.lazyload, #Ko67dirXQ3ASZxeX504wdTKt4TFoy9ud.lazyloading { background-image: none; }#Ko67dirXQ3ASZxeX504wdTKt4TFoy9ud > .row .container { background-color: transparent; background-image: none; }#Ko67dirXQ3ASZxeX504wdTKt4TFoy9ud::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ko67dirXQ3ASZxeX504wdTKt4TFoy9ud > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ko67dirXQ3ASZxeX504wdTKt4TFoy9ud > .row .container > .video-iframe-container { display: none; }#Ko67dirXQ3ASZxeX504wdTKt4TFoy9ud > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ko67dirXQ3ASZxeX504wdTKt4TFoy9ud > .row > .video-iframe-container { display: none; }#Ko67dirXQ3ASZxeX504wdTKt4TFoy9ud > .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); }#Ko67dirXQ3ASZxeX504wdTKt4TFoy9ud > .row .container { border-width: 0; border-radius: 0; }#Ko67dirXQ3ASZxeX504wdTKt4TFoy9ud > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ko67dirXQ3ASZxeX504wdTKt4TFoy9ud > .row .container { font-size:0.875rem;font-family:arial;height:41.6875rem;width:60rem;position:relative;display:block; }#TdGv9gECoO8MwgIFQGq4GpvmWIZ2OQta { color:rgba(var(--color-tertiary-1),1);display:block;width:51.4375rem;position:absolute;font-family:amatic;font-size:4.3125rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:11.94921875rem;left:4.28125rem;height:14.229475rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oMyZ6Og9Ewi1V2wMfkL8tsliQX226dBx { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.375rem;width:14.875rem;top:32.625rem;left:0rem;overflow:hidden;display:none; }
#d7PIAuNDILg6zL30QiF8dPRxZoly25yB { z-index:15004;top:26.4375rem;left:20rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.125rem solid #6209c3;border-left:0.125rem solid #6209c3;border-right:0.125rem solid #6209c3;border-bottom:0.125rem solid #6209c3;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#2a9bb5;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:amatic;font-size:2.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:4.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#OaTBKrTcrm9T0qv5JZ4Voeam6qgSRddq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GuVHysor1wtMKfrTsn8VPOTa7kmethFp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#3f035f;background-image:url("https://images.assets-landingi.com/uc/fa1419a4-7f5a-46ac-a981-b6613c6253f5/1920BannerFuter.png");background-position:top center !important;background-repeat: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; }#GuVHysor1wtMKfrTsn8VPOTa7kmethFp.adaptive-delivery-prevent-bg, #GuVHysor1wtMKfrTsn8VPOTa7kmethFp.lazyload, #GuVHysor1wtMKfrTsn8VPOTa7kmethFp.lazyloading { background-image: none; }#GuVHysor1wtMKfrTsn8VPOTa7kmethFp > .row .container { background-color: transparent; background-image: none; }#GuVHysor1wtMKfrTsn8VPOTa7kmethFp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GuVHysor1wtMKfrTsn8VPOTa7kmethFp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GuVHysor1wtMKfrTsn8VPOTa7kmethFp > .row .container > .video-iframe-container { display: none; }#GuVHysor1wtMKfrTsn8VPOTa7kmethFp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GuVHysor1wtMKfrTsn8VPOTa7kmethFp > .row > .video-iframe-container { display: none; }#GuVHysor1wtMKfrTsn8VPOTa7kmethFp > .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); }#GuVHysor1wtMKfrTsn8VPOTa7kmethFp > .row .container { border-width: 0; border-radius: 0; }#GuVHysor1wtMKfrTsn8VPOTa7kmethFp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GuVHysor1wtMKfrTsn8VPOTa7kmethFp > .row .container { font-size:0.875rem;font-family:arial;height:26.9375rem;width:60rem;position:relative;display:block; }#GL7twqmFz950yPLfrvRTMP1NdoJLOFoM { color:rgba(var(--color-tertiary-0),1);display:block;width:23.9375rem;position:absolute;font-family:amatic;font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:14.57421875rem;left:31.5625rem;height:6rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#wKAoarT0vd4ENohStI4Q7w45Hnsb9i6c { box-sizing:content-box;color:#5d92ff;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:flex;z-index:15003;opacity:1;top:19.5rem;left:28.4375rem; }
#wKAoarT0vd4ENohStI4Q7w45Hnsb9i6c > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#pBHL6PB5BMuUzl2QM6weG2wCBCK3u8Kg { box-sizing:content-box;color:#5d92ff;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:flex;z-index:15004;opacity:1;top:19.5rem;left:33.375rem; }
#pBHL6PB5BMuUzl2QM6weG2wCBCK3u8Kg > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#n3WkPkBweQRpGGqvRkhqOtSKFDc0ren3 { box-sizing:content-box;color:#5d92ff;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:flex;z-index:15005;opacity:1;top:19.5rem;left:38.75rem; }
#n3WkPkBweQRpGGqvRkhqOtSKFDc0ren3 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#O5t4egCDk077QSSR9LpkyPNulwOTesSD { box-sizing:content-box;color:#5d92ff;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:flex;z-index:15006;opacity:1;top:19.5rem;left:43.1875rem; }
#O5t4egCDk077QSSR9LpkyPNulwOTesSD > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#TUzZ0SKeqr5WTBHQz7PQhqhOmkdf2W49 { box-sizing:content-box;color:#5d92ff;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:flex;z-index:15007;opacity:1;top:19.5rem;left:47.6875rem; }
#TUzZ0SKeqr5WTBHQz7PQhqhOmkdf2W49 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#CPpfHencTq2hHBr6SEe5IspsxnBxe6V5 { box-sizing:content-box;color:#5d92ff;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:flex;z-index:15008;opacity:1;top:19.5rem;left:52.5625rem; }
#CPpfHencTq2hHBr6SEe5IspsxnBxe6V5 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#QKAM9tB1t2FEOZnxp7TXMRtltHuL95am { box-sizing:content-box;color:#5d92ff;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:flex;z-index:15009;opacity:1;top:19.5rem;left:56.875rem; }
#QKAM9tB1t2FEOZnxp7TXMRtltHuL95am > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#kRa4PKdpbUdT1O8Byz42EsEpprMgpANT { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.5rem;width:21.0625rem;top:2.71875rem;left:0rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VSXx9hqecCs3QUaM9ulwIB8cfgvf1TcT { display:block; }#VSXx9hqecCs3QUaM9ulwIB8cfgvf1TcT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OSoCIEPIuMFgHKiT7PtG7ybeWVQXoMqQ { width:47.75rem;height:0.125rem;top:3.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dS7QqmecDzDJeKPT793H3Z2Ov60KvGSn { width:1.25rem;height:1.25rem;top:1.125rem;left:46.5rem;display:block; }
#dS7QqmecDzDJeKPT793H3Z2Ov60KvGSn > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #dkaG9XxiftGn54c5WXiXuf1i2VBffckA { width:1.25rem;height:1.25rem;top:1.125rem;left:46.5rem;display:block; }
#dkaG9XxiftGn54c5WXiXuf1i2VBffckA > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #G0hhhNX7m4tiPLRW2XSG1fuEHAhg3VCf { top:1.125rem;left:46.5rem;width:1.25rem;height:1.25rem;display:block; }
#G0hhhNX7m4tiPLRW2XSG1fuEHAhg3VCf > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #Tto5DkxkLKErPHNRdAeRWaalT5vuR3I3 { width:1.25rem;height:1.25rem;top:1.125rem;left:45.625rem;display:block; }
#Tto5DkxkLKErPHNRdAeRWaalT5vuR3I3 > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #PDhMGXohrfan5SrOETzRnD95SQXyhceJ { width:1.25rem;height:1.25rem;top:1.125rem;left:43.75rem;display:block; }
#PDhMGXohrfan5SrOETzRnD95SQXyhceJ > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #TIEObNXXuCx9T0KVbTwm40iDaTMF4FbM { top:1.125rem;left:41.6875rem;width:1.25rem;height:1.25rem;display:block; }
#TIEObNXXuCx9T0KVbTwm40iDaTMF4FbM > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #uzH3DmuN4ntbZTmx96VInLF4RNUrclTR { top:1.1875rem;left:40rem;width:1.1875rem;height:1.1875rem;display:block; }
#uzH3DmuN4ntbZTmx96VInLF4RNUrclTR > img { max-width: 100%;max-height:100%; width:1.1875rem; height:1.1875rem; } }@media only screen and (max-width: 763px) { #M6FwfaU6mRXdThbmzGPsLl0qwiar4vZy { top:0.75rem;left:0rem;width:11.8125rem;height:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGF6SqtRSwtlgpmbK4Ct1xrmOFxDkt65 { top:4.4375rem;left:2rem;width:45.75rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pf74gqVFMtz05gbB5BId1ZZtAKh3F6Dg { display:block; }#pf74gqVFMtz05gbB5BId1ZZtAKh3F6Dg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sq5pgSRbmgWVWMubCtqdDt8eAGTnPs8u { top:6.0625rem;left:6.3125rem;width:33.5rem;height:13rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrvTW4ciHU5bxwknNGbCCEzwLKE7wHfS { top:22.6875rem;left:17.625rem;width:12.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEPOGUutpVcLE36AGaLGRLGM2OS3vcTd { display:block; }
 }@media only screen and (max-width: 763px) { #NHHSMakU9DLF2HX0dDOAXGPIJWsKeJuC { top:27.1875rem;left:22.3125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvGPa9UTHI4VbR16a9Siu0y2kanGI0ui { display:block; }#GvGPa9UTHI4VbR16a9Siu0y2kanGI0ui > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z8ikkye0v0EPWlK6dEvndGL8XBluT3UC { top:19.25rem;left:4.625rem;width:38.375rem;height:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2QvrSvqcoszpTHdwtnlTXHdidk2NPrG { top:9.9375rem;left:0rem;width:20rem;height:7.125rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLmEolmexQy4HU1vntg6riSxfAEfSXqu { top:17.1875rem;left:18.25rem;width:12.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGqMoUeTO6htPf02ey0mQRhLGuo0IQaM { display:block; }
 }@media only screen and (max-width: 763px) { #eOI8GSxi0VbwSeJTcBW0U8Jn2mNhIvPr { top:9.6875rem;left:0rem;width:47.75rem;height:3.2330729166667rem;display:none; }
 }@media only screen and (max-width: 763px) { #RGZwXpa8xr81R8CMg7mxAcIdGA3gWaVC { top:0rem;left:0rem;width:9rem;height:9rem;display:none; }
 }@media only screen and (max-width: 763px) { #WbFFT4QmV2mhpeQETyiCBCtL2ByuToMA { display:block; }#WbFFT4QmV2mhpeQETyiCBCtL2ByuToMA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FVE5IhxUir2CtWS34qgM8fHN2tedsbFA { top:0.5rem;left:10.6875rem;width:23.0625rem;height:4rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLCi3DwEKKGxwMQAoeicwmKyakWhsm1p { top:3.8125rem;left:9.625rem;width:22.9375rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0Sgac9zILLeaC7TbsnLqmeTLR7RRHUZ { display:block; }#u0Sgac9zILLeaC7TbsnLqmeTLR7RRHUZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wSX84g6lcMe57VSI3ZLu3fyHN35kBnTd { top:0.625rem;left:0.9375rem;width:7.9375rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfSVQvOqVHrDIiwRP4AHXFzzKA67QpuK { top:1.3125rem;left:29.125rem;width:7.9375rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKEgAxDdBCKzNcDJRUMTD6iFKl0f5F6s { top:1rem;left:19.869237588652rem;width:8.25rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5yx03H2W239xTATt6zRghlRXVQuDLlM { top:0.6875rem;left:38.5rem;width:7.9375rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3HvszhM4k7wVtzfafgIJ5UQ9NSkWgVT { top:10.625rem;left:26.5625rem;width:7.9375rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DAwum2CHS5yenBCRE6l6ylGqzUFdHZgL { top:10.3125rem;left:35.5625rem;width:7.9375rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddgOgx7p9toTUOzEAvca0Dcoppm90VTt { top:0.625rem;left:10.625rem;width:7.9375rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mmxfpi4TxpiCsH4DF9qJ3dd2pP2UgDSi { top:10.375rem;left:5.0625rem;width:9.5625rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #khGMPvn1Vev5CJdavWkTHg5PIVu4f5Xi { top:10.5rem;left:15.875rem;width:9.4375rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8V5BbaMQlRR6Mcbif1t0ZGcyXwG5UZX { display:block; }#A8V5BbaMQlRR6Mcbif1t0ZGcyXwG5UZX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cEmyAVxQTQf7l2s27TkwuhuP3wsJg2AR { top:12.75rem;left:0rem;width:47.75rem;height:22.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXM0wMTWM82TVTNpQaF1K1U4JtTlRXxc { top:9.75rem;left:0rem;width:47.75rem;height:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ka8WMzzvCERM9TK6gQWNb1BTsIlVxmvS { top:6.8125rem;left:14.4375rem;width:19.125rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFJE2dxyKUQPCO1QZk55oXSRtoGTE7Xn { display:block; }
 }@media only screen and (max-width: 763px) { #pP5gWMH0y9MNEKIqN77x4B1d0cbvXACq { display:block; }#pP5gWMH0y9MNEKIqN77x4B1d0cbvXACq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OAlAWF5vMMonTfuHf9t4evTCxKON5CJl { top:2.9375rem;left:5.6875rem;width:30.875rem;height:4rem;font-size:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOKloBGoXqiV8W5kWZNfn1QuAEfSvkeh { top:7rem;left:6.3125rem;width:29.625rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFDXRHIWnKTxBSgxtrdvkcOK3LHFNoLX { display:block; }#lFDXRHIWnKTxBSgxtrdvkcOK3LHFNoLX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tvp6Ki16SNtqsz0Fv7c0UdIrZUQwLHxd { top:12.3125rem;left:25.3125rem;width:21rem;height:2.875rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1wm2snp9PnUSUTHPWRyo2UOkHATd2ua { top:15.875rem;left:26.375rem;width:18.8125rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tf9cH2gu35aAN1hL39k3hV8QLm8VToES { top:0rem;left:29.4375rem;width:12.125rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCAbykFpZAeawFVSovoCLJR8GXRcsVvc { top:15.875rem;left:1.125rem;width:18.8125rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBQbxvQt708xoST83CdE6JOh2VDNZ0pN { top:12.3125rem;left:0.0625rem;width:21rem;height:2.875rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7UrxIO3qIBQgdDWWdmdfCF3kr3bo8kR { top:-0.0625rem;left:5.1875rem;width:11.1875rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uaZFKWtXFmTAhUdRiJKttK0bqIPKrTov { top:2.4375rem;left:0rem;width:23.9375rem;height:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyiNcVIFgO69yz0qnRgVO8fGXadgHhit { top:2.625rem;left:23.8125rem;width:23.9375rem;height:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #quE4WmhzeCxdGQ5EkqWlp8fMPMpzrLuV { display:block; }#quE4WmhzeCxdGQ5EkqWlp8fMPMpzrLuV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ge3qPkJt6N42f9N7s1pSsphA3Bgk3Szq { top:0.5rem;left:10.6875rem;width:23.0625rem;height:4rem;font-size:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mp0s6MKq8VO1fsLgWtuEBPhizHdfF4TP { top:3.8125rem;left:9.625rem;width:22.9375rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKTcTbJT055MIRTkM61OTeRQSFLdteCp { top:6.9375rem;left:0rem;width:47.75rem;height:17.969822485207rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFE44NPixfZiF1OsnNJbVfc9Q17Zevvb { display:block; }#XFE44NPixfZiF1OsnNJbVfc9Q17Zevvb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc .widget-regular-label { display:block;width:45.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc .widget-input-text { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc .widget-input-text {padding-top: 0; padding-bottom: 0;}#CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc .widget-textarea { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc .widget-input-select { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc .widget-input-select {padding-top: 0; padding-bottom: 0;}#CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc .widget-input-button { width:19rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:13.125rem; }
#CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc .widget-checkbox-label { width:44.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc  { width:45.25rem;height:auto;top:4.8125rem;left:0rem; }
#CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc .radio-container { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc {display:block;}#CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc { width:45.25rem;height:auto;top:4.8125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc #TOmonRB6F7l7gTBkmQvSP3K6iIXof3Az {  }
 }@media only screen and (max-width: 763px) { #CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc #PIXwB1DGW8AUxa4k7Uz4koG9VKNXVrGG { display:block; }
 }@media only screen and (max-width: 763px) { #CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc #ZQ2SqsWLtg2fGcRmnKK8lH4r7Dkn3a7n {  }
 }@media only screen and (max-width: 763px) { #CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc #J7v8aMGaSnn8HWZiTAFOLg68NtAZEaNn {  }
 }@media only screen and (max-width: 763px) { #CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc #Fga0hSJlRxyUE1kbN2TAseEwBKTVcbTU { display:block; }
 }@media only screen and (max-width: 763px) { #CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc #yHKO34RPc9k42WWQGbNbXKBcEaGZMb7L {  }
 }@media only screen and (max-width: 763px) { #CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc #hHoJ37M9Q7n1BzLo2BAvRWvEav4e1ER7 {  }
 }@media only screen and (max-width: 763px) { #CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc #KJ2kI7ycTFn7bddy9Icrtyih27v3m1bs { display:block; }
 }@media only screen and (max-width: 763px) { #CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc #csZmNzCu22HKTughuVqCKZdItT3xk1pH {  }
 }@media only screen and (max-width: 763px) { #CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc #ITnKdXxaTCqHMrwdA2Q98T7u3TTZ4aC2 {  }
 }@media only screen and (max-width: 763px) { #CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc #SWkaFL4Qa2H0xEr7sx613ByLHx7Faq3e { display:block; }
 }@media only screen and (max-width: 763px) { #CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc #pghz23VHFNy5s0RCJc4vnFMvdkU1FXS8 {  }
 }@media only screen and (max-width: 763px) { #CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc #MJ8m9bZhCmbrAGntT46u6eDuKXhIumbo {  }
 }@media only screen and (max-width: 763px) { #CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc #b2gEHZ8zvdNJmxixbSk73TdIKJgtCHpU { display:block; }
 }@media only screen and (max-width: 763px) { #CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc #uNJ0Ve6fnxTa4qmZCz7NCeTLd6amgHII {  }
 }@media only screen and (max-width: 763px) { #OzFz5bx1dfhGkmn2qwHigTtqoyX5oT0T { display:block; }
 }@media only screen and (max-width: 763px) { #CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc #oVBqxLwMTs5tATkESZwledGccTb7dse6 {  }
 }@media only screen and (max-width: 763px) { #CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc #vlHRKDWFQmMVT2rqm8sC3Q5MeiCNZNI5 {  }
 }@media only screen and (max-width: 763px) { #WfuHb5wim23RTii77ItBwrzVBJn8nVgB { top:2.25rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAFGV00274sTyClUIftMPFLfg7NBNrHl { display:block; }#XAFGV00274sTyClUIftMPFLfg7NBNrHl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c7paDaqthbKPDJrxyIPCExCqH5wA8Ouy { top:0.5rem;left:10.6875rem;width:23.0625rem;height:4rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOIC5z4C4suZEfVbHW9Kr5TGLEqMCTVD { top:3.8125rem;left:9.625rem;width:22.9375rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyVbVB6K9ovVJ19T2p4csN4SIvgxh38z { display:block; }#ZyVbVB6K9ovVJ19T2p4csN4SIvgxh38z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rJpG4TkGWCRNAxUqfmT7UsqDEOcJvngt { top:0.625rem;left:1rem;width:46.75rem;height:50.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLecQtplVC6WiUgyXGysTENK1Hs4VXpp { top:17.1875rem;left:18.25rem;width:12.5rem;height:4.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZpnHoXpNkR7bnnexkrLJOmoI8VvkzSOx { display:block; }
 }@media only screen and (max-width: 763px) { #qN6mBGQcXHRuyMH26qvdcxaxnlwQmHOq { top:50.125rem;left:2.125rem;width:45.625rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfAmnBlq8U1cQnsH3w7nksHIQJzCh61D { display:block; }
 }@media only screen and (max-width: 763px) { #K29e7kWlGzvdxHWzGafZSBTUtuaWRfHv { display:block; }#K29e7kWlGzvdxHWzGafZSBTUtuaWRfHv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W28kxM2pIunWJXNe7oPTBeWKIP39CiF4 { top:0.6875rem;left:0rem;width:47.75rem;height:57.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3GHoQKK9U7HkH90F5xrF460OAk1ozzv { display:block; }#U3GHoQKK9U7HkH90F5xrF460OAk1ozzv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xvLBT7ksbo9GrIKAMpHA2w5BRklNBlKD { top:2.1875rem;left:19.1875rem;width:28.5625rem;height:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxKfE1uOzMTwNg2tTxP9PNazA8G6BTAl { top:2.1875rem;left:0rem;width:28.8125rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4UatyaKixPCCXKe1M5sIoNJ381uvMKL { display:block; }#v4UatyaKixPCCXKe1M5sIoNJ381uvMKL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xTlgdOTTtttG6wyVhJGWf1yKe9f4uWAk { top:2.625rem;left:13.75rem;width:18rem;height:4rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7sQJ8ECNEzTr9m5dpKv4Qrn2upZmBMd { top:6.625rem;left:12.8125rem;width:22.9375rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEI63hlW5uS9RNpveDx2oqI44XacADqz { display:block; }#rEI63hlW5uS9RNpveDx2oqI44XacADqz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #es1wXgbsHLrtwT62isplQ6pQcFiE3Nsu { width:21.8125rem;height:13.5rem;top:3.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxkEwriQxAzd6hfnAAGFDlUMt3oLfeEg { width:20.4375rem;height:13.5rem;top:3.1875rem;left:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lx3oCO8EVKazmrr0zAOTHsyeOfNQIm5J { width:17.75rem;height:22.0625rem;top:3.1875rem;left:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyX74R3iqh2onkROVzmSwQxN7U0isKGb { width:32.8125rem;height:17.9375rem;top:16.3125rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUm4AzOwfB9Q2riDf3EXtPt6AxTkVdIJ { width:13.3125rem;height:17.8125rem;top:16.4375rem;left:8.6256672597862rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhmtGQx92q5GSenWdmH0wVcaWfWfuWyE { width:15rem;height:20.25rem;top:16.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzEyZOzq3XQAMN9KpMy9Dwz7dAw87ZOO { width:20.0625rem;height:26.875rem;top:53.1875rem;left:6.8984375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvzWFuDBhpZWV11VcUAB9PTTTTOCgpNc { width:13.625rem;height:24.75rem;top:49.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJX6lIOznohOZ8yXUHuOaQStXibvmZmz { width:34.3125rem;height:19rem;top:34.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQdnpboJCCKMAoeWzzK53TrkWvLCNUph { width:27.125rem;height:19.0625rem;top:34.25rem;left:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f89K3hyus0BEIUsRO4nBD55gLilI78Qv { width:27.3125rem;height:14.9375rem;top:52.5625rem;left:20.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCgTwO5qZJkhIFwXpDv6ppTrs13cDSZk { width:34.25rem;height:15.1875rem;top:64.8125rem;left:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yi8EfTumFNNNo7R2qf0xJurEBel1VXth { width:13.0625rem;height:17.6875rem;top:62.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7p3afXaor4MOV0JLERbOFRdwgUOfsSI { width:47.75rem;height:35.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #X1uNlpO5UPyitAOCi9M1O8AAPNqbey41 { width:47.75rem;height:63.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #O4ECJKUVoaTwemBXOhM6BT4HVfy46nuT { display:block; }#O4ECJKUVoaTwemBXOhM6BT4HVfy46nuT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oI84BW0awxQfHcViwwMe4Ima3P26Gual { width:6.75rem;height:6.6875rem;top:50.625rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHuWwDlH7Qqr9OOlx6g2W2FOQANTd96t { width:18.75rem;height:1.625rem;top:58.25rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7gIP0uafdZyOuoFnyHFtoNxB0tq2GES { width:18.75rem;height:7.1875rem;top:61rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1s7O5SbhTWMGkAmZ72zLxydE2RCX5dX { width:18.75rem;height:5.375rem;top:41.0625rem;left:28.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #euX3fZ9Hpf4wSiT5wVtv1nT0qUhgoULs { width:18.75rem;height:1.625rem;top:38.6875rem;left:28.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wetzoFQinIsrfTUEbcyhTTCAcsOPw4Dd { width:6.75rem;height:6.6875rem;top:30.6875rem;left:37.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ukmdtd6Ncz3X9TwOfNnMXEzSIyQwyTKp { width:18.75rem;height:7.1875rem;top:41.0625rem;left:13rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7NETuOocrxxaWUOSmx2RoVRlMqIgZOH { width:18.75rem;height:1.625rem;top:38.6875rem;left:13rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHc8OlEO77Z9dNS4NSCcnyBU7TtPMbt2 { width:6.75rem;height:6.6875rem;top:30.6875rem;left:19.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3JTrPuttZGwQSNDxvt5osdvHv5uB73X { width:6.75rem;height:6.6875rem;top:8.625rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1CEHycDA53p2RrsC6aTfm7Mrox6D3DP { width:18.75rem;height:1.625rem;top:16.6875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgzFTl53MoE5D8yyk5TWa584FsTnLyL4 { width:18.75rem;height:1.625rem;top:16.6875rem;left:13rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbqUQJ9H2oXRFxIlxuykpIMGTnT8sRII { width:6.75rem;height:6.6875rem;top:8.625rem;left:20.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SsT7kTgykyiupqHQMx0NkpgmT76GNfBT { width:18.75rem;height:1.75rem;top:18.3125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o94KCcxrgS7sic1naS3KncQfJFcvhdoo { width:18.75rem;height:7.1875rem;top:18.9375rem;left:13rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OicrGfl6Z6lw9tW89fu9Xl5ialNxuvog { width:18.9375rem;height:12.5625rem;top:18.9375rem;left:28.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z94RTf3TTSQGIMcTSPLhA2dNMEUAyBhL { width:18.75rem;height:1.625rem;top:16.6875rem;left:28.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9CRR3PrMyrUqXfbFlsGKqwmVdtgULot { width:6.75rem;height:6.6875rem;top:8.625rem;left:36.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3NvZXthSDbGobFbrmwLOQ7sNTqTNtER { top:1.625rem;left:0rem;width:23.0625rem;height:4rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdEnFqrocNs7vtnkuT1G3rSvzw7PA1FD { top:5.625rem;left:0rem;width:22.9375rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H86VfXN4H2hGy79PUThUCTuliIwT5Hs8 { width:6.75rem;height:6.6875rem;top:30.625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ue4FHQZ0PukTXqmpG1gNpbmwFo11kApc { width:15.4375rem;height:1.625rem;top:38.6875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hlfgif32yCiVFHZT7pqOhLAmgFZNavT7 { width:18.625rem;height:7.1875rem;top:41.0625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFIkHKagQedRUdcbTJddx7MdkVZcSEbG { width:18.75rem;height:17.9375rem;top:61rem;left:28.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pr6BaNFrSVUzawM0q4AI8ZseWNlaf5Zy { width:6.75rem;height:6.6875rem;top:50.625rem;left:36.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tH3EomzNRWlDOuzSV1E4axaXfdwZvEQy { width:18.75rem;height:1.625rem;top:58.25rem;left:28.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gahfpcewtWQkFmPZTCL2DhLrRmO2hXS4 { width:6.75rem;height:6.6875rem;top:50.625rem;left:20.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEpThN2kiyokesMwW8LWJMWLloMKrdis { width:18.75rem;height:1.625rem;top:58.25rem;left:13rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUpfODJd745VpfvehyPM1vNIWpoIq5zV { width:18.75rem;height:12.5625rem;top:61rem;left:13rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPaW0sg89btqGyOFp5gnzJzMrHflWAAU { display:block; }#FPaW0sg89btqGyOFp5gnzJzMrHflWAAU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BfikhdPoOUe9XKhLisioRSTxFHlJtCUO { top:17.6875rem;left:0rem;width:47.75rem;height:17.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyClh1K1O1LsmLDT47rNxgB3CO6uMFed { top:9.75rem;left:0rem;width:47.75rem;height:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPfW8Sl2UR5se9FRNwtIU92E7fpQQqfH { top:10.9375rem;left:12.28125rem;width:23.0625rem;height:4rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHABoxwT6Km5hsmURpViWpP0MxVb0TVW { top:14.375rem;left:13.875rem;width:21rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpSszkFfeS3oz7C3TVahC3s8ZkJyHrKo { display:block; }#TpSszkFfeS3oz7C3TVahC3s8ZkJyHrKo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #onSBSzwedfkeEOzsP1VQ9d2VZsU7Pgbk { top:0.5rem;left:10.6875rem;width:23.0625rem;height:4rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MzxCni6VI7ZoRkuChe2vBDzXtrX0dLKf { top:3.9375rem;left:10.75rem;width:22.9375rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmi4a9g1BCVE56gLdg0NMq7oTJl8hU2V { top:7rem;left:0rem;width:47.75rem;height:10.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOvF8JIHqwFuu4IvvtpTWDUaVAVwsMNa { top:18.75rem;left:0rem;width:47.75rem;height:8.4059895833331rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ko67dirXQ3ASZxeX504wdTKt4TFoy9ud { display:block; }#Ko67dirXQ3ASZxeX504wdTKt4TFoy9ud > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TdGv9gECoO8MwgIFQGq4GpvmWIZ2OQta { top:11.9375rem;left:0rem;width:47.75rem;height:9.4375rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMyZ6Og9Ewi1V2wMfkL8tsliQX226dBx { top:32.625rem;left:0rem;width:14.875rem;height:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7PIAuNDILg6zL30QiF8dPRxZoly25yB { top:26.4375rem;left:13.875rem;width:20rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OaTBKrTcrm9T0qv5JZ4Voeam6qgSRddq { display:block; }
 }@media only screen and (max-width: 763px) { #GuVHysor1wtMKfrTsn8VPOTa7kmethFp { display:block; }#GuVHysor1wtMKfrTsn8VPOTa7kmethFp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GL7twqmFz950yPLfrvRTMP1NdoJLOFoM { width:32.5625rem;height:2.6875rem;top:5rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKAoarT0vd4ENohStI4Q7w45Hnsb9i6c { top:19.5rem;left:22.3125rem;width:3.125rem;height:3.125rem;display:block; }
#wKAoarT0vd4ENohStI4Q7w45Hnsb9i6c > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #pBHL6PB5BMuUzl2QM6weG2wCBCK3u8Kg { top:19.5rem;left:27.25rem;width:3.125rem;height:3.125rem;display:block; }
#pBHL6PB5BMuUzl2QM6weG2wCBCK3u8Kg > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #n3WkPkBweQRpGGqvRkhqOtSKFDc0ren3 { top:19.5rem;left:32.625rem;width:3.125rem;height:3.125rem;display:block; }
#n3WkPkBweQRpGGqvRkhqOtSKFDc0ren3 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #O5t4egCDk077QSSR9LpkyPNulwOTesSD { top:19.5rem;left:37.0625rem;width:3.125rem;height:3.125rem;display:block; }
#O5t4egCDk077QSSR9LpkyPNulwOTesSD > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #TUzZ0SKeqr5WTBHQz7PQhqhOmkdf2W49 { top:19.5rem;left:41.5625rem;width:3.125rem;height:3.125rem;display:block; }
#TUzZ0SKeqr5WTBHQz7PQhqhOmkdf2W49 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #CPpfHencTq2hHBr6SEe5IspsxnBxe6V5 { top:19.5rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
#CPpfHencTq2hHBr6SEe5IspsxnBxe6V5 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #QKAM9tB1t2FEOZnxp7TXMRtltHuL95am { top:19.5rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
#QKAM9tB1t2FEOZnxp7TXMRtltHuL95am > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #kRa4PKdpbUdT1O8Byz42EsEpprMgpANT { top:2.6875rem;left:0rem;width:21.0625rem;height:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VSXx9hqecCs3QUaM9ulwIB8cfgvf1TcT { display:none; }#VSXx9hqecCs3QUaM9ulwIB8cfgvf1TcT > .row .container { width:20rem;height:19.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OSoCIEPIuMFgHKiT7PtG7ybeWVQXoMqQ { width:20rem;height:0.0625rem;top:3.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dS7QqmecDzDJeKPT793H3Z2Ov60KvGSn { width:1.5625rem;height:1.5625rem;top:4.75rem;left:2.0625rem;font-size:1.125rem;display:block; }
#dS7QqmecDzDJeKPT793H3Z2Ov60KvGSn > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #dkaG9XxiftGn54c5WXiXuf1i2VBffckA { width:1.5625rem;height:1.5625rem;top:4.75rem;left:4.625rem;font-size:1.125rem;display:block; }
#dkaG9XxiftGn54c5WXiXuf1i2VBffckA > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #G0hhhNX7m4tiPLRW2XSG1fuEHAhg3VCf { width:1.5625rem;height:1.5625rem;top:4.75rem;left:7.1875rem;display:block; }
#G0hhhNX7m4tiPLRW2XSG1fuEHAhg3VCf > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #Tto5DkxkLKErPHNRdAeRWaalT5vuR3I3 { width:1.25rem;height:1.25rem;top:4.90625rem;left:16.875rem;font-size:1.125rem;display:block; }
#Tto5DkxkLKErPHNRdAeRWaalT5vuR3I3 > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #PDhMGXohrfan5SrOETzRnD95SQXyhceJ { width:1.25rem;height:1.25rem;top:4.90625rem;left:14.5rem;font-size:1.125rem;display:block; }
#PDhMGXohrfan5SrOETzRnD95SQXyhceJ > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #TIEObNXXuCx9T0KVbTwm40iDaTMF4FbM { width:1.25rem;height:1.25rem;top:4.90625rem;left:12rem;display:block; }
#TIEObNXXuCx9T0KVbTwm40iDaTMF4FbM > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #uzH3DmuN4ntbZTmx96VInLF4RNUrclTR { width:1.1875rem;height:1.1875rem;top:4.9375rem;left:9.40625rem;display:block; }
#uzH3DmuN4ntbZTmx96VInLF4RNUrclTR > img { max-width: 100%;max-height:100%; width:1.1875rem; height:1.1875rem; } }@media only screen and (max-width: 763px) { #M6FwfaU6mRXdThbmzGPsLl0qwiar4vZy { width:4.375rem;height:4.375rem;top:7.5625rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGF6SqtRSwtlgpmbK4Ct1xrmOFxDkt65 { width:20rem;height:1.6875rem;top:1.291015625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pf74gqVFMtz05gbB5BId1ZZtAKh3F6Dg { display:none; }#pf74gqVFMtz05gbB5BId1ZZtAKh3F6Dg > .row .container { width:20rem;height:31.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Sq5pgSRbmgWVWMubCtqdDt8eAGTnPs8u { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yrvTW4ciHU5bxwknNGbCCEzwLKE7wHfS { top:15.5rem;left:3.75rem;width:12.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEPOGUutpVcLE36AGaLGRLGM2OS3vcTd { display:block; }
 }@media only screen and (max-width: 763px) { #NHHSMakU9DLF2HX0dDOAXGPIJWsKeJuC { display:flex;width:3.125rem;height:3.125rem;top:21.25rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #GvGPa9UTHI4VbR16a9Siu0y2kanGI0ui { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5984b416-1b14-4192-b784-213f696f93b1/Bacground.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#GvGPa9UTHI4VbR16a9Siu0y2kanGI0ui.adaptive-delivery-prevent-bg, #GvGPa9UTHI4VbR16a9Siu0y2kanGI0ui.lazyload, #GvGPa9UTHI4VbR16a9Siu0y2kanGI0ui.lazyloading { background-image: none; }#GvGPa9UTHI4VbR16a9Siu0y2kanGI0ui > .row .container { background-color: transparent; background-image: none; }#GvGPa9UTHI4VbR16a9Siu0y2kanGI0ui::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GvGPa9UTHI4VbR16a9Siu0y2kanGI0ui > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GvGPa9UTHI4VbR16a9Siu0y2kanGI0ui > .row .container > .video-iframe-container { display: none; }#GvGPa9UTHI4VbR16a9Siu0y2kanGI0ui > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GvGPa9UTHI4VbR16a9Siu0y2kanGI0ui > .row > .video-iframe-container { display: none; }#GvGPa9UTHI4VbR16a9Siu0y2kanGI0ui > .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); }#GvGPa9UTHI4VbR16a9Siu0y2kanGI0ui > .row .container { width:20rem;height:40.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z8ikkye0v0EPWlK6dEvndGL8XBluT3UC { height:11.375rem;width:19.875rem;top:26.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2QvrSvqcoszpTHdwtnlTXHdidk2NPrG { width:20rem;height:7.1484375rem;top:9.9375rem;left:0rem;font-size:2.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TLmEolmexQy4HU1vntg6riSxfAEfSXqu { top:21.9892578125rem;left:3.6875rem;width:12.625rem;height:3.8125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f15d5a;background-image:none;color:#ffffff;box-shadow: -0.3125rem 0.3125rem 0.9375rem rgba(0,0,0,0.2) ;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGqMoUeTO6htPf02ey0mQRhLGuo0IQaM { display:block; }
 }@media only screen and (max-width: 763px) { #eOI8GSxi0VbwSeJTcBW0U8Jn2mNhIvPr { width:20rem;height:1.6875rem;top:0.75rem;left:0rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #RGZwXpa8xr81R8CMg7mxAcIdGA3gWaVC { width:5.1875rem;height:5.1875rem;top:4.1875rem;left:7.40625rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #WbFFT4QmV2mhpeQETyiCBCtL2ByuToMA { display:block; }#WbFFT4QmV2mhpeQETyiCBCtL2ByuToMA > .row .container { width:20rem;height:6.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FVE5IhxUir2CtWS34qgM8fHN2tedsbFA { width:20rem;height:2.88720625rem;top:1.369140625rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLCi3DwEKKGxwMQAoeicwmKyakWhsm1p { width:20rem;height:2.669925rem;top:3.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0Sgac9zILLeaC7TbsnLqmeTLR7RRHUZ { display:block; }#u0Sgac9zILLeaC7TbsnLqmeTLR7RRHUZ > .row .container { width:20rem;height:23.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wSX84g6lcMe57VSI3ZLu3fyHN35kBnTd { width:6.25rem;height:7.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfSVQvOqVHrDIiwRP4AHXFzzKA67QpuK { width:5.9375rem;height:6.8125rem;top:7.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKEgAxDdBCKzNcDJRUMTD6iFKl0f5F6s { width:6.9375rem;height:7.875rem;top:0rem;left:13.226063829788rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5yx03H2W239xTATt6zRghlRXVQuDLlM { width:5.875rem;height:7.0625rem;top:7.5rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3HvszhM4k7wVtzfafgIJ5UQ9NSkWgVT { width:6rem;height:7rem;top:14.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DAwum2CHS5yenBCRE6l6ylGqzUFdHZgL { width:6.0625rem;height:7.4375rem;top:7.3125rem;left:13.2255859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddgOgx7p9toTUOzEAvca0Dcoppm90VTt { width:6.4375rem;height:7.875rem;top:0rem;left:6.5496323529413rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mmxfpi4TxpiCsH4DF9qJ3dd2pP2UgDSi { width:7.5625rem;height:7.5625rem;top:14.15625rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #khGMPvn1Vev5CJdavWkTHg5PIVu4f5Xi { width:7.75rem;height:7.75rem;top:14.0625rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8V5BbaMQlRR6Mcbif1t0ZGcyXwG5UZX { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2282958b-bec5-4e1e-8f73-4e27f05e80b1/noroot.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !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; }#A8V5BbaMQlRR6Mcbif1t0ZGcyXwG5UZX.adaptive-delivery-prevent-bg, #A8V5BbaMQlRR6Mcbif1t0ZGcyXwG5UZX.lazyload, #A8V5BbaMQlRR6Mcbif1t0ZGcyXwG5UZX.lazyloading { background-image: none; }#A8V5BbaMQlRR6Mcbif1t0ZGcyXwG5UZX > .row .container { background-color: transparent; background-image: none; }#A8V5BbaMQlRR6Mcbif1t0ZGcyXwG5UZX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A8V5BbaMQlRR6Mcbif1t0ZGcyXwG5UZX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A8V5BbaMQlRR6Mcbif1t0ZGcyXwG5UZX > .row .container > .video-iframe-container { display: none; }#A8V5BbaMQlRR6Mcbif1t0ZGcyXwG5UZX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A8V5BbaMQlRR6Mcbif1t0ZGcyXwG5UZX > .row > .video-iframe-container { display: none; }#A8V5BbaMQlRR6Mcbif1t0ZGcyXwG5UZX > .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); }#A8V5BbaMQlRR6Mcbif1t0ZGcyXwG5UZX > .row .container { border-width: 0; border-radius: 0; }#A8V5BbaMQlRR6Mcbif1t0ZGcyXwG5UZX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#A8V5BbaMQlRR6Mcbif1t0ZGcyXwG5UZX > .row .container { width:20rem;height:43.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cEmyAVxQTQf7l2s27TkwuhuP3wsJg2AR { width:20rem;height:24.93161875rem;top:10.2587890625rem;left:0rem;font-size:1.1875rem;text-align:right;text-align-last:right;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #aXM0wMTWM82TVTNpQaF1K1U4JtTlRXxc { width:20rem;height:29.4375rem;top:7.4775390625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ka8WMzzvCERM9TK6gQWNb1BTsIlVxmvS { top:38.1650390625rem;left:0.4375rem;width:19.125rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFJE2dxyKUQPCO1QZk55oXSRtoGTE7Xn { display:block; }
 }@media only screen and (max-width: 763px) { #pP5gWMH0y9MNEKIqN77x4B1d0cbvXACq { display:block; }#pP5gWMH0y9MNEKIqN77x4B1d0cbvXACq > .row .container { width:20rem;height:12.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OAlAWF5vMMonTfuHf9t4evTCxKON5CJl { width:20rem;height:2.19970625rem;top:5.169925rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOKloBGoXqiV8W5kWZNfn1QuAEfSvkeh { width:19.5rem;height:2.625rem;top:7.369140625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFDXRHIWnKTxBSgxtrdvkcOK3LHFNoLX { display:block; }#lFDXRHIWnKTxBSgxtrdvkcOK3LHFNoLX > .row .container { width:20rem;height:43.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tvp6Ki16SNtqsz0Fv7c0UdIrZUQwLHxd { width:20rem;height:2.19970625rem;top:33.650390625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1wm2snp9PnUSUTHPWRyo2UOkHATd2ua { width:18.8125rem;height:4.875rem;top:36.86328125rem;left:1.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tf9cH2gu35aAN1hL39k3hV8QLm8VToES { width:9.625rem;height:9.3125rem;top:21.75rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCAbykFpZAeawFVSovoCLJR8GXRcsVvc { width:18.8125rem;height:4.875rem;top:15.6875rem;left:1.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBQbxvQt708xoST83CdE6JOh2VDNZ0pN { width:20rem;height:2.19970625rem;top:12.955078125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7UrxIO3qIBQgdDWWdmdfCF3kr3bo8kR { width:9.1875rem;height:9.625rem;top:1.25rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uaZFKWtXFmTAhUdRiJKttK0bqIPKrTov { width:20rem;height:20.625rem;top:-0.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyiNcVIFgO69yz0qnRgVO8fGXadgHhit { width:20rem;height:22.4375rem;top:20.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #quE4WmhzeCxdGQ5EkqWlp8fMPMpzrLuV { display:block; }#quE4WmhzeCxdGQ5EkqWlp8fMPMpzrLuV > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ge3qPkJt6N42f9N7s1pSsphA3Bgk3Szq { width:20rem;height:2.19970625rem;top:2.357421875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mp0s6MKq8VO1fsLgWtuEBPhizHdfF4TP { width:17.5625rem;height:2.25rem;top:5.1240234375rem;left:1.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKTcTbJT055MIRTkM61OTeRQSFLdteCp { width:20rem;height:7.55980861244rem;top:8.619140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFE44NPixfZiF1OsnNJbVfc9Q17Zevvb { display:block; }#XFE44NPixfZiF1OsnNJbVfc9Q17Zevvb > .row .container { width:20rem;height:42.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc .widget-regular-label { display:block;width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc .widget-input-text {padding-top: 0; padding-bottom: 0;}#CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc .widget-input-select {padding-top: 0; padding-bottom: 0;}#CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc .widget-input-button { width:7.3125rem;margin-top:0.25rem;margin-right:5.0625rem;margin-bottom:0.25rem;margin-left:5.0625rem;font-size:2.375rem;overflow:hidden;line-height:1.2;height:4.4375rem; }
#CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc [class*="-text"]:-moz-placeholder { text-align:right;text-align-last:right; }
#CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc [class*="-text"]::-moz-placeholder { text-align:right;text-align-last:right; }
#CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc [class*="-text"]:-ms-input-placeholder { text-align:right;text-align-last:right; }
#CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc [class*="-text"]::-webkit-input-placeholder { text-align:right;text-align-last:right; }
#CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc  { width:17.5rem;height:auto;top:7.9091796875rem;left:0rem; }
#CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc {display:block;}#CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc { width:17.5rem;height:auto;top:7.9091796875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc #TOmonRB6F7l7gTBkmQvSP3K6iIXof3Az {  }
 }@media only screen and (max-width: 763px) { #CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc #PIXwB1DGW8AUxa4k7Uz4koG9VKNXVrGG { display:block; }
 }@media only screen and (max-width: 763px) { #CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc #ZQ2SqsWLtg2fGcRmnKK8lH4r7Dkn3a7n {  }
 }@media only screen and (max-width: 763px) { #CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc #J7v8aMGaSnn8HWZiTAFOLg68NtAZEaNn {  }
 }@media only screen and (max-width: 763px) { #CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc #Fga0hSJlRxyUE1kbN2TAseEwBKTVcbTU { display:block; }
 }@media only screen and (max-width: 763px) { #CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc #yHKO34RPc9k42WWQGbNbXKBcEaGZMb7L {  }
 }@media only screen and (max-width: 763px) { #CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc #hHoJ37M9Q7n1BzLo2BAvRWvEav4e1ER7 {  }
 }@media only screen and (max-width: 763px) { #CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc #KJ2kI7ycTFn7bddy9Icrtyih27v3m1bs { display:block; }
 }@media only screen and (max-width: 763px) { #CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc #csZmNzCu22HKTughuVqCKZdItT3xk1pH {  }
 }@media only screen and (max-width: 763px) { #CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc #ITnKdXxaTCqHMrwdA2Q98T7u3TTZ4aC2 {  }
 }@media only screen and (max-width: 763px) { #CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc #SWkaFL4Qa2H0xEr7sx613ByLHx7Faq3e { display:block; }
 }@media only screen and (max-width: 763px) { #CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc #pghz23VHFNy5s0RCJc4vnFMvdkU1FXS8 {  }
 }@media only screen and (max-width: 763px) { #CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc #MJ8m9bZhCmbrAGntT46u6eDuKXhIumbo {  }
 }@media only screen and (max-width: 763px) { #CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc #b2gEHZ8zvdNJmxixbSk73TdIKJgtCHpU { display:block; }
 }@media only screen and (max-width: 763px) { #CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc #uNJ0Ve6fnxTa4qmZCz7NCeTLd6amgHII {  }
 }@media only screen and (max-width: 763px) { #OzFz5bx1dfhGkmn2qwHigTtqoyX5oT0T { display:block; }
 }@media only screen and (max-width: 763px) { #CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc #oVBqxLwMTs5tATkESZwledGccTb7dse6 {  }
 }@media only screen and (max-width: 763px) { #CsyUo0eIJkg9fsqKVuQsZTxSwruMkGuc #vlHRKDWFQmMVT2rqm8sC3Q5MeiCNZNI5 {  }
 }@media only screen and (max-width: 763px) { #WfuHb5wim23RTii77ItBwrzVBJn8nVgB { width:20rem;height:6.597625rem;top:2.5615234375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAFGV00274sTyClUIftMPFLfg7NBNrHl { display:block; }#XAFGV00274sTyClUIftMPFLfg7NBNrHl > .row .container { width:20rem;height:9.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c7paDaqthbKPDJrxyIPCExCqH5wA8Ouy { width:20rem;height:2.61230625rem;top:1.107421875rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOIC5z4C4suZEfVbHW9Kr5TGLEqMCTVD { width:20rem;height:2.669925rem;top:5.5390625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyVbVB6K9ovVJ19T2p4csN4SIvgxh38z { display:block; }#ZyVbVB6K9ovVJ19T2p4csN4SIvgxh38z > .row .container { width:20rem;height:58.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rJpG4TkGWCRNAxUqfmT7UsqDEOcJvngt { width:18.5625rem;height:46.0625rem;top:1.25rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLecQtplVC6WiUgyXGysTENK1Hs4VXpp { top:53.875rem;left:0.46875rem;width:19.0625rem;height:4.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f15d5a;background-image:none;color:#ffffff;box-shadow: -0.3125rem 0.3125rem 0.9375rem rgba(0,0,0,0.2) ;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;font-size:1.625rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #ZpnHoXpNkR7bnnexkrLJOmoI8VvkzSOx { display:block; }
 }@media only screen and (max-width: 763px) { #qN6mBGQcXHRuyMH26qvdcxaxnlwQmHOq { top:66.8359375rem;left:3.75rem;width:12.5rem;height:4.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #lfAmnBlq8U1cQnsH3w7nksHIQJzCh61D { display:block; }
 }@media only screen and (max-width: 763px) { #K29e7kWlGzvdxHWzGafZSBTUtuaWRfHv { display:block; }#K29e7kWlGzvdxHWzGafZSBTUtuaWRfHv > .row .container { width:20rem;height:59.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W28kxM2pIunWJXNe7oPTBeWKIP39CiF4 { width:18.75rem;height:56.5625rem;top:1.25rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3GHoQKK9U7HkH90F5xrF460OAk1ozzv { display:block; }#U3GHoQKK9U7HkH90F5xrF460OAk1ozzv > .row .container { width:20rem;height:25.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xvLBT7ksbo9GrIKAMpHA2w5BRklNBlKD { height:11.0713125rem;width:20rem;top:13.59475rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxKfE1uOzMTwNg2tTxP9PNazA8G6BTAl { height:11.0956875rem;width:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4UatyaKixPCCXKe1M5sIoNJ381uvMKL { display:block; }#v4UatyaKixPCCXKe1M5sIoNJ381uvMKL > .row .container { width:20rem;height:11.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xTlgdOTTtttG6wyVhJGWf1yKe9f4uWAk { width:20rem;height:2.61230625rem;top:5.169925rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7sQJ8ECNEzTr9m5dpKv4Qrn2upZmBMd { width:16.625rem;height:2.125rem;top:7.369140625rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEI63hlW5uS9RNpveDx2oqI44XacADqz { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/fb819439-9505-4b45-94c5-b8b0304963f9/Reka1.png");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#rEI63hlW5uS9RNpveDx2oqI44XacADqz.adaptive-delivery-prevent-bg, #rEI63hlW5uS9RNpveDx2oqI44XacADqz.lazyload, #rEI63hlW5uS9RNpveDx2oqI44XacADqz.lazyloading { background-image: none; }#rEI63hlW5uS9RNpveDx2oqI44XacADqz > .row .container { background-color: transparent; background-image: none; }#rEI63hlW5uS9RNpveDx2oqI44XacADqz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.78); }#rEI63hlW5uS9RNpveDx2oqI44XacADqz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rEI63hlW5uS9RNpveDx2oqI44XacADqz > .row .container > .video-iframe-container { display: none; }#rEI63hlW5uS9RNpveDx2oqI44XacADqz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.78); }#rEI63hlW5uS9RNpveDx2oqI44XacADqz > .row > .video-iframe-container { display: none; }#rEI63hlW5uS9RNpveDx2oqI44XacADqz > .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); }#rEI63hlW5uS9RNpveDx2oqI44XacADqz > .row .container { width:20rem;height:203.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #es1wXgbsHLrtwT62isplQ6pQcFiE3Nsu { width:20rem;height:12.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxkEwriQxAzd6hfnAAGFDlUMt3oLfeEg { width:20rem;height:13.375rem;top:12.5625rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Lx3oCO8EVKazmrr0zAOTHsyeOfNQIm5J { width:10.3125rem;height:14.75rem;top:61.375rem;left:9.6875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #zyX74R3iqh2onkROVzmSwQxN7U0isKGb { width:20rem;height:11.25rem;top:52.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUm4AzOwfB9Q2riDf3EXtPt6AxTkVdIJ { width:10.0625rem;height:13.5rem;top:62.5625rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #hhmtGQx92q5GSenWdmH0wVcaWfWfuWyE { width:20rem;height:27.6875rem;top:25.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzEyZOzq3XQAMN9KpMy9Dwz7dAw87ZOO { width:20rem;height:22.6875rem;top:127.6435546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvzWFuDBhpZWV11VcUAB9PTTTTOCgpNc { width:10rem;height:18rem;top:87.3125rem;left:0rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #iJX6lIOznohOZ8yXUHuOaQStXibvmZmz { width:20rem;height:11.25rem;top:76.0625rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #KQdnpboJCCKMAoeWzzK53TrkWvLCNUph { width:20rem;height:13.333rem;top:114.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f89K3hyus0BEIUsRO4nBD55gLilI78Qv { width:20rem;height:11.0625rem;top:150.3310546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCgTwO5qZJkhIFwXpDv6ppTrs13cDSZk { width:20rem;height:9rem;top:105.3125rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #yi8EfTumFNNNo7R2qf0xJurEBel1VXth { width:13.3125rem;height:17.9375rem;top:87.3125rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7p3afXaor4MOV0JLERbOFRdwgUOfsSI { top:161.3935546875rem;left:0rem;width:20rem;height:14.9375rem;z-index:15006;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #X1uNlpO5UPyitAOCi9M1O8AAPNqbey41 { top:176.3310546875rem;left:0rem;width:20rem;height:26.8125rem;z-index:15007;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #O4ECJKUVoaTwemBXOhM6BT4HVfy46nuT { display:block; }#O4ECJKUVoaTwemBXOhM6BT4HVfy46nuT > .row .container { width:20rem;height:232.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oI84BW0awxQfHcViwwMe4Ima3P26Gual { width:6.75rem;height:6.6875rem;top:80.0625rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHuWwDlH7Qqr9OOlx6g2W2FOQANTd96t { width:18.75rem;height:1.54345625rem;top:88.3125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7gIP0uafdZyOuoFnyHFtoNxB0tq2GES { width:18.75rem;height:7.597625rem;top:92.5rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1s7O5SbhTWMGkAmZ72zLxydE2RCX5dX { width:18.75rem;height:5.69824375rem;top:123.6875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #euX3fZ9Hpf4wSiT5wVtv1nT0qUhgoULs { width:18.75rem;height:1.54345625rem;top:120.875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wetzoFQinIsrfTUEbcyhTTCAcsOPw4Dd { width:6.75rem;height:6.6875rem;top:112.4375rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ukmdtd6Ncz3X9TwOfNnMXEzSIyQwyTKp { width:18.75rem;height:7.597625rem;top:143.5rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7NETuOocrxxaWUOSmx2RoVRlMqIgZOH { width:18.75rem;height:1.54345625rem;top:140.4375rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHc8OlEO77Z9dNS4NSCcnyBU7TtPMbt2 { width:6.75rem;height:6.6875rem;top:132.3125rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3JTrPuttZGwQSNDxvt5osdvHv5uB73X { width:6.75rem;height:6.6875rem;top:9.3125rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1CEHycDA53p2RrsC6aTfm7Mrox6D3DP { width:18.75rem;height:1.54345625rem;top:17.5rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgzFTl53MoE5D8yyk5TWa584FsTnLyL4 { width:18.75rem;height:1.54345625rem;top:38.9375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbqUQJ9H2oXRFxIlxuykpIMGTnT8sRII { width:6.75rem;height:6.6875rem;top:28.10546875rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SsT7kTgykyiupqHQMx0NkpgmT76GNfBT { width:18.75rem;height:1.8999rem;top:20.75rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o94KCcxrgS7sic1naS3KncQfJFcvhdoo { width:18.75rem;height:7.597625rem;top:42.16796875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OicrGfl6Z6lw9tW89fu9Xl5ialNxuvog { width:18.75rem;height:13.295875rem;top:64.2041015625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z94RTf3TTSQGIMcTSPLhA2dNMEUAyBhL { width:18.75rem;height:1.54345625rem;top:61.375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9CRR3PrMyrUqXfbFlsGKqwmVdtgULot { width:6.75rem;height:6.6875rem;top:52.5rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3NvZXthSDbGobFbrmwLOQ7sNTqTNtER { width:20rem;height:2.61230625rem;top:3.0625rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdEnFqrocNs7vtnkuT1G3rSvzw7PA1FD { width:15.625rem;height:2rem;top:5.625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H86VfXN4H2hGy79PUThUCTuliIwT5Hs8 { width:6.75rem;height:6.6875rem;top:152.1103515625rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ue4FHQZ0PukTXqmpG1gNpbmwFo11kApc { width:15.4375rem;height:1.54345625rem;top:159.6728515625rem;left:2.28125rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hlfgif32yCiVFHZT7pqOhLAmgFZNavT7 { width:18.625rem;height:9.4970625rem;top:162.72265625rem;left:1.375rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFIkHKagQedRUdcbTJddx7MdkVZcSEbG { width:18.75rem;height:18.994125rem;top:212.9794921875rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pr6BaNFrSVUzawM0q4AI8ZseWNlaf5Zy { width:6.75rem;height:6.6875rem;top:200.9921875rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tH3EomzNRWlDOuzSV1E4axaXfdwZvEQy { width:18.75rem;height:1.54345625rem;top:209.4296875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gahfpcewtWQkFmPZTCL2DhLrRmO2hXS4 { width:6.75rem;height:6.6875rem;top:174.43359375rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEpThN2kiyokesMwW8LWJMWLloMKrdis { width:18.75rem;height:1.54345625rem;top:182.05859375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUpfODJd745VpfvehyPM1vNIWpoIq5zV { width:18.75rem;height:17.094725rem;top:185.0859375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPaW0sg89btqGyOFp5gnzJzMrHflWAAU { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/cdfb3fa6-71e0-412a-bc03-cf8efccb40f4/1920BannerGrafiti.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#FPaW0sg89btqGyOFp5gnzJzMrHflWAAU.adaptive-delivery-prevent-bg, #FPaW0sg89btqGyOFp5gnzJzMrHflWAAU.lazyload, #FPaW0sg89btqGyOFp5gnzJzMrHflWAAU.lazyloading { background-image: none; }#FPaW0sg89btqGyOFp5gnzJzMrHflWAAU > .row .container { background-color: transparent; background-image: none; }#FPaW0sg89btqGyOFp5gnzJzMrHflWAAU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FPaW0sg89btqGyOFp5gnzJzMrHflWAAU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FPaW0sg89btqGyOFp5gnzJzMrHflWAAU > .row .container > .video-iframe-container { display: none; }#FPaW0sg89btqGyOFp5gnzJzMrHflWAAU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FPaW0sg89btqGyOFp5gnzJzMrHflWAAU > .row > .video-iframe-container { display: none; }#FPaW0sg89btqGyOFp5gnzJzMrHflWAAU > .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); }#FPaW0sg89btqGyOFp5gnzJzMrHflWAAU > .row .container { width:20rem;height:57.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BfikhdPoOUe9XKhLisioRSTxFHlJtCUO { width:20rem;height:26.8125rem;top:16.48828125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyClh1K1O1LsmLDT47rNxgB3CO6uMFed { width:20rem;height:36.5625rem;top:10.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPfW8Sl2UR5se9FRNwtIU92E7fpQQqfH { width:20rem;height:2.61230625rem;top:12.0625rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHABoxwT6Km5hsmURpViWpP0MxVb0TVW { width:15.6875rem;height:1.875rem;top:14.61328125rem;left:2.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpSszkFfeS3oz7C3TVahC3s8ZkJyHrKo { display:block; }#TpSszkFfeS3oz7C3TVahC3s8ZkJyHrKo > .row .container { width:20rem;height:30.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #onSBSzwedfkeEOzsP1VQ9d2VZsU7Pgbk { width:20rem;height:2.61230625rem;top:1.4990234375rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MzxCni6VI7ZoRkuChe2vBDzXtrX0dLKf { width:16.625rem;height:2.125rem;top:4.0498046875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmi4a9g1BCVE56gLdg0NMq7oTJl8hU2V { width:20rem;height:14.4375rem;top:6.744140625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOvF8JIHqwFuu4IvvtpTWDUaVAVwsMNa { width:20rem;height:3.52050625rem;top:23.806640625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ko67dirXQ3ASZxeX504wdTKt4TFoy9ud { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/90558a3d-ad6c-4dfb-999b-ce6955155d1d/1920BannerForm.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#Ko67dirXQ3ASZxeX504wdTKt4TFoy9ud.adaptive-delivery-prevent-bg, #Ko67dirXQ3ASZxeX504wdTKt4TFoy9ud.lazyload, #Ko67dirXQ3ASZxeX504wdTKt4TFoy9ud.lazyloading { background-image: none; }#Ko67dirXQ3ASZxeX504wdTKt4TFoy9ud > .row .container { background-color: transparent; background-image: none; }#Ko67dirXQ3ASZxeX504wdTKt4TFoy9ud::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ko67dirXQ3ASZxeX504wdTKt4TFoy9ud > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ko67dirXQ3ASZxeX504wdTKt4TFoy9ud > .row .container > .video-iframe-container { display: none; }#Ko67dirXQ3ASZxeX504wdTKt4TFoy9ud > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ko67dirXQ3ASZxeX504wdTKt4TFoy9ud > .row > .video-iframe-container { display: none; }#Ko67dirXQ3ASZxeX504wdTKt4TFoy9ud > .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); }#Ko67dirXQ3ASZxeX504wdTKt4TFoy9ud > .row .container { width:20rem;height:26.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TdGv9gECoO8MwgIFQGq4GpvmWIZ2OQta { width:20rem;height:11.4551125rem;top:5.6240234375rem;left:0rem;font-size:2.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #oMyZ6Og9Ewi1V2wMfkL8tsliQX226dBx { width:17.4375rem;height:9.875rem;top:43.0966796875rem;left:1.28125rem;display:none; }
 }@media only screen and (max-width: 763px) { #d7PIAuNDILg6zL30QiF8dPRxZoly25yB { top:18.65966796875rem;left:1rem;width:18rem;height:5.1875rem;font-size:2.5625rem;color:#ffffff;background-color:#f15d5a;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #OaTBKrTcrm9T0qv5JZ4Voeam6qgSRddq { display:block; }
 }@media only screen and (max-width: 763px) { #GuVHysor1wtMKfrTsn8VPOTa7kmethFp { background-color:#3f035f;background-image:url("https://images.assets-landingi.com/uc/fa1419a4-7f5a-46ac-a981-b6613c6253f5/1920BannerFuter.png");background-position:center right !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#GuVHysor1wtMKfrTsn8VPOTa7kmethFp.adaptive-delivery-prevent-bg, #GuVHysor1wtMKfrTsn8VPOTa7kmethFp.lazyload, #GuVHysor1wtMKfrTsn8VPOTa7kmethFp.lazyloading { background-image: none; }#GuVHysor1wtMKfrTsn8VPOTa7kmethFp > .row .container { background-color: transparent; background-image: none; }#GuVHysor1wtMKfrTsn8VPOTa7kmethFp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GuVHysor1wtMKfrTsn8VPOTa7kmethFp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GuVHysor1wtMKfrTsn8VPOTa7kmethFp > .row .container > .video-iframe-container { display: none; }#GuVHysor1wtMKfrTsn8VPOTa7kmethFp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GuVHysor1wtMKfrTsn8VPOTa7kmethFp > .row > .video-iframe-container { display: none; }#GuVHysor1wtMKfrTsn8VPOTa7kmethFp > .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); }#GuVHysor1wtMKfrTsn8VPOTa7kmethFp > .row .container { width:20rem;height:58.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GL7twqmFz950yPLfrvRTMP1NdoJLOFoM { width:16.25rem;height:2.0996125rem;top:40.5390625rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1.75rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #wKAoarT0vd4ENohStI4Q7w45Hnsb9i6c { display:flex;width:2rem;height:2rem;top:44.8125rem;left:1.875rem; }
#wKAoarT0vd4ENohStI4Q7w45Hnsb9i6c > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #pBHL6PB5BMuUzl2QM6weG2wCBCK3u8Kg { display:flex;width:2.125rem;height:2.125rem;top:44.75rem;left:4.5625rem; }
#pBHL6PB5BMuUzl2QM6weG2wCBCK3u8Kg > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; } }@media only screen and (max-width: 763px) { #n3WkPkBweQRpGGqvRkhqOtSKFDc0ren3 { display:flex;width:2.1875rem;height:2.1875rem;top:44.75rem;left:7.25rem; }
#n3WkPkBweQRpGGqvRkhqOtSKFDc0ren3 > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #O5t4egCDk077QSSR9LpkyPNulwOTesSD { display:flex;width:2.3125rem;height:2.3125rem;top:44.6875rem;left:10.0625rem; }
#O5t4egCDk077QSSR9LpkyPNulwOTesSD > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; } }@media only screen and (max-width: 763px) { #TUzZ0SKeqr5WTBHQz7PQhqhOmkdf2W49 { display:flex;width:2.1875rem;height:2.1875rem;top:44.75rem;left:13.125rem; }
#TUzZ0SKeqr5WTBHQz7PQhqhOmkdf2W49 > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #CPpfHencTq2hHBr6SEe5IspsxnBxe6V5 { display:flex;width:2.3125rem;height:2.3125rem;top:44.6875rem;left:15.875rem; }
#CPpfHencTq2hHBr6SEe5IspsxnBxe6V5 > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; } }@media only screen and (max-width: 763px) { #QKAM9tB1t2FEOZnxp7TXMRtltHuL95am { display:flex;width:3.125rem;height:3.125rem;top:55.202175rem;left:8.4375rem; }
#QKAM9tB1t2FEOZnxp7TXMRtltHuL95am > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #kRa4PKdpbUdT1O8Byz42EsEpprMgpANT { width:18.1875rem;height:18.5625rem;top:6.662109375rem;left:0.90625rem;display:block; }
 }