.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;
}
.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-input-select option {
  color: #000;
}
.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 {
  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:transparent;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); }#c4E3rNMbFnCDMMAW17LeatxqSLDwNpVi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#c4E3rNMbFnCDMMAW17LeatxqSLDwNpVi > .row .container { background-color: transparent; background-image: none; }#c4E3rNMbFnCDMMAW17LeatxqSLDwNpVi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c4E3rNMbFnCDMMAW17LeatxqSLDwNpVi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c4E3rNMbFnCDMMAW17LeatxqSLDwNpVi > .row .container > .video-iframe-container { display: none; }#c4E3rNMbFnCDMMAW17LeatxqSLDwNpVi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c4E3rNMbFnCDMMAW17LeatxqSLDwNpVi > .row > .video-iframe-container { display: none; }#c4E3rNMbFnCDMMAW17LeatxqSLDwNpVi > .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); }#c4E3rNMbFnCDMMAW17LeatxqSLDwNpVi > .row .container { border-width: 0; border-radius: 0; }#c4E3rNMbFnCDMMAW17LeatxqSLDwNpVi > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#WRQP4q8artTLOMAfMTcHWCAqOdmo5itE { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.18696875rem;width:23.9994375rem;top:0rem;left:25.4375rem;overflow:hidden;display:block; }
