.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#0e243e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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); }#x20lZge6VFA6SGXxkEPrEHCTwlTW03RD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0e243e;background-image:url("https://images.assets-landingi.com/uc/5e06d144-30c2-412d-b0e7-d3e55bc5f505/s1bg.png");background-position:bottom 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; }#x20lZge6VFA6SGXxkEPrEHCTwlTW03RD.adaptive-delivery-prevent-bg, #x20lZge6VFA6SGXxkEPrEHCTwlTW03RD.lazyload, #x20lZge6VFA6SGXxkEPrEHCTwlTW03RD.lazyloading { background-image: none; }#x20lZge6VFA6SGXxkEPrEHCTwlTW03RD > .row .container { background-color: transparent; background-image: none; }#x20lZge6VFA6SGXxkEPrEHCTwlTW03RD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x20lZge6VFA6SGXxkEPrEHCTwlTW03RD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x20lZge6VFA6SGXxkEPrEHCTwlTW03RD > .row .container > .video-iframe-container { display: none; }#x20lZge6VFA6SGXxkEPrEHCTwlTW03RD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x20lZge6VFA6SGXxkEPrEHCTwlTW03RD > .row > .video-iframe-container { display: none; }#x20lZge6VFA6SGXxkEPrEHCTwlTW03RD > .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); }#x20lZge6VFA6SGXxkEPrEHCTwlTW03RD > .row .container { border-width: 0; border-radius: 0; }#x20lZge6VFA6SGXxkEPrEHCTwlTW03RD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x20lZge6VFA6SGXxkEPrEHCTwlTW03RD > .row .container { font-size:14px;font-family:arial;height:734px;width:960px;position:relative;display:block; }#SBea1rrzxDsXmifPwGz6MdLLGsTLKMoI { color:#19e3db;display:block;width:541px;position:absolute;font-family:dax;font-size:42px;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:188px;left:210px;height:109.188px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Cb8cdZhs9s8rg12SW81nrllwzvduLOAA { position:absolute;display:block;z-index:14998;background-color:transparent;background-image:none;border-top:1px solid rgba(255,255,255,0.2);border-left:1px solid rgba(255,255,255,0.2);border-right:1px solid rgba(255,255,255,0.2);border-bottom:1px solid rgba(255,255,255,0.2);border-top-left-radius:185px;border-top-right-radius:185px;border-bottom-left-radius:185px;border-bottom-right-radius:185px;height:129px;width:129px;top:331px;left:476px;display:none; }
#ngm4rdOztnsLwOV0cMJnhsC4EfFdxIET { position:absolute;display:block;z-index:15004;background-color:#19e3db;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:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;height:12px;width:12px;top:117.30000305176px;left:876.99996948242px;display:none; }
#xTtdFgxh7bB0QxLb7v2hSo3gBiMfnX0C { position:absolute;display:block;z-index:15005;background-color:#19e3db;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:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;height:12px;width:12px;top:417px;left:476px;display:none; }
#XuXAb9v6VorToBSiBibWEAt4q5J64Mqv { color:#ffffff;display:block;width:449px;position:absolute;font-family:"open sans";font-size:16px;font-weight:400;z-index:15001;line-height:1.6;letter-spacing:0;top:243px;left:256px;height:51.2px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FtRC5r1eTBUuGcd8HgipHmPzLpfdLpGV { position:absolute;display:block;z-index:14997;background-color:transparent;background-image:none;border-top:1px solid rgba(255,255,255,0.2);border-left:1px solid rgba(255,255,255,0.2);border-right:1px solid rgba(255,255,255,0.2);border-bottom:1px solid rgba(255,255,255,0.2);border-top-left-radius:185px;border-top-right-radius:185px;border-bottom-left-radius:185px;border-bottom-right-radius:185px;height:215px;width:215px;top:15px;left:726.00003051758px;display:none; }
#zk735xyoC6WbSeW6ucVkQtRGdTTduJtZ { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:129px;width:241px;top:16.39999961853px;left:359.50003051758px;overflow:hidden;display:block; }
#kKtGJNBzR0Wile7l8ZMLDKGEHWRz3Nlt { 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;height:29px;width:64px;top:30.39999961853px;left:863.80001831055px;overflow:hidden;display:block; }
#D08iitX6mHPGegQEitewOg9WkE83i8Gt { position:absolute;display:block;z-index:15006;background-color:#0e243e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:2px solid #e4e6eb;border-left:2px solid #e4e6eb;border-right:2px solid #e4e6eb;border-bottom:2px solid #e4e6eb;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-left-radius:6px;border-bottom-right-radius:6px;height:38px;width:461px;top:313px;left:248.00003051758px;display:block; }
#aOdDhXxk0S7xckwp4GJ8owfnClRyE2rX { position:absolute;display:block;z-index:15007;background-color:#19e3db;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:4px;border-top-right-radius:0;border-bottom-left-radius:4px;border-bottom-right-radius:0;height:39px;width:359px;top:314px;left:250px;display:block; }
#BOtmtxyE6KHLTpXTEpN4bBsHz1qpblrd { color:#0e243e;display:block;width:356px;position:absolute;font-family:"open sans";font-size:12px;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:324px;left:252px;height:19.2px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MuR3p7disTHcgsSZng5ZIFTQfpaMU7CC { color:#19e3db;display:block;width:421px;position:absolute;font-family:"open sans";font-size:12px;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:478.70001220703px;left:269.50003051758px;height:38.375px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ykQZoXZhCcD8vmTiiX5reMkpXmnfyLr0 { color:#ffffff;display:block;width:705px;position:absolute;font-family:"open sans";font-size:22px;font-weight:700;z-index:15003;line-height:1.6;letter-spacing:0;top:661.00001525879px;left:127.5px;height:35.1875px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xIL1AvuUnxnU6PN2ETEw1dBPZJTEEdld { color:#ffffff;display:block;width:503px;position:absolute;font-family:"open sans";font-size:12px;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:522.10003662109px;left:228.5px;height:19.2px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#swMILm7rGXfbTPsaguTUOn0V1VDkInNS { box-sizing:content-box;color:#5d92ff;font-size:24px;font-weight:400;line-height:1;height:60px;width:60px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:402.50001525879px;left:450.00003051758px; }
#bJAvix3wCw3DrKGKSTFv756siWSd78LB { position:absolute;display:block;z-index:15010;background-color:#013666;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:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;height:103px;width:103px;top:381px;left:429px;display:block; }
#XJRqgPgXtuvRrOWyAGQzdr5gawemV7C3 { position:absolute;display:block;z-index:14995;background-color:#013666;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:148px;width:512px;top:433.39999389648px;left:224px;display:block; }
#pILbJ9lK2PReiVJWnxcDVt078r6R7uHW { box-sizing:content-box;color:#5d92ff;font-size:23px;font-weight:400;line-height:1;height:34px;width:34px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:581.40000915527px;left:600.50003051758px; }
#tTpJ2yEGwcu7ErsvOPGFyriaHsU2DpeV { color:#0e243e;display:block;width:356px;position:absolute;font-family:"open sans";font-size:12px;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:324px;left:252px;height:19.2px;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Gh00uvw4L5SWDi53W1NPm65aEVcLr595 { color:#ffffff;display:block;width:705px;position:absolute;font-family:"open sans";font-size:22px;font-weight:700;z-index:15003;line-height:1.6;letter-spacing:0;top:600.00001525879px;left:127.5px;height:35.2px;font-style:normal;text-align:center;text-align-last:center;display:none; }
#bakkl7KlOv7GsMLpflGk5mkW0gN180zE { background-color:#6b2cf7;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:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;box-shadow: 0 3px 3px rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:309px;height:44px;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:560.30000305176px;left:325.50003051758px;display:block; }
#xPv8UJIT78xQzEgKPJGqd02DwRIA9SQr { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e4e6eb;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; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row .container { background-color: transparent; background-image: none; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row .container > .video-iframe-container { display: none; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row > .video-iframe-container { display: none; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .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); }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row .container { border-width: 0; border-radius: 0; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row .container { font-size:14px;font-family:arial;height:137px;width:960px;position:relative;display:block; }#aexkuKB6oLWawmEP2PSfvzpGHiTybkK4 { position:absolute;display:block;z-index:15037;background-color:#0e243e;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:40px;border-top-right-radius:40px;border-bottom-left-radius:40px;border-bottom-right-radius:40px;box-shadow: 05px 10px 17px rgba(0,0,0,0.05) ;height:40px;width:40px;top:60px;left:772px;display:block; }
#iTOPmaWOTEGzcnpqlH85i3RKw2vfyxGU { position:absolute;display:block;z-index:15035;background-color:#0e243e;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:40px;border-top-right-radius:40px;border-bottom-left-radius:40px;border-bottom-right-radius:40px;box-shadow: 05px 10px 17px rgba(0,0,0,0.05) ;height:40px;width:40px;top:60px;left:821px;display:block; }
#AiS7kGeUNITTHhEWrqzTcJGI4mehFWy0 { position:absolute;display:block;z-index:15037;background-color:#0e243e;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:40px;border-top-right-radius:40px;border-bottom-left-radius:40px;border-bottom-right-radius:40px;box-shadow: 05px 10px 17px rgba(0,0,0,0.05) ;height:40px;width:40px;top:60px;left:870px;display:block; }
#LpwdO1slOINM20KlgfTTxV6RbvKZ1CyP { position:absolute;display:block;z-index:15039;background-color:#0e243e;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:40px;border-top-right-radius:40px;border-bottom-left-radius:40px;border-bottom-right-radius:40px;box-shadow: 05px 10px 17px rgba(0,0,0,0.05) ;height:40px;width:40px;top:60px;left:919px;display:block; }
#Xw2WkEM0qFXVzx0C6qO5QZb9lFVqhL9X { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:23px;width:23px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15067;opacity:1;top:69px;left:781px; }
#Xw2WkEM0qFXVzx0C6qO5QZb9lFVqhL9X > img { max-width: 100%;max-height:100%; }#ixSQwD7PmXTWoCCSAfy0cRqNGMic3J3c { box-sizing:content-box;color:#5d92ff;font-size:18px;font-weight:400;line-height:1;height:27px;width:27px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15063;top:66.000061035156px;left:875.99996948242px; }
#ixSQwD7PmXTWoCCSAfy0cRqNGMic3J3c > img { max-width: 100%;max-height:100%; }#mAmXyvQKIFhNWV9Dw2nhzI6XwutQPqPT { box-sizing:content-box;color:#5d92ff;font-size:18px;font-weight:400;line-height:1;height:26px;width:26px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15064;top:67.000061035156px;left:925.99996948242px; }
#mAmXyvQKIFhNWV9Dw2nhzI6XwutQPqPT > img { max-width: 100%;max-height:100%; }#nSOL8AgXwODGOLTKCOM1Fn4HMtP3Pboc { box-sizing:content-box;color:#5d92ff;font-size:14px;font-weight:400;line-height:1;height:20px;width:20px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15066;opacity:1;top:70.000061035156px;left:830.99996948242px; }
#nSOL8AgXwODGOLTKCOM1Fn4HMtP3Pboc > img { max-width: 100%;max-height:100%; }#LA7ctFseSsJh2enFMxvHuoEuS0I03Sey { color:#0e243e;display:block;width:133px;position:absolute;font-family:"open sans";font-size:12px;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:74px;left:0px;height:31.1876px;text-align:left;text-align-last:left;display:block; }
#DP9t0lJpaQvM5pMvTZIEncoWeUsbH1Jk { position:absolute;display:block;z-index:15068;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;height:36px;width:76px;top:32px;left:0px;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #x20lZge6VFA6SGXxkEPrEHCTwlTW03RD { display:block; }#x20lZge6VFA6SGXxkEPrEHCTwlTW03RD > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SBea1rrzxDsXmifPwGz6MdLLGsTLKMoI { top:188px;left:112px;width:541px;height:54px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #Cb8cdZhs9s8rg12SW81nrllwzvduLOAA { top:331px;left:378px;width:129px;height:129px;display:block; }
 }@media only screen and (max-width: 763px) { #ngm4rdOztnsLwOV0cMJnhsC4EfFdxIET { top:117px;left:752px;width:12px;height:12px;display:block; }
 }@media only screen and (max-width: 763px) { #xTtdFgxh7bB0QxLb7v2hSo3gBiMfnX0C { top:417px;left:378px;width:12px;height:12px;display:block; }
 }@media only screen and (max-width: 763px) { #XuXAb9v6VorToBSiBibWEAt4q5J64Mqv { top:243px;left:158px;width:449px;height:51px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #FtRC5r1eTBUuGcd8HgipHmPzLpfdLpGV { top:15px;left:547px;width:215px;height:215px;display:block; }
 }@media only screen and (max-width: 763px) { #zk735xyoC6WbSeW6ucVkQtRGdTTduJtZ { top:16px;left:261.50003051758px;width:241px;height:129px;display:block; }
 }@media only screen and (max-width: 763px) { #kKtGJNBzR0Wile7l8ZMLDKGEHWRz3Nlt { top:30px;left:700px;width:64px;height:29px;display:block; }
 }@media only screen and (max-width: 763px) { #D08iitX6mHPGegQEitewOg9WkE83i8Gt { top:313px;left:150.00003051758px;width:461px;height:38px;display:block; }
 }@media only screen and (max-width: 763px) { #aOdDhXxk0S7xckwp4GJ8owfnClRyE2rX { top:314px;left:152px;width:359px;height:39px;display:block; }
 }@media only screen and (max-width: 763px) { #BOtmtxyE6KHLTpXTEpN4bBsHz1qpblrd { top:324px;left:154px;width:356px;height:19px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #MuR3p7disTHcgsSZng5ZIFTQfpaMU7CC { top:478px;left:171.50003051758px;width:421px;height:38px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #ykQZoXZhCcD8vmTiiX5reMkpXmnfyLr0 { top:661px;left:29.5px;width:705px;height:35px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #xIL1AvuUnxnU6PN2ETEw1dBPZJTEEdld { top:522px;left:130.5px;width:503px;height:19px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #swMILm7rGXfbTPsaguTUOn0V1VDkInNS { top:402px;left:352.00003051758px;width:60px;height:60px;display:block; }
 }@media only screen and (max-width: 763px) { #bJAvix3wCw3DrKGKSTFv756siWSd78LB { top:381px;left:331px;width:103px;height:103px;display:block; }
 }@media only screen and (max-width: 763px) { #XJRqgPgXtuvRrOWyAGQzdr5gawemV7C3 { top:433px;left:126px;width:512px;height:148px;display:block; }
 }@media only screen and (max-width: 763px) { #pILbJ9lK2PReiVJWnxcDVt078r6R7uHW { top:581px;left:502.50003051758px;width:34px;height:34px;display:block; }
 }@media only screen and (max-width: 763px) { #tTpJ2yEGwcu7ErsvOPGFyriaHsU2DpeV { top:387px;left:0px;width:205px;height:19px;font-size:12px;display:none; }
 }@media only screen and (max-width: 763px) { #Gh00uvw4L5SWDi53W1NPm65aEVcLr595 { top:810px;left:0px;width:320px;height:105px;font-size:22px;display:none; }
 }@media only screen and (max-width: 763px) { #bakkl7KlOv7GsMLpflGk5mkW0gN180zE { width:309px;height:44px;top:560px;left:227.50003051758px;display:block; }
 }@media only screen and (max-width: 763px) { #xPv8UJIT78xQzEgKPJGqd02DwRIA9SQr { display:block; }
 }@media only screen and (max-width: 763px) { #WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf { display:block; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aexkuKB6oLWawmEP2PSfvzpGHiTybkK4 { top:60px;left:674px;width:40px;height:40px;display:block; }
 }@media only screen and (max-width: 763px) { #iTOPmaWOTEGzcnpqlH85i3RKw2vfyxGU { top:60px;left:723px;width:40px;height:40px;display:block; }
 }@media only screen and (max-width: 763px) { #AiS7kGeUNITTHhEWrqzTcJGI4mehFWy0 { top:60px;left:724px;width:40px;height:40px;display:block; }
 }@media only screen and (max-width: 763px) { #LpwdO1slOINM20KlgfTTxV6RbvKZ1CyP { top:60px;left:724px;width:40px;height:40px;display:block; }
 }@media only screen and (max-width: 763px) { #Xw2WkEM0qFXVzx0C6qO5QZb9lFVqhL9X { top:69px;left:683px;width:23px;height:23px;display:block; }
#Xw2WkEM0qFXVzx0C6qO5QZb9lFVqhL9X > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #ixSQwD7PmXTWoCCSAfy0cRqNGMic3J3c { top:66px;left:736px;width:27px;height:27px;display:block; }
#ixSQwD7PmXTWoCCSAfy0cRqNGMic3J3c > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #mAmXyvQKIFhNWV9Dw2nhzI6XwutQPqPT { top:67px;left:738px;width:26px;height:26px;display:block; }
#mAmXyvQKIFhNWV9Dw2nhzI6XwutQPqPT > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #nSOL8AgXwODGOLTKCOM1Fn4HMtP3Pboc { top:70px;left:732.99996948242px;width:20px;height:20px;display:block; }
#nSOL8AgXwODGOLTKCOM1Fn4HMtP3Pboc > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #LA7ctFseSsJh2enFMxvHuoEuS0I03Sey { top:74px;left:0px;width:133px;height:31px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #DP9t0lJpaQvM5pMvTZIEncoWeUsbH1Jk { top:32px;left:0px;width:76px;height:36px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #x20lZge6VFA6SGXxkEPrEHCTwlTW03RD { background-color:#0e243e;background-image:url("https://images.assets-landingi.com/uc/9a1fc1f0-06ca-4695-a712-1d6ac3cb1452/blurv2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#x20lZge6VFA6SGXxkEPrEHCTwlTW03RD.adaptive-delivery-prevent-bg, #x20lZge6VFA6SGXxkEPrEHCTwlTW03RD.lazyload, #x20lZge6VFA6SGXxkEPrEHCTwlTW03RD.lazyloading { background-image: none; }#x20lZge6VFA6SGXxkEPrEHCTwlTW03RD > .row .container { background-color: transparent; background-image: none; }#x20lZge6VFA6SGXxkEPrEHCTwlTW03RD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x20lZge6VFA6SGXxkEPrEHCTwlTW03RD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x20lZge6VFA6SGXxkEPrEHCTwlTW03RD > .row .container > .video-iframe-container { display: none; }#x20lZge6VFA6SGXxkEPrEHCTwlTW03RD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x20lZge6VFA6SGXxkEPrEHCTwlTW03RD > .row > .video-iframe-container { display: none; }#x20lZge6VFA6SGXxkEPrEHCTwlTW03RD > .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); }#x20lZge6VFA6SGXxkEPrEHCTwlTW03RD > .row .container { border-width: 0; border-radius: 0; }#x20lZge6VFA6SGXxkEPrEHCTwlTW03RD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x20lZge6VFA6SGXxkEPrEHCTwlTW03RD > .row .container { width:320px;height:936px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SBea1rrzxDsXmifPwGz6MdLLGsTLKMoI { width:245px;height:78px;top:216.40000915527px;left:37.500001907349px;font-size:30px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Cb8cdZhs9s8rg12SW81nrllwzvduLOAA { width:129px;height:129px;top:637px;left:95px;z-index:14996;display:none; }
 }@media only screen and (max-width: 763px) { #ngm4rdOztnsLwOV0cMJnhsC4EfFdxIET { width:12px;height:12px;top:448.79998779297px;left:308px;display:none; }
 }@media only screen and (max-width: 763px) { #xTtdFgxh7bB0QxLb7v2hSo3gBiMfnX0C { width:12px;height:12px;top:469px;left:155px;display:block; }
 }@media only screen and (max-width: 763px) { #XuXAb9v6VorToBSiBibWEAt4q5J64Mqv { width:281px;height:41.6px;top:294.39999389648px;left:19.5px;font-size:13px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FtRC5r1eTBUuGcd8HgipHmPzLpfdLpGV { width:90px;height:90px;top:283.6px;left:177px;display:none; }
 }@media only screen and (max-width: 763px) { #zk735xyoC6WbSeW6ucVkQtRGdTTduJtZ { width:227px;height:122px;top:59px;left:46.500001907349px;display:block; }
 }@media only screen and (max-width: 763px) { #kKtGJNBzR0Wile7l8ZMLDKGEHWRz3Nlt { width:64px;height:29px;top:30px;left:128px;display:block; }
 }@media only screen and (max-width: 763px) { #D08iitX6mHPGegQEitewOg9WkE83i8Gt { width:285px;height:38px;top:354px;left:18px;display:block; }
 }@media only screen and (max-width: 763px) { #aOdDhXxk0S7xckwp4GJ8owfnClRyE2rX { width:233px;height:39px;top:355px;left:18px;display:block; }
 }@media only screen and (max-width: 763px) { #BOtmtxyE6KHLTpXTEpN4bBsHz1qpblrd { width:205px;height:0;top:388.55001831055px;left:6.7999992370605px;font-size:12px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #MuR3p7disTHcgsSZng5ZIFTQfpaMU7CC { width:247px;height:76.8px;top:536px;left:37px;font-size:12px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ykQZoXZhCcD8vmTiiX5reMkpXmnfyLr0 { width:320px;height:0;top:725.10004272461px;left:0px;font-size:22px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #xIL1AvuUnxnU6PN2ETEw1dBPZJTEEdld { width:252px;height:38.4px;top:624px;left:34px;font-size:12px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #swMILm7rGXfbTPsaguTUOn0V1VDkInNS { display:flex;width:60px;height:60px;top:450px;left:129px; }
 }@media only screen and (max-width: 763px) { #bJAvix3wCw3DrKGKSTFv756siWSd78LB { width:103px;height:103px;top:433px;left:108px;display:block; }
 }@media only screen and (max-width: 763px) { #XJRqgPgXtuvRrOWyAGQzdr5gawemV7C3 { width:285px;height:220px;top:481px;left:18px;display:block; }
 }@media only screen and (max-width: 763px) { #pILbJ9lK2PReiVJWnxcDVt078r6R7uHW { display:flex;width:30px;height:30px;top:709.80001831055px;left:253.29999351501px; }
 }@media only screen and (max-width: 763px) { #tTpJ2yEGwcu7ErsvOPGFyriaHsU2DpeV { width:234px;height:19.2px;top:365px;left:18px;font-size:12px;text-align:center;text-align-last:center;z-index:15009;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Gh00uvw4L5SWDi53W1NPm65aEVcLr595 { width:320px;height:105.6px;top:780px;left:0px;font-size:22px;text-align:center;text-align-last:center;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #bakkl7KlOv7GsMLpflGk5mkW0gN180zE { width:268px;height:37px;top:682.60000610352px;left:26.000001907349px;display:block; }
 }@media only screen and (max-width: 763px) { #xPv8UJIT78xQzEgKPJGqd02DwRIA9SQr { display:block; }
 }@media only screen and (max-width: 763px) { #WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf { display:block; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row .container { width:320px;height:213px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aexkuKB6oLWawmEP2PSfvzpGHiTybkK4 { width:40px;height:40px;top:122px;left:66px;display:block; }
 }@media only screen and (max-width: 763px) { #iTOPmaWOTEGzcnpqlH85i3RKw2vfyxGU { width:40px;height:40px;top:122px;left:115px;display:block; }
 }@media only screen and (max-width: 763px) { #AiS7kGeUNITTHhEWrqzTcJGI4mehFWy0 { width:40px;height:40px;top:122px;left:164px;display:block; }
 }@media only screen and (max-width: 763px) { #LpwdO1slOINM20KlgfTTxV6RbvKZ1CyP { width:40px;height:40px;top:122px;left:213px;display:block; }
 }@media only screen and (max-width: 763px) { #Xw2WkEM0qFXVzx0C6qO5QZb9lFVqhL9X { display:flex;width:23px;height:23px;top:131px;left:75px; }
#Xw2WkEM0qFXVzx0C6qO5QZb9lFVqhL9X > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #ixSQwD7PmXTWoCCSAfy0cRqNGMic3J3c { width:27px;height:27px;top:128.50003051758px;left:170.50000572205px;display:block; }
#ixSQwD7PmXTWoCCSAfy0cRqNGMic3J3c > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #mAmXyvQKIFhNWV9Dw2nhzI6XwutQPqPT { width:26px;height:26px;top:129px;left:220px;display:block; }
#mAmXyvQKIFhNWV9Dw2nhzI6XwutQPqPT > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #nSOL8AgXwODGOLTKCOM1Fn4HMtP3Pboc { display:flex;width:20px;height:20px;top:132px;left:125px; }
#nSOL8AgXwODGOLTKCOM1Fn4HMtP3Pboc > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #LA7ctFseSsJh2enFMxvHuoEuS0I03Sey { width:133px;height:auto;top:74px;left:93px;font-size:12px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #DP9t0lJpaQvM5pMvTZIEncoWeUsbH1Jk { width:106px;height:49px;top:41px;left:106.99999809265px;display:block; }
 }