.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;
}
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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;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); }#S71roXeQXe1U86gxWnwwVgnnwqJ4mMnu { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:199999;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:fixed;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;top:0rem;left:0rem;right:0rem;display:block; }#S71roXeQXe1U86gxWnwwVgnnwqJ4mMnu > .row .container { background-color: transparent; background-image: none; }#S71roXeQXe1U86gxWnwwVgnnwqJ4mMnu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S71roXeQXe1U86gxWnwwVgnnwqJ4mMnu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S71roXeQXe1U86gxWnwwVgnnwqJ4mMnu > .row .container > .video-iframe-container { display: none; }#S71roXeQXe1U86gxWnwwVgnnwqJ4mMnu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S71roXeQXe1U86gxWnwwVgnnwqJ4mMnu > .row > .video-iframe-container { display: none; }#S71roXeQXe1U86gxWnwwVgnnwqJ4mMnu > .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); }#S71roXeQXe1U86gxWnwwVgnnwqJ4mMnu > .row .container { border-width: 0; border-radius: 0; }#S71roXeQXe1U86gxWnwwVgnnwqJ4mMnu > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#S71roXeQXe1U86gxWnwwVgnnwqJ4mMnu > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;overflow:visible;position:relative;display:block; }#HWNC3sEIxzWrF2MNRsJezPRSgNQdqW6v { color:#323330;display:block;width:10.3125rem;position:absolute;font-family:"kumbh sans";font-size:0.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.1875rem;left:64.5625rem;height:1.13720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OrAIxAymeHT4ahFS3FpQUWw1S2XlWc9p { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:2.6875rem;left:62.5rem; }
#pXR3i3bpcCOp8K7T0ycZyz9GoTz9OzNQ { color:#323330;display:block;width:6.875rem;position:absolute;font-family:"kumbh sans";font-size:0.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.625rem;left:26.125rem;height:1.13720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MDomLo7Fdqmc8JuxtZQAVliMvVCvnvuv { color:#323330;display:block;width:6.5rem;position:absolute;font-family:"kumbh sans";font-size:0.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:2.625rem;left:33rem;height:1.13720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Q6v1MebOXMBt69bhXKx1dueFSlCuAlnT { color:#323330;display:block;width:11.5625rem;position:absolute;font-family:"kumbh sans";font-size:0.875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:2.625rem;left:39.5rem;height:1.13720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#y5ZcvFTHoOcLXsTkdH7ch6RALIbrsEw2 { color:#323330;display:block;width:4rem;position:absolute;font-family:"kumbh sans";font-size:0.875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:2.625rem;left:51.0625rem;height:1.13720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ub2B7o0T6GHy5ekXkps6ICkiy5TPaMOT { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ff9500, #ff5e3a);background-image: -moz-linear-gradient(180deg, #ff9500, #ff5e3a);background-image: -ms-linear-gradient(180deg, #ff9500, #ff5e3a);background-image: -o-linear-gradient(180deg, #ff9500, #ff5e3a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9500', endColorstr='#ff5e3a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9500', endColorstr='#ff5e3a' );";background-image: linear-gradient(180deg, #ff9500, #ff5e3a);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"kumbh sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.5rem;height:2.5rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:2.3125rem;left:64.5rem;display:block; }
#LI5C1eyFcJV30dBGhPMQI3xMgEm5eJ2P { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uabDaIb4tG12tU7SuJZFUKW1DKmtFOKq { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:6.125rem;top:0.78125rem;left:0rem;overflow:hidden;display:block; }
#UIlw81IaHILFWF0s1RUq2sSm7GXuyz9z { position:relative;display:block; }#UIlw81IaHILFWF0s1RUq2sSm7GXuyz9z { background-color: transparent; background-image: none; }#UIlw81IaHILFWF0s1RUq2sSm7GXuyz9z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UIlw81IaHILFWF0s1RUq2sSm7GXuyz9z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UIlw81IaHILFWF0s1RUq2sSm7GXuyz9z > .row .container > .video-iframe-container { display: none; }#UIlw81IaHILFWF0s1RUq2sSm7GXuyz9z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UIlw81IaHILFWF0s1RUq2sSm7GXuyz9z > .row > .video-iframe-container { display: none; }#UIlw81IaHILFWF0s1RUq2sSm7GXuyz9z > .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); }#UIlw81IaHILFWF0s1RUq2sSm7GXuyz9z { border-width: 0; border-radius: 0; }#UIlw81IaHILFWF0s1RUq2sSm7GXuyz9z > .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; }#UIlw81IaHILFWF0s1RUq2sSm7GXuyz9z > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#HIW9PbKGJz7QXu0mswQ6O80y1TLeOlVJ { position:relative;display:none; }#HIW9PbKGJz7QXu0mswQ6O80y1TLeOlVJ { border-width: 0; border-radius: 0; }#HIW9PbKGJz7QXu0mswQ6O80y1TLeOlVJ > .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; }#HIW9PbKGJz7QXu0mswQ6O80y1TLeOlVJ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#py8BDMCf5o5qEWEnZHniJbtQvIaLr9XI { color:#000000;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.0625rem;left:60.8125rem;height:1.13671875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#bqqcQZ6MTcuSX9d5WP0EfyQDO9lcdRGO { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:2.4375rem;left:59.5625rem;display:none; }
#Ud5ENwnhZt4ZCeX2aLCWuurzomXzO5Ww { 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:15000;opacity:1;display:none; }
#rKG9eQgwiHO0sMp2z1aX95WifMyA2Uc6 { color:#000000;display:block;width:6.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.1875rem;left:25.5rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#zQJZug6OUGxBvKMtBsRyFAphviq4TTRf { color:#000000;display:block;width:6.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:2.1875rem;left:32.375rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#FyPNU69QqhxVtXrA6J1krFeaW137DGPG { color:#000000;display:block;width:11.5625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:2.1875rem;left:38.875rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#RgafPkpx3NTTNo93VRGFJpvRwy9SRfhg { color:#000000;display:block;width:4rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:2.1875rem;left:50.4375rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#mWF6eQF9IysTuTM7dzZIuKAXsmNZK5gP { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#dGuKVWISl1Z3PpktEGVMc0ppAOs6N8SA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oApJK98M5yQTiTdU7gPBh2B9qschN3Su { 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:36.8125rem;width:48.625rem;display:none; }
#aClsWGQ6EhEhrCR1z97NGxG9AbBCsA7L { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/26d85c4d-e6ec-464c-af2e-cc4e9fe6ae70/9d8859cf190d45d3a14543cd96abf5a1.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#aClsWGQ6EhEhrCR1z97NGxG9AbBCsA7L.adaptive-delivery-prevent-bg, #aClsWGQ6EhEhrCR1z97NGxG9AbBCsA7L.lazyload, #aClsWGQ6EhEhrCR1z97NGxG9AbBCsA7L.lazyloading { background-image: none; }#aClsWGQ6EhEhrCR1z97NGxG9AbBCsA7L > .row .container { background-color: transparent; background-image: none; }#aClsWGQ6EhEhrCR1z97NGxG9AbBCsA7L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.78); }#aClsWGQ6EhEhrCR1z97NGxG9AbBCsA7L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aClsWGQ6EhEhrCR1z97NGxG9AbBCsA7L > .row .container > .video-iframe-container { display: none; }#aClsWGQ6EhEhrCR1z97NGxG9AbBCsA7L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.78); }#aClsWGQ6EhEhrCR1z97NGxG9AbBCsA7L > .row > .video-iframe-container { display: none; }#aClsWGQ6EhEhrCR1z97NGxG9AbBCsA7L > .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); }#aClsWGQ6EhEhrCR1z97NGxG9AbBCsA7L > .row .container { border-width: 0; border-radius: 0; }#aClsWGQ6EhEhrCR1z97NGxG9AbBCsA7L::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#aClsWGQ6EhEhrCR1z97NGxG9AbBCsA7L > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#aClsWGQ6EhEhrCR1z97NGxG9AbBCsA7L > .row .container { font-size:0.875rem;font-family:arial;height:41.875rem;width:75rem;overflow:visible;position:relative;display:block; }#t5cHqcMMvGTn7eJHdcUDxczAizwgTFtC { color:#ffffff;display:block;width:42.8125rem;position:absolute;font-family:"kumbh sans";font-size:2.6875rem;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;top:10.1875rem;left:0rem;height:8.8681875rem;font-style:normal;display:block; }
#N5pZc4RxZTeKCuod9TcwZgsSKFc78VDS { box-sizing:content-box;height:35.75rem;width:26.875rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #c73d4b, #e29b10);background-image: -moz-linear-gradient(180deg, #c73d4b, #e29b10);background-image: -ms-linear-gradient(180deg, #c73d4b, #e29b10);background-image: -o-linear-gradient(180deg, #c73d4b, #e29b10);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c73d4b', endColorstr='#e29b10' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c73d4b', endColorstr='#e29b10' );";background-image: linear-gradient(180deg, #c73d4b, #e29b10);background-size:auto !important;top:3.375rem;left:48.125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#PJJoQvKku9pDwNipxXAMIlWoaMrRLTqE { 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:1.25rem;width:6.875rem;top:7.8125rem;left:0rem;overflow:hidden;display:block; }
#pliBqQFgLC23UDp3atNerTlxd3hTkin6 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"kumbh sans";font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:7.9375rem;left:7.375rem;height:1.29980625rem;display:block; }
#XTREC4fXNstGWXNROL86lytIZnComQTr { color:#ffffff;display:block;width:43.3125rem;position:absolute;font-family:"kumbh sans";font-size:1rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:21.125rem;left:0rem;height:1.5rem;display:block; }
#SKrVz8nDdt5FwTq2LK8QSk8C4hLskoeQ { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ff9500, #ff5e3a);background-image: -moz-linear-gradient(180deg, #ff9500, #ff5e3a);background-image: -ms-linear-gradient(180deg, #ff9500, #ff5e3a);background-image: -o-linear-gradient(180deg, #ff9500, #ff5e3a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9500', endColorstr='#ff5e3a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9500', endColorstr='#ff5e3a' );";background-image: linear-gradient(180deg, #ff9500, #ff5e3a);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"kumbh sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.625rem;height:3.75rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:26.875rem;left:0rem;display:block; }
#QqBeEc2DLb2aWQTvG0lqwlrSPAz77FbF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FnRpEEP0DwiTMXlwv4EOei2PNQQrKiWX { color:#ffffff;display:block;width:21.875rem;position:absolute;font-family:"kumbh sans";font-size:1.625rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:4.1875rem;left:50.625rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#c2dQFCksFdTdMbdPiESVWT723fd41TM1 .widget-form-header {  }
#c2dQFCksFdTdMbdPiESVWT723fd41TM1 .widget-regular-label { height:auto;display:block;font-family:montserrat;font-size:0.875rem;font-weight:bold;color:#000000;width:22.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;text-align:left;text-align-last:left;vertical-align:top; }
#c2dQFCksFdTdMbdPiESVWT723fd41TM1 .widget-input-text { 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:#ffffff;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;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:22.875rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:montserrat;vertical-align:top; }
#c2dQFCksFdTdMbdPiESVWT723fd41TM1 .widget-input-text {padding-top: 0; padding-bottom: 0;}#c2dQFCksFdTdMbdPiESVWT723fd41TM1 .widget-textarea { 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:#ffffff;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;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:22.875rem;box-sizing:border-box;height:4.875rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:montserrat;vertical-align:top; }
#c2dQFCksFdTdMbdPiESVWT723fd41TM1 .widget-input-select { 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:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.875rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:montserrat;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#c2dQFCksFdTdMbdPiESVWT723fd41TM1 .widget-input-select {padding-top: 0; padding-bottom: 0;}#c2dQFCksFdTdMbdPiESVWT723fd41TM1 .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; }
#c2dQFCksFdTdMbdPiESVWT723fd41TM1 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#c2dQFCksFdTdMbdPiESVWT723fd41TM1 .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:#323036;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#ffffff;width:22.875rem;height:3.4375rem;font-family:"kumbh sans";overflow:hidden; }
#c2dQFCksFdTdMbdPiESVWT723fd41TM1 [class*="-text"]:-moz-placeholder { color:#373737;font-family:"kumbh sans";font-size:0.875rem; }
#c2dQFCksFdTdMbdPiESVWT723fd41TM1 [class*="-text"]::-moz-placeholder { color:#373737;font-family:"kumbh sans";font-size:0.875rem; }
#c2dQFCksFdTdMbdPiESVWT723fd41TM1 [class*="-text"]:-ms-input-placeholder { color:#373737;font-family:"kumbh sans";font-size:0.875rem; }
#c2dQFCksFdTdMbdPiESVWT723fd41TM1 [class*="-text"]::-webkit-input-placeholder { color:#373737;font-family:"kumbh sans";font-size:0.875rem; }
#c2dQFCksFdTdMbdPiESVWT723fd41TM1 .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:"kumbh sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:#ffffff;vertical-align:top;width:21.625rem;overflow:hidden;font-style:normal;float:none; }
#c2dQFCksFdTdMbdPiESVWT723fd41TM1 .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; }
#c2dQFCksFdTdMbdPiESVWT723fd41TM1 .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:montserrat;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#c2dQFCksFdTdMbdPiESVWT723fd41TM1 .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#c2dQFCksFdTdMbdPiESVWT723fd41TM1 .widget-container:first-of-type{padding-top:0;}#c2dQFCksFdTdMbdPiESVWT723fd41TM1 .widget-container:last-of-type{padding-bottom:0;}#c2dQFCksFdTdMbdPiESVWT723fd41TM1  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15009;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:7.5625rem;left:48.875rem; }
#c2dQFCksFdTdMbdPiESVWT723fd41TM1 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:22.875rem;display:block;vertical-align:top; }
#c2dQFCksFdTdMbdPiESVWT723fd41TM1 .widget-info-text { display:block;height:auto;font-family:montserrat;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#c2dQFCksFdTdMbdPiESVWT723fd41TM1 {display:block;}#c2dQFCksFdTdMbdPiESVWT723fd41TM1 { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15009;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:7.5625rem;left:48.875rem; }
#c2dQFCksFdTdMbdPiESVWT723fd41TM1 #uqgnKgNJVXCT2FhA2vuS9rFsnh3CPMaO { position:relative; }
#c2dQFCksFdTdMbdPiESVWT723fd41TM1 #WucfXwWmxdE8VqekN4xN7WeTPx2t82us { position:relative;display:none; }
#c2dQFCksFdTdMbdPiESVWT723fd41TM1 #JH8zfM3hzKBDMDET8m0K063WSBJDQemC { position:relative; }
#c2dQFCksFdTdMbdPiESVWT723fd41TM1 #RPgs87HF0MKuvo1BQdV3dheDQGIOdsLz { position:relative; }
#c2dQFCksFdTdMbdPiESVWT723fd41TM1 #cnOOBLkcX1UxxdoVFHHBDqrbUo4aFufJ { position:relative;display:none; }
#c2dQFCksFdTdMbdPiESVWT723fd41TM1 #dwsKfCwZdBTZMVSmAThCa5wdPueLgiFR { position:relative; }
#c2dQFCksFdTdMbdPiESVWT723fd41TM1 #VNIwKNbLyXo4QVNDZv9u1ZVPId676iqL { position:relative; }
#c2dQFCksFdTdMbdPiESVWT723fd41TM1 #DQTJI7JKKswDz4SpszDEneXCf2gALXgE { position:relative;display:none; }
#c2dQFCksFdTdMbdPiESVWT723fd41TM1 #IbfOZQsc2gHac3X0qdFqWPtz1Hy1xSVM { position:relative; }
#c2dQFCksFdTdMbdPiESVWT723fd41TM1 #qcVXVTGMFdU3dKuU0DD6mmwVhBDDz7Re { position:relative; }
#c2dQFCksFdTdMbdPiESVWT723fd41TM1 #pKwSzmrTPOu23TsZQKaeqQxE5f8hPAUt { position:relative;display:none; }
#c2dQFCksFdTdMbdPiESVWT723fd41TM1 #Fa8qsETlCgPfmvIdqqeErJglqXdU7Z8J { position:relative; }
#c2dQFCksFdTdMbdPiESVWT723fd41TM1 #nPC6IRGq4kiEi4ZAMv3qXG7NmA6x2W1J { position:relative; }
#c2dQFCksFdTdMbdPiESVWT723fd41TM1 #QJIW0Cgn6v4nSQWRSnzITgr1LBDlZ47N { position:relative;display:none; }
#c2dQFCksFdTdMbdPiESVWT723fd41TM1 #X4KN5g2P16hth04DAILFNkgF57HJNdV6 { position:relative; }
#c2dQFCksFdTdMbdPiESVWT723fd41TM1 #diaHW2NOFw4q65gCin52m4PIRhuBIzw9 { position:relative; }
#c2dQFCksFdTdMbdPiESVWT723fd41TM1 #rpSf3Uwao30CUZa4mErNKkG7wkdACbfG { position:relative;z-index:2; }
#c2dQFCksFdTdMbdPiESVWT723fd41TM1 #gRetbmRiNH7iUBQGqTgx1mC1WBRZ1VLl { position:relative; }
#c2dQFCksFdTdMbdPiESVWT723fd41TM1 #olGvnKyS80P9OPLsgFv5ZW1k0cpZi8A4 { position:relative; }
#c2dQFCksFdTdMbdPiESVWT723fd41TM1 #yLGNSJogZrS5WlwGTOUAPsE5irSCAH2h { position:relative; }
#TLFaGpTnKOihMz5THWgwAbgIVSSffkC6 { color:#ffffff;display:block;width:19.125rem;position:absolute;font-family:"kumbh sans";font-size:0.875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:36.5rem;left:53.4375rem;height:1.13720625rem;display:block; }#TLFaGpTnKOihMz5THWgwAbgIVSSffkC6 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TLFaGpTnKOihMz5THWgwAbgIVSSffkC6 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_93fbb4be473353e35823ae8eb61e4e27ef2ec364.svg); }
#Zxa6uAS5S5saL6SXSiqe1NlwHM2WHVOm { 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:4.5625rem;width:22.6875rem;top:2.8125rem;left:50.25rem;overflow:hidden;display:block; }
#CbFTPL3NhrN7C3Nv2UeWsBqiUU8IHDSd { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#CbFTPL3NhrN7C3Nv2UeWsBqiUU8IHDSd > .row .container { background-color: transparent; background-image: none; }#CbFTPL3NhrN7C3Nv2UeWsBqiUU8IHDSd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CbFTPL3NhrN7C3Nv2UeWsBqiUU8IHDSd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CbFTPL3NhrN7C3Nv2UeWsBqiUU8IHDSd > .row .container > .video-iframe-container { display: none; }#CbFTPL3NhrN7C3Nv2UeWsBqiUU8IHDSd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CbFTPL3NhrN7C3Nv2UeWsBqiUU8IHDSd > .row > .video-iframe-container { display: none; }#CbFTPL3NhrN7C3Nv2UeWsBqiUU8IHDSd > .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); }#CbFTPL3NhrN7C3Nv2UeWsBqiUU8IHDSd > .row .container { border-width: 0; border-radius: 0; }#CbFTPL3NhrN7C3Nv2UeWsBqiUU8IHDSd > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#CbFTPL3NhrN7C3Nv2UeWsBqiUU8IHDSd > .row .container { font-size:0.875rem;font-family:arial;height:47.625rem;width:75rem;overflow:visible;position:relative;display:block; }#zZud6D1Myl762NOvX4NsfquPlZJipTpp { color:#e29b0f;display:block;width:16.875rem;position:absolute;font-family:"kumbh sans";font-size:1rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.0625rem;left:37.8125rem;height:1.29980625rem;font-style:normal;display:block; }
#WU0TXqB7y4tvIvVrvIKu3cfRdiD8x9oG { color:#000000;display:block;width:37.1875rem;position:absolute;font-family:"kumbh sans";font-size:2.125rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:7.888671875rem;left:37.8125rem;height:5.0996125rem;font-style:normal;display:block; }
#JG0Zp4BdewDUE2923oITTrExSK1OybkG { color:#000000;display:block;width:37.125rem;position:absolute;font-family:"kumbh sans";font-size:1rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:13.9375rem;left:37.875rem;height:30rem;display:block; }
#GUW9GgF3w89OJZXfDv4BKz7A40J8BTy4 { 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:15000;opacity:1;display:none; }
#kU5GAJmDacPM2k24MrChnKpmCSrKFk5p { 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:33.0625rem;width:33rem;top:4.25rem;left:0rem;overflow:hidden;display:block; }
#NZb5tDVm3uAr2ok8qPmttlnCDJGqbVt0 { box-sizing:content-box;height:0.9375rem;width:0.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15033;background-color:#09dc95;background-image:none;top:6.125rem;left:37.8125rem;display:block; }
#mEcCh4TEsoNbsAoxuwZmI8cdTp82J7a6 { color:#443933;display:block;width:16.5rem;position:absolute;font-family:"kumbh sans";font-size:0.8125rem;font-weight:400;z-index:15031;line-height:1.5;letter-spacing:0;top:5.9375rem;left:48.4375rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iE1Oa7prq6y4zV8PuuIANCEanMUNq4qQ { color:#443933;display:block;width:10.375rem;position:absolute;font-family:"kumbh sans";font-size:0.8125rem;font-weight:400;z-index:15030;line-height:1.5;letter-spacing:0;top:5.96875rem;left:38.9375rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xha1EgsWnVpaNOEuIkvg3qWlkbndSMSQ { box-sizing:content-box;height:0.9375rem;width:0.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15033;background-color:#09dc95;background-image:none;top:4.375rem;left:37.8125rem;display:none; }
#SIMHMAf3GPNVD20myXC4EOZPuaU1zoDU { color:#443933;display:block;width:9.25rem;position:absolute;font-family:ubuntu;font-size:0.8125rem;font-weight:400;z-index:15030;line-height:1.5;letter-spacing:0;top:4.21875rem;left:38.9375rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#AwZnTsw0uMGFWove7ezLlHaOMX90wozk { color:#443933;display:block;width:16.5rem;position:absolute;font-family:ubuntu;font-size:0.8125rem;font-weight:400;z-index:15031;line-height:1.5;letter-spacing:0;top:4.1875rem;left:47.4375rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#ek6gllVSWxKZ6wWX1CsmzUydTLZcLvcM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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; }#ek6gllVSWxKZ6wWX1CsmzUydTLZcLvcM > .row .container { background-color: transparent; background-image: none; }#ek6gllVSWxKZ6wWX1CsmzUydTLZcLvcM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ek6gllVSWxKZ6wWX1CsmzUydTLZcLvcM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ek6gllVSWxKZ6wWX1CsmzUydTLZcLvcM > .row .container > .video-iframe-container { display: none; }#ek6gllVSWxKZ6wWX1CsmzUydTLZcLvcM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ek6gllVSWxKZ6wWX1CsmzUydTLZcLvcM > .row > .video-iframe-container { display: none; }#ek6gllVSWxKZ6wWX1CsmzUydTLZcLvcM > .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); }#ek6gllVSWxKZ6wWX1CsmzUydTLZcLvcM > .row .container { border-width: 0; border-radius: 0; }#ek6gllVSWxKZ6wWX1CsmzUydTLZcLvcM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ek6gllVSWxKZ6wWX1CsmzUydTLZcLvcM > .row .container { font-size:0.875rem;font-family:arial;height:54.25rem;width:75rem;position:relative;display:block; }#orSbv10wkeRBODtSWXcGTKIIcIIQ1aVL { color:#000000;display:block;width:67.375rem;position:absolute;font-family:"kumbh sans";font-size:2.375rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:3.1875rem;left:3.8125rem;height:5.69921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zxpXa23v1W92NFidTTTZk69J2M8tGgGB { box-sizing:content-box;height:18.5625rem;width:17.5rem;position:absolute;display:block;z-index:15006;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2668d935-efd9-4f0a-a376-be7a2e7d1963/AdobeStock_4450757561024x6831.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:10.9375rem;left:0rem;border-top:0.25rem solid #e09413;border-left:0.25rem solid #e09413;border-right:0.25rem solid #e09413;border-bottom:0.25rem solid #e09413;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }#zxpXa23v1W92NFidTTTZk69J2M8tGgGB.adaptive-delivery-prevent-bg, #zxpXa23v1W92NFidTTTZk69J2M8tGgGB.lazyload, #zxpXa23v1W92NFidTTTZk69J2M8tGgGB.lazyloading { background-image: none; }
#zxpXa23v1W92NFidTTTZk69J2M8tGgGB::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem; }#zxpXa23v1W92NFidTTTZk69J2M8tGgGB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(199,60,76,0.92); }#h21ceTcfVhyW7Agg4FiUpP85h3IZpxpT { color:#ffffff;display:block;width:13.75rem;position:absolute;font-family:"kumbh sans";font-size:1.5625rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:15.6875rem;left:2.125rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mhTkf1TKKRVrcPn49dhw8eOg5ECVhvTa { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ff9500, #ff5e3a);background-image: -moz-linear-gradient(180deg, #ff9500, #ff5e3a);background-image: -ms-linear-gradient(180deg, #ff9500, #ff5e3a);background-image: -o-linear-gradient(180deg, #ff9500, #ff5e3a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9500', endColorstr='#ff5e3a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9500', endColorstr='#ff5e3a' );";background-image: linear-gradient(180deg, #ff9500, #ff5e3a);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"kumbh sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12rem;height:2.6875rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:22.625rem;left:3rem;display:block; }
#ps4eUdlKTINJh2WHVS8iKsDuf5hSMRbl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xN6CMAIszU3w1hUfMpdOS8ErWoyvcT4V { box-sizing:content-box;height:18.5625rem;width:17.5rem;position:absolute;display:block;z-index:15009;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3bc91d4a-1612-4049-97e8-b9c63aba7414/AdobeStock_69614858scaled2.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:10.9375rem;left:19rem;border-top:0.25rem solid #e09413;border-left:0.25rem solid #e09413;border-right:0.25rem solid #e09413;border-bottom:0.25rem solid #e09413;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }#xN6CMAIszU3w1hUfMpdOS8ErWoyvcT4V.adaptive-delivery-prevent-bg, #xN6CMAIszU3w1hUfMpdOS8ErWoyvcT4V.lazyload, #xN6CMAIszU3w1hUfMpdOS8ErWoyvcT4V.lazyloading { background-image: none; }
#xN6CMAIszU3w1hUfMpdOS8ErWoyvcT4V::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem; }#xN6CMAIszU3w1hUfMpdOS8ErWoyvcT4V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(199,60,76,0.92); }#uLpDbpFS0aUZDTa92L6i8q7zrd1V9ZwH { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ff9500, #ff5e3a);background-image: -moz-linear-gradient(180deg, #ff9500, #ff5e3a);background-image: -ms-linear-gradient(180deg, #ff9500, #ff5e3a);background-image: -o-linear-gradient(180deg, #ff9500, #ff5e3a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9500', endColorstr='#ff5e3a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9500', endColorstr='#ff5e3a' );";background-image: linear-gradient(180deg, #ff9500, #ff5e3a);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"kumbh sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12rem;height:2.6875rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:22.625rem;left:22rem;display:block; }
#s2wcE1mSLdUROaQxLXK6LVCTciIDrpqG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yJp0T9vaXqFGdcnBVIFdKHyWMJtUHCGp { color:#ffffff;display:block;width:13.75rem;position:absolute;font-family:"kumbh sans";font-size:1.5625rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:15.6875rem;left:21.125rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tVTZUoRrE3WSGiU2VKktU0hrxF0N3Jey { box-sizing:content-box;height:18.5625rem;width:17.5rem;position:absolute;display:block;z-index:15012;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/33b4593a-b5d5-445c-b05e-3f644ccc4b75/AdobeStock_607794553scaled1.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:10.9375rem;left:38rem;border-top:0.25rem solid #e09413;border-left:0.25rem solid #e09413;border-right:0.25rem solid #e09413;border-bottom:0.25rem solid #e09413;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }#tVTZUoRrE3WSGiU2VKktU0hrxF0N3Jey.adaptive-delivery-prevent-bg, #tVTZUoRrE3WSGiU2VKktU0hrxF0N3Jey.lazyload, #tVTZUoRrE3WSGiU2VKktU0hrxF0N3Jey.lazyloading { background-image: none; }
#tVTZUoRrE3WSGiU2VKktU0hrxF0N3Jey::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem; }#tVTZUoRrE3WSGiU2VKktU0hrxF0N3Jey::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(199,60,76,0.92); }#QzodqD0lFVy11qb95GQTEcOT9N4DrqHP { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ff9500, #ff5e3a);background-image: -moz-linear-gradient(180deg, #ff9500, #ff5e3a);background-image: -ms-linear-gradient(180deg, #ff9500, #ff5e3a);background-image: -o-linear-gradient(180deg, #ff9500, #ff5e3a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9500', endColorstr='#ff5e3a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9500', endColorstr='#ff5e3a' );";background-image: linear-gradient(180deg, #ff9500, #ff5e3a);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"kumbh sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12rem;height:2.6875rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:22.625rem;left:41rem;display:block; }
#gKTl6DDTHKCQT2XqIRxDLnsanFu3Stoc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KkQLxkUrvWXiMcV25d4FzHvB9WkLqsVo { color:#ffffff;display:block;width:13.75rem;position:absolute;font-family:"kumbh sans";font-size:1.5625rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:15.6875rem;left:40.125rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GzEICENncGgBatwSXxTnCcozH5Knzfeg { box-sizing:content-box;height:18.5625rem;width:17.5rem;position:absolute;display:block;z-index:15015;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2071c60c-b8b6-4e1e-89c0-de501689a779/AdobeStock_1091586044scaled2.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:10.9375rem;left:57rem;border-top:0.25rem solid #e09413;border-left:0.25rem solid #e09413;border-right:0.25rem solid #e09413;border-bottom:0.25rem solid #e09413;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }#GzEICENncGgBatwSXxTnCcozH5Knzfeg.adaptive-delivery-prevent-bg, #GzEICENncGgBatwSXxTnCcozH5Knzfeg.lazyload, #GzEICENncGgBatwSXxTnCcozH5Knzfeg.lazyloading { background-image: none; }
#GzEICENncGgBatwSXxTnCcozH5Knzfeg::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem; }#GzEICENncGgBatwSXxTnCcozH5Knzfeg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(199,60,76,0.92); }#T1sMpCsDTSTLRx51MZl4EUttJs2MQrXT { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ff9500, #ff5e3a);background-image: -moz-linear-gradient(180deg, #ff9500, #ff5e3a);background-image: -ms-linear-gradient(180deg, #ff9500, #ff5e3a);background-image: -o-linear-gradient(180deg, #ff9500, #ff5e3a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9500', endColorstr='#ff5e3a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9500', endColorstr='#ff5e3a' );";background-image: linear-gradient(180deg, #ff9500, #ff5e3a);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"kumbh sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12rem;height:2.6875rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:22.625rem;left:60rem;display:block; }
#IF9JPpZFs09U4bP0RdnmLvCq2HFIX3zQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tn3TeBtaSHeSwOs5MDLpDrIRZWue3OPk { color:#ffffff;display:block;width:13.75rem;position:absolute;font-family:"kumbh sans";font-size:1.5625rem;font-weight:700;z-index:15015;line-height:1.2;letter-spacing:0;top:15.6875rem;left:59.125rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HrOzyKy8PzNoU7lAEO3PA9rZeiiLIl4h { box-sizing:content-box;height:18.5625rem;width:17.5rem;position:absolute;display:block;z-index:15021;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c428ebc9-4023-484e-9f15-56c5dce5ebd1/AdobeStock_69614858scaled11.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:31.25rem;left:19rem;border-top:0.25rem solid #e09413;border-left:0.25rem solid #e09413;border-right:0.25rem solid #e09413;border-bottom:0.25rem solid #e09413;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }#HrOzyKy8PzNoU7lAEO3PA9rZeiiLIl4h.adaptive-delivery-prevent-bg, #HrOzyKy8PzNoU7lAEO3PA9rZeiiLIl4h.lazyload, #HrOzyKy8PzNoU7lAEO3PA9rZeiiLIl4h.lazyloading { background-image: none; }
#HrOzyKy8PzNoU7lAEO3PA9rZeiiLIl4h::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem; }#HrOzyKy8PzNoU7lAEO3PA9rZeiiLIl4h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(199,60,76,0.92); }#QtIdB4nXfSE72vFhSCZ3iDNml2VTOCrC { box-sizing:content-box;height:18.5625rem;width:17.5rem;position:absolute;display:block;z-index:15024;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d9d1a58f-1e14-4972-b505-a7f6d4f80e80/AdobeStock_845147824scaled1.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:31.25rem;left:38rem;border-top:0.25rem solid #e09413;border-left:0.25rem solid #e09413;border-right:0.25rem solid #e09413;border-bottom:0.25rem solid #e09413;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }#QtIdB4nXfSE72vFhSCZ3iDNml2VTOCrC.adaptive-delivery-prevent-bg, #QtIdB4nXfSE72vFhSCZ3iDNml2VTOCrC.lazyload, #QtIdB4nXfSE72vFhSCZ3iDNml2VTOCrC.lazyloading { background-image: none; }
#QtIdB4nXfSE72vFhSCZ3iDNml2VTOCrC::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem; }#QtIdB4nXfSE72vFhSCZ3iDNml2VTOCrC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(199,60,76,0.92); }#xS4W8dKF7Bph0WHTivLdC6hMq0VRpTeM { box-sizing:content-box;height:18.5625rem;width:17.5rem;position:absolute;display:block;z-index:15027;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/adacb497-9f04-4e25-ab17-87eb935c5792/AdobeStock_1091586044scaled11.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:31.25rem;left:57rem;border-top:0.25rem solid #e09413;border-left:0.25rem solid #e09413;border-right:0.25rem solid #e09413;border-bottom:0.25rem solid #e09413;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }#xS4W8dKF7Bph0WHTivLdC6hMq0VRpTeM.adaptive-delivery-prevent-bg, #xS4W8dKF7Bph0WHTivLdC6hMq0VRpTeM.lazyload, #xS4W8dKF7Bph0WHTivLdC6hMq0VRpTeM.lazyloading { background-image: none; }
#xS4W8dKF7Bph0WHTivLdC6hMq0VRpTeM::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem; }#xS4W8dKF7Bph0WHTivLdC6hMq0VRpTeM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(199,60,76,0.92); }#rIiOxROchBT5T67i46ew1GS321chL0ie { box-sizing:content-box;height:18.5625rem;width:17.5rem;position:absolute;display:block;z-index:15018;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c81c141f-c38f-4ed2-98a2-38ad589b918b/AdobeStock_886146202scaled1.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:31.25rem;left:0rem;border-top:0.25rem solid #e09413;border-left:0.25rem solid #e09413;border-right:0.25rem solid #e09413;border-bottom:0.25rem solid #e09413;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }#rIiOxROchBT5T67i46ew1GS321chL0ie.adaptive-delivery-prevent-bg, #rIiOxROchBT5T67i46ew1GS321chL0ie.lazyload, #rIiOxROchBT5T67i46ew1GS321chL0ie.lazyloading { background-image: none; }
#rIiOxROchBT5T67i46ew1GS321chL0ie::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem; }#rIiOxROchBT5T67i46ew1GS321chL0ie::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(199,60,76,0.92); }#tMEwrUKB8h9DXaFMkiHSUHTahpHwgKrT { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ff9500, #ff5e3a);background-image: -moz-linear-gradient(180deg, #ff9500, #ff5e3a);background-image: -ms-linear-gradient(180deg, #ff9500, #ff5e3a);background-image: -o-linear-gradient(180deg, #ff9500, #ff5e3a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9500', endColorstr='#ff5e3a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9500', endColorstr='#ff5e3a' );";background-image: linear-gradient(180deg, #ff9500, #ff5e3a);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"kumbh sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12rem;height:2.6875rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:42.9375rem;left:3rem;display:block; }
#ZUZr8AOHNUBiUQHUPsEW6QfiBi6T4t23 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bbO4eRpLh7FWBnbmgx84GSvzE4G8l5ru { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ff9500, #ff5e3a);background-image: -moz-linear-gradient(180deg, #ff9500, #ff5e3a);background-image: -ms-linear-gradient(180deg, #ff9500, #ff5e3a);background-image: -o-linear-gradient(180deg, #ff9500, #ff5e3a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9500', endColorstr='#ff5e3a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9500', endColorstr='#ff5e3a' );";background-image: linear-gradient(180deg, #ff9500, #ff5e3a);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"kumbh sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12rem;height:2.6875rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:42.9375rem;left:22rem;display:block; }
#aKQoJ7dmvwJ49TNLCfH8r7t4Uy4nXfog { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XHzgNNTeTg157fnTzJCK6M0THQ3UDnqh { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ff9500, #ff5e3a);background-image: -moz-linear-gradient(180deg, #ff9500, #ff5e3a);background-image: -ms-linear-gradient(180deg, #ff9500, #ff5e3a);background-image: -o-linear-gradient(180deg, #ff9500, #ff5e3a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9500', endColorstr='#ff5e3a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9500', endColorstr='#ff5e3a' );";background-image: linear-gradient(180deg, #ff9500, #ff5e3a);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"kumbh sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12rem;height:2.6875rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:42.9375rem;left:41rem;display:block; }
#Wkc1M59x6COQ61dhTp5PUTpw3Lf8eZuE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mXRPlBBUvcddZHZKfCPves1uUWxs76rl { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ff9500, #ff5e3a);background-image: -moz-linear-gradient(180deg, #ff9500, #ff5e3a);background-image: -ms-linear-gradient(180deg, #ff9500, #ff5e3a);background-image: -o-linear-gradient(180deg, #ff9500, #ff5e3a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9500', endColorstr='#ff5e3a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9500', endColorstr='#ff5e3a' );";background-image: linear-gradient(180deg, #ff9500, #ff5e3a);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"kumbh sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12rem;height:2.6875rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:42.9375rem;left:60rem;display:block; }
#mxeI8vlJCultLk29mPZpkLHhZTSiQVqb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#znrzvWcpJE9ahn8bD6ZKNGeeoICgtXir { color:#ffffff;display:block;width:10.8125rem;position:absolute;font-family:"kumbh sans";font-size:1.5625rem;font-weight:700;z-index:15018;line-height:1.2;letter-spacing:0;top:36rem;left:3.59375rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#icI4Cte0eHLdZaevbZk6tyPuBlc8qNdQ { color:#ffffff;display:block;width:13.75rem;position:absolute;font-family:"kumbh sans";font-size:1.5625rem;font-weight:700;z-index:15021;line-height:1.2;letter-spacing:0;top:36rem;left:21.125rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#V7c5BN0DE1Le4iwi37HKLMlKclSACFui { color:#ffffff;display:block;width:13.75rem;position:absolute;font-family:"kumbh sans";font-size:1.5625rem;font-weight:700;z-index:15024;line-height:1.2;letter-spacing:0;top:36rem;left:40.125rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#S0NIu9p5qmiILNgrn63QwZVzyv7KvZF9 { color:#ffffff;display:block;width:9.4375rem;position:absolute;font-family:"kumbh sans";font-size:1.5625rem;font-weight:700;z-index:15027;line-height:1.2;letter-spacing:0;top:36rem;left:61.28125rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#N6E9zR6mnOMLlJNXesZmgVdsG3KLgwMa { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #c73d4b, #e29b10);background-image: -moz-linear-gradient(180deg, #c73d4b, #e29b10);background-image: -ms-linear-gradient(180deg, #c73d4b, #e29b10);background-image: -o-linear-gradient(180deg, #c73d4b, #e29b10);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c73d4b', endColorstr='#e29b10' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c73d4b', endColorstr='#e29b10' );";background-image: linear-gradient(180deg, #c73d4b, #e29b10);background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#N6E9zR6mnOMLlJNXesZmgVdsG3KLgwMa > .row .container { background-color: transparent; background-image: none; }#N6E9zR6mnOMLlJNXesZmgVdsG3KLgwMa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N6E9zR6mnOMLlJNXesZmgVdsG3KLgwMa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N6E9zR6mnOMLlJNXesZmgVdsG3KLgwMa > .row .container > .video-iframe-container { display: none; }#N6E9zR6mnOMLlJNXesZmgVdsG3KLgwMa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N6E9zR6mnOMLlJNXesZmgVdsG3KLgwMa > .row > .video-iframe-container { display: none; }#N6E9zR6mnOMLlJNXesZmgVdsG3KLgwMa > .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); }#N6E9zR6mnOMLlJNXesZmgVdsG3KLgwMa > .row .container { border-width: 0; border-radius: 0; }#N6E9zR6mnOMLlJNXesZmgVdsG3KLgwMa > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#N6E9zR6mnOMLlJNXesZmgVdsG3KLgwMa > .row .container { font-size:0.875rem;font-family:arial;height:54.75rem;width:75rem;overflow:visible;position:relative;display:block; }#bXlrKxLPtWEwtKT5peZHpELi0xDg7f1M { color:#ffffff;display:block;width:41rem;position:absolute;font-family:"kumbh sans";font-size:2.375rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:3.8125rem;left:17rem;height:2.8496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#N21kEZMcbqgd7m54PN8KBJl0yTfxz3TC { color:#ffffff;display:block;width:66.1875rem;position:absolute;font-family:"kumbh sans";font-size:1rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:7.625rem;left:4.40625rem;height:1.5rem;text-align:center;text-align-last:center;display:block; }
#GuoL94oaO7t5yzQcxVq3herI8rvQtenu { position:absolute;display:block;z-index:15007;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:18.0625rem;width:17.5rem;top:12rem;left:0rem;overflow:hidden;display:block; }
#i9ToJDkUQwMyD4VrH5Sb3uuD057rJxJR { position:absolute;display:block;z-index:15008;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:18.125rem;width:17.5rem;top:11.96875rem;left:19.21875rem;overflow:hidden;display:block; }
#vyrBF5bRtwycrXoeIFQXB5e2OAABMeUr { position:absolute;display:block;z-index:15009;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:18.125rem;width:17.5rem;top:11.96875rem;left:38.34375rem;overflow:hidden;display:block; }
#t8GpOKdAJO1L8CIhx0q0MbNUnyqTxo2C { position:absolute;display:block;z-index:15010;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:18.125rem;width:17.5rem;top:11.96875rem;left:57.5rem;overflow:hidden;display:block; }
#J320apw8mzKF8hxcoC60EwK5lRZ3E3do { position:absolute;display:block;z-index:15011;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:18.125rem;width:17.5rem;top:31.8125rem;left:0rem;overflow:hidden;display:block; }
#qgFglI66R6WoL666TbGt4KNDMbSKsrJD { position:absolute;display:block;z-index:15012;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:18.125rem;width:17.5rem;top:31.8125rem;left:19.21875rem;overflow:hidden;display:block; }
#F2pDbylStuCqlQWC5AiNSoErDnRt9wld { position:absolute;display:block;z-index:15013;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:18.125rem;width:17.5rem;top:31.8125rem;left:38.34375rem;overflow:hidden;display:block; }
#G6v7xMZKQ5WURBzKATha7bJgEMA5Evul { position:absolute;display:block;z-index:15014;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:18.125rem;width:17.5rem;top:31.8125rem;left:57.375rem;overflow:hidden;display:block; }
#tkg2XdfHKoyDPB3Mbys4KKp88wntm9qf { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#tkg2XdfHKoyDPB3Mbys4KKp88wntm9qf > .row .container { background-color: transparent; background-image: none; }#tkg2XdfHKoyDPB3Mbys4KKp88wntm9qf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tkg2XdfHKoyDPB3Mbys4KKp88wntm9qf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tkg2XdfHKoyDPB3Mbys4KKp88wntm9qf > .row .container > .video-iframe-container { display: none; }#tkg2XdfHKoyDPB3Mbys4KKp88wntm9qf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tkg2XdfHKoyDPB3Mbys4KKp88wntm9qf > .row > .video-iframe-container { display: none; }#tkg2XdfHKoyDPB3Mbys4KKp88wntm9qf > .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); }#tkg2XdfHKoyDPB3Mbys4KKp88wntm9qf > .row .container { border-width: 0; border-radius: 0; }#tkg2XdfHKoyDPB3Mbys4KKp88wntm9qf > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#tkg2XdfHKoyDPB3Mbys4KKp88wntm9qf > .row .container { font-size:0.875rem;font-family:arial;height:33.3125rem;width:75rem;overflow:visible;position:relative;display:block; }#Hfm2dUfpVqyUozi1X4iQdTWTQ6sinmXq { color:#e29b0f;display:block;width:16.875rem;position:absolute;font-family:"kumbh sans";font-size:1rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.8125rem;left:0rem;height:1.29980625rem;font-style:normal;display:block; }
#xMDpXPVXnBA3xB1yHWJnLuO5blw9a4yS { color:#000000;display:block;width:33.625rem;position:absolute;font-family:"kumbh sans";font-size:2.375rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:6.6875rem;left:0rem;height:5.69921875rem;font-style:normal;display:block; }
#cr0TKAlJeEkxTJsxaIFifU9EugXsdXEl { color:#000000;display:block;width:35.3125rem;position:absolute;font-family:"kumbh sans";font-size:1rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:13.6875rem;left:0rem;height:9rem;display:block; }
#okmN5qs2DlUbdeqmPnoNxTn9vpnE5TFW { 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:15000;opacity:1;display:none; }
#H5LNn0l3mrGdMqbziTrTWE8XGpCqmEwl { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ff9500, #ff5e3a);background-image: -moz-linear-gradient(180deg, #ff9500, #ff5e3a);background-image: -ms-linear-gradient(180deg, #ff9500, #ff5e3a);background-image: -o-linear-gradient(180deg, #ff9500, #ff5e3a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9500', endColorstr='#ff5e3a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9500', endColorstr='#ff5e3a' );";background-image: linear-gradient(180deg, #ff9500, #ff5e3a);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"kumbh sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5625rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:25.125rem;left:0rem;display:block; }
#rd3bThmU0fy01TUGPS1kBsxndb94fuh3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#V8KEkintE4PT7OMakctK6TgWn7GbTzxF { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #c73c4c, #892733);background-image: -moz-linear-gradient(180deg, #c73c4c, #892733);background-image: -ms-linear-gradient(180deg, #c73c4c, #892733);background-image: -o-linear-gradient(180deg, #c73c4c, #892733);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c73c4c', endColorstr='#892733' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c73c4c', endColorstr='#892733' );";background-image: linear-gradient(180deg, #c73c4c, #892733);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"kumbh sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.25rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:25.125rem;left:14.4375rem;display:block; }
#HhWAcCOThnnMyzTrJh1cMBRXzpNHKlu7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HkgX2kppXk98SH1Q2k7h4alXoFEkT0wx { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.1875rem;width:36.5625rem;top:4.8125rem;left:38.4375rem;overflow:hidden;display:block; }
#nevSsQIRDnkcVnSzPZPHDPBwLENBRzg6 { background-color:#fafafa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#nevSsQIRDnkcVnSzPZPHDPBwLENBRzg6 > .row .container { background-color: transparent; background-image: none; }#nevSsQIRDnkcVnSzPZPHDPBwLENBRzg6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nevSsQIRDnkcVnSzPZPHDPBwLENBRzg6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nevSsQIRDnkcVnSzPZPHDPBwLENBRzg6 > .row .container > .video-iframe-container { display: none; }#nevSsQIRDnkcVnSzPZPHDPBwLENBRzg6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nevSsQIRDnkcVnSzPZPHDPBwLENBRzg6 > .row > .video-iframe-container { display: none; }#nevSsQIRDnkcVnSzPZPHDPBwLENBRzg6 > .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); }#nevSsQIRDnkcVnSzPZPHDPBwLENBRzg6 > .row .container { border-width: 0; border-radius: 0; }#nevSsQIRDnkcVnSzPZPHDPBwLENBRzg6 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#nevSsQIRDnkcVnSzPZPHDPBwLENBRzg6 > .row .container { font-size:0.875rem;font-family:arial;height:42.5rem;width:75rem;overflow:visible;position:relative;display:block; }#JVnuy8PBvfyUSiBTkbESuRZ0AhhPnV36 { color:#000000;display:block;width:37.4375rem;position:absolute;font-family:"kumbh sans";font-size:2.375rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:3.212890625rem;left:0rem;height:5.69921875rem;font-style:normal;display:block; }
#KKNTVyVWIDowv2BB3hrlwyZ3FrmiaETr { color:#000000;display:block;width:34.625rem;position:absolute;font-family:"kumbh sans";font-size:1rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:3.8125rem;left:40.375rem;height:4.5rem;display:block; }
#rbTsNd4gdGi1HvwQhOqoUhgfCfPydzZx { box-sizing:content-box;height:20.5625rem;width:74.25rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #c73d4b, #e29b10);background-image: -moz-linear-gradient(180deg, #c73d4b, #e29b10);background-image: -ms-linear-gradient(180deg, #c73d4b, #e29b10);background-image: -o-linear-gradient(180deg, #c73d4b, #e29b10);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c73d4b', endColorstr='#e29b10' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c73d4b', endColorstr='#e29b10' );";background-image: linear-gradient(180deg, #c73d4b, #e29b10);background-size:auto !important;top:11.375rem;left:0rem;border-top:0.375rem solid #e29b0f;border-left:0.375rem solid #e29b0f;border-right:0.375rem solid #e29b0f;border-bottom:0.375rem solid #e29b0f;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#qb0rH53LFwaep1qWUeVARnMDk5eyfLyb { color:#ffffff;display:block;width:15.0625rem;position:absolute;font-family:"kumbh sans";font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:19.1875rem;left:1.8125rem;height:1.3496125rem;font-style:normal;display:block; }
#s9J60KKgUElHlnJuCpRTxMMP9gZVysFK { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:"kumbh sans";font-size:1rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:21.25rem;left:1.8125rem;height:9rem;display:block; }
#Vyd1Gn3SnbDSfGUhCimycfhJFBW8wCyT { box-sizing:content-box;height:4.375rem;width:4.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15009;background-color:#fffdfd;background-image:none;top:13.8125rem;left:1.8125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#gzLFfFSUQRmEeBZtDHM5Jmw3aFgSXiDO { 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:2.5rem;width:2.5rem;top:14.75rem;left:2.75rem;overflow:hidden;display:block; }
#pznOuG2J96N5K3IwAD9UOPRuzN07Q7z7 { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:"kumbh sans";font-size:1rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:21.1875rem;left:20.5625rem;height:7.5rem;display:block; }
#gAiGBA8WrTZy1XT8sD9cZE40dohdS5qt { color:#ffffff;display:block;width:12.75rem;position:absolute;font-family:"kumbh sans";font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.2;letter-spacing:0;top:19.1875rem;left:20.5625rem;height:1.3496125rem;font-style:normal;display:block; }
#a6eMqyPLAf6mfSh7b4T1z53krQICRnMA { box-sizing:content-box;height:4.375rem;width:4.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15014;background-color:#ffffff;background-image:none;top:13.8125rem;left:20.5625rem;display:block; }
#WxdUX4yrdse96t96U2y4GezLz6ADmIbV { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:14.75rem;left:21.5rem;overflow:hidden;display:block; }
#aN7TuGwPTwVXvMIK3OBUeD5p5GbiC86d { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:"kumbh sans";font-size:1rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:21.25rem;left:39.25rem;height:7.5rem;display:block; }
#omrNfq4Rph6AqQ0PHUwKNoA8UzgbF9FX { color:#ffffff;display:block;width:16.125rem;position:absolute;font-family:"kumbh sans";font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.2;letter-spacing:0;top:19.1875rem;left:39.25rem;height:1.3496125rem;font-style:normal;display:block; }
#XWeibSdkcBPJPh8MdByswTPEIAf7s2mm { box-sizing:content-box;height:4.375rem;width:4.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15019;background-color:#ffffff;background-image:none;top:13.8125rem;left:39.25rem;display:block; }
#IupD77FGaQCzrHDSe5pMUNULVpdIf4bm { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:14.75rem;left:40.25rem;overflow:hidden;display:block; }
#G5lJyhALqLXJFCvwabQKSIhbfG6E38Sh { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:"kumbh sans";font-size:1rem;font-weight:normal;z-index:15023;line-height:1.5;letter-spacing:0;top:21.25rem;left:57.9375rem;height:9rem;display:block; }
#enCOpLevKHIHwLL14BX2FFZJ4n8dLgOH { color:#ffffff;display:block;width:13rem;position:absolute;font-family:"kumbh sans";font-size:1.125rem;font-weight:700;z-index:15023;line-height:1.2;letter-spacing:0;top:19.1875rem;left:57.9375rem;height:1.3496125rem;font-style:normal;display:block; }
#hT1t8ErFkgAsWOsB1gQx07eL1vif1igm { box-sizing:content-box;height:4.375rem;width:4.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15024;background-color:#ffffff;background-image:none;top:13.8125rem;left:57.9375rem;display:block; }
#mzXR9r6T0TCHvK6m6kCK7Rhx8U0KGlcI { position:absolute;display:block;z-index:15025;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.5rem;width:2.5rem;top:14.75rem;left:58.875rem;overflow:hidden;display:block; }
#tihTBns8z3I9KKeJOfdxT2bQLLVOfLbV { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #c73c4c, #892733);background-image: -moz-linear-gradient(180deg, #c73c4c, #892733);background-image: -ms-linear-gradient(180deg, #c73c4c, #892733);background-image: -o-linear-gradient(180deg, #c73c4c, #892733);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c73c4c', endColorstr='#892733' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c73c4c', endColorstr='#892733' );";background-image: linear-gradient(180deg, #c73c4c, #892733);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"kumbh sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.25rem;height:3.4375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:35rem;left:27.875rem;display:block; }
#loMrVEQTaIwT5pQRO3uAeTWRBlRJpCh8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Js5UTm6po7eaUTQWKbvHzD6K2yN3SyAp { z-index:;position:relative;display:block; }#Js5UTm6po7eaUTQWKbvHzD6K2yN3SyAp { background-color: transparent; background-image: none; }#Js5UTm6po7eaUTQWKbvHzD6K2yN3SyAp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Js5UTm6po7eaUTQWKbvHzD6K2yN3SyAp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Js5UTm6po7eaUTQWKbvHzD6K2yN3SyAp > .row .container > .video-iframe-container { display: none; }#Js5UTm6po7eaUTQWKbvHzD6K2yN3SyAp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Js5UTm6po7eaUTQWKbvHzD6K2yN3SyAp > .row > .video-iframe-container { display: none; }#Js5UTm6po7eaUTQWKbvHzD6K2yN3SyAp > .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); }#Js5UTm6po7eaUTQWKbvHzD6K2yN3SyAp { border-width: 0; border-radius: 0; }#Js5UTm6po7eaUTQWKbvHzD6K2yN3SyAp > .row .container { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:34.25rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#nxVgL1Ap5ebyKLQ5WStPSb0USUvZssqt { color:#000000;display:block;width:38.75rem;position:absolute;font-family:"kumbh sans";font-size:2.5rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:3.8125rem;left:18.125rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uHKDtqWC1nNV7ROr1cTkyzxu8vKbC5T6 { box-sizing:content-box;height:22.8125rem;width:24.0625rem;position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;top:9.25rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;border-top:0.375rem solid #e09a0f;border-left:0.0625rem solid #e09a0f;border-right:0.0625rem solid #e09a0f;border-bottom:0.0625rem solid #e09a0f;display:block; }
#Bb79kBKTTBE7mhbE2mfkwWaZpAT75qZs { color:#000000;display:block;width:20.625rem;position:absolute;font-family:"kumbh sans";font-size:1.0625rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:13.75rem;left:1.71875rem;height:12.75rem;text-align:left;text-align-last:left;display:block; }
#p80sczkCotPvRItcft1sLAJXuPrDqxAp { color:#e29b0f;display:block;width:20.625rem;position:absolute;font-family:"kumbh sans";font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:27.4375rem;left:1.78125rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#u8J9GSQ1yWIB7SHa20GZrEgQpuNa367s { box-sizing:content-box;height:22.6875rem;width:24.0625rem;position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;top:9.3125rem;left:25.5rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;border-top:0.375rem solid #e09a0f;border-left:0.0625rem solid #e09a0f;border-right:0.0625rem solid #e09a0f;border-bottom:0.0625rem solid #e09a0f;display:block; }
#OkGGsg9fHAn9AruCf1SMGBOI0KNw8UTx { color:#e29b0f;display:block;width:20.625rem;position:absolute;font-family:"kumbh sans";font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.5;letter-spacing:0;top:29.0625rem;left:27.1875rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NpuTFWMAu8URzVgkwzlu6VGFNSZpnxP9 { color:#000000;display:block;width:20.625rem;position:absolute;font-family:"kumbh sans";font-size:1.0625rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:13.75rem;left:27.1875rem;height:14.34375rem;text-align:left;text-align-last:left;display:block; }
#uGtk9lBmrV84e91ylJV0ClUHRudabDZm { box-sizing:content-box;height:22.6875rem;width:24.0625rem;position:absolute;display:block;z-index:15016;background-color:#ffffff;background-image:none;top:9.3125rem;left:50.9375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;border-top:0.375rem solid #e09a0f;border-left:0.0625rem solid #e09a0f;border-right:0.0625rem solid #e09a0f;border-bottom:0.0625rem solid #e09a0f;display:block; }
#NdR7RTHoCg7H4fLwCF6coysg6v8CAhUL { color:#e29b0f;display:block;width:20.625rem;position:absolute;font-family:"kumbh sans";font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.5;letter-spacing:0;top:28.53125rem;left:52.71875rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BtycNiMToJKwTwbKXDrEitCHKodoPmQH { color:#000000;display:block;width:20.625rem;position:absolute;font-family:"kumbh sans";font-size:1.0625rem;font-weight:normal;z-index:15016;line-height:1.5;letter-spacing:0;top:13.75rem;left:52.65625rem;height:14.34375rem;text-align:left;text-align-last:left;display:block; }
#BzVhnscc3FPAlWBO20DGkDRyenVnWsMh { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:6.875rem;top:11.375rem;left:1.75rem;overflow:hidden;display:block; }
#H8wP0I1ySQtC11ytO1r9K5Q8USSi3UlO { 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:1.25rem;width:6.875rem;top:11.375rem;left:27.1875rem;overflow:hidden;display:block; }
#U15OL5tJhfIQfN5To8tWCOzpGe7DA2sZ { 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:1.25rem;width:6.875rem;top:11.375rem;left:52.65625rem;overflow:hidden;display:block; }
#hTGhMAd8ZF4a0Sm93TaL9ISsV3yaVu2h { z-index:;position:relative;display:block; }#hTGhMAd8ZF4a0Sm93TaL9ISsV3yaVu2h { background-color: transparent; background-image: none; }#hTGhMAd8ZF4a0Sm93TaL9ISsV3yaVu2h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hTGhMAd8ZF4a0Sm93TaL9ISsV3yaVu2h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hTGhMAd8ZF4a0Sm93TaL9ISsV3yaVu2h > .row .container > .video-iframe-container { display: none; }#hTGhMAd8ZF4a0Sm93TaL9ISsV3yaVu2h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hTGhMAd8ZF4a0Sm93TaL9ISsV3yaVu2h > .row > .video-iframe-container { display: none; }#hTGhMAd8ZF4a0Sm93TaL9ISsV3yaVu2h > .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); }#hTGhMAd8ZF4a0Sm93TaL9ISsV3yaVu2h { border-width: 0; border-radius: 0; }#hTGhMAd8ZF4a0Sm93TaL9ISsV3yaVu2h > .row .container { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:35.4375rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#s99AaJ4XcSI2KLdPB1TUQpRvLX2ihn7C { position:absolute;display:block;z-index:15001;height:28.125rem;width:75rem;top:2.125rem;left:0rem;display:block; }
#dg0I9vovbHSJ0rxKDR86WEIsz6hWOmeg { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#dg0I9vovbHSJ0rxKDR86WEIsz6hWOmeg > .row .container { background-color: transparent; background-image: none; }#dg0I9vovbHSJ0rxKDR86WEIsz6hWOmeg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dg0I9vovbHSJ0rxKDR86WEIsz6hWOmeg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dg0I9vovbHSJ0rxKDR86WEIsz6hWOmeg > .row .container > .video-iframe-container { display: none; }#dg0I9vovbHSJ0rxKDR86WEIsz6hWOmeg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dg0I9vovbHSJ0rxKDR86WEIsz6hWOmeg > .row > .video-iframe-container { display: none; }#dg0I9vovbHSJ0rxKDR86WEIsz6hWOmeg > .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); }#dg0I9vovbHSJ0rxKDR86WEIsz6hWOmeg > .row .container { border-width: 0; border-radius: 0; }#dg0I9vovbHSJ0rxKDR86WEIsz6hWOmeg > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#dg0I9vovbHSJ0rxKDR86WEIsz6hWOmeg > .row .container { font-size:0.875rem;font-family:arial;height:17.9375rem;width:75rem;overflow:visible;position:relative;display:block; }#GbXiQ1iXMt6N3GX3B9dPOCG6ZzTTqqhC { color:#ffffff;display:block;width:10.9375rem;position:absolute;font-family:"kumbh sans";font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:3rem;left:33.375rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yeP2vga5DsRuEgliPqOdKPBPAkI3OLOo { color:#ffffff;display:block;width:11.0625rem;position:absolute;font-family:"kumbh sans";font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:5.75rem;left:33.4375rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#yeP2vga5DsRuEgliPqOdKPBPAkI3OLOo li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#yeP2vga5DsRuEgliPqOdKPBPAkI3OLOo li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_04d5779f623855744e27922b559d15c06ae5f5c9.svg); }
#yJRhMwfCpVMGTqX9etcM5pCXNIZTWoAt { color:#ffffff;display:block;width:18.6875rem;position:absolute;font-family:"kumbh sans";font-size:0.8125rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:7.75rem;left:33.375rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#yJRhMwfCpVMGTqX9etcM5pCXNIZTWoAt li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#yJRhMwfCpVMGTqX9etcM5pCXNIZTWoAt li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5183f43be8d8745ef4faaff0a1b447e3991d65ca.svg); }
#Q5zPTU6omymTPQQFl0U7noXT0qKwN3WR { color:#ffffff;display:block;width:10.6875rem;position:absolute;font-family:"kumbh sans";font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:9.75rem;left:33.4375rem;height:2.2744125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#Q5zPTU6omymTPQQFl0U7noXT0qKwN3WR li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Q5zPTU6omymTPQQFl0U7noXT0qKwN3WR li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b66afbb86de862b154920caafc5798913af2eec7.svg); }
#SlgVorq9A8C3xBiMULlPpeFDCUXUmbso { color:#e5e5e5;display:block;width:29.5625rem;position:absolute;font-family:"kumbh sans";font-size:0.8125rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:9.75rem;left:0rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#q7cNQL8Wmr1BAynGyPS05lTnwm3JRkW8 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ff9500, #ff5e3a);background-image: -moz-linear-gradient(180deg, #ff9500, #ff5e3a);background-image: -ms-linear-gradient(180deg, #ff9500, #ff5e3a);background-image: -o-linear-gradient(180deg, #ff9500, #ff5e3a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9500', endColorstr='#ff5e3a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9500', endColorstr='#ff5e3a' );";background-image: linear-gradient(180deg, #ff9500, #ff5e3a);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"kumbh sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.4375rem;height:3.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:3.51171875rem;left:56.5625rem;display:block; }
#F8qdraQPgVcQR2OyDpDweiSWhKekd0Ri { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#G3LTMX57n40r6132aWsLkfJm7lzs9IiR { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5625rem;width:7.4375rem;top:3rem;left:0rem;overflow:hidden;display:block; }
#GXT6IfWflHna2S0WNKsLyfnUFH7eort3 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"kumbh sans";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.0625rem;height:2.1875rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:8.8046875rem;left:64.9375rem;display:block; }
#TsFWn0ku4ewlT8Tfue6oo3uFbqMiL6Oe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sk6PVFf8DAH61UAESFygqpeMUNMPtTI0 { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#sk6PVFf8DAH61UAESFygqpeMUNMPtTI0 { background-color: transparent; background-image: none; }#sk6PVFf8DAH61UAESFygqpeMUNMPtTI0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sk6PVFf8DAH61UAESFygqpeMUNMPtTI0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sk6PVFf8DAH61UAESFygqpeMUNMPtTI0 > .row .container > .video-iframe-container { display: none; }#sk6PVFf8DAH61UAESFygqpeMUNMPtTI0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sk6PVFf8DAH61UAESFygqpeMUNMPtTI0 > .row > .video-iframe-container { display: none; }#sk6PVFf8DAH61UAESFygqpeMUNMPtTI0 > .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); }#sk6PVFf8DAH61UAESFygqpeMUNMPtTI0 { border-width: 0; border-radius: 0; }#sk6PVFf8DAH61UAESFygqpeMUNMPtTI0 > .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; }#sk6PVFf8DAH61UAESFygqpeMUNMPtTI0 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:4.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#lcvWdT06Tbc6ytDn0cfQPsop6mHrMDDP { box-sizing:content-box;color:#5d92ff;font-size:2.375rem;font-weight:400;line-height:1;height:3.4375rem;width:3.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:0rem;left:71.875rem; }
#lcvWdT06Tbc6ytDn0cfQPsop6mHrMDDP > img { max-width: 100%;max-height:100%; width:3.4375rem; height:3.4375rem; }#kQLdK5yPVH0vaNfRZCkTuKXFDcZ65Mom { background-color:#517c00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"nunito sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.6875rem;height:3.75rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:4.4609375rem;left:58.3125rem;display:none; }
#cHNzItDw1xlKiNXVeJF7cxXWRFLTBMdS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #S71roXeQXe1U86gxWnwwVgnnwqJ4mMnu { display:block; }#S71roXeQXe1U86gxWnwwVgnnwqJ4mMnu > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HWNC3sEIxzWrF2MNRsJezPRSgNQdqW6v { top:1.1875rem;left:37.4375rem;width:10.3125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OrAIxAymeHT4ahFS3FpQUWw1S2XlWc9p { top:2.6875rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXR3i3bpcCOp8K7T0ycZyz9GoTz9OzNQ { top:2.625rem;left:12.5rem;width:6.875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDomLo7Fdqmc8JuxtZQAVliMvVCvnvuv { top:2.625rem;left:19.375rem;width:6.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6v1MebOXMBt69bhXKx1dueFSlCuAlnT { top:2.625rem;left:25.875rem;width:11.5625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5ZcvFTHoOcLXsTkdH7ch6RALIbrsEw2 { top:2.625rem;left:37.4375rem;width:4rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ub2B7o0T6GHy5ekXkps6ICkiy5TPaMOT { width:10.5rem;height:2.5rem;top:2.3125rem;left:37.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LI5C1eyFcJV30dBGhPMQI3xMgEm5eJ2P { display:block; }
 }@media only screen and (max-width: 763px) { #uabDaIb4tG12tU7SuJZFUKW1DKmtFOKq { top:0.75rem;left:0rem;width:6.125rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIlw81IaHILFWF0s1RUq2sSm7GXuyz9z { display:block; }#UIlw81IaHILFWF0s1RUq2sSm7GXuyz9z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HIW9PbKGJz7QXu0mswQ6O80y1TLeOlVJ { display:none; }#HIW9PbKGJz7QXu0mswQ6O80y1TLeOlVJ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #py8BDMCf5o5qEWEnZHniJbtQvIaLr9XI { top:1.0625rem;left:35.25rem;width:12.5rem;height:1.125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #bqqcQZ6MTcuSX9d5WP0EfyQDO9lcdRGO { top:2.4375rem;left:45.875rem;width:1.875rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ud5ENwnhZt4ZCeX2aLCWuurzomXzO5Ww { display:none; }
 }@media only screen and (max-width: 763px) { #rKG9eQgwiHO0sMp2z1aX95WifMyA2Uc6 { top:6.4375rem;left:0rem;width:17.5rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #zQJZug6OUGxBvKMtBsRyFAphviq4TTRf { top:8.5rem;left:0rem;width:17.5rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #FyPNU69QqhxVtXrA6J1krFeaW137DGPG { top:10.625rem;left:0rem;width:17.5rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #RgafPkpx3NTTNo93VRGFJpvRwy9SRfhg { top:12.75rem;left:0rem;width:17.5rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #mWF6eQF9IysTuTM7dzZIuKAXsmNZK5gP { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #dGuKVWISl1Z3PpktEGVMc0ppAOs6N8SA { display:block; }
 }@media only screen and (max-width: 763px) { #oApJK98M5yQTiTdU7gPBh2B9qschN3Su { width:47.75rem;height:36.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #aClsWGQ6EhEhrCR1z97NGxG9AbBCsA7L { display:block; }#aClsWGQ6EhEhrCR1z97NGxG9AbBCsA7L > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t5cHqcMMvGTn7eJHdcUDxczAizwgTFtC { top:10.1875rem;left:0rem;width:42.8125rem;height:8.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5pZc4RxZTeKCuod9TcwZgsSKFc78VDS { top:3.375rem;left:20.875rem;width:26.875rem;height:35.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJJoQvKku9pDwNipxXAMIlWoaMrRLTqE { top:7.8125rem;left:0rem;width:6.875rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pliBqQFgLC23UDp3atNerTlxd3hTkin6 { top:7.9375rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTREC4fXNstGWXNROL86lytIZnComQTr { top:21.125rem;left:0rem;width:43.3125rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKrVz8nDdt5FwTq2LK8QSk8C4hLskoeQ { width:23.625rem;height:3.75rem;top:26.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqBeEc2DLb2aWQTvG0lqwlrSPAz77FbF { display:block; }
 }@media only screen and (max-width: 763px) { #FnRpEEP0DwiTMXlwv4EOei2PNQQrKiWX { top:4.1875rem;left:25.875rem;width:21.875rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2dQFCksFdTdMbdPiESVWT723fd41TM1 .widget-regular-label { width:22.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#c2dQFCksFdTdMbdPiESVWT723fd41TM1 .widget-input-text { width:22.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#c2dQFCksFdTdMbdPiESVWT723fd41TM1 .widget-input-text {padding-top: 0; padding-bottom: 0;}#c2dQFCksFdTdMbdPiESVWT723fd41TM1 .widget-textarea { width:22.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#c2dQFCksFdTdMbdPiESVWT723fd41TM1 .widget-input-select { width:22.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#c2dQFCksFdTdMbdPiESVWT723fd41TM1 .widget-input-select {padding-top: 0; padding-bottom: 0;}#c2dQFCksFdTdMbdPiESVWT723fd41TM1 .widget-input-button { width:22.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#c2dQFCksFdTdMbdPiESVWT723fd41TM1 .widget-checkbox-label { width:21.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#c2dQFCksFdTdMbdPiESVWT723fd41TM1  { width:22.875rem;height:auto;top:7.5625rem;left:22.375rem; }
#c2dQFCksFdTdMbdPiESVWT723fd41TM1 .radio-container { width:22.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#c2dQFCksFdTdMbdPiESVWT723fd41TM1 {display:block;}#c2dQFCksFdTdMbdPiESVWT723fd41TM1 { width:22.875rem;height:auto;top:7.5625rem;left:22.375rem; }
 }@media only screen and (max-width: 763px) { #c2dQFCksFdTdMbdPiESVWT723fd41TM1 #uqgnKgNJVXCT2FhA2vuS9rFsnh3CPMaO {  }
 }@media only screen and (max-width: 763px) { #c2dQFCksFdTdMbdPiESVWT723fd41TM1 #WucfXwWmxdE8VqekN4xN7WeTPx2t82us {  }
 }@media only screen and (max-width: 763px) { #c2dQFCksFdTdMbdPiESVWT723fd41TM1 #JH8zfM3hzKBDMDET8m0K063WSBJDQemC {  }
 }@media only screen and (max-width: 763px) { #c2dQFCksFdTdMbdPiESVWT723fd41TM1 #RPgs87HF0MKuvo1BQdV3dheDQGIOdsLz {  }
 }@media only screen and (max-width: 763px) { #c2dQFCksFdTdMbdPiESVWT723fd41TM1 #cnOOBLkcX1UxxdoVFHHBDqrbUo4aFufJ {  }
 }@media only screen and (max-width: 763px) { #c2dQFCksFdTdMbdPiESVWT723fd41TM1 #dwsKfCwZdBTZMVSmAThCa5wdPueLgiFR {  }
 }@media only screen and (max-width: 763px) { #c2dQFCksFdTdMbdPiESVWT723fd41TM1 #VNIwKNbLyXo4QVNDZv9u1ZVPId676iqL {  }
 }@media only screen and (max-width: 763px) { #c2dQFCksFdTdMbdPiESVWT723fd41TM1 #DQTJI7JKKswDz4SpszDEneXCf2gALXgE {  }
 }@media only screen and (max-width: 763px) { #c2dQFCksFdTdMbdPiESVWT723fd41TM1 #IbfOZQsc2gHac3X0qdFqWPtz1Hy1xSVM {  }
 }@media only screen and (max-width: 763px) { #c2dQFCksFdTdMbdPiESVWT723fd41TM1 #qcVXVTGMFdU3dKuU0DD6mmwVhBDDz7Re {  }
 }@media only screen and (max-width: 763px) { #c2dQFCksFdTdMbdPiESVWT723fd41TM1 #pKwSzmrTPOu23TsZQKaeqQxE5f8hPAUt {  }
 }@media only screen and (max-width: 763px) { #c2dQFCksFdTdMbdPiESVWT723fd41TM1 #Fa8qsETlCgPfmvIdqqeErJglqXdU7Z8J {  }
 }@media only screen and (max-width: 763px) { #c2dQFCksFdTdMbdPiESVWT723fd41TM1 #nPC6IRGq4kiEi4ZAMv3qXG7NmA6x2W1J {  }
 }@media only screen and (max-width: 763px) { #c2dQFCksFdTdMbdPiESVWT723fd41TM1 #QJIW0Cgn6v4nSQWRSnzITgr1LBDlZ47N {  }
 }@media only screen and (max-width: 763px) { #c2dQFCksFdTdMbdPiESVWT723fd41TM1 #X4KN5g2P16hth04DAILFNkgF57HJNdV6 {  }
 }@media only screen and (max-width: 763px) { #c2dQFCksFdTdMbdPiESVWT723fd41TM1 #diaHW2NOFw4q65gCin52m4PIRhuBIzw9 {  }
 }@media only screen and (max-width: 763px) { #c2dQFCksFdTdMbdPiESVWT723fd41TM1 #rpSf3Uwao30CUZa4mErNKkG7wkdACbfG {  }
 }@media only screen and (max-width: 763px) { #c2dQFCksFdTdMbdPiESVWT723fd41TM1 #gRetbmRiNH7iUBQGqTgx1mC1WBRZ1VLl {  }
 }@media only screen and (max-width: 763px) { #c2dQFCksFdTdMbdPiESVWT723fd41TM1 #olGvnKyS80P9OPLsgFv5ZW1k0cpZi8A4 {  }
 }@media only screen and (max-width: 763px) { #c2dQFCksFdTdMbdPiESVWT723fd41TM1 #yLGNSJogZrS5WlwGTOUAPsE5irSCAH2h {  }
 }@media only screen and (max-width: 763px) { #TLFaGpTnKOihMz5THWgwAbgIVSSffkC6 { top:36.5rem;left:28.625rem;width:19.125rem;height:1.125rem;font-size:0.8125rem;display:block; }#TLFaGpTnKOihMz5THWgwAbgIVSSffkC6 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_93fbb4be473353e35823ae8eb61e4e27ef2ec364.svg); }
 }@media only screen and (max-width: 763px) { #Zxa6uAS5S5saL6SXSiqe1NlwHM2WHVOm { top:2.8125rem;left:25.0625rem;width:22.6875rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CbFTPL3NhrN7C3Nv2UeWsBqiUU8IHDSd { display:block; }#CbFTPL3NhrN7C3Nv2UeWsBqiUU8IHDSd > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zZud6D1Myl762NOvX4NsfquPlZJipTpp { top:4.0625rem;left:24.1875rem;width:16.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WU0TXqB7y4tvIvVrvIKu3cfRdiD8x9oG { top:7.875rem;left:10.5625rem;width:37.1875rem;height:5.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JG0Zp4BdewDUE2923oITTrExSK1OybkG { top:13.9375rem;left:10.625rem;width:37.125rem;height:30rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUW9GgF3w89OJZXfDv4BKz7A40J8BTy4 { display:none; }
 }@media only screen and (max-width: 763px) { #kU5GAJmDacPM2k24MrChnKpmCSrKFk5p { top:4.25rem;left:0rem;width:33rem;height:33.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZb5tDVm3uAr2ok8qPmttlnCDJGqbVt0 { top:6.125rem;left:24.1875rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEcCh4TEsoNbsAoxuwZmI8cdTp82J7a6 { top:5.9375rem;left:31.25rem;width:16.5rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iE1Oa7prq6y4zV8PuuIANCEanMUNq4qQ { top:5.9375rem;left:25.3125rem;width:10.375rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xha1EgsWnVpaNOEuIkvg3qWlkbndSMSQ { top:4.375rem;left:24.1875rem;width:0.9375rem;height:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #SIMHMAf3GPNVD20myXC4EOZPuaU1zoDU { top:4.1875rem;left:25.3125rem;width:9.25rem;height:1.1875rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #AwZnTsw0uMGFWove7ezLlHaOMX90wozk { top:4.1875rem;left:31.25rem;width:16.5rem;height:1.1875rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ek6gllVSWxKZ6wWX1CsmzUydTLZcLvcM { display:block; }#ek6gllVSWxKZ6wWX1CsmzUydTLZcLvcM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #orSbv10wkeRBODtSWXcGTKIIcIIQ1aVL { top:3.1875rem;left:0rem;width:47.75rem;height:5.6875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxpXa23v1W92NFidTTTZk69J2M8tGgGB { top:10.9375rem;left:0rem;width:17.5rem;height:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h21ceTcfVhyW7Agg4FiUpP85h3IZpxpT { top:15.6875rem;left:0rem;width:13.75rem;height:3.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhTkf1TKKRVrcPn49dhw8eOg5ECVhvTa { width:12rem;height:2.6875rem;top:22.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ps4eUdlKTINJh2WHVS8iKsDuf5hSMRbl { display:block; }
 }@media only screen and (max-width: 763px) { #xN6CMAIszU3w1hUfMpdOS8ErWoyvcT4V { top:10.9375rem;left:5.375rem;width:17.5rem;height:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLpDbpFS0aUZDTa92L6i8q7zrd1V9ZwH { width:12rem;height:2.6875rem;top:22.625rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2wcE1mSLdUROaQxLXK6LVCTciIDrpqG { display:block; }
 }@media only screen and (max-width: 763px) { #yJp0T9vaXqFGdcnBVIFdKHyWMJtUHCGp { top:15.6875rem;left:7.5rem;width:13.75rem;height:3.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVTZUoRrE3WSGiU2VKktU0hrxF0N3Jey { top:10.9375rem;left:24.375rem;width:17.5rem;height:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzodqD0lFVy11qb95GQTEcOT9N4DrqHP { width:12rem;height:2.6875rem;top:22.625rem;left:27.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKTl6DDTHKCQT2XqIRxDLnsanFu3Stoc { display:block; }
 }@media only screen and (max-width: 763px) { #KkQLxkUrvWXiMcV25d4FzHvB9WkLqsVo { top:15.6875rem;left:26.5rem;width:13.75rem;height:3.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzEICENncGgBatwSXxTnCcozH5Knzfeg { top:10.9375rem;left:29.75rem;width:17.5rem;height:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1sMpCsDTSTLRx51MZl4EUttJs2MQrXT { width:12rem;height:2.6875rem;top:22.625rem;left:35.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IF9JPpZFs09U4bP0RdnmLvCq2HFIX3zQ { display:block; }
 }@media only screen and (max-width: 763px) { #tn3TeBtaSHeSwOs5MDLpDrIRZWue3OPk { top:15.6875rem;left:34rem;width:13.75rem;height:3.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrOzyKy8PzNoU7lAEO3PA9rZeiiLIl4h { top:31.25rem;left:5.375rem;width:17.5rem;height:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtIdB4nXfSE72vFhSCZ3iDNml2VTOCrC { top:31.25rem;left:24.375rem;width:17.5rem;height:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xS4W8dKF7Bph0WHTivLdC6hMq0VRpTeM { top:31.25rem;left:29.75rem;width:17.5rem;height:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIiOxROchBT5T67i46ew1GS321chL0ie { top:31.25rem;left:0rem;width:17.5rem;height:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMEwrUKB8h9DXaFMkiHSUHTahpHwgKrT { width:12rem;height:2.6875rem;top:42.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUZr8AOHNUBiUQHUPsEW6QfiBi6T4t23 { display:block; }
 }@media only screen and (max-width: 763px) { #bbO4eRpLh7FWBnbmgx84GSvzE4G8l5ru { width:12rem;height:2.6875rem;top:42.9375rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKQoJ7dmvwJ49TNLCfH8r7t4Uy4nXfog { display:block; }
 }@media only screen and (max-width: 763px) { #XHzgNNTeTg157fnTzJCK6M0THQ3UDnqh { width:12rem;height:2.6875rem;top:42.9375rem;left:27.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wkc1M59x6COQ61dhTp5PUTpw3Lf8eZuE { display:block; }
 }@media only screen and (max-width: 763px) { #mXRPlBBUvcddZHZKfCPves1uUWxs76rl { width:12rem;height:2.6875rem;top:42.9375rem;left:35.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxeI8vlJCultLk29mPZpkLHhZTSiQVqb { display:block; }
 }@media only screen and (max-width: 763px) { #znrzvWcpJE9ahn8bD6ZKNGeeoICgtXir { top:36rem;left:0rem;width:10.8125rem;height:3.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #icI4Cte0eHLdZaevbZk6tyPuBlc8qNdQ { top:36rem;left:7.5rem;width:13.75rem;height:3.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7c5BN0DE1Le4iwi37HKLMlKclSACFui { top:36rem;left:26.5rem;width:13.75rem;height:3.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0NIu9p5qmiILNgrn63QwZVzyv7KvZF9 { top:36rem;left:38.3125rem;width:9.4375rem;height:3.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6E9zR6mnOMLlJNXesZmgVdsG3KLgwMa { display:block; }#N6E9zR6mnOMLlJNXesZmgVdsG3KLgwMa > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bXlrKxLPtWEwtKT5peZHpELi0xDg7f1M { top:3.8125rem;left:3.375rem;width:41rem;height:2.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N21kEZMcbqgd7m54PN8KBJl0yTfxz3TC { top:7.625rem;left:0rem;width:47.75rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuoL94oaO7t5yzQcxVq3herI8rvQtenu { top:12rem;left:0rem;width:17.5rem;height:18.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9ToJDkUQwMyD4VrH5Sb3uuD057rJxJR { top:11.9375rem;left:5.59375rem;width:17.5rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyrBF5bRtwycrXoeIFQXB5e2OAABMeUr { top:11.9375rem;left:24.71875rem;width:17.5rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8GpOKdAJO1L8CIhx0q0MbNUnyqTxo2C { top:11.9375rem;left:30.125rem;width:17.5rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J320apw8mzKF8hxcoC60EwK5lRZ3E3do { top:31.8125rem;left:0rem;width:17.5rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgFglI66R6WoL666TbGt4KNDMbSKsrJD { top:31.8125rem;left:5.59375rem;width:17.5rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2pDbylStuCqlQWC5AiNSoErDnRt9wld { top:31.8125rem;left:24.71875rem;width:17.5rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6v7xMZKQ5WURBzKATha7bJgEMA5Evul { top:31.8125rem;left:30.125rem;width:17.5rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkg2XdfHKoyDPB3Mbys4KKp88wntm9qf { display:block; }#tkg2XdfHKoyDPB3Mbys4KKp88wntm9qf > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hfm2dUfpVqyUozi1X4iQdTWTQ6sinmXq { top:4.8125rem;left:0rem;width:16.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMDpXPVXnBA3xB1yHWJnLuO5blw9a4yS { top:6.6875rem;left:0rem;width:33.625rem;height:5.6875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cr0TKAlJeEkxTJsxaIFifU9EugXsdXEl { top:13.6875rem;left:0rem;width:35.3125rem;height:9rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #okmN5qs2DlUbdeqmPnoNxTn9vpnE5TFW { display:none; }
 }@media only screen and (max-width: 763px) { #H5LNn0l3mrGdMqbziTrTWE8XGpCqmEwl { width:13.5625rem;height:3.4375rem;top:25.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rd3bThmU0fy01TUGPS1kBsxndb94fuh3 { display:block; }
 }@media only screen and (max-width: 763px) { #V8KEkintE4PT7OMakctK6TgWn7GbTzxF { width:19.25rem;height:3.4375rem;top:25.125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhWAcCOThnnMyzTrJh1cMBRXzpNHKlu7 { display:block; }
 }@media only screen and (max-width: 763px) { #HkgX2kppXk98SH1Q2k7h4alXoFEkT0wx { top:4.8125rem;left:11.1875rem;width:36.5625rem;height:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nevSsQIRDnkcVnSzPZPHDPBwLENBRzg6 { display:block; }#nevSsQIRDnkcVnSzPZPHDPBwLENBRzg6 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JVnuy8PBvfyUSiBTkbESuRZ0AhhPnV36 { top:3.1875rem;left:0rem;width:37.4375rem;height:5.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKNTVyVWIDowv2BB3hrlwyZ3FrmiaETr { top:3.8125rem;left:13.125rem;width:34.625rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbTsNd4gdGi1HvwQhOqoUhgfCfPydzZx { top:11.375rem;left:0rem;width:47rem;height:20.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qb0rH53LFwaep1qWUeVARnMDk5eyfLyb { top:19.1875rem;left:0rem;width:15.0625rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9J60KKgUElHlnJuCpRTxMMP9gZVysFK { top:21.25rem;left:0rem;width:15.625rem;height:9rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vyd1Gn3SnbDSfGUhCimycfhJFBW8wCyT { top:13.8125rem;left:0rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzLFfFSUQRmEeBZtDHM5Jmw3aFgSXiDO { top:14.75rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pznOuG2J96N5K3IwAD9UOPRuzN07Q7z7 { top:21.1875rem;left:6.9375rem;width:15.625rem;height:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAiGBA8WrTZy1XT8sD9cZE40dohdS5qt { top:19.1875rem;left:6.9375rem;width:12.75rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6eMqyPLAf6mfSh7b4T1z53krQICRnMA { top:13.8125rem;left:6.9375rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxdUX4yrdse96t96U2y4GezLz6ADmIbV { top:14.75rem;left:7.875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aN7TuGwPTwVXvMIK3OBUeD5p5GbiC86d { top:21.25rem;left:25.625rem;width:15.625rem;height:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #omrNfq4Rph6AqQ0PHUwKNoA8UzgbF9FX { top:19.1875rem;left:25.625rem;width:16.125rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWeibSdkcBPJPh8MdByswTPEIAf7s2mm { top:13.8125rem;left:25.625rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IupD77FGaQCzrHDSe5pMUNULVpdIf4bm { top:14.75rem;left:26.625rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5lJyhALqLXJFCvwabQKSIhbfG6E38Sh { top:21.25rem;left:32.125rem;width:15.625rem;height:9rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #enCOpLevKHIHwLL14BX2FFZJ4n8dLgOH { top:19.1875rem;left:34.75rem;width:13rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hT1t8ErFkgAsWOsB1gQx07eL1vif1igm { top:13.8125rem;left:43.375rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzXR9r6T0TCHvK6m6kCK7Rhx8U0KGlcI { top:14.75rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tihTBns8z3I9KKeJOfdxT2bQLLVOfLbV { width:19.25rem;height:3.4375rem;top:35rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #loMrVEQTaIwT5pQRO3uAeTWRBlRJpCh8 { display:block; }
 }@media only screen and (max-width: 763px) { #Js5UTm6po7eaUTQWKbvHzD6K2yN3SyAp { display:block; }#Js5UTm6po7eaUTQWKbvHzD6K2yN3SyAp > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nxVgL1Ap5ebyKLQ5WStPSb0USUvZssqt { top:3.8125rem;left:4.5rem;width:38.75rem;height:3rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHKDtqWC1nNV7ROr1cTkyzxu8vKbC5T6 { top:9.25rem;left:0rem;width:24.0625rem;height:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bb79kBKTTBE7mhbE2mfkwWaZpAT75qZs { top:13.75rem;left:0rem;width:20.625rem;height:12.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p80sczkCotPvRItcft1sLAJXuPrDqxAp { top:27.4375rem;left:0rem;width:20.625rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8J9GSQ1yWIB7SHa20GZrEgQpuNa367s { top:9.3125rem;left:11.875rem;width:24.0625rem;height:22.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkGGsg9fHAn9AruCf1SMGBOI0KNw8UTx { top:29.0625rem;left:13.5625rem;width:20.625rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpuTFWMAu8URzVgkwzlu6VGFNSZpnxP9 { top:13.75rem;left:13.5625rem;width:20.625rem;height:14.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGtk9lBmrV84e91ylJV0ClUHRudabDZm { top:9.3125rem;left:23.6875rem;width:24.0625rem;height:22.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NdR7RTHoCg7H4fLwCF6coysg6v8CAhUL { top:28.5rem;left:27.125rem;width:20.625rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtycNiMToJKwTwbKXDrEitCHKodoPmQH { top:13.75rem;left:27.125rem;width:20.625rem;height:14.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzVhnscc3FPAlWBO20DGkDRyenVnWsMh { top:11.375rem;left:0rem;width:6.875rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8wP0I1ySQtC11ytO1r9K5Q8USSi3UlO { top:11.375rem;left:13.5625rem;width:6.875rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #U15OL5tJhfIQfN5To8tWCOzpGe7DA2sZ { top:11.375rem;left:39.03125rem;width:6.875rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTGhMAd8ZF4a0Sm93TaL9ISsV3yaVu2h { display:block; }#hTGhMAd8ZF4a0Sm93TaL9ISsV3yaVu2h > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s99AaJ4XcSI2KLdPB1TUQpRvLX2ihn7C { top:2.125rem;left:0rem;width:47.75rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dg0I9vovbHSJ0rxKDR86WEIsz6hWOmeg { display:block; }#dg0I9vovbHSJ0rxKDR86WEIsz6hWOmeg > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GbXiQ1iXMt6N3GX3B9dPOCG6ZzTTqqhC { top:3rem;left:19.75rem;width:10.9375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yeP2vga5DsRuEgliPqOdKPBPAkI3OLOo { top:5.75rem;left:19.8125rem;width:11.0625rem;height:;font-size:0.875rem;display:block; }#yeP2vga5DsRuEgliPqOdKPBPAkI3OLOo li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_04d5779f623855744e27922b559d15c06ae5f5c9.svg); }
 }@media only screen and (max-width: 763px) { #yJRhMwfCpVMGTqX9etcM5pCXNIZTWoAt { top:7.75rem;left:19.75rem;width:18.6875rem;height:;font-size:0.8125rem;display:block; }#yJRhMwfCpVMGTqX9etcM5pCXNIZTWoAt li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5183f43be8d8745ef4faaff0a1b447e3991d65ca.svg); }
 }@media only screen and (max-width: 763px) { #Q5zPTU6omymTPQQFl0U7noXT0qKwN3WR { top:9.75rem;left:19.8125rem;width:10.6875rem;height:2.25rem;font-size:0.875rem;display:block; }#Q5zPTU6omymTPQQFl0U7noXT0qKwN3WR li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b66afbb86de862b154920caafc5798913af2eec7.svg); }
 }@media only screen and (max-width: 763px) { #SlgVorq9A8C3xBiMULlPpeFDCUXUmbso { top:9.75rem;left:0rem;width:29.5625rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7cNQL8Wmr1BAynGyPS05lTnwm3JRkW8 { width:18.4375rem;height:3.4375rem;top:3.5rem;left:29.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8qdraQPgVcQR2OyDpDweiSWhKekd0Ri { display:block; }
 }@media only screen and (max-width: 763px) { #G3LTMX57n40r6132aWsLkfJm7lzs9IiR { top:3rem;left:0rem;width:7.4375rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXT6IfWflHna2S0WNKsLyfnUFH7eort3 { width:10.0625rem;height:2.1875rem;top:8.75rem;left:37.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsFWn0ku4ewlT8Tfue6oo3uFbqMiL6Oe { display:block; }
 }@media only screen and (max-width: 763px) { #sk6PVFf8DAH61UAESFygqpeMUNMPtTI0 { display:block; }#sk6PVFf8DAH61UAESFygqpeMUNMPtTI0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lcvWdT06Tbc6ytDn0cfQPsop6mHrMDDP { top:0rem;left:44.3125rem;width:3.4375rem;height:3.4375rem;display:block; }
#lcvWdT06Tbc6ytDn0cfQPsop6mHrMDDP > img { max-width: 100%;max-height:100%; width:3.4375rem; height:3.4375rem; } }@media only screen and (max-width: 763px) { #kQLdK5yPVH0vaNfRZCkTuKXFDcZ65Mom { width:16.6875rem;height:3.75rem;top:4.4375rem;left:24.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cHNzItDw1xlKiNXVeJF7cxXWRFLTBMdS { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #S71roXeQXe1U86gxWnwwVgnnwqJ4mMnu { position:relative;z-index:auto;display:none; }#S71roXeQXe1U86gxWnwwVgnnwqJ4mMnu > .row .container { width:20rem;height:36.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HWNC3sEIxzWrF2MNRsJezPRSgNQdqW6v { width:12.5rem;height:1.13671875rem;top:4.625rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OrAIxAymeHT4ahFS3FpQUWw1S2XlWc9p { display:flex;width:1.875rem;height:1.875rem;top:17.21094375rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #pXR3i3bpcCOp8K7T0ycZyz9GoTz9OzNQ { width:6.875rem;height:1.29980625rem;top:7.01171875rem;left:6.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDomLo7Fdqmc8JuxtZQAVliMvVCvnvuv { width:6.5rem;height:1.29980625rem;top:9.561525rem;left:6.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6v1MebOXMBt69bhXKx1dueFSlCuAlnT { width:11.5625rem;height:1.29980625rem;top:12.11133125rem;left:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5ZcvFTHoOcLXsTkdH7ch6RALIbrsEw2 { width:4rem;height:1.29980625rem;top:14.6611375rem;left:8rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ub2B7o0T6GHy5ekXkps6ICkiy5TPaMOT { width:10.5rem;height:2.5rem;top:20.3359375rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LI5C1eyFcJV30dBGhPMQI3xMgEm5eJ2P { display:block; }
 }@media only screen and (max-width: 763px) { #uabDaIb4tG12tU7SuJZFUKW1DKmtFOKq { width:7.3125rem;height:5.5rem;top:24.0859375rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIlw81IaHILFWF0s1RUq2sSm7GXuyz9z { display:none; }#UIlw81IaHILFWF0s1RUq2sSm7GXuyz9z > .row .container { width:20rem;height:6.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HIW9PbKGJz7QXu0mswQ6O80y1TLeOlVJ { background-color:#ffffff;background-image:none;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; }#HIW9PbKGJz7QXu0mswQ6O80y1TLeOlVJ > .row .container { background-color: transparent; background-image: none; }#HIW9PbKGJz7QXu0mswQ6O80y1TLeOlVJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HIW9PbKGJz7QXu0mswQ6O80y1TLeOlVJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HIW9PbKGJz7QXu0mswQ6O80y1TLeOlVJ > .row .container > .video-iframe-container { display: none; }#HIW9PbKGJz7QXu0mswQ6O80y1TLeOlVJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HIW9PbKGJz7QXu0mswQ6O80y1TLeOlVJ > .row > .video-iframe-container { display: none; }#HIW9PbKGJz7QXu0mswQ6O80y1TLeOlVJ > .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); }#HIW9PbKGJz7QXu0mswQ6O80y1TLeOlVJ > .row .container { border-width: 0; border-radius: 0; }#HIW9PbKGJz7QXu0mswQ6O80y1TLeOlVJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HIW9PbKGJz7QXu0mswQ6O80y1TLeOlVJ > .row .container { width:20rem;height:19.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #py8BDMCf5o5qEWEnZHniJbtQvIaLr9XI { width:8.875rem;height:0.9746125rem;top:1.0625rem;left:11.0625rem;font-size:0.75rem;z-index:15005;font-family:"kumbh sans";display:block; }
 }@media only screen and (max-width: 763px) { #bqqcQZ6MTcuSX9d5WP0EfyQDO9lcdRGO { display:flex;width:1.6875rem;height:1.6875rem;top:2.125rem;left:10.0625rem;z-index:15008;font-size:1.125rem; }
 }@media only screen and (max-width: 763px) { #Ud5ENwnhZt4ZCeX2aLCWuurzomXzO5Ww { display:flex;top:1.787109375rem;left:7.1875rem;width:1.875rem;height:1.875rem;z-index:15010;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #rKG9eQgwiHO0sMp2z1aX95WifMyA2Uc6 { width:17.5rem;height:1.29980625rem;top:7.625rem;left:1.25rem;font-size:1rem;z-index:15011;text-align:center;text-align-last:center;font-family:"kumbh sans";font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #zQJZug6OUGxBvKMtBsRyFAphviq4TTRf { width:17.5rem;height:1.29980625rem;top:9.875rem;left:1.25rem;font-size:1rem;z-index:15012;text-align:center;text-align-last:center;font-family:"kumbh sans";font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #FyPNU69QqhxVtXrA6J1krFeaW137DGPG { width:17.5rem;height:1.29980625rem;top:12.1875rem;left:1.25rem;font-size:1rem;z-index:15013;text-align:center;text-align-last:center;font-family:"kumbh sans";font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #RgafPkpx3NTTNo93VRGFJpvRwy9SRfhg { width:17.5rem;height:1.29980625rem;top:14.5625rem;left:1.25rem;font-size:1rem;z-index:15014;text-align:center;text-align-last:center;font-family:"kumbh sans";font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #mWF6eQF9IysTuTM7dzZIuKAXsmNZK5gP { top:2.0625rem;left:11.93359375rem;width:8.0625rem;height:2.0625rem;z-index:15015;font-size:0.8125rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ff9500, #ff5e3a);background-image: -moz-linear-gradient(180deg, #ff9500, #ff5e3a);background-image: -ms-linear-gradient(180deg, #ff9500, #ff5e3a);background-image: -o-linear-gradient(180deg, #ff9500, #ff5e3a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9500', endColorstr='#ff5e3a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9500', endColorstr='#ff5e3a' );";background-image: linear-gradient(180deg, #ff9500, #ff5e3a);background-size:auto !important;border-top-left-radius:3.6875rem;border-top-right-radius:3.6875rem;border-bottom-left-radius:3.6875rem;border-bottom-right-radius:3.6875rem;font-family:"kumbh sans";display:block; }
 }@media only screen and (max-width: 763px) { #dGuKVWISl1Z3PpktEGVMc0ppAOs6N8SA { display:block; }
 }@media only screen and (max-width: 763px) { #oApJK98M5yQTiTdU7gPBh2B9qschN3Su { top:1.0625rem;left:0rem;width:4.75rem;height:3.625rem;z-index:15016;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #aClsWGQ6EhEhrCR1z97NGxG9AbBCsA7L { display:block; }#aClsWGQ6EhEhrCR1z97NGxG9AbBCsA7L > .row .container { width:20rem;height:69.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t5cHqcMMvGTn7eJHdcUDxczAizwgTFtC { width:20rem;height:10.996125rem;top:4.7998046875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5pZc4RxZTeKCuod9TcwZgsSKFc78VDS { width:20rem;height:36.0625rem;top:24.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJJoQvKku9pDwNipxXAMIlWoaMrRLTqE { width:6.875rem;height:1.25rem;top:2.8369140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pliBqQFgLC23UDp3atNerTlxd3hTkin6 { width:12.5rem;height:1.29980625rem;top:2.8740234375rem;left:7.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTREC4fXNstGWXNROL86lytIZnComQTr { width:20rem;height:4.5rem;top:17.083984375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKrVz8nDdt5FwTq2LK8QSk8C4hLskoeQ { width:20rem;height:3.4375rem;top:62.720703125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqBeEc2DLb2aWQTvG0lqwlrSPAz77FbF { display:block; }
 }@media only screen and (max-width: 763px) { #FnRpEEP0DwiTMXlwv4EOei2PNQQrKiWX { width:17.4375rem;height:1.57470625rem;top:24.5625rem;left:1.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2dQFCksFdTdMbdPiESVWT723fd41TM1 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#c2dQFCksFdTdMbdPiESVWT723fd41TM1 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#c2dQFCksFdTdMbdPiESVWT723fd41TM1 .widget-input-text {padding-top: 0; padding-bottom: 0;}#c2dQFCksFdTdMbdPiESVWT723fd41TM1 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#c2dQFCksFdTdMbdPiESVWT723fd41TM1 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#c2dQFCksFdTdMbdPiESVWT723fd41TM1 .widget-input-select {padding-top: 0; padding-bottom: 0;}#c2dQFCksFdTdMbdPiESVWT723fd41TM1 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#c2dQFCksFdTdMbdPiESVWT723fd41TM1 .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#c2dQFCksFdTdMbdPiESVWT723fd41TM1  { width:17.5rem;height:auto;top:27.26171875rem;left:0rem; }
#c2dQFCksFdTdMbdPiESVWT723fd41TM1 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#c2dQFCksFdTdMbdPiESVWT723fd41TM1 {display:block;}#c2dQFCksFdTdMbdPiESVWT723fd41TM1 { width:17.5rem;height:auto;top:27.26171875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #c2dQFCksFdTdMbdPiESVWT723fd41TM1 #uqgnKgNJVXCT2FhA2vuS9rFsnh3CPMaO {  }
 }@media only screen and (max-width: 763px) { #c2dQFCksFdTdMbdPiESVWT723fd41TM1 #WucfXwWmxdE8VqekN4xN7WeTPx2t82us {  }
 }@media only screen and (max-width: 763px) { #c2dQFCksFdTdMbdPiESVWT723fd41TM1 #JH8zfM3hzKBDMDET8m0K063WSBJDQemC {  }
 }@media only screen and (max-width: 763px) { #c2dQFCksFdTdMbdPiESVWT723fd41TM1 #RPgs87HF0MKuvo1BQdV3dheDQGIOdsLz {  }
 }@media only screen and (max-width: 763px) { #c2dQFCksFdTdMbdPiESVWT723fd41TM1 #cnOOBLkcX1UxxdoVFHHBDqrbUo4aFufJ {  }
 }@media only screen and (max-width: 763px) { #c2dQFCksFdTdMbdPiESVWT723fd41TM1 #dwsKfCwZdBTZMVSmAThCa5wdPueLgiFR {  }
 }@media only screen and (max-width: 763px) { #c2dQFCksFdTdMbdPiESVWT723fd41TM1 #VNIwKNbLyXo4QVNDZv9u1ZVPId676iqL {  }
 }@media only screen and (max-width: 763px) { #c2dQFCksFdTdMbdPiESVWT723fd41TM1 #DQTJI7JKKswDz4SpszDEneXCf2gALXgE {  }
 }@media only screen and (max-width: 763px) { #c2dQFCksFdTdMbdPiESVWT723fd41TM1 #IbfOZQsc2gHac3X0qdFqWPtz1Hy1xSVM {  }
 }@media only screen and (max-width: 763px) { #c2dQFCksFdTdMbdPiESVWT723fd41TM1 #qcVXVTGMFdU3dKuU0DD6mmwVhBDDz7Re {  }
 }@media only screen and (max-width: 763px) { #c2dQFCksFdTdMbdPiESVWT723fd41TM1 #pKwSzmrTPOu23TsZQKaeqQxE5f8hPAUt {  }
 }@media only screen and (max-width: 763px) { #c2dQFCksFdTdMbdPiESVWT723fd41TM1 #Fa8qsETlCgPfmvIdqqeErJglqXdU7Z8J {  }
 }@media only screen and (max-width: 763px) { #c2dQFCksFdTdMbdPiESVWT723fd41TM1 #nPC6IRGq4kiEi4ZAMv3qXG7NmA6x2W1J {  }
 }@media only screen and (max-width: 763px) { #c2dQFCksFdTdMbdPiESVWT723fd41TM1 #QJIW0Cgn6v4nSQWRSnzITgr1LBDlZ47N {  }
 }@media only screen and (max-width: 763px) { #c2dQFCksFdTdMbdPiESVWT723fd41TM1 #X4KN5g2P16hth04DAILFNkgF57HJNdV6 {  }
 }@media only screen and (max-width: 763px) { #c2dQFCksFdTdMbdPiESVWT723fd41TM1 #diaHW2NOFw4q65gCin52m4PIRhuBIzw9 {  }
 }@media only screen and (max-width: 763px) { #c2dQFCksFdTdMbdPiESVWT723fd41TM1 #rpSf3Uwao30CUZa4mErNKkG7wkdACbfG {  }
 }@media only screen and (max-width: 763px) { #c2dQFCksFdTdMbdPiESVWT723fd41TM1 #gRetbmRiNH7iUBQGqTgx1mC1WBRZ1VLl {  }
 }@media only screen and (max-width: 763px) { #c2dQFCksFdTdMbdPiESVWT723fd41TM1 #olGvnKyS80P9OPLsgFv5ZW1k0cpZi8A4 {  }
 }@media only screen and (max-width: 763px) { #c2dQFCksFdTdMbdPiESVWT723fd41TM1 #yLGNSJogZrS5WlwGTOUAPsE5irSCAH2h {  }
 }@media only screen and (max-width: 763px) { #TLFaGpTnKOihMz5THWgwAbgIVSSffkC6 { width:18.1875rem;height:1.05615rem;top:57.5595703125rem;left:1.8125rem;font-size:0.8125rem;display:block; }#TLFaGpTnKOihMz5THWgwAbgIVSSffkC6 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_93fbb4be473353e35823ae8eb61e4e27ef2ec364.svg); }
 }@media only screen and (max-width: 763px) { #Zxa6uAS5S5saL6SXSiqe1NlwHM2WHVOm { width:18.125rem;height:3.5625rem;top:23.6875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CbFTPL3NhrN7C3Nv2UeWsBqiUU8IHDSd { display:block; }#CbFTPL3NhrN7C3Nv2UeWsBqiUU8IHDSd > .row .container { width:20rem;height:92.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zZud6D1Myl762NOvX4NsfquPlZJipTpp { width:16.875rem;height:1.29980625rem;top:23.5361328125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WU0TXqB7y4tvIvVrvIKu3cfRdiD8x9oG { width:20rem;height:9rem;top:28.6494140625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JG0Zp4BdewDUE2923oITTrExSK1OybkG { width:20rem;height:51rem;top:38.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUW9GgF3w89OJZXfDv4BKz7A40J8BTy4 { display:flex;top:15.9375rem;left:0rem;width:2.5rem;height:2.5rem;z-index:15009;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #kU5GAJmDacPM2k24MrChnKpmCSrKFk5p { width:20rem;height:20rem;top:2.5205078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZb5tDVm3uAr2ok8qPmttlnCDJGqbVt0 { width:0.9375rem;height:0.9375rem;top:75.7080078125rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #mEcCh4TEsoNbsAoxuwZmI8cdTp82J7a6 { width:16.5rem;height:1.21875rem;top:80.3642578125rem;left:1.75rem;font-size:0.8125rem;z-index:15059;display:none; }
 }@media only screen and (max-width: 763px) { #iE1Oa7prq6y4zV8PuuIANCEanMUNq4qQ { width:9.25rem;height:1.21875rem;top:77.8955078125rem;left:5.375rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xha1EgsWnVpaNOEuIkvg3qWlkbndSMSQ { width:0.9375rem;height:0.9375rem;top:25.5869140625rem;left:0rem;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #SIMHMAf3GPNVD20myXC4EOZPuaU1zoDU { width:14.625rem;height:1.21875rem;top:25.4462890625rem;left:1.3125rem;font-size:0.8125rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #AwZnTsw0uMGFWove7ezLlHaOMX90wozk { width:17.8125rem;height:1.21875rem;top:26.6650390625rem;left:0rem;font-size:0.8125rem;z-index:15060;display:block; }
 }@media only screen and (max-width: 763px) { #ek6gllVSWxKZ6wWX1CsmzUydTLZcLvcM { display:block; }#ek6gllVSWxKZ6wWX1CsmzUydTLZcLvcM > .row .container { width:20rem;height:164.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #orSbv10wkeRBODtSWXcGTKIIcIIQ1aVL { width:20rem;height:10.4980625rem;top:2.5rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxpXa23v1W92NFidTTTZk69J2M8tGgGB { width:19.5rem;height:16.875rem;top:14.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h21ceTcfVhyW7Agg4FiUpP85h3IZpxpT { width:13.75rem;height:3.75rem;top:18.375rem;left:3.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhTkf1TKKRVrcPn49dhw8eOg5ECVhvTa { width:12rem;height:2.6875rem;top:25.3125rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ps4eUdlKTINJh2WHVS8iKsDuf5hSMRbl { display:block; }
 }@media only screen and (max-width: 763px) { #xN6CMAIszU3w1hUfMpdOS8ErWoyvcT4V { width:19.5rem;height:16.875rem;top:32.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLpDbpFS0aUZDTa92L6i8q7zrd1V9ZwH { width:12rem;height:2.6875rem;top:43.75rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2wcE1mSLdUROaQxLXK6LVCTciIDrpqG { display:block; }
 }@media only screen and (max-width: 763px) { #yJp0T9vaXqFGdcnBVIFdKHyWMJtUHCGp { width:13.75rem;height:3.75rem;top:36.8125rem;left:3.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVTZUoRrE3WSGiU2VKktU0hrxF0N3Jey { width:19.5rem;height:16.875rem;top:51.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzodqD0lFVy11qb95GQTEcOT9N4DrqHP { width:12rem;height:2.6875rem;top:62.1875rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKTl6DDTHKCQT2XqIRxDLnsanFu3Stoc { display:block; }
 }@media only screen and (max-width: 763px) { #KkQLxkUrvWXiMcV25d4FzHvB9WkLqsVo { width:13.75rem;height:3.75rem;top:55.25rem;left:3.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzEICENncGgBatwSXxTnCcozH5Knzfeg { width:19.5rem;height:16.875rem;top:69.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1sMpCsDTSTLRx51MZl4EUttJs2MQrXT { width:12rem;height:2.6875rem;top:80.5625rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IF9JPpZFs09U4bP0RdnmLvCq2HFIX3zQ { display:block; }
 }@media only screen and (max-width: 763px) { #tn3TeBtaSHeSwOs5MDLpDrIRZWue3OPk { width:13.75rem;height:3.75rem;top:73.625rem;left:3.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrOzyKy8PzNoU7lAEO3PA9rZeiiLIl4h { width:19.5rem;height:16.875rem;top:106.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtIdB4nXfSE72vFhSCZ3iDNml2VTOCrC { width:19.5rem;height:16.875rem;top:125.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xS4W8dKF7Bph0WHTivLdC6hMq0VRpTeM { width:19.5rem;height:16.875rem;top:144.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIiOxROchBT5T67i46ew1GS321chL0ie { width:19.5rem;height:16.875rem;top:88.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMEwrUKB8h9DXaFMkiHSUHTahpHwgKrT { width:12rem;height:2.6875rem;top:99.0625rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUZr8AOHNUBiUQHUPsEW6QfiBi6T4t23 { display:block; }
 }@media only screen and (max-width: 763px) { #bbO4eRpLh7FWBnbmgx84GSvzE4G8l5ru { width:12rem;height:2.6875rem;top:117.6875rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKQoJ7dmvwJ49TNLCfH8r7t4Uy4nXfog { display:block; }
 }@media only screen and (max-width: 763px) { #XHzgNNTeTg157fnTzJCK6M0THQ3UDnqh { width:12rem;height:2.6875rem;top:136.3125rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wkc1M59x6COQ61dhTp5PUTpw3Lf8eZuE { display:block; }
 }@media only screen and (max-width: 763px) { #mXRPlBBUvcddZHZKfCPves1uUWxs76rl { width:12rem;height:2.6875rem;top:155rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxeI8vlJCultLk29mPZpkLHhZTSiQVqb { display:block; }
 }@media only screen and (max-width: 763px) { #znrzvWcpJE9ahn8bD6ZKNGeeoICgtXir { width:10.8125rem;height:3.75rem;top:92.125rem;left:4.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #icI4Cte0eHLdZaevbZk6tyPuBlc8qNdQ { width:13.75rem;height:3.75rem;top:110.75rem;left:3.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7c5BN0DE1Le4iwi37HKLMlKclSACFui { width:13.75rem;height:3.75rem;top:129.375rem;left:3.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0NIu9p5qmiILNgrn63QwZVzyv7KvZF9 { width:9.4375rem;height:3.75rem;top:148.0625rem;left:5.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6E9zR6mnOMLlJNXesZmgVdsG3KLgwMa { display:block; }#N6E9zR6mnOMLlJNXesZmgVdsG3KLgwMa > .row .container { width:20rem;height:190rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bXlrKxLPtWEwtKT5peZHpELi0xDg7f1M { width:20rem;height:2.25rem;top:2.5rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N21kEZMcbqgd7m54PN8KBJl0yTfxz3TC { width:20rem;height:4.5rem;top:5.609375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuoL94oaO7t5yzQcxVq3herI8rvQtenu { width:19.875rem;height:20.5rem;top:11.984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9ToJDkUQwMyD4VrH5Sb3uuD057rJxJR { width:19.875rem;height:20.5625rem;top:33.796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyrBF5bRtwycrXoeIFQXB5e2OAABMeUr { width:19.875rem;height:20.5625rem;top:55.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8GpOKdAJO1L8CIhx0q0MbNUnyqTxo2C { width:19.875rem;height:20.5625rem;top:77.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J320apw8mzKF8hxcoC60EwK5lRZ3E3do { width:19.875rem;height:20.5625rem;top:99.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgFglI66R6WoL666TbGt4KNDMbSKsrJD { width:19.875rem;height:20.5625rem;top:121.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2pDbylStuCqlQWC5AiNSoErDnRt9wld { width:19.875rem;height:20.5625rem;top:143.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6v7xMZKQ5WURBzKATha7bJgEMA5Evul { width:19.875rem;height:20.5625rem;top:165.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkg2XdfHKoyDPB3Mbys4KKp88wntm9qf { display:block; }#tkg2XdfHKoyDPB3Mbys4KKp88wntm9qf > .row .container { width:20rem;height:51.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hfm2dUfpVqyUozi1X4iQdTWTQ6sinmXq { width:16.875rem;height:1.29980625rem;top:16.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMDpXPVXnBA3xB1yHWJnLuO5blw9a4yS { width:20rem;height:6.2988125rem;top:17.6875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cr0TKAlJeEkxTJsxaIFifU9EugXsdXEl { width:20rem;height:13.5rem;top:25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #okmN5qs2DlUbdeqmPnoNxTn9vpnE5TFW { display:flex;top:15.9375rem;left:0rem;width:2.5rem;height:2.5rem;z-index:15009;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #H5LNn0l3mrGdMqbziTrTWE8XGpCqmEwl { width:20rem;height:3.4375rem;top:40.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rd3bThmU0fy01TUGPS1kBsxndb94fuh3 { display:block; }
 }@media only screen and (max-width: 763px) { #V8KEkintE4PT7OMakctK6TgWn7GbTzxF { width:20rem;height:3.4375rem;top:44.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhWAcCOThnnMyzTrJh1cMBRXzpNHKlu7 { display:block; }
 }@media only screen and (max-width: 763px) { #HkgX2kppXk98SH1Q2k7h4alXoFEkT0wx { width:20rem;height:12.13675rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nevSsQIRDnkcVnSzPZPHDPBwLENBRzg6 { display:block; }#nevSsQIRDnkcVnSzPZPHDPBwLENBRzg6 > .row .container { width:20rem;height:96.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JVnuy8PBvfyUSiBTkbESuRZ0AhhPnV36 { width:20rem;height:4.5rem;top:2.5rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKNTVyVWIDowv2BB3hrlwyZ3FrmiaETr { width:20rem;height:6rem;top:8.046875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbTsNd4gdGi1HvwQhOqoUhgfCfPydzZx { width:19.25rem;height:69.9375rem;top:16.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qb0rH53LFwaep1qWUeVARnMDk5eyfLyb { width:17.5rem;height:1.5rem;top:22.6875rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9J60KKgUElHlnJuCpRTxMMP9gZVysFK { width:17.5rem;height:7.5rem;top:24.8125rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vyd1Gn3SnbDSfGUhCimycfhJFBW8wCyT { width:4.0625rem;height:4.0625rem;top:17.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzLFfFSUQRmEeBZtDHM5Jmw3aFgSXiDO { width:2.1875rem;height:2.1875rem;top:18.625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pznOuG2J96N5K3IwAD9UOPRuzN07Q7z7 { width:17.5rem;height:7.5rem;top:42.5rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAiGBA8WrTZy1XT8sD9cZE40dohdS5qt { width:17.5rem;height:1.5rem;top:40.375rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6eMqyPLAf6mfSh7b4T1z53krQICRnMA { width:4.0625rem;height:4.0625rem;top:35.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxdUX4yrdse96t96U2y4GezLz6ADmIbV { width:2.1875rem;height:2.1875rem;top:36.125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aN7TuGwPTwVXvMIK3OBUeD5p5GbiC86d { width:17.5rem;height:7.5rem;top:59.875rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #omrNfq4Rph6AqQ0PHUwKNoA8UzgbF9FX { width:17.5rem;height:1.5rem;top:57.625rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWeibSdkcBPJPh8MdByswTPEIAf7s2mm { width:4.0625rem;height:4.0625rem;top:52.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IupD77FGaQCzrHDSe5pMUNULVpdIf4bm { width:2.25rem;height:2.25rem;top:53.34375rem;left:2.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5lJyhALqLXJFCvwabQKSIhbfG6E38Sh { width:17.5rem;height:7.5rem;top:77.0625rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #enCOpLevKHIHwLL14BX2FFZJ4n8dLgOH { width:17.5rem;height:1.5rem;top:74.8125rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hT1t8ErFkgAsWOsB1gQx07eL1vif1igm { width:4.0625rem;height:4.0625rem;top:69.625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzXR9r6T0TCHvK6m6kCK7Rhx8U0KGlcI { width:2.1875rem;height:2.1875rem;top:70.5625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tihTBns8z3I9KKeJOfdxT2bQLLVOfLbV { width:20rem;height:3.4375rem;top:89.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #loMrVEQTaIwT5pQRO3uAeTWRBlRJpCh8 { display:block; }
 }@media only screen and (max-width: 763px) { #Js5UTm6po7eaUTQWKbvHzD6K2yN3SyAp { display:block; }#Js5UTm6po7eaUTQWKbvHzD6K2yN3SyAp > .row .container { width:20rem;height:82.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nxVgL1Ap5ebyKLQ5WStPSb0USUvZssqt { width:20rem;height:4.5rem;top:2.5rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHKDtqWC1nNV7ROr1cTkyzxu8vKbC5T6 { width:20rem;height:21.875rem;top:8.359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bb79kBKTTBE7mhbE2mfkwWaZpAT75qZs { width:17.5rem;height:15rem;top:11.8125rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p80sczkCotPvRItcft1sLAJXuPrDqxAp { width:17.5rem;height:1.5rem;top:27.484375rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8J9GSQ1yWIB7SHa20GZrEgQpuNa367s { width:20rem;height:23.875rem;top:31.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkGGsg9fHAn9AruCf1SMGBOI0KNw8UTx { width:17.5rem;height:1.5rem;top:53rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpuTFWMAu8URzVgkwzlu6VGFNSZpnxP9 { width:17.5rem;height:16.5rem;top:35.6875rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGtk9lBmrV84e91ylJV0ClUHRudabDZm { width:20rem;height:22.6875rem;top:57.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NdR7RTHoCg7H4fLwCF6coysg6v8CAhUL { width:17.5rem;height:1.5rem;top:76.875rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtycNiMToJKwTwbKXDrEitCHKodoPmQH { width:17.5rem;height:15rem;top:61.0625rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzVhnscc3FPAlWBO20DGkDRyenVnWsMh { width:6.875rem;height:1.25rem;top:9.75rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8wP0I1ySQtC11ytO1r9K5Q8USSi3UlO { width:6.875rem;height:1.25rem;top:33.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #U15OL5tJhfIQfN5To8tWCOzpGe7DA2sZ { width:6.875rem;height:1.25rem;top:58.9375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTGhMAd8ZF4a0Sm93TaL9ISsV3yaVu2h { display:block; }#hTGhMAd8ZF4a0Sm93TaL9ISsV3yaVu2h > .row .container { width:20rem;height:32.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s99AaJ4XcSI2KLdPB1TUQpRvLX2ihn7C { width:20rem;height:28.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dg0I9vovbHSJ0rxKDR86WEIsz6hWOmeg { display:block; }#dg0I9vovbHSJ0rxKDR86WEIsz6hWOmeg > .row .container { width:20rem;height:35.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GbXiQ1iXMt6N3GX3B9dPOCG6ZzTTqqhC { width:10.9375rem;height:1.4624rem;top:8.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yeP2vga5DsRuEgliPqOdKPBPAkI3OLOo { width:11.0625rem;height:1.13720625rem;top:11.375rem;left:0rem;font-size:0.875rem;display:block; }#yeP2vga5DsRuEgliPqOdKPBPAkI3OLOo li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_04d5779f623855744e27922b559d15c06ae5f5c9.svg); }
 }@media only screen and (max-width: 763px) { #yJRhMwfCpVMGTqX9etcM5pCXNIZTWoAt { width:19.0625rem;height:1.13720625rem;top:13.1875rem;left:0rem;font-size:0.875rem;display:block; }#yJRhMwfCpVMGTqX9etcM5pCXNIZTWoAt li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5183f43be8d8745ef4faaff0a1b447e3991d65ca.svg); }
 }@media only screen and (max-width: 763px) { #Q5zPTU6omymTPQQFl0U7noXT0qKwN3WR { width:19.75rem;height:1.13720625rem;top:15rem;left:0rem;font-size:0.875rem;display:block; }#Q5zPTU6omymTPQQFl0U7noXT0qKwN3WR li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b66afbb86de862b154920caafc5798913af2eec7.svg); }
 }@media only screen and (max-width: 763px) { #SlgVorq9A8C3xBiMULlPpeFDCUXUmbso { width:20rem;height:2.625rem;top:18.3125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q7cNQL8Wmr1BAynGyPS05lTnwm3JRkW8 { width:18.4375rem;height:3.4375rem;top:22.5rem;left:0.78125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #F8qdraQPgVcQR2OyDpDweiSWhKekd0Ri { display:block; }
 }@media only screen and (max-width: 763px) { #G3LTMX57n40r6132aWsLkfJm7lzs9IiR { width:7.4375rem;height:5.5625rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXT6IfWflHna2S0WNKsLyfnUFH7eort3 { width:10.0625rem;height:2.1875rem;top:21.625rem;left:4.96875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsFWn0ku4ewlT8Tfue6oo3uFbqMiL6Oe { display:block; }
 }@media only screen and (max-width: 763px) { #sk6PVFf8DAH61UAESFygqpeMUNMPtTI0 { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#sk6PVFf8DAH61UAESFygqpeMUNMPtTI0 > .row .container { width:20rem;height:4.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lcvWdT06Tbc6ytDn0cfQPsop6mHrMDDP { display:flex;width:3.75rem;height:3.75rem;top:0rem;left:16.25rem;font-size:2.625rem;display:none; }
#lcvWdT06Tbc6ytDn0cfQPsop6mHrMDDP > img { max-width: 100%;max-height:100%; width:3.75rem; height:3.75rem; } }@media only screen and (max-width: 763px) { #kQLdK5yPVH0vaNfRZCkTuKXFDcZ65Mom { width:16.6875rem;height:3.75rem;top:0rem;left:1.65625rem;font-size:1.125rem;z-index:15010;font-family:poppins;background-color:#c73c4c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #cHNzItDw1xlKiNXVeJF7cxXWRFLTBMdS { display:block; }
 }