#rNxiBa0ksgF7mU3gTuOVHVghnEN1Q3x7 { background-color:transparent;background-image:url("https://images.assets-landingi.com/xfy8N7mJ/512.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#rNxiBa0ksgF7mU3gTuOVHVghnEN1Q3x7.adaptive-delivery-prevent-bg, #rNxiBa0ksgF7mU3gTuOVHVghnEN1Q3x7.lazyload, #rNxiBa0ksgF7mU3gTuOVHVghnEN1Q3x7.lazyloading { background-image: none; }#rNxiBa0ksgF7mU3gTuOVHVghnEN1Q3x7 > .row .container { background-color: transparent; background-image: none; }#rNxiBa0ksgF7mU3gTuOVHVghnEN1Q3x7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.91); }#rNxiBa0ksgF7mU3gTuOVHVghnEN1Q3x7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rNxiBa0ksgF7mU3gTuOVHVghnEN1Q3x7 > .row .container > .video-iframe-container { display: none; }#rNxiBa0ksgF7mU3gTuOVHVghnEN1Q3x7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.91); }#rNxiBa0ksgF7mU3gTuOVHVghnEN1Q3x7 > .row > .video-iframe-container { display: none; }#rNxiBa0ksgF7mU3gTuOVHVghnEN1Q3x7 > .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); }#rNxiBa0ksgF7mU3gTuOVHVghnEN1Q3x7 > .row .container { border-width: 0; border-radius: 0; }#rNxiBa0ksgF7mU3gTuOVHVghnEN1Q3x7 > .row .container { font-size:0.875rem;font-family:arial;height:38.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS .widget-form-header { font-size:0.75rem; }
#DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS .widget-regular-label { height:auto;display:block;font-family:raleway;font-size:0.9375rem;font-weight:bold;color:#000000;width:15.875rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:right;text-align-last:right; }
#DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS .widget-input-text { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#ffffff;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;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:15.875rem;box-sizing:border-box;height:2.5rem;color:#ffffff;font-size:0.875rem;overflow:hidden;font-family:raleway;vertical-align:top;text-align:center;text-align-last:center; }
#DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS .widget-input-text {padding-top: 0; padding-bottom: 0;}#DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS .widget-textarea { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#ffffff;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;width:15.875rem;box-sizing:border-box;height:4.375rem;color:#ffffff;font-size:0.875rem;overflow:hidden;font-family:raleway;vertical-align:top;text-align:center;text-align-last:center; }
#DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS .widget-input-select { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#ffffff;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;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:15.875rem;box-sizing:border-box;height:2.5rem;color:#00308a;font-family:raleway;font-size:0.875rem;overflow:hidden;vertical-align:top;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS .widget-input-select {padding-top: 0; padding-bottom: 0;}#DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS .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; }
#DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS .widget-input-button { border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;background-color:#ffa900;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:#000000;width:15.875rem;height:2.625rem;font-family:cairo;overflow:hidden;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(0,0,0,0.21) ;line-height:1.2;text-align:center;text-align-last:center; }
#DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS [class*="-text"]:-moz-placeholder { color:#ffffff;font-family:raleway;font-size:0.875rem; }
#DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS [class*="-text"]::-moz-placeholder { color:#ffffff;font-family:raleway;font-size:0.875rem; }
#DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS [class*="-text"]:-ms-input-placeholder { color:#ffffff;font-family:raleway;font-size:0.875rem; }
#DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS [class*="-text"]::-webkit-input-placeholder { color:#ffffff;font-family:raleway;font-size:0.875rem; }
#DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:raleway;line-height:1.3;font-size:0.625rem;font-weight:300;color:#ffffff;vertical-align:top;width:14.6875rem;overflow:hidden;font-style:normal;float:none; }
#DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS .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; }
#DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.3125rem;vertical-align:middle;font-family:raleway;font-size:0.75rem;font-weight:700;color:#000000;overflow:hidden;font-style:normal;line-height:1.6;float:none; }
#DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS .widget-container { padding-top:0.4375rem;padding-right:0;padding-bottom:0.375rem;padding-left:0;width:100%;font-size:0;height:auto; }
#DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS .widget-container:first-of-type{padding-top:0;}#DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS .widget-container:last-of-type{padding-bottom:0;}#DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS  { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:15.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;font-size:0.75rem;left:56.123047828674rem;top:4.3109817504883rem;z-index:100032;position:absolute; }
#DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:15.875rem;display:block;vertical-align:top; }
#DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS .widget-info-text { display:block;height:auto;font-family:raleway;font-size:0.625rem;line-height:1.1;font-weight:400;color:#ffffff;vertical-align:top;overflow:hidden;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS {display:block;}#DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:15.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;font-size:0.75rem;left:56.123047828674rem;top:4.3109817504883rem;z-index:100032;position:absolute; }
#DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS #SNQmcGh0rv6J1hd2TSTOK7eI4wOTDznF { position:relative; }
#DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS #WQKX0lu4WR4PKKgiJRBEA07h5aIM3S7K { position:relative; }
#DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS #KypVsHwKpBXITTM3i3F0d6qo5HfA7bNo { position:relative; }
#DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS #rn2VP80T8KNvN390EsUnTmDwZI20D7gZ { position:relative; }
#DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS #le9fP4hD4SOgcnLzGBARkJ86LUNVr4dy { position:relative; }
#DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS #nzzkeUSLBp1h6mNcQ53DVLVJmT3IBuZa { position:relative; }
#DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS #kKhhUv0ySfOw5HhDnOFDN0VNwWaSibKc { position:relative; }
#DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS #lk5ae7UQzUeB1BxOTCL2p9x6fu2JxFl3 { position:relative; }
#DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS #iTm2XhRAvzCEpEIrCFTzg8dLReBR1G98 { position:relative; }
#DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS #lw026u9gb1eLea8BFVX7TlLxpUfl0RBp { position:relative; }
#DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS #lw026u9gb1eLea8BFVX7TlLxpUfl0RBp .container-column{width:50%;}#DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS #K0T6SuXi238AtuAw5y83azXboz3EEold { position:relative; }
#DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS #rq0MpNvy3iBCN5WG5NL8a5VPvEUEO0op { position:relative;z-index:2; }
#DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS #Zrlh46ygshqCkFPQKlHyDiW5xFZ2rtdT { position:relative; }
#DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS #Rwd8tAaBMOucpsgcV5bCAFWMt1QIhqTa { position:relative;z-index:2; }
#DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS #u3P6VwxFi0aEeeTz8hT56hwLXqNXwC6y { position:relative; }
#DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS #zW6Hx4B5E49IyufufqHltHB0kfFmpCA7 { position:relative; }
#DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS #bsTuIOVfO0TbGPgXFSTsEhusIhRTz2WN { position:relative; }
#DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS #SN5BRTnDd2JDnCdNCumt9fw2T20QmFOV { position:relative; }
#gPeBOmoQJCR1tRHFpv6bA21yy9icWqf6 { position:relative;display:block; }
#DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS #MiWgIioG2WcVWs3pS1TVGSiXbRQJwv9M { position:relative; }
#DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS #SRqpBkeGtcbP44EI35qX95130fp0IuMc { position:relative; }
#Xii8gFKHAhcUfU2wi4amCLenQWKPUgSV { position:absolute;display:block;z-index:100000;background-color:rgba(223,74,141,0.71);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;height:36.875rem;width:17.8125rem;top:0.6875rem;left:56.375rem;display:block; }
#GrZ288d8otkaTcnqrsQMmwPM3WCzChH8 { display:block;width:15.249rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100002;line-height:1.2;letter-spacing:0;top:1.125rem;left:57.6875rem;height:;color:#000000;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#FEFfCAqTEQMg0wCCQzbBI1nv3CflKtmy { display:block;width:15.25rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:400;z-index:100003;line-height:1.2;letter-spacing:0;top:3.3740234375rem;left:57.68701171875rem;height:;color:#000000;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#SNNFsuzNaxzJByHQT0w085DSPAPnH9Ah { position:absolute;display:block;z-index:100033;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.5625rem;width:21.5625rem;top:6.9345703125rem;left:40.6875rem;overflow:hidden;display:none; }
#mS1kEqw8AV8U5TkcwkyC9Zim3goFMD0o { background-color:#de921d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.375rem;height:2.9375rem;text-decoration:none;z-index:100034;text-align:center;text-align-last:center;top:33.25rem;left:57.625rem;display:block; }
#ilsqnIchN7cBRIRud9oUSDcWQyC8evoW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#buPxLhqwITUud3CqrwGAymgfRHQ2deee { box-sizing:content-box;color:#000000;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100035;top:34.78125rem;left:6.21875rem;display:none; }
#JmpfT2ewrvbTxm4pnDKCIJIbPvk8lexX { color:#df4a8d;display:block;width:45.186rem;position:absolute;font-family:"mykonos ar";font-size:2.4375rem;font-weight:400;z-index:100019;line-height:1.3;letter-spacing:0;top:5.0625rem;left:7.03125rem;height:3.16796875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fMZEMZz0T9ZPVq7EgDEqHVAVtIRUp2tl { position:absolute;display:block;z-index:100036;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.9375rem;width:12.9375rem;top:0.68701171875rem;left:6.28125rem;overflow:hidden;display:block; }
#q9one5lIrwTsMLuMe3m9ypaBHJdyra2X { position:absolute;display:block;z-index:100050;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.621125rem;width:15.621125rem;top:21.4365234375rem;left:6.28125rem;overflow:hidden;display:block; }
#klbFVtv8Lx1NFtgMfPrlFgC2A1EDeVec { color:rgba(2,172,0,0.8);display:block;width:14.812rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100051;line-height:1.3;letter-spacing:0;top:33.375rem;left:7.4375rem;height:1.3808625rem;font-style:normal;display:block; }
#BPTSD2tJxB3ECxS2SXEaC0MXHzy2aqn2 { border-top:0.3125rem solid #e5972b;border-left:0.3125rem solid #e5972b;border-right:0.3125rem solid #e5972b;border-bottom:0.3125rem solid #e5972b;background-color:#ffffff;background-image:none;position:relative;display:block; }#BPTSD2tJxB3ECxS2SXEaC0MXHzy2aqn2 > .row .container { background-color: transparent; background-image: none; }#BPTSD2tJxB3ECxS2SXEaC0MXHzy2aqn2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BPTSD2tJxB3ECxS2SXEaC0MXHzy2aqn2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BPTSD2tJxB3ECxS2SXEaC0MXHzy2aqn2 > .row .container > .video-iframe-container { display: none; }#BPTSD2tJxB3ECxS2SXEaC0MXHzy2aqn2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BPTSD2tJxB3ECxS2SXEaC0MXHzy2aqn2 > .row > .video-iframe-container { display: none; }#BPTSD2tJxB3ECxS2SXEaC0MXHzy2aqn2 > .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); }#BPTSD2tJxB3ECxS2SXEaC0MXHzy2aqn2 > .row .container { border-width: 0; border-radius: 0; }#BPTSD2tJxB3ECxS2SXEaC0MXHzy2aqn2 > .row .container { font-size:0.875rem;font-family:arial;height:82.0625rem;width:75rem;position:relative;display:block; }#lfrlWrXJrnuWpEL3WXvgzu20dBxIoVHr { color:#00308a;display:block;width:10.75rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:21.375rem;left:33.875rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#IbyV8rBUTKzsME9Nh5lbT7vZPcKDTKdS { position:absolute;display:block;z-index:99999;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #00308a;border-left:0.25rem solid #00308a;border-right:0.25rem solid #00308a;border-bottom:0.25rem solid #00308a;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;height:11.5rem;width:11.5rem;top:20.5625rem;left:33.1875rem;display:none; }
#Tvao4qHGQ18R8HtZdgn9gCsGplTbKFXz { background-color:#e5972b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;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:cairo;font-size:1rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:6.25rem;height:2.875rem;text-decoration:none;z-index:100008;text-align:center;text-align-last:center;top:28.8125rem;left:36.0625rem;display:none; }
#RQ1cmmqbCdFsUsU3eFI1c0SrLFLtHTes { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#bHVSZQ7e9cU6Ky1Ah0Ah60MJco1LCGDZ { color:#00308a;display:block;width:8.9375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.22);top:26rem;left:34.8125rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#mRVSnZVnQUuTg73sevAou86D4CPeQl2A { box-sizing:content-box;color:#e5972b;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:block;z-index:100002;top:26.1875rem;left:35rem;display:none; }
#orX6lfuBlVIcOBdUrB5cq3O9HGDfcX86 { position:absolute;display:block;z-index:100015;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #00308a;border-left:0.25rem solid #00308a;border-right:0.25rem solid #00308a;border-bottom:0.25rem solid #00308a;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;height:11.5rem;width:11.5rem;top:7rem;left:8.875rem;display:block; }
#XsvBWMlWOwg4rUtaHWMealGT6Lx7DTSG { color:#00308a;display:block;width:11.997375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100019;line-height:1.3;letter-spacing:0;top:7.5625rem;left:8.875rem;height:3.8997375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#v48oF0Pef5FZbu60XCHB6Pl1uKuZph04 { color:#ed2132;display:block;width:8.933375rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:700;z-index:100021;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.22);top:12rem;left:10.375rem;height:1.9487875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Al6ornpz3fnxcdKXfSUWBM8INv80fuF4 { background-color:#e5972b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;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:cairo;font-size:1rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:6.25rem;height:2.87239375rem;text-decoration:none;z-index:100027;text-align:center;text-align-last:center;top:15.0625rem;left:11.75rem;display:block; }
#rQOzrmyltrN84usqQTHkniKTwuElsZSS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#qHTn03hK42HJOA6ezFzJWcUmNx9QkMdD { position:absolute;display:block;z-index:100022;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #00308a;border-left:0.25rem solid #00308a;border-right:0.25rem solid #00308a;border-bottom:0.25rem solid #00308a;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;height:11.5rem;width:11.5rem;top:7rem;left:54.5625rem;display:block; }
#eniGw0zpr2V3BE4ZrenVcMC7zTKwqvvc { color:#00308a;display:block;width:11.996125rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100026;line-height:1.3;letter-spacing:0;top:7.875rem;left:54.5625rem;height:2.599825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T6HHFHoWgofTEbwDJW3G0SpOynk13kA7 { color:#ed2132;display:block;width:8.934875rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:700;z-index:100028;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.22);top:10.75rem;left:55.9375rem;height:1.9487875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gmfpv9bluit1iPkPTAsiDLDPv2Cvq9Mo { background-color:#e5972b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;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:cairo;font-size:1rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:6.25rem;height:2.8737rem;text-decoration:none;z-index:100034;text-align:center;text-align-last:center;top:13.625rem;left:57.4375rem;display:block; }
#ITT7HBL2qLLorcME5bJTkDWE0wgyaxeH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#vs6nJFTyBUUVwhyT0sVyN2tVPUOvKMg8 { display:block;width:42.5625rem;position:absolute;font-family:"aref ruqaa";font-size:2.375rem;font-weight:400;z-index:100005;line-height:1.2;letter-spacing:0;top:0.75390625rem;left:15.187501907349rem;height:;color:#7f1275;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#hylFtmTOFurIyIXQVmvKamCtulHdANSO { position:absolute;display:block;z-index:100038;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #00308a;border-left:0.25rem solid #00308a;border-right:0.25rem solid #00308a;border-bottom:0.25rem solid #00308a;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;height:12.0625rem;width:11.5rem;top:23.5625rem;left:8.875rem;display:block; }
#ZlUQxSLoNbsiU5pR0hypXxUTTP1wVHB5 { background-color:#e5972b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;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:cairo;font-size:1rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:6.25rem;height:2.87239375rem;text-decoration:none;z-index:100050;text-align:center;text-align-last:center;top:31.75rem;left:11.875rem;display:block; }
#yGdIKNhv8DGLATIyrrx3Kz8Uf1rR1Dzp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#CuWUGG39ZOvwtToouDTkosbv9uvcqp0H { color:#ed2132;display:block;width:8.934875rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:700;z-index:100044;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.22);top:28.625rem;left:10.375rem;height:1.9487875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mqroFBTmM3WWIhAp5uog5BeyJa10OASk { color:#00308a;display:block;width:11.997375rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100042;line-height:1.3;letter-spacing:0;top:25.1875rem;left:8.9375rem;height:2.92535rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MToQwhnLr9tIb53idwMP5sSQrbbziLzk { position:absolute;display:block;z-index:100042;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #00308a;border-left:0.25rem solid #00308a;border-right:0.25rem solid #00308a;border-bottom:0.25rem solid #00308a;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;height:12.0625rem;width:11.5rem;top:23.8125rem;left:54.5625rem;display:block; }
#ImL624hcsC6dcRrEUb3QkLHWTyTtr32I { background-color:#e5972b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;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:cairo;font-size:1rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:6.25rem;height:2.87239375rem;text-decoration:none;z-index:100054;text-align:center;text-align-last:center;top:32rem;left:57.5625rem;display:block; }
#ofDGn0NAL0Tz203KJyDv5qEkRoBMQ4LL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#obxW20m8yt0H9UKF8u644GVd3UlQtATV { color:#ed2132;display:block;width:8.934875rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:700;z-index:100048;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.22);top:28.875rem;left:56.0625rem;height:1.9487875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#POW2wp6qZlX1r7LkRybkim98bgr26Kui { color:#00308a;display:block;width:11.997375rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100046;line-height:1.3;letter-spacing:0;top:25.4375rem;left:54.625rem;height:2.92535rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pMoFNMx9L1ulvR83LLCcGN7GBUr94riq { display:block;width:42.561875rem;position:absolute;font-family:"aref ruqaa";font-size:2.375rem;font-weight:400;z-index:100006;line-height:1.2;letter-spacing:0;top:41.9375rem;left:17.1875rem;height:;color:#7f1275;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#bvaMzkU5zlf6edxXXNN7aMDDBoN0SSO6 { position:absolute;display:block;z-index:100046;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #00308a;border-left:0.25rem solid #00308a;border-right:0.25rem solid #00308a;border-bottom:0.25rem solid #00308a;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;height:12.125rem;width:21.6875rem;top:47.0625rem;left:50.5rem;display:block; }
#xpCaANbyaRP6FJz2DrDcB0ipxBT0cM8N { background-color:#e5972b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;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:cairo;font-size:1rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:6.25rem;height:2.87218125rem;text-decoration:none;z-index:100058;text-align:center;text-align-last:center;top:56.1875rem;left:58.8125rem;display:block; }
#hWutMVKg3AIgoBExDGsSZemRovzOfBMs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#e7tuVAV7DSS3Jy2pF4BhL9LIzBTEfMbn { color:#ed2132;display:block;width:8.9344375rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:700;z-index:100052;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.22);top:54rem;left:57.5625rem;height:1.9487875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ShRKE2pBW3Lf6I2IC9fPsGLa8MBh85U7 { color:#00308a;display:block;width:20.6875rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100050;line-height:1.3;letter-spacing:0;top:48.6875rem;left:51.625rem;height:4.388025rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nUDmlF97o5s7e2OCA881tTB5Xxrt1UHI { position:absolute;display:block;z-index:100050;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #00308a;border-left:0.25rem solid #00308a;border-right:0.25rem solid #00308a;border-bottom:0.25rem solid #00308a;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;height:12.25rem;width:21.75rem;top:47.125rem;left:4.875rem;display:block; }
#A7JfB4uKnpGkmmRLbeGdLwqXPza9xsRR { color:#00308a;display:block;width:20.6875rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100054;line-height:1.3;letter-spacing:0;top:47.4375rem;left:5.875rem;height:7.313375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OeM7sfgSFApNeKcxLOJm4i8qTfFR2Pu0 { color:#ed2132;display:block;width:8.933375rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:700;z-index:100056;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.22);top:54.5rem;left:11.875rem;height:1.9487875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Tt3XZyNx29TXWS28yrQXFMxRPGQkAReH { background-color:#e5972b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;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:cairo;font-size:1rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:6.25rem;height:2.87218125rem;text-decoration:none;z-index:100062;text-align:center;text-align-last:center;top:56.625rem;left:13.125rem;display:block; }
#kXP98z9FDo5Ivxpmpzaoe1NvZViBBCqc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#rpFwTGJpPdJ3GX6NxRZ46t7mq9ACdIu8 { position:absolute;display:block;z-index:100050;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #00308a;border-left:0.25rem solid #00308a;border-right:0.25rem solid #00308a;border-bottom:0.25rem solid #00308a;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;height:12.125rem;width:21.6875rem;top:65.375rem;left:50.8125rem;display:block; }
#NvR4BVWGxZZ6ULLNTOufRVt78aX4Vogo { color:#00308a;display:block;width:20.6875rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100054;line-height:1.3;letter-spacing:0;top:67rem;left:51.9375rem;height:4.388025rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SsUc2GBEE3RUTUAo2hVRfuZilZu9N38R { color:#ed2132;display:block;width:8.9344375rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:700;z-index:100056;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.22);top:72.3125rem;left:57.875rem;height:1.9487875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oRuR8JTBd2OQJF8KzP04aHuCBnaDsA50 { background-color:#e5972b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;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:cairo;font-size:1rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:6.25rem;height:2.87218125rem;text-decoration:none;z-index:100062;text-align:center;text-align-last:center;top:74.5rem;left:59.125rem;display:block; }
#RHhKSK9KNyT5VpJFMa4gTaySp7G6KeU2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#U0JbXvMKLppxVtSwfWNmTxxs48Sl3XvL { position:absolute;display:block;z-index:100050;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #00308a;border-left:0.25rem solid #00308a;border-right:0.25rem solid #00308a;border-bottom:0.25rem solid #00308a;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;height:12.125rem;width:21.6875rem;top:65.375rem;left:6.375rem;display:block; }
#m9yATUiLE0wJTPFDMnvI9BqJH6OTOqld { color:#00308a;display:block;width:20.6875rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100054;line-height:1.3;letter-spacing:0;top:67rem;left:7.5rem;height:4.388025rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#q6PC0rAvmyu4bpOpk6Xx5tro8EoTrTRr { color:#ed2132;display:block;width:8.9344375rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:700;z-index:100056;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.22);top:72.3125rem;left:13.4375rem;height:1.9487875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dmtzU7GTHIEs4JU6x85Cknei3eNgrF2c { background-color:#e5972b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;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:cairo;font-size:1rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:6.25rem;height:2.87218125rem;text-decoration:none;z-index:100062;text-align:center;text-align-last:center;top:74.5rem;left:14.6875rem;display:block; }
#V2knWiov9VLM8csNAgXo6VV4ALJSdSyo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#AQQA5h3i9253KLcIOXEQ24wiVWfnhua5 { position:relative;display:block; }#AQQA5h3i9253KLcIOXEQ24wiVWfnhua5 { background-color: transparent; background-image: none; }#AQQA5h3i9253KLcIOXEQ24wiVWfnhua5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AQQA5h3i9253KLcIOXEQ24wiVWfnhua5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AQQA5h3i9253KLcIOXEQ24wiVWfnhua5 > .row .container > .video-iframe-container { display: none; }#AQQA5h3i9253KLcIOXEQ24wiVWfnhua5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AQQA5h3i9253KLcIOXEQ24wiVWfnhua5 > .row > .video-iframe-container { display: none; }#AQQA5h3i9253KLcIOXEQ24wiVWfnhua5 > .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); }#AQQA5h3i9253KLcIOXEQ24wiVWfnhua5 { border-width: 0; border-radius: 0; }#AQQA5h3i9253KLcIOXEQ24wiVWfnhua5 > .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:50rem;width:75rem;position:relative;display:block; }#iuFrekG2NB34LqwPMaPNNo5sF9mOSrlW { position:absolute;display:block;z-index:100050;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:10.1875rem;left:5.3125rem;display:block; }#iuFrekG2NB34LqwPMaPNNo5sF9mOSrlW.adaptive-delivery-prevent-bg, #iuFrekG2NB34LqwPMaPNNo5sF9mOSrlW.lazyload, #iuFrekG2NB34LqwPMaPNNo5sF9mOSrlW.lazyloading { background-image: none; }
#C51IFP2TKn1wrTmOl2h4BL7CSpLtryUz { color:#1799eb;display:block;width:11.8739375rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100070;line-height:1.3;letter-spacing:0;top:12.686632871628rem;left:6.5625rem;height:4.87305rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pXcEKREyCxSKoaH2yNu8sQ4Tavi13AXI { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.810375rem;height:2.74858125rem;text-decoration:none;z-index:100212;text-align:center;text-align-last:center;top:21.4375rem;left:8.125rem;display:block; }
#Ghccl6IW5VoqWZslJgKsvGO4ECLcLXSf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#TCx8AfWySlsglN5bIB3pEeVpa2mWT7r1 { color:#a0111b;display:block;width:14.3745rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100134;line-height:1.6;letter-spacing:0;top:17.874782562256rem;left:5.2491321563721rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }#TCx8AfWySlsglN5bIB3pEeVpa2mWT7r1 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TCx8AfWySlsglN5bIB3pEeVpa2mWT7r1 li:before{  }
#O7CUzSqSazHCEqipFDF0JH0BBs9kx2XD { position:absolute;display:block;z-index:100051;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.749rem;width:14.3745rem;top:9.75rem;left:22.75rem;display:block; }#O7CUzSqSazHCEqipFDF0JH0BBs9kx2XD.adaptive-delivery-prevent-bg, #O7CUzSqSazHCEqipFDF0JH0BBs9kx2XD.lazyload, #O7CUzSqSazHCEqipFDF0JH0BBs9kx2XD.lazyloading { background-image: none; }
#TrbkoGEgMI0xZTJAPdObKIpKppK92opJ { color:#1799eb;display:block;width:11.8725625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100071;line-height:1.3;letter-spacing:0;top:12.125rem;left:24.5625rem;height:4.87305rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oklvoLg0OTJEVSAl9T9w772dNVTETfZ0 { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8095625rem;height:2.74805rem;text-decoration:none;z-index:100213;text-align:center;text-align-last:center;top:20.9375rem;left:25.75rem;display:block; }
#v3m1BKLpTBIVUarGPX8NCiIbrJoBcTpE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#UJwzhfIxNTb8Nq3oWbK7grTH7vk3wH5a { color:#a0111b;display:block;width:14.3736875rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100135;line-height:1.6;letter-spacing:0;top:17.5rem;left:22.8125rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#F4tL5guZlEefCuvlB1pmXk7WnhBAcPQV { position:absolute;display:block;z-index:100055;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.749rem;width:14.3745rem;top:9.75rem;left:39.3125rem;display:block; }#F4tL5guZlEefCuvlB1pmXk7WnhBAcPQV.adaptive-delivery-prevent-bg, #F4tL5guZlEefCuvlB1pmXk7WnhBAcPQV.lazyload, #F4tL5guZlEefCuvlB1pmXk7WnhBAcPQV.lazyloading { background-image: none; }
#TUSwM4W1EeAro5Jo4E3WZMRblUwWI0Oq { color:#1799eb;display:block;width:11.872375rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100075;line-height:1.3;letter-spacing:0;top:12.875rem;left:40.9375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GheiLTpDOFssZQp6JFT1M28TDTQJTcvr { color:#a0111b;display:block;width:14.3736875rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100139;line-height:1.6;letter-spacing:0;top:17.5rem;left:39.375rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IB8riHDnxE2AGddoOkZ6SgkdtF7yifeu { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8095625rem;height:2.74805rem;text-decoration:none;z-index:100217;text-align:center;text-align-last:center;top:20.9375rem;left:42.3125rem;display:block; }
#J7vEEGilRiWTUsFCDGJ27xiy0vEQWDgh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#tJyw7abqdzxGFdWr0JOnr0vPHtWXkQ7u { position:absolute;display:block;z-index:100059;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.749rem;width:14.3745rem;top:9.5rem;left:57.5625rem;display:block; }#tJyw7abqdzxGFdWr0JOnr0vPHtWXkQ7u.adaptive-delivery-prevent-bg, #tJyw7abqdzxGFdWr0JOnr0vPHtWXkQ7u.lazyload, #tJyw7abqdzxGFdWr0JOnr0vPHtWXkQ7u.lazyloading { background-image: none; }
#F7TtrWceQTipEbZzkzDtpITnLzaJ1Ju7 { color:#1799eb;display:block;width:11.872375rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100079;line-height:1.3;letter-spacing:0;top:12.625rem;left:59.1875rem;height:3.2487rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tL3ks0tHN4N8bHptF2VHmSZdfVKuHBP1 { color:#a0111b;display:block;width:14.3736875rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100143;line-height:1.6;letter-spacing:0;top:17.3125rem;left:57.625rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LIEMpaxTMExUIt0fvzMt2LQxHhD7KCyy { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8095625rem;height:2.74805rem;text-decoration:none;z-index:100221;text-align:center;text-align-last:center;top:20.75rem;left:60.5625rem;display:block; }
#UEbPAnMl5CqWnzk5MK9pAxS8T5GfTyvW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ifNWumqsHTLel6OPJE4TR1A8BaMd73e7 { position:absolute;display:block;z-index:100055;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:28.75rem;left:3.8125rem;display:block; }#ifNWumqsHTLel6OPJE4TR1A8BaMd73e7.adaptive-delivery-prevent-bg, #ifNWumqsHTLel6OPJE4TR1A8BaMd73e7.lazyload, #ifNWumqsHTLel6OPJE4TR1A8BaMd73e7.lazyloading { background-image: none; }
#yfVb1Bai3CNEEZibFpK3on9PpN3RUIgF { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.6875rem;font-weight:700;z-index:100074;line-height:1.3;letter-spacing:0;top:30.625rem;left:5.4375rem;height:2.1933625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H0kouIRAiCOSydVdGmvanDa5Kg023of6 { color:#1799eb;display:block;width:11.874rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100075;line-height:1.3;letter-spacing:0;top:32.9375rem;left:5.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#za6IUmFqfW6qaFbcFfvMVA0HpA4TBI3V { color:#a0111b;display:block;width:14.3745rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100139;line-height:1.6;letter-spacing:0;top:36.1875rem;left:4.25rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#apwlCiAX6giZ2DwEqGBSq6awL6PCLEl4 { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.810375rem;height:2.74858125rem;text-decoration:none;z-index:100217;text-align:center;text-align-last:center;top:39.9375rem;left:7.625rem;display:block; }
#EMThczckrDUl5r6Vt1ngyTJokhoBKARE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#KxInt8CNLDaTSerEWAIhmR99u73CEhnv { position:absolute;display:block;z-index:100060;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:28.1875rem;left:22.75rem;display:block; }#KxInt8CNLDaTSerEWAIhmR99u73CEhnv.adaptive-delivery-prevent-bg, #KxInt8CNLDaTSerEWAIhmR99u73CEhnv.lazyload, #KxInt8CNLDaTSerEWAIhmR99u73CEhnv.lazyloading { background-image: none; }
#U7n8gPxee1wZ7CUKQFFDbs3sevorBqbn { color:#1799eb;display:block;width:11.874rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100080;line-height:1.3;letter-spacing:0;top:31.436633110046rem;left:24.561631202698rem;height:3.2487rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VELBLlAB727ifywnT9SSXalEbh2nx8aq { color:#a0111b;display:block;width:14.3745rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100144;line-height:1.6;letter-spacing:0;top:35.625rem;left:23.1875rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#s94a62eFNsk4Sod96eVD8bL7k5AS0V8X { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.810375rem;height:2.74858125rem;text-decoration:none;z-index:100222;text-align:center;text-align-last:center;top:39.3125rem;left:25.5625rem;display:block; }
#EeuZUE9sNbzUCPAACnBhIrzziB2R1Zuz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#IR7MH1gD7qipulCmw6iezxHT5lrGVOUH { position:absolute;display:block;z-index:100065;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:28.75rem;left:40.6875rem;display:block; }#IR7MH1gD7qipulCmw6iezxHT5lrGVOUH.adaptive-delivery-prevent-bg, #IR7MH1gD7qipulCmw6iezxHT5lrGVOUH.lazyload, #IR7MH1gD7qipulCmw6iezxHT5lrGVOUH.lazyloading { background-image: none; }
#O5FQ3fKpeToUaOQbwX86UVZTVgdGkbBD { color:#1799eb;display:block;width:11.8736875rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100085;line-height:1.3;letter-spacing:0;top:29.061850786209rem;left:42.31228351593rem;height:6.171875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#h5gne77vfS3QTCfVUZBACRvZ81GRQTN0 { color:#a0111b;display:block;width:14.3745rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100149;line-height:1.6;letter-spacing:0;top:36.1875rem;left:41.125rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qf2vRndgJy7PDkbdhqPmee4CAiTIDc6l { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.810375rem;height:2.74858125rem;text-decoration:none;z-index:100227;text-align:center;text-align-last:center;top:39.875rem;left:43.5rem;display:block; }
#lbzlM9dlcCJZA8VacQVIFPhavQpEA0he { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#hqvMHBxPPlFbbkD44hFzTsWMzCeLETPX { position:absolute;display:block;z-index:100070;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:28.75rem;left:58.0625rem;display:block; }#hqvMHBxPPlFbbkD44hFzTsWMzCeLETPX.adaptive-delivery-prevent-bg, #hqvMHBxPPlFbbkD44hFzTsWMzCeLETPX.lazyload, #hqvMHBxPPlFbbkD44hFzTsWMzCeLETPX.lazyloading { background-image: none; }
#nhyomg0XqnAQht71FkA9yUkOuuposQhD { color:#1799eb;display:block;width:11.871125rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100090;line-height:1.3;letter-spacing:0;top:29.25rem;left:59.5625rem;height:6.171875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TC8XElo8pAPea3aIuFQ8X3Xd40qHLImw { color:#a0111b;display:block;width:14.3745rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100154;line-height:1.6;letter-spacing:0;top:36.1875rem;left:58.5rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IRZyoZHe16GSyhyMNGebiLiRB8PVQd2G { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.810375rem;height:2.74858125rem;text-decoration:none;z-index:100232;text-align:center;text-align-last:center;top:39.8125rem;left:61.0625rem;display:block; }
#TSINNAi9T2QNJ7EJPMm1HQWDuiPEqJg7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#E0tcXuoAGVWVqvKyDnv3s5PfluaDTSBs { color:#09a9a6;display:block;width:43.4375rem;position:absolute;font-family:"mykonos ar";font-size:2.4375rem;font-weight:400;z-index:100020;line-height:1.3;letter-spacing:0;top:2.1875rem;left:15.157552719116rem;height:3.16796875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GDb8KLXDtHzeV8Qf4IAKSEvPp4101Jiv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#GDb8KLXDtHzeV8Qf4IAKSEvPp4101Jiv > .row .container { background-color: transparent; background-image: none; }#GDb8KLXDtHzeV8Qf4IAKSEvPp4101Jiv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GDb8KLXDtHzeV8Qf4IAKSEvPp4101Jiv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GDb8KLXDtHzeV8Qf4IAKSEvPp4101Jiv > .row .container > .video-iframe-container { display: none; }#GDb8KLXDtHzeV8Qf4IAKSEvPp4101Jiv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GDb8KLXDtHzeV8Qf4IAKSEvPp4101Jiv > .row > .video-iframe-container { display: none; }#GDb8KLXDtHzeV8Qf4IAKSEvPp4101Jiv > .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); }#GDb8KLXDtHzeV8Qf4IAKSEvPp4101Jiv > .row .container { border-width: 0; border-radius: 0; }#GDb8KLXDtHzeV8Qf4IAKSEvPp4101Jiv > .row .container { font-size:0.875rem;font-family:arial;height:41.3125rem;width:75rem;position:relative;display:block; }#FdupHbC6cTIkoO2knxiZQLTTXFTNhTta { color:#00308a;display:block;width:10.75rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:21.375rem;left:33.875rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#bwmxkI4ntNUpXSfp8wi2edBMDK5TOXM4 { position:absolute;display:block;z-index:99999;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #00308a;border-left:0.25rem solid #00308a;border-right:0.25rem solid #00308a;border-bottom:0.25rem solid #00308a;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;height:11.5rem;width:11.5rem;top:20.5625rem;left:33.1875rem;display:none; }
#E1XWJc5kmvKgOnwiJTFWtyZonhxNuoGA { background-color:#e5972b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;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:cairo;font-size:1rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:6.25rem;height:2.875rem;text-decoration:none;z-index:100008;text-align:center;text-align-last:center;top:28.8125rem;left:36.0625rem;display:none; }
#sedbZUBxPSDBLPPDPeldLSp3XMn2y7uT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#yIgCb8LAoivDFJkrQ62ZDxI3MSiiHfLH { color:#00308a;display:block;width:8.9375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.22);top:26rem;left:34.8125rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#dwCcDVoOqyx0DkGQO3GsQ3OFBOkTuzsW { box-sizing:content-box;color:#e5972b;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:block;z-index:100002;top:26.1875rem;left:35rem;display:none; }
#MvwvaUBfCRDzbUTk106IJn1xrSIwWk3t { color:#09a9a6;display:block;width:43.4375rem;position:absolute;font-family:"mykonos ar";font-size:2.4375rem;font-weight:400;z-index:100021;line-height:1.3;letter-spacing:0;top:0.5625rem;left:14.220052719116rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mUfKghlU2Ogn9kM9OI7N7zKH9igwlZPw { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.809875rem;height:2.74739375rem;text-decoration:none;z-index:100222;text-align:center;text-align-last:center;top:17.875rem;left:6.625rem;display:block; }
#J6X6At4VbPTlryngy6fXcv2uzvGVOCOt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Rhc5fBZukVZ6iBaJpCGyxZxKiQaLK1ZM { position:absolute;display:block;z-index:100060;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7486875rem;width:14.375rem;top:6.6875rem;left:3.375rem;display:block; }#Rhc5fBZukVZ6iBaJpCGyxZxKiQaLK1ZM.adaptive-delivery-prevent-bg, #Rhc5fBZukVZ6iBaJpCGyxZxKiQaLK1ZM.lazyload, #Rhc5fBZukVZ6iBaJpCGyxZxKiQaLK1ZM.lazyloading { background-image: none; }
#H6x9q0JAv0MSMastOK0IhfRCKMhOn2IN { color:#a0111b;display:block;width:14.3736875rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100144;line-height:1.6;letter-spacing:0;top:14.999351501465rem;left:3.6243486404419rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bsa9mCkIH6Ft5nO0cZGUXINiLhizCnkT { color:#1799eb;display:block;width:11.8736875rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100080;line-height:1.3;letter-spacing:0;top:8.374351501465rem;left:5.1866321563721rem;height:6.497375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#f8xq1XGZMNaMBz0S3D9taHbDt5STNShm { position:absolute;display:block;z-index:100064;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7486875rem;width:14.375rem;top:6.375rem;left:30.187501907349rem;display:block; }#f8xq1XGZMNaMBz0S3D9taHbDt5STNShm.adaptive-delivery-prevent-bg, #f8xq1XGZMNaMBz0S3D9taHbDt5STNShm.lazyload, #f8xq1XGZMNaMBz0S3D9taHbDt5STNShm.lazyloading { background-image: none; }
#afSPklVguIxi7T3LPEdXS7PGxAgZCGgE { color:#1799eb;display:block;width:11.872375rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100084;line-height:1.3;letter-spacing:0;top:9.207679748535rem;left:31.904297828674rem;height:4.87305rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NIygVCylvufDiO8AN4DgLBglKomLPm2M { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.809875rem;height:2.74739375rem;text-decoration:none;z-index:100226;text-align:center;text-align-last:center;top:17.5625rem;left:33.437501907349rem;display:block; }
#qQl9sGdkXKgeRfW3w2NLzMQ0gnAgb6oa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#UH6oVCVowa9f6D8oUFfStDo8CAFDT7CH { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.6875rem;font-weight:700;z-index:100080;line-height:1.3;letter-spacing:0;top:6.74934387207rem;left:31.562500953674rem;height:2.1933625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sTSTW5Bd1g5Rh7rFGoA32RnpCxUBPTe6 { color:#a0111b;display:block;width:14.3736875rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100145;line-height:1.6;letter-spacing:0;top:14.125rem;left:30.218751907349rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#oNqF3HdqWhu17eyOw991VBUKzQOyDlTR { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.809875rem;height:2.74739375rem;text-decoration:none;z-index:100226;text-align:center;text-align-last:center;top:17.3125rem;left:57.687501907349rem;display:block; }
#J22996f0fQpAXP6ihDGXybeDnpumSZaI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#h6M7XcQz3gQl3bGow9WnGJAK3TmWbNLT { position:absolute;display:block;z-index:100064;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7486875rem;width:14.375rem;top:6.125rem;left:54.562501907349rem;display:block; }#h6M7XcQz3gQl3bGow9WnGJAK3TmWbNLT.adaptive-delivery-prevent-bg, #h6M7XcQz3gQl3bGow9WnGJAK3TmWbNLT.lazyload, #h6M7XcQz3gQl3bGow9WnGJAK3TmWbNLT.lazyloading { background-image: none; }
#UCZdBI2Iw4TAO2XmlRPiVnBC0bvayOJL { color:#a0111b;display:block;width:14.3736875rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100148;line-height:1.6;letter-spacing:0;top:14.624134063721rem;left:55.000000953674rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kCJWwPZQDJtEr0gv4AlDf9W6uK1WBaAi { color:#1799eb;display:block;width:11.8736875rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100084;line-height:1.3;letter-spacing:0;top:8.3125rem;left:56.375001907349rem;height:6.171875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gygnq65eVgLpBRe2sifRx7NJmTUJp2gm { position:absolute;display:block;z-index:100064;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7486875rem;width:14.375rem;top:26.4375rem;left:3.8125rem;display:block; }#gygnq65eVgLpBRe2sifRx7NJmTUJp2gm.adaptive-delivery-prevent-bg, #gygnq65eVgLpBRe2sifRx7NJmTUJp2gm.lazyload, #gygnq65eVgLpBRe2sifRx7NJmTUJp2gm.lazyloading { background-image: none; }
#zHwIbxfD18KVJV6bR7Lwl5618RzdbJt0 { color:#1799eb;display:block;width:11.8736875rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100084;line-height:1.3;letter-spacing:0;top:29.124351501465rem;left:5.625rem;height:4.87305rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dtmwxqu54UBc9CT0c4yGKnB53IMQRx4i { color:#a0111b;display:block;width:14.3736875rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100148;line-height:1.6;letter-spacing:0;top:33.875rem;left:4.25rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JyHUC0E40SQPNEBn8yDIZ8PmIWVK0bP5 { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.809875rem;height:2.74739375rem;text-decoration:none;z-index:100226;text-align:center;text-align-last:center;top:36.125rem;left:7.0625rem;display:block; }
#oZdANt5CrCrIQ2JgbtPswdZWeMbeZGnT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#doerQ3Hr7qUKolkghWac4Ny1DJOTif3q { color:#a0111b;display:block;width:14.3736875rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100152;line-height:1.6;letter-spacing:0;top:33.687501272187rem;left:30.062501907349rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#b6pbc7GTkhTL93AkOdbqhvq1v2uTSSbf { position:absolute;display:block;z-index:100068;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7486875rem;width:14.375rem;top:26.25rem;left:29.8125rem;display:block; }#b6pbc7GTkhTL93AkOdbqhvq1v2uTSSbf.adaptive-delivery-prevent-bg, #b6pbc7GTkhTL93AkOdbqhvq1v2uTSSbf.lazyload, #b6pbc7GTkhTL93AkOdbqhvq1v2uTSSbf.lazyloading { background-image: none; }
#edmdbIaxM32vZtrd83k6uAcXuFgL3IEL { color:#1799eb;display:block;width:11.8736875rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100088;line-height:1.3;letter-spacing:0;top:28.812501272187rem;left:31.625001907349rem;height:4.87305rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#klCtV59EDbJuVnT18NP41h5koZ29HOXp { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.809875rem;height:2.74739375rem;text-decoration:none;z-index:100230;text-align:center;text-align-last:center;top:35.9375rem;left:33.0625rem;display:block; }
#M0qF31kCMNcm15eU28gTPfLg3o6qsWKG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#DlOSbwVSUUX5u1ArDTFct6lyMeM50wVC { position:absolute;display:block;z-index:100072;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7486875rem;width:14.375rem;top:25.875rem;left:56.375rem;display:block; }#DlOSbwVSUUX5u1ArDTFct6lyMeM50wVC.adaptive-delivery-prevent-bg, #DlOSbwVSUUX5u1ArDTFct6lyMeM50wVC.lazyload, #DlOSbwVSUUX5u1ArDTFct6lyMeM50wVC.lazyloading { background-image: none; }
#x6UIxc5r9UE8U4Eql7uTV3xUHK3FwT5C { color:#1799eb;display:block;width:11.8728125rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100092;line-height:1.3;letter-spacing:0;top:26.133247375488rem;left:57.656250953674rem;height:8.121725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#R6yfbecfqkyhgrEZ7QOHg94iMu2b1vbn { color:#a0111b;display:block;width:14.3736875rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100156;line-height:1.6;letter-spacing:0;top:33.936855316162rem;left:56.624352455139rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tFX3K4ZHBnZ1riEq9GSU8VFxcW5SBn6v { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.809875rem;height:2.74739375rem;text-decoration:none;z-index:100234;text-align:center;text-align-last:center;top:35.5625rem;left:59.625rem;display:block; }
#F9LBJa1KVheNU9NGoLrQ84q5QFAsyItw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#N6ocdyeNan1OsUi6JwLOPEW8l8newak0 { border-top:0.3125rem solid #00308a;border-left:0.3125rem solid #00308a;border-right:0.3125rem solid #00308a;border-bottom:0.3125rem solid #00308a;background-color:#ffffff;background-image:none;position:relative;display:block; }#N6ocdyeNan1OsUi6JwLOPEW8l8newak0 > .row .container { background-color: transparent; background-image: none; }#N6ocdyeNan1OsUi6JwLOPEW8l8newak0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N6ocdyeNan1OsUi6JwLOPEW8l8newak0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N6ocdyeNan1OsUi6JwLOPEW8l8newak0 > .row .container > .video-iframe-container { display: none; }#N6ocdyeNan1OsUi6JwLOPEW8l8newak0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N6ocdyeNan1OsUi6JwLOPEW8l8newak0 > .row > .video-iframe-container { display: none; }#N6ocdyeNan1OsUi6JwLOPEW8l8newak0 > .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); }#N6ocdyeNan1OsUi6JwLOPEW8l8newak0 > .row .container { border-width: 0; border-radius: 0; }#N6ocdyeNan1OsUi6JwLOPEW8l8newak0 > .row .container { font-size:0.875rem;font-family:arial;height:12.6875rem;width:75rem;position:relative;display:block; }#Gy062gWtK5PFlCZFr0DN4g2spmsM7QM4 { color:#018ea9;display:block;width:28.5rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:0.7734375rem;left:45.96249961853rem;height:10.3993rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QvzmHheNvmVdWqoMVGbPlqVwT7eSybaP { color:#00308a;display:block;width:28.5rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:0.7734375rem;left:1.2117185592651rem;height:10.399325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PxPKiH3tSy2MXAtkRsEqMFU1zE0V43W9 { border-top:0.3125rem solid #e5972b;border-left:0.3125rem solid #e5972b;border-right:0.3125rem solid #e5972b;border-bottom:0.3125rem solid #e5972b;background-color:transparent;background-image:url("https://images.assets-landingi.com/edaJm7xL/sekcja3_bg2_copy_1_.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#PxPKiH3tSy2MXAtkRsEqMFU1zE0V43W9.adaptive-delivery-prevent-bg, #PxPKiH3tSy2MXAtkRsEqMFU1zE0V43W9.lazyload, #PxPKiH3tSy2MXAtkRsEqMFU1zE0V43W9.lazyloading { background-image: none; }#PxPKiH3tSy2MXAtkRsEqMFU1zE0V43W9 > .row .container { background-color: transparent; background-image: none; }#PxPKiH3tSy2MXAtkRsEqMFU1zE0V43W9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PxPKiH3tSy2MXAtkRsEqMFU1zE0V43W9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PxPKiH3tSy2MXAtkRsEqMFU1zE0V43W9 > .row .container > .video-iframe-container { display: none; }#PxPKiH3tSy2MXAtkRsEqMFU1zE0V43W9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PxPKiH3tSy2MXAtkRsEqMFU1zE0V43W9 > .row > .video-iframe-container { display: none; }#PxPKiH3tSy2MXAtkRsEqMFU1zE0V43W9 > .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); }#PxPKiH3tSy2MXAtkRsEqMFU1zE0V43W9 > .row .container { border-width: 0; border-radius: 0; }#PxPKiH3tSy2MXAtkRsEqMFU1zE0V43W9 > .row .container { font-size:0.875rem;font-family:arial;height:28.75rem;width:75rem;position:relative;display:block; }#rinCoBbVr123TtvTK1EufluWgnu5Z798 { color:#000000;display:block;width:29.0625rem;position:absolute;font-family:cairo;font-size:2.125rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:3.1250001639128rem;left:36.5625rem;height:2.76171875rem;font-style:normal;display:block; }
#z7NeDrn0veEWLgb0J2DJpW1qgPX9Rv2X { position:absolute;display:block;z-index:100001;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.1875rem;width:22.1875rem;top:6.75rem;left:43.4375rem;display:block; }
#GxhFPzNfLurn1CeErnol6euKBPgam2Fc { color:#707b8b;display:block;width:20.8125rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:normal;z-index:100002;line-height:1.7;letter-spacing:0;top:7.9375rem;left:44.6875rem;height:7.43275rem;text-align:justify;text-align-last:initial;display:block; }
#AA4lPPCwqBFmtxHQbN1MlQHpGp6lIIDR { position:absolute;display:block;z-index:100003;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: 0.0625rem 0.1875rem 0.5rem rgba(0,0,0,0.1) ;height:1.875rem;width:1.875rem;top:19.812501430511rem;left:63.4375rem;display:block; }
#RVfxUxyphCc8Qel0ypZIRD5qlNKKZZLh { position:absolute;display:block;z-index:100004;background-color:#1b57c7;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.1875rem;width:4.25rem;top:6.7486982345581rem;left:61.375rem;display:block; }
#lRmJNTL9vkzAaFpXFOJGgfxpFBeKLLzL { box-sizing:content-box;color:#1b57c7;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100005;top:19.937501430511rem;left:63.5rem;display:block; }
#HC0Zpr4mIyGQgVs6vnWytRmTPumUfsXN { color:#000814;display:block;width:28.5625rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100003;line-height:1.6;letter-spacing:0;top:17.187500476837rem;left:37.0625rem;height:1.80013125rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#UWNpuNal00wiBi6gvi4W1IQUbWoscTi1 { color:#707b8b;display:block;width:20.75rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:100003;line-height:2.7;letter-spacing:0;top:19.187501430511rem;left:42rem;height:2.7007375rem;text-align:right;text-align-last:right;display:block; }
#gR8BXudKhUshxViPnUvRwRJPBWS9J1Rl { box-sizing:content-box;color:#1b57c7;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100007;top:22.062501430511rem;left:63.5625rem;display:block; }
#oBXXSQJCW70zPPx3wI99PTZsbxOAo1tW { position:absolute;display:block;z-index:100005;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: 0.0625rem 0.1875rem 0.5rem rgba(0,0,0,0.1) ;height:1.875rem;width:1.875rem;top:22.000001430511rem;left:63.4375rem;display:block; }
#Gi0dBsvp3PtlcDAvLqlcTsh0nbbu3Gke { box-sizing:content-box;color:#1b57c7;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100009;top:24.375001430511rem;left:63.5625rem;display:block; }
#Is2QxDCh27TCM5CfGIB7gmEtXaq0JhC9 { position:absolute;display:block;z-index:100007;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: 0.0625rem 0.1875rem 0.5rem rgba(0,0,0,0.1) ;height:1.875rem;width:1.875rem;top:24.250001430511rem;left:63.4375rem;display:block; }
#o1q0zUGe7nwch8ABcE5z0CpcGpnDxQWH { color:#707b8b;display:block;width:11.375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:100004;line-height:2.7;letter-spacing:0;top:21.500001430511rem;left:51.375rem;height:2.7007375rem;text-align:right;text-align-last:right;display:block; }
#NbHfWzqS5Tfz9Kvz1SsaJATqhGqdnNFK { color:#707b8b;display:block;width:11.375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:100005;line-height:2.7;letter-spacing:0;top:26.000001430511rem;left:51.375rem;height:2.7007375rem;text-align:right;text-align-last:right;display:block; }
#EbD3lJSzIcTOMJD7m3rRefI5pKznLnOU { box-sizing:content-box;color:#1b57c7;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100011;top:26.541667461395rem;left:63.5625rem;display:block; }
#eRBTwPwtw3WygGh5uS57o2K7maCs0e6p { position:absolute;display:block;z-index:100009;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: 0.0625rem 0.1875rem 0.5rem rgba(0,0,0,0.1) ;height:1.875rem;width:1.875rem;top:26.416667461395rem;left:63.4375rem;display:block; }
#wrzRW6EabhlzgtnCB5ZAOo8wZUoTwUPL { color:#707b8b;display:block;width:11.375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:100005;line-height:2.7;letter-spacing:0;top:23.812501430511rem;left:51.375rem;height:2.7007375rem;text-align:right;text-align-last:right;display:block; }
#lJQU0JSUAismocTfUWEPq1dQAu1lyJ6Q { border-top:0.3125rem solid #00308a;border-left:0.3125rem solid #00308a;border-right:0.3125rem solid #00308a;border-bottom:0.3125rem solid #00308a;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fab419, #00308a);background-image: -moz-linear-gradient(180deg, #fab419, #00308a);background-image: -ms-linear-gradient(180deg, #fab419, #00308a);background-image: -o-linear-gradient(180deg, #fab419, #00308a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fab419', endColorstr='#00308a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fab419', endColorstr='#00308a' );";background-image: linear-gradient(180deg, #fab419, #00308a);background-size:initial !important;position:relative;display:block; }#lJQU0JSUAismocTfUWEPq1dQAu1lyJ6Q > .row .container { background-color: transparent; background-image: none; }#lJQU0JSUAismocTfUWEPq1dQAu1lyJ6Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lJQU0JSUAismocTfUWEPq1dQAu1lyJ6Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lJQU0JSUAismocTfUWEPq1dQAu1lyJ6Q > .row .container > .video-iframe-container { display: none; }#lJQU0JSUAismocTfUWEPq1dQAu1lyJ6Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lJQU0JSUAismocTfUWEPq1dQAu1lyJ6Q > .row > .video-iframe-container { display: none; }#lJQU0JSUAismocTfUWEPq1dQAu1lyJ6Q > .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); }#lJQU0JSUAismocTfUWEPq1dQAu1lyJ6Q > .row .container { border-width: 0; border-radius: 0; }#lJQU0JSUAismocTfUWEPq1dQAu1lyJ6Q > .row .container { font-size:0.875rem;font-family:arial;height:20.125rem;width:75rem;position:relative;display:block; }#F3WiD5i0HugHoElXrLopNmTKABF56BLq { color:#000000;display:block;width:28.8125rem;position:absolute;font-family:cairo;font-size:2.3125rem;font-weight:700;z-index:100000;line-height:1.1;letter-spacing:0;top:1.4375rem;left:32.75rem;height:2.5435rem;font-style:normal;display:block; }
#M8a3oyMCuFb7tNq6FAgnLx8UTMtfL8mZ { color:#434343;display:block;width:10.5625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100002;line-height:1.6;letter-spacing:0;top:18.6875rem;left:17.375rem;height:2rem;font-style:normal;display:none; }
#mtoGn4Csxo2di6frxImo5ZiVveP4rxK7 { color:#ffffff;display:block;width:45.0625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100003;line-height:1.6;letter-spacing:0;top:5.625rem;left:13.375rem;height:2rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#lRMTN36r7ozqIAAoasyo9N0eU2JJSKH8 { box-sizing:content-box;color:#434343;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100004;top:18.125rem;left:13.5rem;display:none; }
#OwuBvOLUOdqLEROqEdGGRUHoLHqUHyrf { box-sizing:content-box;color:#b20129;font-size:2.5625rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100005;top:7.625rem;left:57.9375rem;display:block; }
#H6o7C3Tpw5todG0C7yQgO8fgir5ilGuM { color:#ffffff;display:block;width:19.4375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:400;z-index:100010;line-height:1.3;letter-spacing:0;top:18.21875rem;left:48.0625rem;height:1.2999125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Btf3tAgSxVULL8ZmElqpGd88MqcAGVMq { color:#ffffff;display:block;width:48.6875rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100004;line-height:1.6;letter-spacing:0;top:9rem;left:9.8125rem;height:3.9995625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#lsEwzS9r3wnFqWBeQaGwdnCeinN3isl2 { box-sizing:content-box;color:#b20129;font-size:2.5625rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100006;top:4.78125rem;left:57.9375rem;display:block; }
#wNnuMnoHzhpUesFWnagqpaTbfi3Kb2Vs { color:#055a87;display:block;width:19.3125rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100005;line-height:1.6;letter-spacing:0;top:13.875rem;left:39.8125rem;height:1.80013125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#OQuHkRT3KSk3dkvJon0l4GU5woQCBMsg { position:absolute;display:block;z-index:99999;background-color:#ececec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;height:2.9375rem;width:20.1875rem;top:13.3125rem;left:39.6875rem;display:block; }
#TpvwxVde5FdwbLEtdPzkLSzZtCogcpM5 { box-sizing:content-box;color:#ffeae3;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100012;top:13.1875rem;left:33.6875rem;display:block; }
#rXakvLTudufO6RbkCgaJM0XsdKsFQIvx { box-sizing:content-box;color:#ffeae3;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100013;top:13.1875rem;left:29.6875rem;display:block; }
#iSeubHoikvi3drb8F9VQpwDPNewvOI5s { box-sizing:content-box;color:#ffeae3;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100014;top:13.1875rem;left:25.5625rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #c4E3rNMbFnCDMMAW17LeatxqSLDwNpVi { display:block; }#c4E3rNMbFnCDMMAW17LeatxqSLDwNpVi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WRQP4q8artTLOMAfMTcHWCAqOdmo5itE { top:0rem;left:11.8125rem;width:23.9375rem;height:6.1703136719483rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNxiBa0ksgF7mU3gTuOVHVghnEN1Q3x7 { display:block; }#rNxiBa0ksgF7mU3gTuOVHVghnEN1Q3x7 > .row .container { height:35.4375rem;width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS  { width:15.875rem;height:auto; }
#DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS {display:block;}#DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS { width:15.875rem;height:auto; }
 }@media only screen and (max-width: 763px) { #DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS #SNQmcGh0rv6J1hd2TSTOK7eI4wOTDznF {  }
 }@media only screen and (max-width: 763px) { #DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS #WQKX0lu4WR4PKKgiJRBEA07h5aIM3S7K {  }
 }@media only screen and (max-width: 763px) { #DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS #KypVsHwKpBXITTM3i3F0d6qo5HfA7bNo {  }
 }@media only screen and (max-width: 763px) { #DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS #rn2VP80T8KNvN390EsUnTmDwZI20D7gZ {  }
 }@media only screen and (max-width: 763px) { #DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS #le9fP4hD4SOgcnLzGBARkJ86LUNVr4dy {  }
 }@media only screen and (max-width: 763px) { #DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS #nzzkeUSLBp1h6mNcQ53DVLVJmT3IBuZa {  }
 }@media only screen and (max-width: 763px) { #DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS #kKhhUv0ySfOw5HhDnOFDN0VNwWaSibKc {  }
 }@media only screen and (max-width: 763px) { #DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS #lk5ae7UQzUeB1BxOTCL2p9x6fu2JxFl3 {  }
 }@media only screen and (max-width: 763px) { #DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS #iTm2XhRAvzCEpEIrCFTzg8dLReBR1G98 {  }
 }@media only screen and (max-width: 763px) { #DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS #lw026u9gb1eLea8BFVX7TlLxpUfl0RBp {  }
#DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS #lw026u9gb1eLea8BFVX7TlLxpUfl0RBp .container-column{width:50%;} }@media only screen and (max-width: 763px) { #DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS #K0T6SuXi238AtuAw5y83azXboz3EEold {  }
 }@media only screen and (max-width: 763px) { #DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS #rq0MpNvy3iBCN5WG5NL8a5VPvEUEO0op { z-index:2; }
 }@media only screen and (max-width: 763px) { #DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS #Zrlh46ygshqCkFPQKlHyDiW5xFZ2rtdT {  }
 }@media only screen and (max-width: 763px) { #DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS #Rwd8tAaBMOucpsgcV5bCAFWMt1QIhqTa { z-index:2; }
 }@media only screen and (max-width: 763px) { #DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS #u3P6VwxFi0aEeeTz8hT56hwLXqNXwC6y {  }
 }@media only screen and (max-width: 763px) { #DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS #zW6Hx4B5E49IyufufqHltHB0kfFmpCA7 {  }
 }@media only screen and (max-width: 763px) { #DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS #bsTuIOVfO0TbGPgXFSTsEhusIhRTz2WN {  }
 }@media only screen and (max-width: 763px) { #DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS #SN5BRTnDd2JDnCdNCumt9fw2T20QmFOV {  }
 }@media only screen and (max-width: 763px) { #gPeBOmoQJCR1tRHFpv6bA21yy9icWqf6 { display:block; }
 }@media only screen and (max-width: 763px) { #DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS #MiWgIioG2WcVWs3pS1TVGSiXbRQJwv9M {  }
 }@media only screen and (max-width: 763px) { #DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS #SRqpBkeGtcbP44EI35qX95130fp0IuMc {  }
 }@media only screen and (max-width: 763px) { #Xii8gFKHAhcUfU2wi4amCLenQWKPUgSV { top:0.6875rem;left:29.9375rem;width:17.8125rem;height:36.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrZ288d8otkaTcnqrsQMmwPM3WCzChH8 { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FEFfCAqTEQMg0wCCQzbBI1nv3CflKtmy { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNNFsuzNaxzJByHQT0w085DSPAPnH9Ah { top:6.875rem;left:26.1875rem;width:21.5625rem;height:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mS1kEqw8AV8U5TkcwkyC9Zim3goFMD0o { width:15.375rem;height:2.875rem;top:33.25rem;left:32.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilsqnIchN7cBRIRud9oUSDcWQyC8evoW { display:block; }
 }@media only screen and (max-width: 763px) { #buPxLhqwITUud3CqrwGAymgfRHQ2deee { top:34.75rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmpfT2ewrvbTxm4pnDKCIJIbPvk8lexX { top:5.0625rem;left:0rem;width:45.125rem;height:3.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMZEMZz0T9ZPVq7EgDEqHVAVtIRUp2tl { top:0.625rem;left:0rem;width:12.9375rem;height:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9one5lIrwTsMLuMe3m9ypaBHJdyra2X { top:21.375rem;left:0rem;width:15.5625rem;height:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #klbFVtv8Lx1NFtgMfPrlFgC2A1EDeVec { top:33.375rem;left:0rem;width:14.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPTSD2tJxB3ECxS2SXEaC0MXHzy2aqn2 { display:block; }#BPTSD2tJxB3ECxS2SXEaC0MXHzy2aqn2 > .row .container { width:47.75rem;height:21.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lfrlWrXJrnuWpEL3WXvgzu20dBxIoVHr { top:21.375rem;left:20.25rem;width:10.6875rem;height:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbyV8rBUTKzsME9Nh5lbT7vZPcKDTKdS { top:20.5625rem;left:19.5625rem;width:11.4375rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tvao4qHGQ18R8HtZdgn9gCsGplTbKFXz { width:6.25rem;height:2.8125rem;top:28.8125rem;left:22.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQ1cmmqbCdFsUsU3eFI1c0SrLFLtHTes { display:block; }
 }@media only screen and (max-width: 763px) { #bHVSZQ7e9cU6Ky1Ah0Ah60MJco1LCGDZ { top:26rem;left:21.1875rem;width:8.875rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRVSnZVnQUuTg73sevAou86D4CPeQl2A { top:26.1875rem;left:21.375rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #orX6lfuBlVIcOBdUrB5cq3O9HGDfcX86 { top:7rem;left:0rem;width:11.4375rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XsvBWMlWOwg4rUtaHWMealGT6Lx7DTSG { top:7.5625rem;left:0rem;width:11.9375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v48oF0Pef5FZbu60XCHB6Pl1uKuZph04 { top:12rem;left:0rem;width:8.875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Al6ornpz3fnxcdKXfSUWBM8INv80fuF4 { width:6.25rem;height:2.8125rem;top:15.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQOzrmyltrN84usqQTHkniKTwuElsZSS { display:block; }
 }@media only screen and (max-width: 763px) { #qHTn03hK42HJOA6ezFzJWcUmNx9QkMdD { top:7rem;left:35.8125rem;width:11.4375rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eniGw0zpr2V3BE4ZrenVcMC7zTKwqvvc { top:7.875rem;left:35.8125rem;width:11.9375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6HHFHoWgofTEbwDJW3G0SpOynk13kA7 { top:10.75rem;left:38.875rem;width:8.875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmfpv9bluit1iPkPTAsiDLDPv2Cvq9Mo { width:6.25rem;height:2.8125rem;top:13.625rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITT7HBL2qLLorcME5bJTkDWE0wgyaxeH { display:block; }
 }@media only screen and (max-width: 763px) { #vs6nJFTyBUUVwhyT0sVyN2tVPUOvKMg8 { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hylFtmTOFurIyIXQVmvKamCtulHdANSO { top:23.5625rem;left:0rem;width:11.4375rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlUQxSLoNbsiU5pR0hypXxUTTP1wVHB5 { width:6.25rem;height:2.8125rem;top:31.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGdIKNhv8DGLATIyrrx3Kz8Uf1rR1Dzp { display:block; }
 }@media only screen and (max-width: 763px) { #CuWUGG39ZOvwtToouDTkosbv9uvcqp0H { top:28.625rem;left:0rem;width:8.875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqroFBTmM3WWIhAp5uog5BeyJa10OASk { top:25.1875rem;left:0rem;width:11.9375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MToQwhnLr9tIb53idwMP5sSQrbbziLzk { top:23.8125rem;left:35.8125rem;width:11.4375rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImL624hcsC6dcRrEUb3QkLHWTyTtr32I { width:6.25rem;height:2.8125rem;top:32rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofDGn0NAL0Tz203KJyDv5qEkRoBMQ4LL { display:block; }
 }@media only screen and (max-width: 763px) { #obxW20m8yt0H9UKF8u644GVd3UlQtATV { top:28.875rem;left:38.875rem;width:8.875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #POW2wp6qZlX1r7LkRybkim98bgr26Kui { top:25.4375rem;left:35.8125rem;width:11.9375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMoFNMx9L1ulvR83LLCcGN7GBUr94riq { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvaMzkU5zlf6edxXXNN7aMDDBoN0SSO6 { top:47.0625rem;left:25.625rem;width:21.625rem;height:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpCaANbyaRP6FJz2DrDcB0ipxBT0cM8N { width:6.25rem;height:2.8125rem;top:56.1875rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWutMVKg3AIgoBExDGsSZemRovzOfBMs { display:block; }
 }@media only screen and (max-width: 763px) { #e7tuVAV7DSS3Jy2pF4BhL9LIzBTEfMbn { top:54rem;left:38.875rem;width:8.875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShRKE2pBW3Lf6I2IC9fPsGLa8MBh85U7 { top:48.6875rem;left:27.125rem;width:20.625rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUDmlF97o5s7e2OCA881tTB5Xxrt1UHI { top:47.125rem;left:0rem;width:21.6875rem;height:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7JfB4uKnpGkmmRLbeGdLwqXPza9xsRR { top:47.4375rem;left:0rem;width:20.625rem;height:7.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OeM7sfgSFApNeKcxLOJm4i8qTfFR2Pu0 { top:54.5rem;left:0rem;width:8.875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tt3XZyNx29TXWS28yrQXFMxRPGQkAReH { width:6.25rem;height:2.8125rem;top:56.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXP98z9FDo5Ivxpmpzaoe1NvZViBBCqc { display:block; }
 }@media only screen and (max-width: 763px) { #rpFwTGJpPdJ3GX6NxRZ46t7mq9ACdIu8 { top:65.375rem;left:25.625rem;width:21.625rem;height:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvR4BVWGxZZ6ULLNTOufRVt78aX4Vogo { top:67rem;left:27.125rem;width:20.625rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SsUc2GBEE3RUTUAo2hVRfuZilZu9N38R { top:72.3125rem;left:38.875rem;width:8.875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRuR8JTBd2OQJF8KzP04aHuCBnaDsA50 { width:6.25rem;height:2.8125rem;top:74.5rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHhKSK9KNyT5VpJFMa4gTaySp7G6KeU2 { display:block; }
 }@media only screen and (max-width: 763px) { #U0JbXvMKLppxVtSwfWNmTxxs48Sl3XvL { top:65.375rem;left:0rem;width:21.625rem;height:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9yATUiLE0wJTPFDMnvI9BqJH6OTOqld { top:67rem;left:0rem;width:20.625rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6PC0rAvmyu4bpOpk6Xx5tro8EoTrTRr { top:72.3125rem;left:0rem;width:8.875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmtzU7GTHIEs4JU6x85Cknei3eNgrF2c { width:6.25rem;height:2.8125rem;top:74.5rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2knWiov9VLM8csNAgXo6VV4ALJSdSyo { display:block; }
 }@media only screen and (max-width: 763px) { #AQQA5h3i9253KLcIOXEQ24wiVWfnhua5 { display:block; }#AQQA5h3i9253KLcIOXEQ24wiVWfnhua5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iuFrekG2NB34LqwPMaPNNo5sF9mOSrlW { width:14.375rem;height:10.6875rem;top:10.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C51IFP2TKn1wrTmOl2h4BL7CSpLtryUz { width:11.8125rem;height:4.8125rem;top:12.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXcEKREyCxSKoaH2yNu8sQ4Tavi13AXI { width:8.75rem;height:2.6875rem;top:21.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ghccl6IW5VoqWZslJgKsvGO4ECLcLXSf { display:block; }
 }@media only screen and (max-width: 763px) { #TCx8AfWySlsglN5bIB3pEeVpa2mWT7r1 { width:14.3125rem;height:;top:17.8125rem;left:0rem;font-size:0.9375rem;display:block; }#TCx8AfWySlsglN5bIB3pEeVpa2mWT7r1 li:before{  }
 }@media only screen and (max-width: 763px) { #O7CUzSqSazHCEqipFDF0JH0BBs9kx2XD { width:14.3125rem;height:10.6875rem;top:9.75rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrbkoGEgMI0xZTJAPdObKIpKppK92opJ { width:11.8125rem;height:4.9375rem;top:12.125rem;left:10.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oklvoLg0OTJEVSAl9T9w772dNVTETfZ0 { width:8.75rem;height:2.6875rem;top:20.9375rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3m1BKLpTBIVUarGPX8NCiIbrJoBcTpE { display:block; }
 }@media only screen and (max-width: 763px) { #UJwzhfIxNTb8Nq3oWbK7grTH7vk3wH5a { width:14.3125rem;height:;top:17.5rem;left:9.1875009536744rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4tL5guZlEefCuvlB1pmXk7WnhBAcPQV { width:14.3125rem;height:10.6875rem;top:9.75rem;left:25.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUSwM4W1EeAro5Jo4E3WZMRblUwWI0Oq { width:11.8125rem;height:1.6875rem;top:12.875rem;left:27.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GheiLTpDOFssZQp6JFT1M28TDTQJTcvr { width:14.3125rem;height:;top:17.5rem;left:25.750000953674rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IB8riHDnxE2AGddoOkZ6SgkdtF7yifeu { width:8.75rem;height:2.6875rem;top:20.9375rem;left:28.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7vEEGilRiWTUsFCDGJ27xiy0vEQWDgh { display:block; }
 }@media only screen and (max-width: 763px) { #tJyw7abqdzxGFdWr0JOnr0vPHtWXkQ7u { width:14.3125rem;height:10.6875rem;top:9.5rem;left:33.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7TtrWceQTipEbZzkzDtpITnLzaJ1Ju7 { width:11.8125rem;height:3.25rem;top:12.625rem;left:35.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tL3ks0tHN4N8bHptF2VHmSZdfVKuHBP1 { width:14.3125rem;height:1.5rem;top:17.3125rem;left:33.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIEMpaxTMExUIt0fvzMt2LQxHhD7KCyy { width:8.75rem;height:2.6875rem;top:20.75rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #UEbPAnMl5CqWnzk5MK9pAxS8T5GfTyvW { display:block; }
 }@media only screen and (max-width: 763px) { #ifNWumqsHTLel6OPJE4TR1A8BaMd73e7 { width:14.375rem;height:10.6875rem;top:28.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfVb1Bai3CNEEZibFpK3on9PpN3RUIgF { width:11.875rem;height:2.1875rem;top:30.625rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0kouIRAiCOSydVdGmvanDa5Kg023of6 { width:11.8125rem;height:1.6875rem;top:32.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #za6IUmFqfW6qaFbcFfvMVA0HpA4TBI3V { width:14.3125rem;height:;top:36.125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #apwlCiAX6giZ2DwEqGBSq6awL6PCLEl4 { width:8.75rem;height:2.6875rem;top:39.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMThczckrDUl5r6Vt1ngyTJokhoBKARE { display:block; }
 }@media only screen and (max-width: 763px) { #KxInt8CNLDaTSerEWAIhmR99u73CEhnv { width:14.375rem;height:10.6875rem;top:28.1875rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7n8gPxee1wZ7CUKQFFDbs3sevorBqbn { width:11.8125rem;height:3.25rem;top:31.375rem;left:10.936631202697rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VELBLlAB727ifywnT9SSXalEbh2nx8aq { width:14.3125rem;height:;top:35.625rem;left:9.5618486404419rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s94a62eFNsk4Sod96eVD8bL7k5AS0V8X { width:8.75rem;height:2.6875rem;top:39.3125rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EeuZUE9sNbzUCPAACnBhIrzziB2R1Zuz { display:block; }
 }@media only screen and (max-width: 763px) { #IR7MH1gD7qipulCmw6iezxHT5lrGVOUH { width:14.375rem;height:10.6875rem;top:28.75rem;left:27.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5FQ3fKpeToUaOQbwX86UVZTVgdGkbBD { width:11.8125rem;height:6.125rem;top:29rem;left:28.68728351593rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5gne77vfS3QTCfVUZBACRvZ81GRQTN0 { width:14.3125rem;height:;top:36.125rem;left:27.499135017395rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qf2vRndgJy7PDkbdhqPmee4CAiTIDc6l { width:8.75rem;height:2.6875rem;top:39.875rem;left:29.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbzlM9dlcCJZA8VacQVIFPhavQpEA0he { display:block; }
 }@media only screen and (max-width: 763px) { #hqvMHBxPPlFbbkD44hFzTsWMzCeLETPX { width:14.375rem;height:10.6875rem;top:28.75rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhyomg0XqnAQht71FkA9yUkOuuposQhD { width:11.8125rem;height:6.125rem;top:29.25rem;left:35.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TC8XElo8pAPea3aIuFQ8X3Xd40qHLImw { width:14.3125rem;height:1.5rem;top:36.1875rem;left:33.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRZyoZHe16GSyhyMNGebiLiRB8PVQd2G { width:8.75rem;height:2.6875rem;top:39.8125rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSINNAi9T2QNJ7EJPMm1HQWDuiPEqJg7 { display:block; }
 }@media only screen and (max-width: 763px) { #E0tcXuoAGVWVqvKyDnv3s5PfluaDTSBs { top:2.1875rem;left:1.5325527191162rem;width:43.4375rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDb8KLXDtHzeV8Qf4IAKSEvPp4101Jiv { display:block; }#GDb8KLXDtHzeV8Qf4IAKSEvPp4101Jiv > .row .container { width:47.75rem;height:21.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FdupHbC6cTIkoO2knxiZQLTTXFTNhTta { top:21.375rem;left:20.25rem;width:10.6875rem;height:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwmxkI4ntNUpXSfp8wi2edBMDK5TOXM4 { top:20.5625rem;left:19.5625rem;width:11.4375rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1XWJc5kmvKgOnwiJTFWtyZonhxNuoGA { width:6.25rem;height:2.8125rem;top:28.8125rem;left:22.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sedbZUBxPSDBLPPDPeldLSp3XMn2y7uT { display:block; }
 }@media only screen and (max-width: 763px) { #yIgCb8LAoivDFJkrQ62ZDxI3MSiiHfLH { top:26rem;left:21.1875rem;width:8.875rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwCcDVoOqyx0DkGQO3GsQ3OFBOkTuzsW { top:26.1875rem;left:21.375rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvwvaUBfCRDzbUTk106IJn1xrSIwWk3t { top:0.5625rem;left:0.59505271911621rem;width:43.4375rem;height:;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUfKghlU2Ogn9kM9OI7N7zKH9igwlZPw { width:8.75rem;height:2.6875rem;top:17.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6X6At4VbPTlryngy6fXcv2uzvGVOCOt { display:block; }
 }@media only screen and (max-width: 763px) { #Rhc5fBZukVZ6iBaJpCGyxZxKiQaLK1ZM { width:14.375rem;height:10.6875rem;top:6.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6x9q0JAv0MSMastOK0IhfRCKMhOn2IN { width:14.3125rem;height:;top:14.9375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsa9mCkIH6Ft5nO0cZGUXINiLhizCnkT { width:11.8125rem;height:6.4375rem;top:8.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8xq1XGZMNaMBz0S3D9taHbDt5STNShm { width:14.375rem;height:10.6875rem;top:6.375rem;left:16.562501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #afSPklVguIxi7T3LPEdXS7PGxAgZCGgE { width:11.8125rem;height:6.4375rem;top:9.1875rem;left:18.279297828674rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIygVCylvufDiO8AN4DgLBglKomLPm2M { width:8.75rem;height:2.6875rem;top:17.5625rem;left:19.812501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQl9sGdkXKgeRfW3w2NLzMQ0gnAgb6oa { display:block; }
 }@media only screen and (max-width: 763px) { #UH6oVCVowa9f6D8oUFfStDo8CAFDT7CH { width:11.875rem;height:2.1875rem;top:6.6875rem;left:17.937500953674rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTSTW5Bd1g5Rh7rFGoA32RnpCxUBPTe6 { width:14.3125rem;height:1.5rem;top:14.125rem;left:16.593751907349rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNqF3HdqWhu17eyOw991VBUKzQOyDlTR { width:8.75rem;height:2.6875rem;top:17.3125rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #J22996f0fQpAXP6ihDGXybeDnpumSZaI { display:block; }
 }@media only screen and (max-width: 763px) { #h6M7XcQz3gQl3bGow9WnGJAK3TmWbNLT { width:14.375rem;height:10.6875rem;top:6.125rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCZdBI2Iw4TAO2XmlRPiVnBC0bvayOJL { width:14.3125rem;height:;top:14.5625rem;left:33.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCJWwPZQDJtEr0gv4AlDf9W6uK1WBaAi { width:11.8125rem;height:6.125rem;top:8.25rem;left:35.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gygnq65eVgLpBRe2sifRx7NJmTUJp2gm { width:14.375rem;height:10.6875rem;top:26.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHwIbxfD18KVJV6bR7Lwl5618RzdbJt0 { width:11.8125rem;height:4.8125rem;top:29.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtmwxqu54UBc9CT0c4yGKnB53IMQRx4i { width:14.3125rem;height:;top:33.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JyHUC0E40SQPNEBn8yDIZ8PmIWVK0bP5 { width:8.75rem;height:2.6875rem;top:36.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZdANt5CrCrIQ2JgbtPswdZWeMbeZGnT { display:block; }
 }@media only screen and (max-width: 763px) { #doerQ3Hr7qUKolkghWac4Ny1DJOTif3q { width:14.3125rem;height:;top:33.625rem;left:16.436848640442rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6pbc7GTkhTL93AkOdbqhvq1v2uTSSbf { width:14.375rem;height:10.6875rem;top:26.25rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #edmdbIaxM32vZtrd83k6uAcXuFgL3IEL { width:11.8125rem;height:4.8125rem;top:28.75rem;left:17.999348640442rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #klCtV59EDbJuVnT18NP41h5koZ29HOXp { width:8.75rem;height:2.6875rem;top:35.9375rem;left:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0qF31kCMNcm15eU28gTPfLg3o6qsWKG { display:block; }
 }@media only screen and (max-width: 763px) { #DlOSbwVSUUX5u1ArDTFct6lyMeM50wVC { width:14.375rem;height:10.6875rem;top:25.875rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6UIxc5r9UE8U4Eql7uTV3xUHK3FwT5C { width:11.8125rem;height:8.0625rem;top:26.125rem;left:35.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6yfbecfqkyhgrEZ7QOHg94iMu2b1vbn { width:14.3125rem;height:;top:33.875rem;left:33.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFX3K4ZHBnZ1riEq9GSU8VFxcW5SBn6v { width:8.75rem;height:2.6875rem;top:35.5625rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9LBJa1KVheNU9NGoLrQ84q5QFAsyItw { display:block; }
 }@media only screen and (max-width: 763px) { #N6ocdyeNan1OsUi6JwLOPEW8l8newak0 { display:block; }#N6ocdyeNan1OsUi6JwLOPEW8l8newak0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gy062gWtK5PFlCZFr0DN4g2spmsM7QM4 { top:0.75rem;left:19.3125rem;width:28.4375rem;height:10rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvzmHheNvmVdWqoMVGbPlqVwT7eSybaP { top:0.75rem;left:0rem;width:28.4375rem;height:10rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxPKiH3tSy2MXAtkRsEqMFU1zE0V43W9 { display:block; }#PxPKiH3tSy2MXAtkRsEqMFU1zE0V43W9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rinCoBbVr123TtvTK1EufluWgnu5Z798 { width:29.0625rem;height:2.75rem;top:3.125rem;left:18.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7NeDrn0veEWLgb0J2DJpW1qgPX9Rv2X { width:22.1875rem;height:0.1875rem;top:6.75rem;left:25.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxhFPzNfLurn1CeErnol6euKBPgam2Fc { width:20.8125rem;height:7.1875rem;top:7.9375rem;left:26.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AA4lPPCwqBFmtxHQbN1MlQHpGp6lIIDR { width:1.875rem;height:1.875rem;top:19.8125rem;left:45.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVfxUxyphCc8Qel0ypZIRD5qlNKKZZLh { width:4.25rem;height:0.1875rem;top:6.6875rem;left:43.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRmJNTL9vkzAaFpXFOJGgfxpFBeKLLzL { width:1.75rem;height:1.75rem;top:19.9375rem;left:46rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HC0Zpr4mIyGQgVs6vnWytRmTPumUfsXN { width:28.5625rem;height:1.75rem;top:17.1875rem;left:19.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWNpuNal00wiBi6gvi4W1IQUbWoscTi1 { width:20.75rem;height:2.6875rem;top:19.1875rem;left:27rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gR8BXudKhUshxViPnUvRwRJPBWS9J1Rl { width:1.75rem;height:1.75rem;top:22.0625rem;left:46rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBXXSQJCW70zPPx3wI99PTZsbxOAo1tW { width:1.875rem;height:1.875rem;top:22rem;left:45.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gi0dBsvp3PtlcDAvLqlcTsh0nbbu3Gke { width:1.75rem;height:1.75rem;top:24.375rem;left:46rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Is2QxDCh27TCM5CfGIB7gmEtXaq0JhC9 { width:1.875rem;height:1.875rem;top:24.25rem;left:45.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1q0zUGe7nwch8ABcE5z0CpcGpnDxQWH { width:11.375rem;height:2.6875rem;top:21.5rem;left:36.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbHfWzqS5Tfz9Kvz1SsaJATqhGqdnNFK { width:11.375rem;height:2.6875rem;top:26rem;left:36.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbD3lJSzIcTOMJD7m3rRefI5pKznLnOU { width:1.75rem;height:1.75rem;top:26.5rem;left:46rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRBTwPwtw3WygGh5uS57o2K7maCs0e6p { width:1.875rem;height:1.875rem;top:26.375rem;left:45.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrzRW6EabhlzgtnCB5ZAOo8wZUoTwUPL { width:11.375rem;height:2.6875rem;top:23.8125rem;left:36.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJQU0JSUAismocTfUWEPq1dQAu1lyJ6Q { display:block; }#lJQU0JSUAismocTfUWEPq1dQAu1lyJ6Q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F3WiD5i0HugHoElXrLopNmTKABF56BLq { width:28.8125rem;height:2.5rem;top:1.4375rem;left:18.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8a3oyMCuFb7tNq6FAgnLx8UTMtfL8mZ { width:10.5625rem;height:2rem;top:18.6875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtoGn4Csxo2di6frxImo5ZiVveP4rxK7 { width:45.0625rem;height:2rem;top:5.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRMTN36r7ozqIAAoasyo9N0eU2JJSKH8 { width:3.125rem;height:3.125rem;top:18.125rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwuBvOLUOdqLEROqEdGGRUHoLHqUHyrf { width:3.6875rem;height:3.6875rem;top:7.625rem;left:44.0625rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6o7C3Tpw5todG0C7yQgO8fgir5ilGuM { top:18.1875rem;left:28.3125rem;width:19.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Btf3tAgSxVULL8ZmElqpGd88MqcAGVMq { width:47.75rem;height:4rem;top:9rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsEwzS9r3wnFqWBeQaGwdnCeinN3isl2 { width:3.6875rem;height:3.6875rem;top:4.75rem;left:44.0625rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNnuMnoHzhpUesFWnagqpaTbfi3Kb2Vs { width:19.3125rem;height:3.5rem;top:13.875rem;left:26.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQuHkRT3KSk3dkvJon0l4GU5woQCBMsg { top:13.3125rem;left:26.0625rem;width:20.1875rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpvwxVde5FdwbLEtdPzkLSzZtCogcpM5 { top:13.1875rem;left:20.0625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXakvLTudufO6RbkCgaJM0XsdKsFQIvx { top:13.1875rem;left:16.0625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSeubHoikvi3drb8F9VQpwDPNewvOI5s { top:13.1875rem;left:11.9375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #c4E3rNMbFnCDMMAW17LeatxqSLDwNpVi { display:block; }#c4E3rNMbFnCDMMAW17LeatxqSLDwNpVi > .row .container { width:20rem;height:5.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WRQP4q8artTLOMAfMTcHWCAqOdmo5itE { width:20rem;height:5.1553625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNxiBa0ksgF7mU3gTuOVHVghnEN1Q3x7 { background-color:#ffffff;background-image:none;display:block; }#rNxiBa0ksgF7mU3gTuOVHVghnEN1Q3x7 > .row .container { background-color: transparent; background-image: none; }#rNxiBa0ksgF7mU3gTuOVHVghnEN1Q3x7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rNxiBa0ksgF7mU3gTuOVHVghnEN1Q3x7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rNxiBa0ksgF7mU3gTuOVHVghnEN1Q3x7 > .row .container > .video-iframe-container { display: none; }#rNxiBa0ksgF7mU3gTuOVHVghnEN1Q3x7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rNxiBa0ksgF7mU3gTuOVHVghnEN1Q3x7 > .row > .video-iframe-container { display: none; }#rNxiBa0ksgF7mU3gTuOVHVghnEN1Q3x7 > .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); }#rNxiBa0ksgF7mU3gTuOVHVghnEN1Q3x7 > .row .container { height:56.5625rem;width:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS .widget-form-header { font-size:0.75rem; }
#DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS .widget-regular-label { height:auto;display:block;font-family:cairo;font-size:0.75rem;font-weight:bold;color:#000000;width:15rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:right;text-align-last:right; }
#DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS .widget-input-text { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#f3f6fb;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;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:15rem;box-sizing:border-box;height:2.5625rem;color:#ffffff;font-size:0.875rem;overflow:hidden;font-family:cairo;vertical-align:top;text-align:right;text-align-last:right; }
#DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS .widget-input-text {padding-top: 0; padding-bottom: 0;}#DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS .widget-textarea { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#f3f6fb;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;width:15rem;box-sizing:border-box;height:4.375rem;color:#ffffff;font-size:0.875rem;overflow:hidden;font-family:cairo;vertical-align:top;text-align:right;text-align-last:right; }
#DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS .widget-input-select { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#ffffff;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;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:15rem;box-sizing:border-box;height:2.5rem;color:#00308a;font-family:raleway;font-size:1rem;overflow:hidden;vertical-align:top;text-align:center;text-align-last:center; }
#DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS .widget-input-select {padding-top: 0; padding-bottom: 0;}#DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS .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; }
#DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS .widget-input-button { border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;background-color:#e5972b;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.9375rem;font-weight:bold;color:#000000;width:15rem;height:4.375rem;font-family:cairo;overflow:hidden;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(0,0,0,0.21) ; }
#DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS [class*="-text"]:-moz-placeholder { color:#ffffff;font-family:raleway;font-size:0.875rem; }
#DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS [class*="-text"]::-moz-placeholder { color:#ffffff;font-family:raleway;font-size:0.875rem; }
#DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS [class*="-text"]:-ms-input-placeholder { color:#ffffff;font-family:raleway;font-size:0.875rem; }
#DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS [class*="-text"]::-webkit-input-placeholder { color:#ffffff;font-family:raleway;font-size:0.875rem; }
#DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:raleway;line-height:1.3;font-size:0.625rem;font-weight:300;color:#ffffff;vertical-align:top;width:13.8125rem;overflow:hidden;font-style:normal;float:none; }
#DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS .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; }
#DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.3125rem;vertical-align:middle;font-family:raleway;font-size:0.75rem;font-weight:700;color:#000000;overflow:hidden;font-style:normal;line-height:1.6;float:none;text-align:right;text-align-last:right; }
#DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS .widget-container:first-of-type{padding-top:0;}#DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS .widget-container:last-of-type{padding-bottom:0;}#DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS  { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:15rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;font-size:0.75rem;left:1.1875rem;top:10.5rem;z-index:100001; }
#DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:15rem;display:block;vertical-align:top; }
#DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS .widget-info-text { display:block;height:auto;font-family:raleway;font-size:0.75rem;line-height:1.1;font-weight:400;color:#ffffff;vertical-align:top;overflow:hidden;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS {display:block;}#DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:15rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;font-size:0.75rem;left:1.1875rem;top:10.5rem;z-index:100001; }
 }@media only screen and (max-width: 763px) { #DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS #SNQmcGh0rv6J1hd2TSTOK7eI4wOTDznF {  }
 }@media only screen and (max-width: 763px) { #DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS #WQKX0lu4WR4PKKgiJRBEA07h5aIM3S7K {  }
 }@media only screen and (max-width: 763px) { #DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS #KypVsHwKpBXITTM3i3F0d6qo5HfA7bNo {  }
 }@media only screen and (max-width: 763px) { #DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS #rn2VP80T8KNvN390EsUnTmDwZI20D7gZ {  }
 }@media only screen and (max-width: 763px) { #DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS #le9fP4hD4SOgcnLzGBARkJ86LUNVr4dy {  }
 }@media only screen and (max-width: 763px) { #DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS #nzzkeUSLBp1h6mNcQ53DVLVJmT3IBuZa {  }
 }@media only screen and (max-width: 763px) { #DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS #kKhhUv0ySfOw5HhDnOFDN0VNwWaSibKc {  }
 }@media only screen and (max-width: 763px) { #DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS #lk5ae7UQzUeB1BxOTCL2p9x6fu2JxFl3 {  }
 }@media only screen and (max-width: 763px) { #DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS #iTm2XhRAvzCEpEIrCFTzg8dLReBR1G98 {  }
 }@media only screen and (max-width: 763px) { #DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS #lw026u9gb1eLea8BFVX7TlLxpUfl0RBp {  }
#DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS #lw026u9gb1eLea8BFVX7TlLxpUfl0RBp .container-column{width:50%;} }@media only screen and (max-width: 763px) { #DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS #K0T6SuXi238AtuAw5y83azXboz3EEold {  }
 }@media only screen and (max-width: 763px) { #DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS #rq0MpNvy3iBCN5WG5NL8a5VPvEUEO0op { z-index:2; }
 }@media only screen and (max-width: 763px) { #DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS #Zrlh46ygshqCkFPQKlHyDiW5xFZ2rtdT {  }
 }@media only screen and (max-width: 763px) { #DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS #Rwd8tAaBMOucpsgcV5bCAFWMt1QIhqTa { z-index:2; }
 }@media only screen and (max-width: 763px) { #DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS #u3P6VwxFi0aEeeTz8hT56hwLXqNXwC6y {  }
 }@media only screen and (max-width: 763px) { #DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS #zW6Hx4B5E49IyufufqHltHB0kfFmpCA7 {  }
 }@media only screen and (max-width: 763px) { #DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS #bsTuIOVfO0TbGPgXFSTsEhusIhRTz2WN {  }
 }@media only screen and (max-width: 763px) { #DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS #SN5BRTnDd2JDnCdNCumt9fw2T20QmFOV {  }
 }@media only screen and (max-width: 763px) { #gPeBOmoQJCR1tRHFpv6bA21yy9icWqf6 { display:block; }
 }@media only screen and (max-width: 763px) { #DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS #MiWgIioG2WcVWs3pS1TVGSiXbRQJwv9M {  }
 }@media only screen and (max-width: 763px) { #DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS #SRqpBkeGtcbP44EI35qX95130fp0IuMc {  }
 }@media only screen and (max-width: 763px) { #Xii8gFKHAhcUfU2wi4amCLenQWKPUgSV { width:17.8125rem;height:35.5625rem;top:7.0625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrZ288d8otkaTcnqrsQMmwPM3WCzChH8 { width:15.25rem;height:1.5rem;top:7.9365234375rem;left:2.25rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FEFfCAqTEQMg0wCCQzbBI1nv3CflKtmy { width:15.25rem;height:1.2000875rem;top:10rem;left:2.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNNFsuzNaxzJByHQT0w085DSPAPnH9Ah { width:12.5rem;height:12.5rem;top:37.44921875rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #mS1kEqw8AV8U5TkcwkyC9Zim3goFMD0o { width:14.6875rem;height:4.4375rem;top:37.6875rem;left:2.6875rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:.8;display:block; }
 }@media only screen and (max-width: 763px) { #ilsqnIchN7cBRIRud9oUSDcWQyC8evoW { display:block; }
 }@media only screen and (max-width: 763px) { #buPxLhqwITUud3CqrwGAymgfRHQ2deee { width:3.125rem;height:3.125rem;top:35.5361328125rem;left:4.1875rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JmpfT2ewrvbTxm4pnDKCIJIbPvk8lexX { width:19.9995rem;height:3.57421875rem;top:1.5224609375rem;left:0.00146484375rem;text-align:center;text-align-last:center;font-size:1.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #fMZEMZz0T9ZPVq7EgDEqHVAVtIRUp2tl { width:4.6875rem;height:4.8120125rem;top:1.904296875rem;left:7.6552734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9one5lIrwTsMLuMe3m9ypaBHJdyra2X { width:12.9375rem;height:12.8745rem;top:42.684897422791rem;left:1.2486979365349rem;display:block; }
 }@media only screen and (max-width: 763px) { #klbFVtv8Lx1NFtgMfPrlFgC2A1EDeVec { width:17.0625rem;height:1.462675rem;top:54.190105438233rem;left:0.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPTSD2tJxB3ECxS2SXEaC0MXHzy2aqn2 { display:block; }#BPTSD2tJxB3ECxS2SXEaC0MXHzy2aqn2 > .row .container { width:20rem;height:118.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lfrlWrXJrnuWpEL3WXvgzu20dBxIoVHr { width:10.75rem;height:3.75rem;top:66.625rem;left:4.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #IbyV8rBUTKzsME9Nh5lbT7vZPcKDTKdS { width:11.5rem;height:11.5rem;top:65.5rem;left:4rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tvao4qHGQ18R8HtZdgn9gCsGplTbKFXz { width:6.25rem;height:2.875rem;top:73.75rem;left:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RQ1cmmqbCdFsUsU3eFI1c0SrLFLtHTes { display:block; }
 }@media only screen and (max-width: 763px) { #bHVSZQ7e9cU6Ky1Ah0Ah60MJco1LCGDZ { width:8.9375rem;height:2.5rem;top:70.6875rem;left:5.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #mRVSnZVnQUuTg73sevAou86D4CPeQl2A { width:1.875rem;height:1.875rem;top:71.1875rem;left:5.8125rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #orX6lfuBlVIcOBdUrB5cq3O9HGDfcX86 { width:11.5rem;height:11.4375rem;top:2.9741764068604rem;left:3.9995661377907rem;z-index:100014;display:block; }
 }@media only screen and (max-width: 763px) { #XsvBWMlWOwg4rUtaHWMealGT6Lx7DTSG { width:11.936875rem;height:3.8997375rem;top:4.0961380004883rem;left:4.0310330986977rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v48oF0Pef5FZbu60XCHB6Pl1uKuZph04 { width:8.8748125rem;height:1.9487875rem;top:8.5985250473025rem;left:5.5620661377907rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Al6ornpz3fnxcdKXfSUWBM8INv80fuF4 { width:6.25rem;height:2.8125rem;top:11.271484375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQOzrmyltrN84usqQTHkniKTwuElsZSS { display:block; }
 }@media only screen and (max-width: 763px) { #qHTn03hK42HJOA6ezFzJWcUmNx9QkMdD { width:11.4375rem;height:11.4375rem;top:16.187065124512rem;left:4.0625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #eniGw0zpr2V3BE4ZrenVcMC7zTKwqvvc { width:11.9375rem;height:2.599825rem;top:17.75rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6HHFHoWgofTEbwDJW3G0SpOynk13kA7 { width:8.875rem;height:1.9487875rem;top:21.311633110046rem;left:5.4372830986977rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmfpv9bluit1iPkPTAsiDLDPv2Cvq9Mo { width:6.25rem;height:2.8125rem;top:24.749130249024rem;left:6.6875005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITT7HBL2qLLorcME5bJTkDWE0wgyaxeH { display:block; }
 }@media only screen and (max-width: 763px) { #vs6nJFTyBUUVwhyT0sVyN2tVPUOvKMg8 { width:20rem;height:2.0996125rem;top:0.49934959411621rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hylFtmTOFurIyIXQVmvKamCtulHdANSO { width:11.4375rem;height:12rem;top:30.1875rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlUQxSLoNbsiU5pR0hypXxUTTP1wVHB5 { width:6.25rem;height:2.8125rem;top:38.375rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGdIKNhv8DGLATIyrrx3Kz8Uf1rR1Dzp { display:block; }
 }@media only screen and (max-width: 763px) { #CuWUGG39ZOvwtToouDTkosbv9uvcqp0H { width:8.8748125rem;height:1.9487875rem;top:35.25rem;left:5.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqroFBTmM3WWIhAp5uog5BeyJa10OASk { width:11.936875rem;height:2.92535rem;top:31.8125rem;left:4.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MToQwhnLr9tIb53idwMP5sSQrbbziLzk { width:11.4375rem;height:12rem;top:43.9375rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImL624hcsC6dcRrEUb3QkLHWTyTtr32I { width:6.25rem;height:2.8125rem;top:52.125rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofDGn0NAL0Tz203KJyDv5qEkRoBMQ4LL { display:block; }
 }@media only screen and (max-width: 763px) { #obxW20m8yt0H9UKF8u644GVd3UlQtATV { width:8.8748125rem;height:1.9487875rem;top:49rem;left:5.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #POW2wp6qZlX1r7LkRybkim98bgr26Kui { width:11.936875rem;height:2.92535rem;top:45.5625rem;left:4.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMoFNMx9L1ulvR83LLCcGN7GBUr94riq { width:20rem;height:4.19921875rem;top:57.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvaMzkU5zlf6edxXXNN7aMDDBoN0SSO6 { width:19.5rem;height:12.125rem;top:63.125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpCaANbyaRP6FJz2DrDcB0ipxBT0cM8N { width:6.25rem;height:2.8125rem;top:72.5rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWutMVKg3AIgoBExDGsSZemRovzOfBMs { display:block; }
 }@media only screen and (max-width: 763px) { #e7tuVAV7DSS3Jy2pF4BhL9LIzBTEfMbn { width:8.8748125rem;height:1.9487875rem;top:70.0625rem;left:6rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShRKE2pBW3Lf6I2IC9fPsGLa8MBh85U7 { width:20rem;height:4.388025rem;top:64.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUDmlF97o5s7e2OCA881tTB5Xxrt1UHI { width:19.5625rem;height:12.5rem;top:77rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7JfB4uKnpGkmmRLbeGdLwqXPza9xsRR { width:20rem;height:7.313375rem;top:77.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OeM7sfgSFApNeKcxLOJm4i8qTfFR2Pu0 { width:8.8748125rem;height:1.9487875rem;top:84.9375rem;left:6.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tt3XZyNx29TXWS28yrQXFMxRPGQkAReH { width:6.25rem;height:2.8125rem;top:86.9375rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXP98z9FDo5Ivxpmpzaoe1NvZViBBCqc { display:block; }
 }@media only screen and (max-width: 763px) { #rpFwTGJpPdJ3GX6NxRZ46t7mq9ACdIu8 { width:19.5rem;height:12.0625rem;top:90.8125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvR4BVWGxZZ6ULLNTOufRVt78aX4Vogo { width:20rem;height:4.388025rem;top:92.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SsUc2GBEE3RUTUAo2hVRfuZilZu9N38R { width:8.8748125rem;height:1.9487875rem;top:97.75rem;left:6.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRuR8JTBd2OQJF8KzP04aHuCBnaDsA50 { width:6.25rem;height:2.8125rem;top:99.9375rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHhKSK9KNyT5VpJFMa4gTaySp7G6KeU2 { display:block; }
 }@media only screen and (max-width: 763px) { #U0JbXvMKLppxVtSwfWNmTxxs48Sl3XvL { width:19.5rem;height:12.0625rem;top:104.625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9yATUiLE0wJTPFDMnvI9BqJH6OTOqld { width:20rem;height:4.388025rem;top:106.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6PC0rAvmyu4bpOpk6Xx5tro8EoTrTRr { width:8.8748125rem;height:1.9487875rem;top:111.5625rem;left:7.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmtzU7GTHIEs4JU6x85Cknei3eNgrF2c { width:6.25rem;height:2.8125rem;top:113.75rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2knWiov9VLM8csNAgXo6VV4ALJSdSyo { display:block; }
 }@media only screen and (max-width: 763px) { #AQQA5h3i9253KLcIOXEQ24wiVWfnhua5 { display:block; }#AQQA5h3i9253KLcIOXEQ24wiVWfnhua5 > .row .container { width:20rem;height:133.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iuFrekG2NB34LqwPMaPNNo5sF9mOSrlW { width:14.3125rem;height:10.6875rem;top:5.1875rem;left:2.375rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#iuFrekG2NB34LqwPMaPNNo5sF9mOSrlW.adaptive-delivery-prevent-bg, #iuFrekG2NB34LqwPMaPNNo5sF9mOSrlW.lazyload, #iuFrekG2NB34LqwPMaPNNo5sF9mOSrlW.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #C51IFP2TKn1wrTmOl2h4BL7CSpLtryUz { width:11.8125rem;height:4.87305rem;top:7.1247844696044rem;left:4.1872830986977rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXcEKREyCxSKoaH2yNu8sQ4Tavi13AXI { width:8.75rem;height:2.6875rem;top:16.25rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ghccl6IW5VoqWZslJgKsvGO4ECLcLXSf { display:block; }
 }@media only screen and (max-width: 763px) { #TCx8AfWySlsglN5bIB3pEeVpa2mWT7r1 { width:14.3115rem;height:1.21853125rem;top:13.124782562256rem;left:2.0625000596046rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }#TCx8AfWySlsglN5bIB3pEeVpa2mWT7r1 li:before{  }
 }@media only screen and (max-width: 763px) { #O7CUzSqSazHCEqipFDF0JH0BBs9kx2XD { width:14.3125rem;height:10.6875rem;top:21.125rem;left:2.625rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#O7CUzSqSazHCEqipFDF0JH0BBs9kx2XD.adaptive-delivery-prevent-bg, #O7CUzSqSazHCEqipFDF0JH0BBs9kx2XD.lazyload, #O7CUzSqSazHCEqipFDF0JH0BBs9kx2XD.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #TrbkoGEgMI0xZTJAPdObKIpKppK92opJ { width:11.8125rem;height:4.87305rem;top:23.4375rem;left:4.4375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oklvoLg0OTJEVSAl9T9w772dNVTETfZ0 { width:8.75rem;height:2.6875rem;top:32.1875rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3m1BKLpTBIVUarGPX8NCiIbrJoBcTpE { display:block; }
 }@media only screen and (max-width: 763px) { #UJwzhfIxNTb8Nq3oWbK7grTH7vk3wH5a { width:14.3125rem;height:1.21875rem;top:29.1875rem;left:2.875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #F4tL5guZlEefCuvlB1pmXk7WnhBAcPQV { width:14.3125rem;height:10.6875rem;top:37.5625rem;left:3rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#F4tL5guZlEefCuvlB1pmXk7WnhBAcPQV.adaptive-delivery-prevent-bg, #F4tL5guZlEefCuvlB1pmXk7WnhBAcPQV.lazyload, #F4tL5guZlEefCuvlB1pmXk7WnhBAcPQV.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #TUSwM4W1EeAro5Jo4E3WZMRblUwWI0Oq { width:11.8125rem;height:1.7068125rem;top:40.6875rem;left:4.625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GheiLTpDOFssZQp6JFT1M28TDTQJTcvr { width:14.3125rem;height:1.21875rem;top:45.0625rem;left:3.125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #IB8riHDnxE2AGddoOkZ6SgkdtF7yifeu { width:8.75rem;height:2.6875rem;top:48.625rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7vEEGilRiWTUsFCDGJ27xiy0vEQWDgh { display:block; }
 }@media only screen and (max-width: 763px) { #tJyw7abqdzxGFdWr0JOnr0vPHtWXkQ7u { width:14.3125rem;height:10.6875rem;top:53.9375rem;left:2.9375rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#tJyw7abqdzxGFdWr0JOnr0vPHtWXkQ7u.adaptive-delivery-prevent-bg, #tJyw7abqdzxGFdWr0JOnr0vPHtWXkQ7u.lazyload, #tJyw7abqdzxGFdWr0JOnr0vPHtWXkQ7u.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #F7TtrWceQTipEbZzkzDtpITnLzaJ1Ju7 { width:11.8125rem;height:3.41363125rem;top:57.0625rem;left:4.5625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tL3ks0tHN4N8bHptF2VHmSZdfVKuHBP1 { width:14.3125rem;height:1.21875rem;top:61.75rem;left:3rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #LIEMpaxTMExUIt0fvzMt2LQxHhD7KCyy { width:8.75rem;height:2.6875rem;top:65.0625rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UEbPAnMl5CqWnzk5MK9pAxS8T5GfTyvW { display:block; }
 }@media only screen and (max-width: 763px) { #ifNWumqsHTLel6OPJE4TR1A8BaMd73e7 { width:14.375rem;height:10.6875rem;top:71.25rem;left:2.9375rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#ifNWumqsHTLel6OPJE4TR1A8BaMd73e7.adaptive-delivery-prevent-bg, #ifNWumqsHTLel6OPJE4TR1A8BaMd73e7.lazyload, #ifNWumqsHTLel6OPJE4TR1A8BaMd73e7.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #yfVb1Bai3CNEEZibFpK3on9PpN3RUIgF { width:11.875rem;height:2.192925rem;top:73.375rem;left:4.5625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0kouIRAiCOSydVdGmvanDa5Kg023of6 { width:11.8125rem;height:3.2487rem;top:75.4375rem;left:4.75rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #za6IUmFqfW6qaFbcFfvMVA0HpA4TBI3V { width:14.3125rem;height:1.21875rem;top:79rem;left:3.3125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #apwlCiAX6giZ2DwEqGBSq6awL6PCLEl4 { width:8.75rem;height:2.6875rem;top:82.3125rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMThczckrDUl5r6Vt1ngyTJokhoBKARE { display:block; }
 }@media only screen and (max-width: 763px) { #KxInt8CNLDaTSerEWAIhmR99u73CEhnv { width:14.375rem;height:10.6875rem;top:86.8125rem;left:2.375rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#KxInt8CNLDaTSerEWAIhmR99u73CEhnv.adaptive-delivery-prevent-bg, #KxInt8CNLDaTSerEWAIhmR99u73CEhnv.lazyload, #KxInt8CNLDaTSerEWAIhmR99u73CEhnv.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #U7n8gPxee1wZ7CUKQFFDbs3sevorBqbn { width:11.8125rem;height:3.2487rem;top:91rem;left:4.1875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VELBLlAB727ifywnT9SSXalEbh2nx8aq { width:14.3125rem;height:1.21875rem;top:94.25rem;left:2.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #s94a62eFNsk4Sod96eVD8bL7k5AS0V8X { width:8.75rem;height:2.6875rem;top:97.8125rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EeuZUE9sNbzUCPAACnBhIrzziB2R1Zuz { display:block; }
 }@media only screen and (max-width: 763px) { #IR7MH1gD7qipulCmw6iezxHT5lrGVOUH { width:14.375rem;height:10.6875rem;top:101.3125rem;left:2.375rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#IR7MH1gD7qipulCmw6iezxHT5lrGVOUH.adaptive-delivery-prevent-bg, #IR7MH1gD7qipulCmw6iezxHT5lrGVOUH.lazyload, #IR7MH1gD7qipulCmw6iezxHT5lrGVOUH.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #O5FQ3fKpeToUaOQbwX86UVZTVgdGkbBD { width:11.8125rem;height:6.171875rem;top:103.5625rem;left:4rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5gne77vfS3QTCfVUZBACRvZ81GRQTN0 { width:14.3125rem;height:1.21853125rem;top:109.81250762939rem;left:2.6250000596046rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #qf2vRndgJy7PDkbdhqPmee4CAiTIDc6l { width:8.75rem;height:2.6875rem;top:112.4375rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbzlM9dlcCJZA8VacQVIFPhavQpEA0he { display:block; }
 }@media only screen and (max-width: 763px) { #hqvMHBxPPlFbbkD44hFzTsWMzCeLETPX { width:14.375rem;height:10.6875rem;top:116.375rem;left:2.5625rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#hqvMHBxPPlFbbkD44hFzTsWMzCeLETPX.adaptive-delivery-prevent-bg, #hqvMHBxPPlFbbkD44hFzTsWMzCeLETPX.lazyload, #hqvMHBxPPlFbbkD44hFzTsWMzCeLETPX.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #nhyomg0XqnAQht71FkA9yUkOuuposQhD { width:11.8125rem;height:6.171875rem;top:116.875rem;left:4.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TC8XElo8pAPea3aIuFQ8X3Xd40qHLImw { width:14.3125rem;height:1.21875rem;top:123.8125rem;left:3rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #IRZyoZHe16GSyhyMNGebiLiRB8PVQd2G { width:8.75rem;height:2.6875rem;top:128.375rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSINNAi9T2QNJ7EJPMm1HQWDuiPEqJg7 { display:block; }
 }@media only screen and (max-width: 763px) { #E0tcXuoAGVWVqvKyDnv3s5PfluaDTSBs { width:20rem;height:3.57421875rem;top:0.93489551544187rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #GDb8KLXDtHzeV8Qf4IAKSEvPp4101Jiv { display:block; }#GDb8KLXDtHzeV8Qf4IAKSEvPp4101Jiv > .row .container { width:20rem;height:92rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FdupHbC6cTIkoO2knxiZQLTTXFTNhTta { width:10.75rem;height:3.75rem;top:66.625rem;left:4.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #bwmxkI4ntNUpXSfp8wi2edBMDK5TOXM4 { width:11.5rem;height:11.5rem;top:65.5rem;left:4rem;display:none; }
 }@media only screen and (max-width: 763px) { #E1XWJc5kmvKgOnwiJTFWtyZonhxNuoGA { width:6.25rem;height:2.875rem;top:73.75rem;left:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #sedbZUBxPSDBLPPDPeldLSp3XMn2y7uT { display:block; }
 }@media only screen and (max-width: 763px) { #yIgCb8LAoivDFJkrQ62ZDxI3MSiiHfLH { width:8.9375rem;height:2.5rem;top:70.6875rem;left:5.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #dwCcDVoOqyx0DkGQO3GsQ3OFBOkTuzsW { width:1.875rem;height:1.875rem;top:71.1875rem;left:5.8125rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MvwvaUBfCRDzbUTk106IJn1xrSIwWk3t { width:20rem;height:1.7068125rem;top:1.5625005960464rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #mUfKghlU2Ogn9kM9OI7N7zKH9igwlZPw { width:8.75rem;height:2.6875rem;top:15.66015625rem;left:5.8750002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6X6At4VbPTlryngy6fXcv2uzvGVOCOt { display:block; }
 }@media only screen and (max-width: 763px) { #Rhc5fBZukVZ6iBaJpCGyxZxKiQaLK1ZM { width:14.375rem;height:10.6875rem;top:4.59765625rem;left:2.8125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#Rhc5fBZukVZ6iBaJpCGyxZxKiQaLK1ZM.adaptive-delivery-prevent-bg, #Rhc5fBZukVZ6iBaJpCGyxZxKiQaLK1ZM.lazyload, #Rhc5fBZukVZ6iBaJpCGyxZxKiQaLK1ZM.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #H6x9q0JAv0MSMastOK0IhfRCKMhOn2IN { width:14.3125rem;height:1.21853125rem;top:13.222007751465rem;left:3.0622830986977rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #bsa9mCkIH6Ft5nO0cZGUXINiLhizCnkT { width:11.8125rem;height:6.497375rem;top:6.72265625rem;left:4.6250002980232rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8xq1XGZMNaMBz0S3D9taHbDt5STNShm { width:14.375rem;height:10.6875rem;top:20.47265625rem;left:2.8125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#f8xq1XGZMNaMBz0S3D9taHbDt5STNShm.adaptive-delivery-prevent-bg, #f8xq1XGZMNaMBz0S3D9taHbDt5STNShm.lazyload, #f8xq1XGZMNaMBz0S3D9taHbDt5STNShm.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #afSPklVguIxi7T3LPEdXS7PGxAgZCGgE { width:11.8125rem;height:4.87305rem;top:23.6171875rem;left:4.5286458134651rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIygVCylvufDiO8AN4DgLBglKomLPm2M { width:8.75rem;height:2.6875rem;top:31.66015625rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQl9sGdkXKgeRfW3w2NLzMQ0gnAgb6oa { display:block; }
 }@media only screen and (max-width: 763px) { #UH6oVCVowa9f6D8oUFfStDo8CAFDT7CH { width:11.875rem;height:2.192925rem;top:21.0703125rem;left:4.2708320617676rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTSTW5Bd1g5Rh7rFGoA32RnpCxUBPTe6 { width:14.3125rem;height:1.21853125rem;top:28.597442626953rem;left:2.8428819775581rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #oNqF3HdqWhu17eyOw991VBUKzQOyDlTR { width:8.75rem;height:2.6875rem;top:47.16015625rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #J22996f0fQpAXP6ihDGXybeDnpumSZaI { display:block; }
 }@media only screen and (max-width: 763px) { #h6M7XcQz3gQl3bGow9WnGJAK3TmWbNLT { width:14.375rem;height:10.6875rem;top:35.91015625rem;left:2.8125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#h6M7XcQz3gQl3bGow9WnGJAK3TmWbNLT.adaptive-delivery-prevent-bg, #h6M7XcQz3gQl3bGow9WnGJAK3TmWbNLT.lazyload, #h6M7XcQz3gQl3bGow9WnGJAK3TmWbNLT.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #UCZdBI2Iw4TAO2XmlRPiVnBC0bvayOJL { width:14.3125rem;height:1.21853125rem;top:44.534286499024rem;left:3.1250000596046rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #kCJWwPZQDJtEr0gv4AlDf9W6uK1WBaAi { width:11.8125rem;height:6.171875rem;top:38.222663879394rem;left:4.6250002980232rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gygnq65eVgLpBRe2sifRx7NJmTUJp2gm { width:14.375rem;height:10.6875rem;top:51.097663879394rem;left:2.8125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#gygnq65eVgLpBRe2sifRx7NJmTUJp2gm.adaptive-delivery-prevent-bg, #gygnq65eVgLpBRe2sifRx7NJmTUJp2gm.lazyload, #gygnq65eVgLpBRe2sifRx7NJmTUJp2gm.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #zHwIbxfD18KVJV6bR7Lwl5618RzdbJt0 { width:11.8125rem;height:4.87305rem;top:54.035163879394rem;left:4.625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtmwxqu54UBc9CT0c4yGKnB53IMQRx4i { width:14.3125rem;height:1.21853125rem;top:58.972648620606rem;left:3.2497830986977rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #JyHUC0E40SQPNEBn8yDIZ8PmIWVK0bP5 { width:8.75rem;height:2.6875rem;top:60.785163879394rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZdANt5CrCrIQ2JgbtPswdZWeMbeZGnT { display:block; }
 }@media only screen and (max-width: 763px) { #doerQ3Hr7qUKolkghWac4Ny1DJOTif3q { width:14.3125rem;height:1.21875rem;top:72.160163879394rem;left:3.25rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #b6pbc7GTkhTL93AkOdbqhvq1v2uTSSbf { width:14.375rem;height:10.6875rem;top:64.722663879394rem;left:2.8125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#b6pbc7GTkhTL93AkOdbqhvq1v2uTSSbf.adaptive-delivery-prevent-bg, #b6pbc7GTkhTL93AkOdbqhvq1v2uTSSbf.lazyload, #b6pbc7GTkhTL93AkOdbqhvq1v2uTSSbf.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #edmdbIaxM32vZtrd83k6uAcXuFgL3IEL { width:11.8125rem;height:4.87305rem;top:66.97265625rem;left:4.6250002980232rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #klCtV59EDbJuVnT18NP41h5koZ29HOXp { width:8.75rem;height:2.6875rem;top:74.410163879394rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0qF31kCMNcm15eU28gTPfLg3o6qsWKG { display:block; }
 }@media only screen and (max-width: 763px) { #DlOSbwVSUUX5u1ArDTFct6lyMeM50wVC { width:14.375rem;height:10.6875rem;top:78.34765625rem;left:2.8125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#DlOSbwVSUUX5u1ArDTFct6lyMeM50wVC.adaptive-delivery-prevent-bg, #DlOSbwVSUUX5u1ArDTFct6lyMeM50wVC.lazyload, #DlOSbwVSUUX5u1ArDTFct6lyMeM50wVC.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #x6UIxc5r9UE8U4Eql7uTV3xUHK3FwT5C { width:11.8125rem;height:8.121725rem;top:78.47244262695rem;left:4.6245661377907rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6yfbecfqkyhgrEZ7QOHg94iMu2b1vbn { width:14.3125rem;height:1.21853125rem;top:86.472229003906rem;left:3.0620661377907rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #tFX3K4ZHBnZ1riEq9GSU8VFxcW5SBn6v { width:8.75rem;height:2.6875rem;top:88.03515625rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9LBJa1KVheNU9NGoLrQ84q5QFAsyItw { display:block; }
 }@media only screen and (max-width: 763px) { #N6ocdyeNan1OsUi6JwLOPEW8l8newak0 { display:block; }#N6ocdyeNan1OsUi6JwLOPEW8l8newak0 > .row .container { width:20rem;height:32.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gy062gWtK5PFlCZFr0DN4g2spmsM7QM4 { width:20rem;height:14.29904375rem;top:16.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvzmHheNvmVdWqoMVGbPlqVwT7eSybaP { width:20rem;height:12.9991375rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxPKiH3tSy2MXAtkRsEqMFU1zE0V43W9 { background-color:#f5f5f5;background-image:none;display:block; }#PxPKiH3tSy2MXAtkRsEqMFU1zE0V43W9 > .row .container { background-color: transparent; background-image: none; }#PxPKiH3tSy2MXAtkRsEqMFU1zE0V43W9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PxPKiH3tSy2MXAtkRsEqMFU1zE0V43W9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PxPKiH3tSy2MXAtkRsEqMFU1zE0V43W9 > .row .container > .video-iframe-container { display: none; }#PxPKiH3tSy2MXAtkRsEqMFU1zE0V43W9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PxPKiH3tSy2MXAtkRsEqMFU1zE0V43W9 > .row > .video-iframe-container { display: none; }#PxPKiH3tSy2MXAtkRsEqMFU1zE0V43W9 > .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); }#PxPKiH3tSy2MXAtkRsEqMFU1zE0V43W9 > .row .container { width:20rem;height:26.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rinCoBbVr123TtvTK1EufluWgnu5Z798 { width:16.5rem;height:1.875rem;top:1.25rem;left:1.75rem;text-align:right;text-align-last:right;line-height:1.2;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7NeDrn0veEWLgb0J2DJpW1qgPX9Rv2X { width:14.625rem;height:0.1875rem;top:4.375rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxhFPzNfLurn1CeErnol6euKBPgam2Fc { width:17.625rem;height:5.6206625rem;top:7.25rem;left:1.1875rem;text-align:right;text-align-last:right;line-height:1.5;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AA4lPPCwqBFmtxHQbN1MlQHpGp6lIIDR { width:1.5625rem;height:1.5625rem;top:33.25rem;left:4.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RVfxUxyphCc8Qel0ypZIRD5qlNKKZZLh { width:4.25rem;height:0.1875rem;top:5.8125rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRmJNTL9vkzAaFpXFOJGgfxpFBeKLLzL { width:1.25rem;height:1.25rem;top:20.0625rem;left:7.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HC0Zpr4mIyGQgVs6vnWytRmTPumUfsXN { width:13.5625rem;height:1.875rem;top:14.125rem;left:3.1875rem;text-align:right;text-align-last:right;line-height:1.5;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWNpuNal00wiBi6gvi4W1IQUbWoscTi1 { width:15.5625rem;height:2.27321875rem;top:17.25rem;left:2.1875rem;text-align:right;text-align-last:right;line-height:2.6;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gR8BXudKhUshxViPnUvRwRJPBWS9J1Rl { width:1.25rem;height:1.25rem;top:17.76171875rem;left:0.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBXXSQJCW70zPPx3wI99PTZsbxOAo1tW { width:1.5625rem;height:1.5625rem;top:25.8125rem;left:10.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Gi0dBsvp3PtlcDAvLqlcTsh0nbbu3Gke { width:1.25rem;height:1.25rem;top:24.75rem;left:11.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Is2QxDCh27TCM5CfGIB7gmEtXaq0JhC9 { width:1.5625rem;height:1.5625rem;top:36.875rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #o1q0zUGe7nwch8ABcE5z0CpcGpnDxQWH { width:10.0625rem;height:2.27321875rem;top:19.5rem;left:7.8125rem;text-align:right;text-align-last:right;line-height:2.6;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbHfWzqS5Tfz9Kvz1SsaJATqhGqdnNFK { width:10.0625rem;height:2.27321875rem;top:21.8125rem;left:8.125rem;text-align:right;text-align-last:right;line-height:2.6;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbD3lJSzIcTOMJD7m3rRefI5pKznLnOU { width:1.25rem;height:1.25rem;top:22.3125rem;left:8.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRBTwPwtw3WygGh5uS57o2K7maCs0e6p { width:1.5625rem;height:1.5625rem;top:39.6875rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wrzRW6EabhlzgtnCB5ZAOo8wZUoTwUPL { width:11.375rem;height:2.27321875rem;top:24.23828125rem;left:6.9375rem;text-align:right;text-align-last:right;line-height:2.6;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJQU0JSUAismocTfUWEPq1dQAu1lyJ6Q { background-color:transparent;background-image: -webkit-linear-gradient(top, #e5972b, #2649a9);background-image: -moz-linear-gradient(top, #e5972b, #2649a9);background-image: -ms-linear-gradient(top, #e5972b, #2649a9);background-image: -o-linear-gradient(top, #e5972b, #2649a9);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5972b', endColorstr='#2649a9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5972b', endColorstr='#2649a9' );";background-image: linear-gradient(to bottom, #e5972b, #2649a9);background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#lJQU0JSUAismocTfUWEPq1dQAu1lyJ6Q > .row .container { background-color: transparent; background-image: none; }#lJQU0JSUAismocTfUWEPq1dQAu1lyJ6Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lJQU0JSUAismocTfUWEPq1dQAu1lyJ6Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lJQU0JSUAismocTfUWEPq1dQAu1lyJ6Q > .row .container > .video-iframe-container { display: none; }#lJQU0JSUAismocTfUWEPq1dQAu1lyJ6Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lJQU0JSUAismocTfUWEPq1dQAu1lyJ6Q > .row > .video-iframe-container { display: none; }#lJQU0JSUAismocTfUWEPq1dQAu1lyJ6Q > .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); }#lJQU0JSUAismocTfUWEPq1dQAu1lyJ6Q > .row .container { border-width: 0; border-radius: 0; }#lJQU0JSUAismocTfUWEPq1dQAu1lyJ6Q > .row .container { width:20rem;height:36.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F3WiD5i0HugHoElXrLopNmTKABF56BLq { width:16.6875rem;height:1.51171875rem;top:1.25rem;left:1.625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8a3oyMCuFb7tNq6FAgnLx8UTMtfL8mZ { width:20rem;height:2rem;top:23.6875rem;left:0rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #mtoGn4Csxo2di6frxImo5ZiVveP4rxK7 { width:13.0625rem;height:4.80143125rem;top:4rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRMTN36r7ozqIAAoasyo9N0eU2JJSKH8 { width:3.125rem;height:3.125rem;top:25.9375rem;left:8.3125rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #OwuBvOLUOdqLEROqEdGGRUHoLHqUHyrf { width:3.125rem;height:3.125rem;top:10.499132156372rem;left:8.4375000596044rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6o7C3Tpw5todG0C7yQgO8fgir5ilGuM { width:19.4375rem;height:1.2999125rem;top:33.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Btf3tAgSxVULL8ZmElqpGd88MqcAGVMq { width:14.874125rem;height:6.40190625rem;top:13.624132156372rem;left:2.5629342198372rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsEwzS9r3wnFqWBeQaGwdnCeinN3isl2 { width:3.125rem;height:3.125rem;top:20.023872375488rem;left:8.4375000596044rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNnuMnoHzhpUesFWnagqpaTbfi3Kb2Vs { width:18.8125rem;height:1.70010625rem;top:30.0625rem;left:0.875rem;text-align:right;text-align-last:right;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQuHkRT3KSk3dkvJon0l4GU5woQCBMsg { width:17.9375rem;height:2.9375rem;top:29.5rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpvwxVde5FdwbLEtdPzkLSzZtCogcpM5 { width:3.125rem;height:3.125rem;top:25.999349594116rem;left:8.4364157319069rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXakvLTudufO6RbkCgaJM0XsdKsFQIvx { width:3.125rem;height:3.125rem;top:25.999349594116rem;left:13.442925512791rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSeubHoikvi3drb8F9VQpwDPNewvOI5s { width:3.125rem;height:3.125rem;top:25.999349594116rem;left:3.4375000596046rem;font-size:2.1875rem;display:block; }
 }