.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:249,222,222;--color-primary-1:234,147,147;--color-primary-2:213,38,38;--color-primary-3:107,19,19;--color-primary-4:32,6,6;--color-secondary-0:224,227,233;--color-secondary-1:163,170,189;--color-secondary-2:102,114,145;--color-secondary-3:61,68,87;--color-secondary-4:0,20,71;--color-tertiary-0:255,255,255;--color-tertiary-1:194,194,194;--color-tertiary-2:153,153,153;--color-tertiary-3:92,92,92;--color-tertiary-4:0,0,0;--headlines-font-family:"Averta";--paragraphs-font-family:"Averta"; }@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:rgba(var(--color-secondary-4),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eGS8DEtNvSCtZ5b1Z2lIWkzMmE9x2gKb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/Dp1TtF7V/bg_blue_new.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#eGS8DEtNvSCtZ5b1Z2lIWkzMmE9x2gKb.adaptive-delivery-prevent-bg, #eGS8DEtNvSCtZ5b1Z2lIWkzMmE9x2gKb.lazyload, #eGS8DEtNvSCtZ5b1Z2lIWkzMmE9x2gKb.lazyloading { background-image: none; }#eGS8DEtNvSCtZ5b1Z2lIWkzMmE9x2gKb > .row .container { background-color: transparent; background-image: none; }#eGS8DEtNvSCtZ5b1Z2lIWkzMmE9x2gKb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eGS8DEtNvSCtZ5b1Z2lIWkzMmE9x2gKb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eGS8DEtNvSCtZ5b1Z2lIWkzMmE9x2gKb > .row .container > .video-iframe-container { display: none; }#eGS8DEtNvSCtZ5b1Z2lIWkzMmE9x2gKb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eGS8DEtNvSCtZ5b1Z2lIWkzMmE9x2gKb > .row > .video-iframe-container { display: none; }#eGS8DEtNvSCtZ5b1Z2lIWkzMmE9x2gKb > .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); }#eGS8DEtNvSCtZ5b1Z2lIWkzMmE9x2gKb > .row .container { border-width: 0; border-radius: 0; }#eGS8DEtNvSCtZ5b1Z2lIWkzMmE9x2gKb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eGS8DEtNvSCtZ5b1Z2lIWkzMmE9x2gKb > .row .container { font-size:0.875rem;font-family:arial;height:43.375rem;width:75rem;position:relative;display:block; }#xcILSqd2z173zy9Bl733T0KkHLevo4Ux { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.375rem;width:50.0625rem;top:9.09375rem;left:34.832330634124rem;overflow:hidden;display:block; }
#sMHJgtTdZBebfQ8e0Ou71Kh3CrFEXkvv { color:rgba(var(--color-tertiary-4),1);display:block;width:28.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:5.75rem;left:8.9375rem;height:4.0625rem;font-style:normal;display:block; }
#d701BO5XKQERTN2SDWpTTkS8qW1LhpbK { position:absolute;display:block;z-index:15013;background-color:rgba(4,29,80,0.4);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:6.625rem;width:29.25rem;top:2rem;left:42rem;display:block; }
#D3mVken8cRuqoH6W1mscNEWOR9ACSs4d { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.0625rem;width:6.0625rem;top:1.9375rem;left:42.5625rem;overflow:hidden;display:block; }
#P599mVTZZwE9TQJFIZWgpgwoQ9VNF6Ty { color:rgba(177,196,236,0.95);display:block;width:18.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:3.875rem;left:49.28125rem;height:3rem;display:block; }
#RemEdI1IEJcgMdgFbeAO4WhLkuSze1ny { color:rgba(var(--color-tertiary-4),1);display:block;width:16.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:2rem;left:9.125rem;height:1.6875rem;font-style:normal;display:block; }
#zfeuFnIThGISn3HxJ7AgQfIbZzRVWhTL { color:rgba(177,196,236,0.95);display:block;width:26.1875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:19.8125rem;left:8.9375rem;height:20.125rem;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; }
#AXrueLs6LvObbC1Xe2LPVlTKKAnGbUVI { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.25rem;height:2.9375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:39.0625rem;left:50.6875rem;display:block; }
#PFkediHxvQDnigo1w1gIpmB3aTV0dfwK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HAaGmdGelgJk4WhXTxIUrcrSn8PMlzvC { color:#fb9131;display:block;width:31.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:9.875rem;left:8.9375rem;height:10.75rem;font-style:normal;display:block; }
#r7W1PPOUomw0fXIO23Z3gXT371Ztspic { color:rgba(177,196,236,0.95);display:block;width:23.8125rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:4.4375rem;left:8.9375rem;height: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; }
#x3EaTWLXx6xl5xATIOSpDGTfMEOpiLOS { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:50rem;width:50rem;display:none; }
#XmOQ5QrvstWNaHR6DuDOhpkNvB3aELWw { position:relative;display:block; }#XmOQ5QrvstWNaHR6DuDOhpkNvB3aELWw { background-color: transparent; background-image: none; }#XmOQ5QrvstWNaHR6DuDOhpkNvB3aELWw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XmOQ5QrvstWNaHR6DuDOhpkNvB3aELWw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XmOQ5QrvstWNaHR6DuDOhpkNvB3aELWw > .row .container > .video-iframe-container { display: none; }#XmOQ5QrvstWNaHR6DuDOhpkNvB3aELWw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XmOQ5QrvstWNaHR6DuDOhpkNvB3aELWw > .row > .video-iframe-container { display: none; }#XmOQ5QrvstWNaHR6DuDOhpkNvB3aELWw > .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); }#XmOQ5QrvstWNaHR6DuDOhpkNvB3aELWw { border-width: 0; border-radius: 0; }#XmOQ5QrvstWNaHR6DuDOhpkNvB3aELWw > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#XmOQ5QrvstWNaHR6DuDOhpkNvB3aELWw > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-4),1);background-image:none;font-size:0.875rem;font-family:arial;height:58.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#cTGbFSJBMK3Acv0R6OuuBFvJCQsEaFyM { color:rgba(var(--color-tertiary-0),1);display:block;width:26.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:10rem;left:48.25rem;height:45.3125rem;display:block; }
#oZ0Hy74NKNR7uAslImysh9qvuydDKWfk { color:rgba(var(--color-tertiary-4),1);display:block;width:10.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:6.03125rem;left:48.25rem;height:2.6875rem;font-style:normal;display:block; }
#UT218qtMT4NzkEZ9cbDxCIMLMUluScLX { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:24rem;width:42.75rem;top:6.375rem;left:2.353515625rem;display:block; }
#fa34bG71cdglwqMM3uG1brdhaIfeEpKQ { color:rgba(var(--color-tertiary-4),1);display:block;width:16.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15013;line-height:1.2;letter-spacing:0;top:48.5rem;left:28.791015625rem;height:1.6875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#smTTrPkDE60b1RQPvaGKmG98uH3gcTlV { color:rgba(177,196,236,0.95);display:block;width:23.8125rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:50.5rem;left:21.353515625rem;height: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;text-align:right;text-align-last:right;display:block; }
#tyxa25fMOPPCtA5uiMn7pPyTWD3gFUUM { color:#ff0000;display:block;width:30.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:51.625rem;left:15.103515625rem;height:4.0625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Q1CWbzFo4E1JAd5piMadg37tCANymDAv { border-top:0.0625rem solid rgba(115,115,115,0.2);border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Q1CWbzFo4E1JAd5piMadg37tCANymDAv > .row .container { background-color: transparent; background-image: none; }#Q1CWbzFo4E1JAd5piMadg37tCANymDAv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q1CWbzFo4E1JAd5piMadg37tCANymDAv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q1CWbzFo4E1JAd5piMadg37tCANymDAv > .row .container > .video-iframe-container { display: none; }#Q1CWbzFo4E1JAd5piMadg37tCANymDAv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q1CWbzFo4E1JAd5piMadg37tCANymDAv > .row > .video-iframe-container { display: none; }#Q1CWbzFo4E1JAd5piMadg37tCANymDAv > .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); }#Q1CWbzFo4E1JAd5piMadg37tCANymDAv > .row .container { border-width: 0; border-radius: 0; }#Q1CWbzFo4E1JAd5piMadg37tCANymDAv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Q1CWbzFo4E1JAd5piMadg37tCANymDAv > .row .container { font-size:0.875rem;font-family:arial;height:9.9375rem;width:75rem;position:relative;display:block; }#GCu0ZO0LckQZtvcKD6XP60QVCxJfi3mn { color:rgba(var(--color-tertiary-4),1);display:block;width:23.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:1.0625rem;left:22.1875rem;height:4.5rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#fuNT6JQwLxCfT0USnE7c3MmaKlFv5yeJ { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.9375rem;height:3.625rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:1.5rem;left:48.3125rem;display:block; }
#zppKTlpkB08oU5A87oteRI9ACR7ZIB9I { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#i7FvSXQADx7z1Cr9SVuTexX5KmKNbmgJ { color:#1d1d1b;display:block;width:15.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:6.0625rem;left:48.71875rem;height:0.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eOlIvg5EBNvD4I7MPkNutOH6cGAzO8sc { color:#16215b;display:block;width:8.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:0.5rem;left:65.0625rem;height:6.25rem;display:block; }
#l758ARc6eg0a8dKR6nTi0G1URE1o42av { color:rgba(var(--color-tertiary-2),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:6.03125rem;left:31rem;height:0.875rem;text-align:right;text-align-last:right;display:block; }
#kuL8ZS41XuHfGz8p7TK0C9AFRxWS5WvE { color:rgba(var(--color-tertiary-2),1);display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:6.0625rem;left:7.0625rem;height:0.875rem;text-align:right;text-align-last:right;display:block; }
#IUQL8mvoaLXTkweeeatbT1tVPIa8FdFG { color:rgba(var(--color-tertiary-2),1);display:block;width:6.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:6.0625rem;left:12.6875rem;height:0.875rem;text-align:right;text-align-last:right;display:block; }
#acuZevzNBzP2fv2rNTB0wc4goeIboCVx { color:rgba(var(--color-tertiary-4),1);display:block;width:12.9375rem;position:absolute;font-family:"open sans";font-size:0.6875rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:0.25rem;left:49.8125rem;height:0.875rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #eGS8DEtNvSCtZ5b1Z2lIWkzMmE9x2gKb { display:block; }#eGS8DEtNvSCtZ5b1Z2lIWkzMmE9x2gKb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xcILSqd2z173zy9Bl733T0KkHLevo4Ux { top:9.0625rem;left:0rem;width:47.75rem;height:26.110486891386rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMHJgtTdZBebfQ8e0Ou71Kh3CrFEXkvv { top:5.75rem;left:0rem;width:28.125rem;height:4.0625rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d701BO5XKQERTN2SDWpTTkS8qW1LhpbK { top:2rem;left:18.5rem;width:29.25rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3mVken8cRuqoH6W1mscNEWOR9ACSs4d { top:1.9375rem;left:28.9375rem;width:6.0625rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P599mVTZZwE9TQJFIZWgpgwoQ9VNF6Ty { top:3.875rem;left:28.875rem;width:18.875rem;height:3rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RemEdI1IEJcgMdgFbeAO4WhLkuSze1ny { top:2rem;left:0rem;width:16.375rem;height:1.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfeuFnIThGISn3HxJ7AgQfIbZzRVWhTL { top:19.8125rem;left:0rem;width:26.1875rem;height:20.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXrueLs6LvObbC1Xe2LPVlTKKAnGbUVI { width:13.25rem;height:2.9375rem;top:39.0625rem;left:34.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFkediHxvQDnigo1w1gIpmB3aTV0dfwK { display:block; }
 }@media only screen and (max-width: 763px) { #HAaGmdGelgJk4WhXTxIUrcrSn8PMlzvC { top:9.875rem;left:0rem;width:31.25rem;height:10.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7W1PPOUomw0fXIO23Z3gXT371Ztspic { top:4.4375rem;left:0rem;width:23.8125rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3EaTWLXx6xl5xATIOSpDGTfMEOpiLOS { width:47.75rem;height:47.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #XmOQ5QrvstWNaHR6DuDOhpkNvB3aELWw { display:block; }#XmOQ5QrvstWNaHR6DuDOhpkNvB3aELWw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cTGbFSJBMK3Acv0R6OuuBFvJCQsEaFyM { top:10rem;left:21rem;width:26.75rem;height:45.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZ0Hy74NKNR7uAslImysh9qvuydDKWfk { top:6rem;left:34.625rem;width:10.9375rem;height:2.6875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UT218qtMT4NzkEZ9cbDxCIMLMUluScLX { top:6.375rem;left:0rem;width:42.75rem;height:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #fa34bG71cdglwqMM3uG1brdhaIfeEpKQ { top:48.5rem;left:15.166015625rem;width:16.375rem;height:1.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #smTTrPkDE60b1RQPvaGKmG98uH3gcTlV { top:50.5rem;left:7.728515625rem;width:23.8125rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyxa25fMOPPCtA5uiMn7pPyTWD3gFUUM { top:51.625rem;left:1.478515625rem;width:30.0625rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1CWbzFo4E1JAd5piMadg37tCANymDAv { display:block; }#Q1CWbzFo4E1JAd5piMadg37tCANymDAv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GCu0ZO0LckQZtvcKD6XP60QVCxJfi3mn { top:1.0625rem;left:8.5625rem;width:23.125rem;height:4.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fuNT6JQwLxCfT0USnE7c3MmaKlFv5yeJ { width:15.9375rem;height:3.625rem;top:1.5rem;left:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zppKTlpkB08oU5A87oteRI9ACR7ZIB9I { display:block; }
 }@media only screen and (max-width: 763px) { #i7FvSXQADx7z1Cr9SVuTexX5KmKNbmgJ { top:6.0625rem;left:32.625rem;width:15.125rem;height:0.8125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOlIvg5EBNvD4I7MPkNutOH6cGAzO8sc { top:0.5rem;left:38.9375rem;width:8.8125rem;height:6.25rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l758ARc6eg0a8dKR6nTi0G1URE1o42av { top:6rem;left:17.375rem;width:14.375rem;height:0.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kuL8ZS41XuHfGz8p7TK0C9AFRxWS5WvE { top:6.0625rem;left:0rem;width:4.1875rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUQL8mvoaLXTkweeeatbT1tVPIa8FdFG { top:6.0625rem;left:0rem;width:6.9375rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #acuZevzNBzP2fv2rNTB0wc4goeIboCVx { top:0.25rem;left:34.8125rem;width:12.9375rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #eGS8DEtNvSCtZ5b1Z2lIWkzMmE9x2gKb { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/Dp1TtF7V/bg_blue_new.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#eGS8DEtNvSCtZ5b1Z2lIWkzMmE9x2gKb.adaptive-delivery-prevent-bg, #eGS8DEtNvSCtZ5b1Z2lIWkzMmE9x2gKb.lazyload, #eGS8DEtNvSCtZ5b1Z2lIWkzMmE9x2gKb.lazyloading { background-image: none; }#eGS8DEtNvSCtZ5b1Z2lIWkzMmE9x2gKb > .row .container { background-color: transparent; background-image: none; }#eGS8DEtNvSCtZ5b1Z2lIWkzMmE9x2gKb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eGS8DEtNvSCtZ5b1Z2lIWkzMmE9x2gKb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eGS8DEtNvSCtZ5b1Z2lIWkzMmE9x2gKb > .row .container > .video-iframe-container { display: none; }#eGS8DEtNvSCtZ5b1Z2lIWkzMmE9x2gKb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eGS8DEtNvSCtZ5b1Z2lIWkzMmE9x2gKb > .row > .video-iframe-container { display: none; }#eGS8DEtNvSCtZ5b1Z2lIWkzMmE9x2gKb > .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); }#eGS8DEtNvSCtZ5b1Z2lIWkzMmE9x2gKb > .row .container { width:20rem;height:62.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xcILSqd2z173zy9Bl733T0KkHLevo4Ux { width:12.5625rem;height:7rem;top:2.375rem;left:3.771182885906rem;display:none; }
 }@media only screen and (max-width: 763px) { #sMHJgtTdZBebfQ8e0Ou71Kh3CrFEXkvv { width:20rem;height:2.875rem;top:9.71875rem;left:0rem;font-size:2.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #d701BO5XKQERTN2SDWpTTkS8qW1LhpbK { width:19.1875rem;height:3.6875rem;top:1.25rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3mVken8cRuqoH6W1mscNEWOR9ACSs4d { width:4rem;height:4rem;top:1.09375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P599mVTZZwE9TQJFIZWgpgwoQ9VNF6Ty { width:15.5rem;height:2.8125rem;top:1.875rem;left:4.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RemEdI1IEJcgMdgFbeAO4WhLkuSze1ny { width:20rem;height:1.75rem;top:6.34375rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zfeuFnIThGISn3HxJ7AgQfIbZzRVWhTL { width:20rem;height:19rem;top:42.90625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXrueLs6LvObbC1Xe2LPVlTKKAnGbUVI { width:15.9375rem;height:3.625rem;top:31.25rem;left:2.03125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFkediHxvQDnigo1w1gIpmB3aTV0dfwK { display:block; }
 }@media only screen and (max-width: 763px) { #HAaGmdGelgJk4WhXTxIUrcrSn8PMlzvC { width:20rem;height:6.5rem;top:36.40625rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #r7W1PPOUomw0fXIO23Z3gXT371Ztspic { width:20rem;height:1.125rem;top:8.21875rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #x3EaTWLXx6xl5xATIOSpDGTfMEOpiLOS { top:11.25rem;left:0rem;width:20rem;height:20rem;z-index:15019;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #XmOQ5QrvstWNaHR6DuDOhpkNvB3aELWw { display:block; }#XmOQ5QrvstWNaHR6DuDOhpkNvB3aELWw > .row .container { width:20rem;height:55.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cTGbFSJBMK3Acv0R6OuuBFvJCQsEaFyM { width:20rem;height:39.375rem;top:14.1875rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oZ0Hy74NKNR7uAslImysh9qvuydDKWfk { width:9.875rem;height:0;top:15.375rem;left:5.0625rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #UT218qtMT4NzkEZ9cbDxCIMLMUluScLX { height:11.2275390625rem;width:20rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fa34bG71cdglwqMM3uG1brdhaIfeEpKQ { width:20rem;height:0;top:56.75rem;left:-0.3125rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #smTTrPkDE60b1RQPvaGKmG98uH3gcTlV { width:20rem;height:0;top:65.1875rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tyxa25fMOPPCtA5uiMn7pPyTWD3gFUUM { width:20rem;height:0;top:62rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Q1CWbzFo4E1JAd5piMadg37tCANymDAv { display:block; }#Q1CWbzFo4E1JAd5piMadg37tCANymDAv > .row .container { width:20rem;height:26.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GCu0ZO0LckQZtvcKD6XP60QVCxJfi3mn { width:20rem;height:3.875rem;top:0.1875rem;left:-0.125rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fuNT6JQwLxCfT0USnE7c3MmaKlFv5yeJ { width:16.5625rem;height:3.5rem;top:13.9375rem;left:1.71875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zppKTlpkB08oU5A87oteRI9ACR7ZIB9I { display:block; }
 }@media only screen and (max-width: 763px) { #i7FvSXQADx7z1Cr9SVuTexX5KmKNbmgJ { width:16rem;height:0.875rem;top:4.6875rem;left:2rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eOlIvg5EBNvD4I7MPkNutOH6cGAzO8sc { width:11.25rem;height:8.375rem;top:5.3125rem;left:5.25rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l758ARc6eg0a8dKR6nTi0G1URE1o42av { width:20rem;height:0.8125rem;top:19.25rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kuL8ZS41XuHfGz8p7TK0C9AFRxWS5WvE { width:4.1875rem;height:0.875rem;top:20.0625rem;left:4.625rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IUQL8mvoaLXTkweeeatbT1tVPIa8FdFG { width:6.9375rem;height:0.875rem;top:20.0625rem;left:8.8125rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #acuZevzNBzP2fv2rNTB0wc4goeIboCVx { width:12.9375rem;height:0.875rem;top:17.875rem;left:3.53125rem;font-size:0.6875rem;display:block; }
 }