.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:216,247,251;--color-primary-1:138,232,244;--color-primary-2:60,216,237;--color-primary-3:11,206,232;--color-primary-4:4,28,46;--color-secondary-0:255,255,255;--color-secondary-1:241,241,241;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:41,41,41;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:86,86,86;--color-tertiary-4:0,0,0;--headlines-font-family:"Nunito Sans";--paragraphs-font-family:"Nunito Sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vHyCyT0bnHU5TUktJm8fqMrXh678hrNU { position:relative;display:block; }#vHyCyT0bnHU5TUktJm8fqMrXh678hrNU { background-color: transparent; background-image: none; }#vHyCyT0bnHU5TUktJm8fqMrXh678hrNU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vHyCyT0bnHU5TUktJm8fqMrXh678hrNU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vHyCyT0bnHU5TUktJm8fqMrXh678hrNU > .row .container > .video-iframe-container { display: none; }#vHyCyT0bnHU5TUktJm8fqMrXh678hrNU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vHyCyT0bnHU5TUktJm8fqMrXh678hrNU > .row > .video-iframe-container { display: none; }#vHyCyT0bnHU5TUktJm8fqMrXh678hrNU > .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); }#vHyCyT0bnHU5TUktJm8fqMrXh678hrNU { border-width: 0; border-radius: 0; }#vHyCyT0bnHU5TUktJm8fqMrXh678hrNU > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vHyCyT0bnHU5TUktJm8fqMrXh678hrNU > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#082a44;background-image:url("https://images.assets-landingi.com/uc/9fd8cd8e-dfe3-4598-b2e6-e9650395bc13/header2V3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:23.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#vHyCyT0bnHU5TUktJm8fqMrXh678hrNU > .row .container.adaptive-delivery-prevent-bg, #vHyCyT0bnHU5TUktJm8fqMrXh678hrNU > .row .container.lazyload, #vHyCyT0bnHU5TUktJm8fqMrXh678hrNU > .row .container.lazyloading { background-image: none; }#tZIGHcW8TfRXhpPGTSZ27Vm7rQQQzPuL { position:relative;display:block; }#tZIGHcW8TfRXhpPGTSZ27Vm7rQQQzPuL { background-color: transparent; background-image: none; }#tZIGHcW8TfRXhpPGTSZ27Vm7rQQQzPuL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tZIGHcW8TfRXhpPGTSZ27Vm7rQQQzPuL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tZIGHcW8TfRXhpPGTSZ27Vm7rQQQzPuL > .row .container > .video-iframe-container { display: none; }#tZIGHcW8TfRXhpPGTSZ27Vm7rQQQzPuL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tZIGHcW8TfRXhpPGTSZ27Vm7rQQQzPuL > .row > .video-iframe-container { display: none; }#tZIGHcW8TfRXhpPGTSZ27Vm7rQQQzPuL > .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); }#tZIGHcW8TfRXhpPGTSZ27Vm7rQQQzPuL { border-width: 0; border-radius: 0; }#tZIGHcW8TfRXhpPGTSZ27Vm7rQQQzPuL > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tZIGHcW8TfRXhpPGTSZ27Vm7rQQQzPuL > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#082a44;background-image:none;font-size:0.875rem;font-family:arial;height:37.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#nflWreIilyPa4s4JapwF2nmO2KkFWwC9 { box-sizing:content-box;height:29.6875rem;width:20.3125rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-4),1);background-image:none;top:3.5rem;left:6.71875rem;border-top:0.1875rem solid rgba(var(--color-primary-3),1);border-left:0.1875rem solid rgba(var(--color-primary-3),1);border-right:0.1875rem solid rgba(var(--color-primary-3),1);border-bottom:0.1875rem solid rgba(var(--color-primary-3),1);border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;display:block; }
#Uv0qoOnhdU6AADsX8x6klPVA1Csi43Z2 { color:rgba(var(--color-tertiary-0),1);display:block;width:5.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:300;z-index:15001;line-height:1.1;letter-spacing:0;top:5.375rem;left:9.0625rem;height:1.8564375rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#TCpHlBRsFJp5rcwvXLJAtsMMsy3BukbA { color:rgba(var(--color-tertiary-0),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;top:8.0625rem;left:10.90625rem;height:2.15520625rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#peSUT9cWEEHL6Hq08TTIgFdops9f7hAp { color:rgba(var(--color-tertiary-0),1);display:block;width:10.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;top:10.875rem;left:9.125rem;height:0.9624rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#ZxCWPiFmIZE1MmLAPJUT6GPby3AMGtOp { color:rgba(var(--color-tertiary-0),1);display:block;width:14rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15003;line-height:1.1;letter-spacing:0;top:14.25rem;left:11.03125rem;height:0.9624rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#vkRUr8LoGc1vCeI3Ao6e8G7GCT9Lpl4a { color:rgba(var(--color-tertiary-0),1);display:block;width:14rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15004;line-height:1.1;letter-spacing:0;top:16.0625rem;left:10.9375rem;height:1.92315rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#DntytthEr52lzy7u5Gp6xbT3FeOCzxrf { color:rgba(var(--color-tertiary-0),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.1;letter-spacing:0;top:18.8125rem;left:10.9375rem;height:2.884725rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#uTPaODpMaFaHd4oK7BmTRQTRE65PEXwf { color:rgba(var(--color-tertiary-0),1);display:block;width:15.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.1;letter-spacing:0;top:22.81884765625rem;left:10.9375rem;height:2.884725rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#T3KreNlEubn8Nzeyu38z6HLm1pmAyLJL { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:2rem;top:8.125rem;left:9.0625rem;overflow:hidden;display:block; }
#CkgbP2RHpZhwebzeUQFLmumrLL3RHWMf { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:1.1875rem;top:14.13671875rem;left:9.1875rem;overflow:hidden;display:block; }
#C07A1kWBpVuENgyvSfrZb9vhSI90oHOQ { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:1.1875rem;top:16.11865234375rem;left:9.1875rem;overflow:hidden;display:block; }
#b3xvi20UFh1mBhN7EzkpCacNKeQC5hVH { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:1.1875rem;top:18.9375rem;left:9.1875rem;overflow:hidden;display:block; }
#ibFuS3lqPyBAyOgKPzHQ8Z4Dlr6y8dzp { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:1.1875rem;top:22.875rem;left:9.1875rem;overflow:hidden;display:block; }
#wf7NHHin45G6Kf8AfTSi4LOAStQepxKE { background-color:rgba(var(--color-secondary-0),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:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;box-sizing:border-box;color:#082a44;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.125rem;height:2.6875rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:28.25rem;left:9.8125rem;display:block; }
#cwa5vRVuwmFvtn3BpEk6Fe5X2nubViCZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KmZbJrkKkWR4BBebI0yoVnUzfkeSLZ51 { box-sizing:content-box;height:29.6875rem;width:20.3125rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-4),1);background-image:none;top:3.71875rem;left:32.78125rem;border-top:0.1875rem solid rgba(var(--color-primary-3),1);border-left:0.1875rem solid rgba(var(--color-primary-3),1);border-right:0.1875rem solid rgba(var(--color-primary-3),1);border-bottom:0.1875rem solid rgba(var(--color-primary-3),1);border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;display:block; }
#eCPVGFoLCwhFGERsUTTU2cBmVS78MTxb { color:rgba(var(--color-tertiary-0),1);display:block;width:14rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15004;line-height:1.1;letter-spacing:0;top:16.25rem;left:36.875rem;height:1.92315rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#w5zrC0uWz6TNP54eHzdGBeNFNKcS6Hif { color:rgba(var(--color-tertiary-0),1);display:block;width:14rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15003;line-height:1.1;letter-spacing:0;top:14.4375rem;left:37rem;height:0.9624rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#xXfPoTH5hOFd6HSrUIy8e48FnIqeictp { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:1.1875rem;top:14.3125rem;left:35.125rem;overflow:hidden;display:block; }
#gQkkdBLWTz5pke2VSF392TkP2TdCugm3 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:1.1875rem;top:16.3125rem;left:35.125rem;overflow:hidden;display:block; }
#nkEVRbUCe7iw4tBoptZJRTKVoXSqdUBo { color:rgba(var(--color-tertiary-0),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;top:8.25rem;left:37rem;height:2.15520625rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#NahSmPpLowKKnEUEATRBU98Kgh1rAdEM { color:rgba(var(--color-tertiary-0),1);display:block;width:10.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;top:11.0625rem;left:35.1875rem;height:0.9624rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#gBVmfvtMlsEuScPac9gmapO8BZswVTCh { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:2rem;top:8.3125rem;left:35.125rem;overflow:hidden;display:block; }
#zKLi1k8XvWPIBSDQxkCNq61OOQd82sCN { color:rgba(var(--color-tertiary-0),1);display:block;width:5.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:300;z-index:15001;line-height:1.1;letter-spacing:0;top:5.5625rem;left:35.125rem;height:1.8564375rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#yaL8WS3n5r4bH3dmVRaWq2w7cWSpnwwr { color:rgba(var(--color-tertiary-0),1);display:block;width:15.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.1;letter-spacing:0;top:23rem;left:36.875rem;height:2.884725rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#Oa5vyVI9BQ3I6XNmsVDQCKWnTuCueA31 { color:rgba(var(--color-tertiary-0),1);display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.1;letter-spacing:0;top:19rem;left:36.875rem;height:2.884725rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#WEup6DJU75uSE6icXHpLNfNuaMG9JHSd { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:1.1875rem;top:19.125rem;left:35.125rem;overflow:hidden;display:block; }
#KTmywxrMhwVp56TH2FEHE68B5T8p5lBH { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:1.1875rem;top:23.0625rem;left:35.125rem;overflow:hidden;display:block; }
#yEfTHqPQzI3ZE4WtViGfJlGv05eSMdrd { background-color:rgba(var(--color-secondary-0),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:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;box-sizing:border-box;color:#082a44;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.125rem;height:2.6875rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:28.25rem;left:36.0625rem;display:block; }
#eXztE4iZsF37194zTTV2H6hv12A83C90 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Krqnn3Aa3hzMgs8xkFvmHoU5sbfTFKtL { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:2.6875rem;top:5.615234375rem;left:22.40625rem;overflow:hidden;display:block; }
#WnRzKiATcOR5fTUNI5JQaQ2FBH7GqDVa { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:2.6875rem;top:5.615234375rem;left:48.1875rem;overflow:hidden;display:block; }
#ZGEQ6RfLUWkBupGUXtGTNuu4wSUEVuX8 { position:relative;display:block; }#ZGEQ6RfLUWkBupGUXtGTNuu4wSUEVuX8 { background-color: transparent; background-image: none; }#ZGEQ6RfLUWkBupGUXtGTNuu4wSUEVuX8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZGEQ6RfLUWkBupGUXtGTNuu4wSUEVuX8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZGEQ6RfLUWkBupGUXtGTNuu4wSUEVuX8 > .row .container > .video-iframe-container { display: none; }#ZGEQ6RfLUWkBupGUXtGTNuu4wSUEVuX8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZGEQ6RfLUWkBupGUXtGTNuu4wSUEVuX8 > .row > .video-iframe-container { display: none; }#ZGEQ6RfLUWkBupGUXtGTNuu4wSUEVuX8 > .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); }#ZGEQ6RfLUWkBupGUXtGTNuu4wSUEVuX8 { border-width: 0; border-radius: 0; }#ZGEQ6RfLUWkBupGUXtGTNuu4wSUEVuX8 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZGEQ6RfLUWkBupGUXtGTNuu4wSUEVuX8 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/eac61dc3-ed83-4223-b56b-a6a0a54872bf/BannerNoretiros.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;font-size:0.875rem;font-family:arial;height:9.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#ZGEQ6RfLUWkBupGUXtGTNuu4wSUEVuX8 > .row .container.adaptive-delivery-prevent-bg, #ZGEQ6RfLUWkBupGUXtGTNuu4wSUEVuX8 > .row .container.lazyload, #ZGEQ6RfLUWkBupGUXtGTNuu4wSUEVuX8 > .row .container.lazyloading { background-image: none; }#v8Cm0qDLbfTzghAtfmZkGhTPWir0OfE1 { position:relative;display:block; }#v8Cm0qDLbfTzghAtfmZkGhTPWir0OfE1 { background-color: transparent; background-image: none; }#v8Cm0qDLbfTzghAtfmZkGhTPWir0OfE1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v8Cm0qDLbfTzghAtfmZkGhTPWir0OfE1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v8Cm0qDLbfTzghAtfmZkGhTPWir0OfE1 > .row .container > .video-iframe-container { display: none; }#v8Cm0qDLbfTzghAtfmZkGhTPWir0OfE1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v8Cm0qDLbfTzghAtfmZkGhTPWir0OfE1 > .row > .video-iframe-container { display: none; }#v8Cm0qDLbfTzghAtfmZkGhTPWir0OfE1 > .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); }#v8Cm0qDLbfTzghAtfmZkGhTPWir0OfE1 { border-width: 0; border-radius: 0; }#v8Cm0qDLbfTzghAtfmZkGhTPWir0OfE1 > .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; }#v8Cm0qDLbfTzghAtfmZkGhTPWir0OfE1 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:36.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#INXJZ1nMVcPf4K8P3sItR68dTSh2dDep { color:rgba(var(--color-tertiary-4),1);display:block;width:33.5rem;position:absolute;font-family:arial;font-size:1.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:3rem;left:5rem;height:2.51855625rem;display:block; }
#o108IN9decpRkpPtFBEXlo5HAskpSNo9 { color:rgba(var(--color-tertiary-3),1);display:block;width:23.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.1;letter-spacing:0;top:8.5625rem;left:9.9375rem;height:8.661125rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#D5vftTmuxTStv1fmhT1dgJDF8hzylTJT { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.625rem;top:7.267578125rem;left:5rem;overflow:hidden;display:block; }
#H3kQei0PQnMGOBnV5elrZMMJT8ANpvrk { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:1.5625rem;top:8.4375rem;left:7.1875rem;overflow:hidden;display:block; }
#qcT4KL2OTNgddxB8CfiWD1oZOdPuAM46 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:10.875rem;left:7.1875rem;overflow:hidden;display:block; }
#TMO7bAGRTRpFDX91C8eWMCQOs4WGhLh2 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.9375rem;width:1.625rem;top:13.5625rem;left:7.1875rem;overflow:hidden;display:block; }
#MhuldTsVtFns0bQaxEQs8c0U15Dmu581 { color:rgba(var(--color-tertiary-0),1);display:block;width:22.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.1;letter-spacing:0;top:21.59375rem;left:5rem;height:4.94921875rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#KSalKAzxOnMdJkMFEiTkSQ2wahwWlxCw { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36.8125rem;width:28.875rem;top:0rem;left:30.848753956317rem;overflow:hidden;display:block; }
#EQAlICApBdT7OD2G4hUsupuk0iTzC9yc { box-sizing:content-box;height:15.25rem;width:60rem;position:absolute;display:block;z-index:14999;background-color:#082a44;background-image:none;top:19.75rem;left:0rem;display:block; }
#pJOCXVvVLx5ow7IStuXZ6eV8tKiJi3au { background-color:transparent;background-image: -webkit-linear-gradient(99deg, rgba(var(--color-primary-3),1), #082a44);background-image: -moz-linear-gradient(99deg, rgba(var(--color-primary-3),1), #082a44);background-image: -ms-linear-gradient(99deg, rgba(var(--color-primary-3),1), #082a44);background-image: -o-linear-gradient(99deg, rgba(var(--color-primary-3),1), #082a44);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#082a44' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#082a44' );";background-image: linear-gradient(99deg, rgba(var(--color-primary-3),1), #082a44);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;box-shadow: 0.3125rem 0.25rem 0.8125rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:28rem;left:5rem;display:block; }
#TwQifqfx245WkK6qketcX9bC1TdPM7Eq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xafaqzmBckq897CHWCt1tosLUNrl6TJi { position:relative;display:block; }#xafaqzmBckq897CHWCt1tosLUNrl6TJi { background-color: transparent; background-image: none; }#xafaqzmBckq897CHWCt1tosLUNrl6TJi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xafaqzmBckq897CHWCt1tosLUNrl6TJi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xafaqzmBckq897CHWCt1tosLUNrl6TJi > .row .container > .video-iframe-container { display: none; }#xafaqzmBckq897CHWCt1tosLUNrl6TJi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xafaqzmBckq897CHWCt1tosLUNrl6TJi > .row > .video-iframe-container { display: none; }#xafaqzmBckq897CHWCt1tosLUNrl6TJi > .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); }#xafaqzmBckq897CHWCt1tosLUNrl6TJi { border-width: 0; border-radius: 0; }#xafaqzmBckq897CHWCt1tosLUNrl6TJi > .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; }#xafaqzmBckq897CHWCt1tosLUNrl6TJi > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:13.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#HPKDHgNVI47mJNHwRC7xd4F93rMeoSwb { color:#434343;display:block;width:24.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15008;line-height:1.1;letter-spacing:0;top:2.6875rem;left:4.125rem;height:7.8318125rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#o2aGDC3fhJtUOGMn7mSPx4GqLT0rKX1o { color:#434343;display:block;width:21.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15009;line-height:1.1;letter-spacing:0;top:3.837890625rem;left:34.3125rem;height:;text-align:left;text-align-last:left;font-style:italic;display:block; }#o2aGDC3fhJtUOGMn7mSPx4GqLT0rKX1o li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#o2aGDC3fhJtUOGMn7mSPx4GqLT0rKX1o li:before{  }
#TLcwE2gVlNhPuGQxwTch10P11bqcVlyn { box-sizing:content-box;height:8.5625rem;width:24.125rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image:none;top:2.1875rem;left:32.875rem;border-top:0.125rem solid rgba(var(--color-primary-3),1);border-left:0.125rem solid rgba(var(--color-primary-3),1);border-right:0.125rem solid rgba(var(--color-primary-3),1);border-bottom:0.125rem solid rgba(var(--color-primary-3),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#fNgbwXec8LoAxKNIHFXh1PqxwdNEZVNx { position:relative;display:block; }#fNgbwXec8LoAxKNIHFXh1PqxwdNEZVNx { background-color: transparent; background-image: none; }#fNgbwXec8LoAxKNIHFXh1PqxwdNEZVNx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fNgbwXec8LoAxKNIHFXh1PqxwdNEZVNx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fNgbwXec8LoAxKNIHFXh1PqxwdNEZVNx > .row .container > .video-iframe-container { display: none; }#fNgbwXec8LoAxKNIHFXh1PqxwdNEZVNx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fNgbwXec8LoAxKNIHFXh1PqxwdNEZVNx > .row > .video-iframe-container { display: none; }#fNgbwXec8LoAxKNIHFXh1PqxwdNEZVNx > .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); }#fNgbwXec8LoAxKNIHFXh1PqxwdNEZVNx { border-width: 0; border-radius: 0; }#fNgbwXec8LoAxKNIHFXh1PqxwdNEZVNx > .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; }#fNgbwXec8LoAxKNIHFXh1PqxwdNEZVNx > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-1),1);background-image:none;font-size:0.875rem;font-family:arial;height:68.4375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ix2BtXFNCzITNThG22V7x4Tsz2PhN6HC { box-sizing:content-box;height:61.75rem;width:50.5625rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image:none;top:4rem;left:4.25rem;border-top:0.125rem solid rgba(var(--color-primary-3),1);border-left:0.125rem solid rgba(var(--color-primary-3),1);border-right:0.125rem solid rgba(var(--color-primary-3),1);border-bottom:0.125rem solid rgba(var(--color-primary-3),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#XcluZ3Ke3vnfzPpPAeAd2f3dquKN1QFT { color:#434343;display:block;width:20.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15009;line-height:1.1;letter-spacing:0;top:5.396484375rem;left:6.3125rem;height:1.7172rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#JTTwQ2Jf62v41Ra1oSaJthzuIJrhOXtX { color:#434343;display:block;width:46.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.1;letter-spacing:0;top:8.431640625rem;left:6.3125rem;height:;text-align:left;text-align-last:left;font-style:italic;display:block; }#JTTwQ2Jf62v41Ra1oSaJthzuIJrhOXtX li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#JTTwQ2Jf62v41Ra1oSaJthzuIJrhOXtX li:before{  }
#cQhOfGNx0Mzz9aDLClADZxWLla6f7N5q { position:relative;display:block; }#cQhOfGNx0Mzz9aDLClADZxWLla6f7N5q { background-color: transparent; background-image: none; }#cQhOfGNx0Mzz9aDLClADZxWLla6f7N5q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cQhOfGNx0Mzz9aDLClADZxWLla6f7N5q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cQhOfGNx0Mzz9aDLClADZxWLla6f7N5q > .row .container > .video-iframe-container { display: none; }#cQhOfGNx0Mzz9aDLClADZxWLla6f7N5q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cQhOfGNx0Mzz9aDLClADZxWLla6f7N5q > .row > .video-iframe-container { display: none; }#cQhOfGNx0Mzz9aDLClADZxWLla6f7N5q > .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); }#cQhOfGNx0Mzz9aDLClADZxWLla6f7N5q { border-width: 0; border-radius: 0; }#cQhOfGNx0Mzz9aDLClADZxWLla6f7N5q > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cQhOfGNx0Mzz9aDLClADZxWLla6f7N5q > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#131d27;background-image:none;font-size:0.875rem;font-family:arial;height:15.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#VZPseXPG8FIJgAq9TXw79cD5HKbbHo9X { color:rgba(var(--color-tertiary-4),1);display:block;width:15.8125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:2.4375rem;left:31.6875rem;height:1.29805625rem;font-style:normal;display:block; }
#NVp7aGrxduZG89IyAdnh9Qn12gJt70tm { box-sizing:content-box;color:#0aaac0;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:4.25rem;left:31.6875rem;display:block; }
#Sxt1LsvGii4IRiw1ZWM0SEesgBA8kCfN { box-sizing:content-box;color:#0aaac0;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:4.25rem;left:33.8125rem;display:block; }
#sggAyk9kTLUtm53h0bTeTB7v6dmA5Wzn { box-sizing:content-box;color:#0aaac0;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15010;top:4.25rem;left:35.9375rem;display:block; }
#aBwsRCuTHCf5r60aGTWTIWlyST8m3gIV { color:rgba(var(--color-tertiary-4),1);display:block;width:20.125rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:10.625rem;left:33rem;height:0.97463125rem;display:block; }
#W2nhP4zgXCIhiPCsJIe52RW208Ryvom5 { box-sizing:content-box;color:rgba(var(--color-secondary-0),1);font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15011;top:10.375rem;left:31.5625rem;display:block; }
#fcqsKcTENmbWHUqJ43eECrKnRbDenJbN { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.75rem;width:18.0625rem;top:4.25rem;left:8.0625rem;overflow:hidden;display:block; }
#QMq8oIdW6XMVWekgHiPIcEeAqE4AuwSx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:4.53125rem;left:38.0625rem; }
#QMq8oIdW6XMVWekgHiPIcEeAqE4AuwSx > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; }#WbmGhAk7sRQhnvLF8NIGyq3HUOnaFTs0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:4.53125rem;left:39.78125rem; }
#WbmGhAk7sRQhnvLF8NIGyq3HUOnaFTs0 > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; }#onRHmgExaTF7mzUk9Lq8Z75vmvofeGwa { color:#2894a0;display:block;width:15.1875rem;position:absolute;font-family:lato;font-size:0.8125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:9.11767578125rem;left:31.6875rem;height:2.1117rem;text-align:left;text-align-last:left;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; }
#Gg6IGSzqPWk0MI4iXbJX4xbepPeXwbQS { color:rgba(var(--color-tertiary-4),1);display:block;width:1.75rem;position:absolute;font-family:lato;font-size:0.6875rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:6.125rem;left:38.15625rem;height:0.89355625rem;font-style:normal;display:block; }
#TCLJVPk26XANEagtsh9F5l8bD5uTKULb { color:rgba(var(--color-primary-3),1);display:block;width:1.75rem;position:absolute;font-family:lato;font-size:0.6875rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:6.125rem;left:40rem;height:0.89355625rem;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #vHyCyT0bnHU5TUktJm8fqMrXh678hrNU { display:block; }#vHyCyT0bnHU5TUktJm8fqMrXh678hrNU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tZIGHcW8TfRXhpPGTSZ27Vm7rQQQzPuL { display:block; }#tZIGHcW8TfRXhpPGTSZ27Vm7rQQQzPuL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nflWreIilyPa4s4JapwF2nmO2KkFWwC9 { top:3.5rem;left:3.1875rem;width:20.3125rem;height:29.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uv0qoOnhdU6AADsX8x6klPVA1Csi43Z2 { top:5.375rem;left:6rem;width:5.125rem;height:1.8125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCpHlBRsFJp5rcwvXLJAtsMMsy3BukbA { top:8.0625rem;left:7.84375rem;width:13.8125rem;height:2.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #peSUT9cWEEHL6Hq08TTIgFdops9f7hAp { top:10.875rem;left:6.0625rem;width:10.4375rem;height:0.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxCWPiFmIZE1MmLAPJUT6GPby3AMGtOp { top:14.25rem;left:7.96875rem;width:14rem;height:0.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkRUr8LoGc1vCeI3Ao6e8G7GCT9Lpl4a { top:16.0625rem;left:7.875rem;width:14rem;height:1.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DntytthEr52lzy7u5Gp6xbT3FeOCzxrf { top:18.8125rem;left:7.875rem;width:14.375rem;height:2.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTPaODpMaFaHd4oK7BmTRQTRE65PEXwf { top:22.8125rem;left:7.875rem;width:15.125rem;height:2.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3KreNlEubn8Nzeyu38z6HLm1pmAyLJL { top:8.125rem;left:6rem;width:2rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkgbP2RHpZhwebzeUQFLmumrLL3RHWMf { top:14.125rem;left:6.125rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C07A1kWBpVuENgyvSfrZb9vhSI90oHOQ { top:16.0625rem;left:6.125rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3xvi20UFh1mBhN7EzkpCacNKeQC5hVH { top:18.9375rem;left:6.125rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibFuS3lqPyBAyOgKPzHQ8Z4Dlr6y8dzp { top:22.875rem;left:6.125rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wf7NHHin45G6Kf8AfTSi4LOAStQepxKE { width:14.125rem;height:2.6875rem;top:28.25rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwa5vRVuwmFvtn3BpEk6Fe5X2nubViCZ { display:block; }
 }@media only screen and (max-width: 763px) { #KmZbJrkKkWR4BBebI0yoVnUzfkeSLZ51 { top:3.6875rem;left:23.875rem;width:20.3125rem;height:29.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCPVGFoLCwhFGERsUTTU2cBmVS78MTxb { top:16.25rem;left:27.6875rem;width:14rem;height:1.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5zrC0uWz6TNP54eHzdGBeNFNKcS6Hif { top:14.4375rem;left:27.8125rem;width:14rem;height:0.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXfPoTH5hOFd6HSrUIy8e48FnIqeictp { top:14.3125rem;left:25.9375rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQkkdBLWTz5pke2VSF392TkP2TdCugm3 { top:16.3125rem;left:25.9375rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkEVRbUCe7iw4tBoptZJRTKVoXSqdUBo { top:8.25rem;left:27.8125rem;width:13.8125rem;height:2.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NahSmPpLowKKnEUEATRBU98Kgh1rAdEM { top:11.0625rem;left:26rem;width:10.4375rem;height:0.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBVmfvtMlsEuScPac9gmapO8BZswVTCh { top:8.3125rem;left:25.9375rem;width:2rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKLi1k8XvWPIBSDQxkCNq61OOQd82sCN { top:5.5625rem;left:25.9375rem;width:5.125rem;height:1.8125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yaL8WS3n5r4bH3dmVRaWq2w7cWSpnwwr { top:23rem;left:27.6875rem;width:15.125rem;height:2.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oa5vyVI9BQ3I6XNmsVDQCKWnTuCueA31 { top:19rem;left:27.6875rem;width:14.3125rem;height:2.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEup6DJU75uSE6icXHpLNfNuaMG9JHSd { top:19.125rem;left:25.9375rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTmywxrMhwVp56TH2FEHE68B5T8p5lBH { top:23.0625rem;left:25.9375rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yEfTHqPQzI3ZE4WtViGfJlGv05eSMdrd { width:14.125rem;height:2.6875rem;top:28.25rem;left:26.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXztE4iZsF37194zTTV2H6hv12A83C90 { display:block; }
 }@media only screen and (max-width: 763px) { #Krqnn3Aa3hzMgs8xkFvmHoU5sbfTFKtL { top:5.5625rem;left:19.34375rem;width:2.6875rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnRzKiATcOR5fTUNI5JQaQ2FBH7GqDVa { top:5.5625rem;left:39rem;width:2.6875rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGEQ6RfLUWkBupGUXtGTNuu4wSUEVuX8 { display:block; }#ZGEQ6RfLUWkBupGUXtGTNuu4wSUEVuX8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v8Cm0qDLbfTzghAtfmZkGhTPWir0OfE1 { display:block; }#v8Cm0qDLbfTzghAtfmZkGhTPWir0OfE1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #INXJZ1nMVcPf4K8P3sItR68dTSh2dDep { top:3rem;left:0rem;width:33.5rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o108IN9decpRkpPtFBEXlo5HAskpSNo9 { top:8.5625rem;left:3.8125rem;width:23.25rem;height:8.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5vftTmuxTStv1fmhT1dgJDF8hzylTJT { top:7.25rem;left:0rem;width:0.625rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3kQei0PQnMGOBnV5elrZMMJT8ANpvrk { top:8.4375rem;left:1.0625rem;width:1.5625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcT4KL2OTNgddxB8CfiWD1oZOdPuAM46 { top:10.875rem;left:1.0625rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMO7bAGRTRpFDX91C8eWMCQOs4WGhLh2 { top:13.5625rem;left:1.0625rem;width:1.625rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhuldTsVtFns0bQaxEQs8c0U15Dmu581 { top:21.5625rem;left:0rem;width:22.0625rem;height:4.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSalKAzxOnMdJkMFEiTkSQ2wahwWlxCw { top:0rem;left:18.875rem;width:28.875rem;height:36.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQAlICApBdT7OD2G4hUsupuk0iTzC9yc { top:19.75rem;left:0rem;width:47.75rem;height:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJOCXVvVLx5ow7IStuXZ6eV8tKiJi3au { width:17.5rem;height:3.4375rem;top:28rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwQifqfx245WkK6qketcX9bC1TdPM7Eq { display:block; }
 }@media only screen and (max-width: 763px) { #xafaqzmBckq897CHWCt1tosLUNrl6TJi { display:block; }#xafaqzmBckq897CHWCt1tosLUNrl6TJi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HPKDHgNVI47mJNHwRC7xd4F93rMeoSwb { top:2.6875rem;left:0rem;width:24.1875rem;height:7.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2aGDC3fhJtUOGMn7mSPx4GqLT0rKX1o { top:3.8125rem;left:26.25rem;width:21.5rem;height:;font-size:0.75rem;display:block; }#o2aGDC3fhJtUOGMn7mSPx4GqLT0rKX1o li:before{  }
 }@media only screen and (max-width: 763px) { #TLcwE2gVlNhPuGQxwTch10P11bqcVlyn { top:2.1875rem;left:23.375rem;width:24.125rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNgbwXec8LoAxKNIHFXh1PqxwdNEZVNx { display:block; }#fNgbwXec8LoAxKNIHFXh1PqxwdNEZVNx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ix2BtXFNCzITNThG22V7x4Tsz2PhN6HC { top:4rem;left:0rem;width:47.5rem;height:61.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcluZ3Ke3vnfzPpPAeAd2f3dquKN1QFT { top:5.375rem;left:0.1875rem;width:20.625rem;height:1.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTTwQ2Jf62v41Ra1oSaJthzuIJrhOXtX { top:8.375rem;left:0.1875rem;width:46.4375rem;height:;font-size:1.125rem;display:block; }#JTTwQ2Jf62v41Ra1oSaJthzuIJrhOXtX li:before{  }
 }@media only screen and (max-width: 763px) { #cQhOfGNx0Mzz9aDLClADZxWLla6f7N5q { display:none; }#cQhOfGNx0Mzz9aDLClADZxWLla6f7N5q > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VZPseXPG8FIJgAq9TXw79cD5HKbbHo9X { top:2.4375rem;left:25.5625rem;width:15.8125rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVp7aGrxduZG89IyAdnh9Qn12gJt70tm { top:4.25rem;left:25.5625rem;width:2.125rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sxt1LsvGii4IRiw1ZWM0SEesgBA8kCfN { top:4.25rem;left:27.6875rem;width:2.125rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sggAyk9kTLUtm53h0bTeTB7v6dmA5Wzn { top:4.25rem;left:29.8125rem;width:2.125rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBwsRCuTHCf5r60aGTWTIWlyST8m3gIV { top:10.625rem;left:26.875rem;width:20.125rem;height:0.9375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2nhP4zgXCIhiPCsJIe52RW208Ryvom5 { top:10.375rem;left:25.4375rem;width:1.4375rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcqsKcTENmbWHUqJ43eECrKnRbDenJbN { top:4.25rem;left:1.9375rem;width:18.0625rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMq8oIdW6XMVWekgHiPIcEeAqE4AuwSx { top:4.5rem;left:31.9375rem;width:1.5625rem;height:1.5625rem;display:block; }
#QMq8oIdW6XMVWekgHiPIcEeAqE4AuwSx > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #WbmGhAk7sRQhnvLF8NIGyq3HUOnaFTs0 { top:4.5rem;left:33.65625rem;width:1.5625rem;height:1.5625rem;display:block; }
#WbmGhAk7sRQhnvLF8NIGyq3HUOnaFTs0 > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #onRHmgExaTF7mzUk9Lq8Z75vmvofeGwa { top:9.0625rem;left:25.5625rem;width:15.1875rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gg6IGSzqPWk0MI4iXbJX4xbepPeXwbQS { top:6.125rem;left:32.03125rem;width:1.75rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCLJVPk26XANEagtsh9F5l8bD5uTKULb { top:6.125rem;left:33.875rem;width:1.75rem;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) { #vHyCyT0bnHU5TUktJm8fqMrXh678hrNU { display:block; }#vHyCyT0bnHU5TUktJm8fqMrXh678hrNU > .row .container { width:20rem;height:8.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tZIGHcW8TfRXhpPGTSZ27Vm7rQQQzPuL { display:block; }#tZIGHcW8TfRXhpPGTSZ27Vm7rQQQzPuL > .row .container { width:20rem;height:52.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nflWreIilyPa4s4JapwF2nmO2KkFWwC9 { width:14.4375rem;height:23.125rem;top:0.875rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uv0qoOnhdU6AADsX8x6klPVA1Csi43Z2 { width:5.125rem;height:1.85595625rem;top:2.375rem;left:3.6875rem;font-size:1.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TCpHlBRsFJp5rcwvXLJAtsMMsy3BukbA { width:8.4375rem;height:1.4433625rem;top:4.75rem;left:6rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #peSUT9cWEEHL6Hq08TTIgFdops9f7hAp { width:10.4375rem;height:0.6875rem;top:6.8125rem;left:3.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxCWPiFmIZE1MmLAPJUT6GPby3AMGtOp { width:9.8125rem;height:1.375rem;top:8.9375rem;left:6.0625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkRUr8LoGc1vCeI3Ao6e8G7GCT9Lpl4a { width:9rem;height:1.25rem;top:10.4375rem;left:6.0625rem;font-size:0.625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #DntytthEr52lzy7u5Gp6xbT3FeOCzxrf { width:10rem;height:1.875rem;top:12.8125rem;left:6.0625rem;font-size:0.625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #uTPaODpMaFaHd4oK7BmTRQTRE65PEXwf { width:9.125rem;height:2.5rem;top:15.75rem;left:5.9375rem;font-size:0.625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #T3KreNlEubn8Nzeyu38z6HLm1pmAyLJL { width:1.5rem;height:1.4375rem;top:4.75rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkgbP2RHpZhwebzeUQFLmumrLL3RHWMf { width:1rem;height:1rem;top:15.75rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #C07A1kWBpVuENgyvSfrZb9vhSI90oHOQ { width:0.9375rem;height:0.9375rem;top:8.9375rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3xvi20UFh1mBhN7EzkpCacNKeQC5hVH { width:1rem;height:1rem;top:10.5rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibFuS3lqPyBAyOgKPzHQ8Z4Dlr6y8dzp { width:1rem;height:1rem;top:12.8125rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #wf7NHHin45G6Kf8AfTSi4LOAStQepxKE { width:9.5625rem;height:2.5625rem;top:20.0625rem;left:5.21875rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;font-size:0.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #cwa5vRVuwmFvtn3BpEk6Fe5X2nubViCZ { display:block; }
 }@media only screen and (max-width: 763px) { #KmZbJrkKkWR4BBebI0yoVnUzfkeSLZ51 { width:14.5rem;height:24.625rem;top:25.875rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCPVGFoLCwhFGERsUTTU2cBmVS78MTxb { width:9.0625rem;height:1.375rem;top:36.625rem;left:6rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5zrC0uWz6TNP54eHzdGBeNFNKcS6Hif { width:10.25rem;height:0.6875rem;top:34.90625rem;left:6rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXfPoTH5hOFd6HSrUIy8e48FnIqeictp { width:1rem;height:1rem;top:39.0625rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQkkdBLWTz5pke2VSF392TkP2TdCugm3 { width:1rem;height:1rem;top:34.75rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkEVRbUCe7iw4tBoptZJRTKVoXSqdUBo { width:8.5625rem;height:1.4433625rem;top:29.78076171875rem;left:6.6875rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NahSmPpLowKKnEUEATRBU98Kgh1rAdEM { width:10.4375rem;height:0.6875rem;top:33.125rem;left:5.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBVmfvtMlsEuScPac9gmapO8BZswVTCh { width:1.5625rem;height:1.5rem;top:29.75244140625rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKLi1k8XvWPIBSDQxkCNq61OOQd82sCN { width:5.125rem;height:1.85595625rem;top:27.2724609375rem;left:4rem;font-size:1.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yaL8WS3n5r4bH3dmVRaWq2w7cWSpnwwr { width:9.125rem;height:2.75rem;top:42.25rem;left:6rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oa5vyVI9BQ3I6XNmsVDQCKWnTuCueA31 { width:10.0625rem;height:2.0625rem;top:39.0625rem;left:6rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEup6DJU75uSE6icXHpLNfNuaMG9JHSd { width:1rem;height:1rem;top:36.8125rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTmywxrMhwVp56TH2FEHE68B5T8p5lBH { width:1.125rem;height:1.125rem;top:42.25rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yEfTHqPQzI3ZE4WtViGfJlGv05eSMdrd { width:9.6875rem;height:2.6875rem;top:46.625rem;left:5.15625rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;font-size:0.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #eXztE4iZsF37194zTTV2H6hv12A83C90 { display:block; }
 }@media only screen and (max-width: 763px) { #Krqnn3Aa3hzMgs8xkFvmHoU5sbfTFKtL { width:2.1875rem;height:1.125rem;top:27.59375rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnRzKiATcOR5fTUNI5JQaQ2FBH7GqDVa { width:2.1875rem;height:1.125rem;top:2.677734375rem;left:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGEQ6RfLUWkBupGUXtGTNuu4wSUEVuX8 { display:block; }#ZGEQ6RfLUWkBupGUXtGTNuu4wSUEVuX8 > .row .container { width:20rem;height:3.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v8Cm0qDLbfTzghAtfmZkGhTPWir0OfE1 { display:block; }#v8Cm0qDLbfTzghAtfmZkGhTPWir0OfE1 > .row .container { width:20rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #INXJZ1nMVcPf4K8P3sItR68dTSh2dDep { width:16.875rem;height:1.29980625rem;top:0.99951171875rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o108IN9decpRkpPtFBEXlo5HAskpSNo9 { width:11.5rem;height:6rem;top:4.255859375rem;left:5.03125rem;font-size:0.75rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #D5vftTmuxTStv1fmhT1dgJDF8hzylTJT { width:0.375rem;height:6.9375rem;top:3.537109375rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3kQei0PQnMGOBnV5elrZMMJT8ANpvrk { width:1rem;height:1rem;top:4.224609375rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcT4KL2OTNgddxB8CfiWD1oZOdPuAM46 { width:1rem;height:1rem;top:5.693359375rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMO7bAGRTRpFDX91C8eWMCQOs4WGhLh2 { width:1.125rem;height:0.5625rem;top:7.3125rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhuldTsVtFns0bQaxEQs8c0U15Dmu581 { width:8.25rem;height:5.25rem;top:13.412109375rem;left:1.9375rem;font-size:0.75rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #KSalKAzxOnMdJkMFEiTkSQ2wahwWlxCw { width:9rem;height:11.5rem;top:8.625rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQAlICApBdT7OD2G4hUsupuk0iTzC9yc { width:20rem;height:13.3125rem;top:11.662109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJOCXVvVLx5ow7IStuXZ6eV8tKiJi3au { width:11.3125rem;height:2.3125rem;top:20.9375rem;left:4.34375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwQifqfx245WkK6qketcX9bC1TdPM7Eq { display:block; }
 }@media only screen and (max-width: 763px) { #xafaqzmBckq897CHWCt1tosLUNrl6TJi { display:block; }#xafaqzmBckq897CHWCt1tosLUNrl6TJi > .row .container { width:20rem;height:15.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HPKDHgNVI47mJNHwRC7xd4F93rMeoSwb { width:15.6875rem;height:4.875rem;top:1.375rem;left:1.75rem;font-size:0.8125rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #o2aGDC3fhJtUOGMn7mSPx4GqLT0rKX1o { width:14.0625rem;height:3.625rem;top:9.28125rem;left:2.96875rem;font-size:0.75rem;line-height:1;display:block; }#o2aGDC3fhJtUOGMn7mSPx4GqLT0rKX1o li:before{  }
 }@media only screen and (max-width: 763px) { #TLcwE2gVlNhPuGQxwTch10P11bqcVlyn { width:15.9375rem;height:6.4375rem;top:7.5625rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNgbwXec8LoAxKNIHFXh1PqxwdNEZVNx { display:block; }#fNgbwXec8LoAxKNIHFXh1PqxwdNEZVNx > .row .container { width:20rem;height:66.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ix2BtXFNCzITNThG22V7x4Tsz2PhN6HC { width:17.125rem;height:63.25rem;top:1.5625rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcluZ3Ke3vnfzPpPAeAd2f3dquKN1QFT { width:14.6875rem;height:1.4375rem;top:2.875rem;left:2.8125rem;font-size:1.4375rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #JTTwQ2Jf62v41Ra1oSaJthzuIJrhOXtX { width:15.0625rem;height:57.6875rem;top:5.625rem;left:2.625rem;font-size:0.75rem;line-height:1;text-align:left;text-align-last:left;display:block; }#JTTwQ2Jf62v41Ra1oSaJthzuIJrhOXtX li:before{  }
 }@media only screen and (max-width: 763px) { #cQhOfGNx0Mzz9aDLClADZxWLla6f7N5q { display:block; }#cQhOfGNx0Mzz9aDLClADZxWLla6f7N5q > .row .container { width:20rem;height:20.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VZPseXPG8FIJgAq9TXw79cD5HKbbHo9X { width:12.5625rem;height:1.05615rem;top:7.0625rem;left:2.03076171875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NVp7aGrxduZG89IyAdnh9Qn12gJt70tm { width:2.124025rem;height:2.124025rem;top:8.625rem;left:2rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sxt1LsvGii4IRiw1ZWM0SEesgBA8kCfN { width:2.124025rem;height:2.124025rem;top:8.6875rem;left:4.9375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sggAyk9kTLUtm53h0bTeTB7v6dmA5Wzn { width:2.124025rem;height:2.124025rem;top:8.71875rem;left:8.06298828125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBwsRCuTHCf5r60aGTWTIWlyST8m3gIV { width:14.9375rem;height:0.73095625rem;top:14rem;left:3.125rem;font-size:0.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W2nhP4zgXCIhiPCsJIe52RW208Ryvom5 { width:1.125rem;height:1.125rem;top:13.8125rem;left:2rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcqsKcTENmbWHUqJ43eECrKnRbDenJbN { width:10.5rem;height:3.875rem;top:1.9873046875rem;left:2.1865234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMq8oIdW6XMVWekgHiPIcEeAqE4AuwSx { display:flex;width:1.5625rem;height:1.5625rem;top:9rem;left:10.90576171875rem; }
#QMq8oIdW6XMVWekgHiPIcEeAqE4AuwSx > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #WbmGhAk7sRQhnvLF8NIGyq3HUOnaFTs0 { display:flex;width:1.5625rem;height:1.5625rem;top:9.03125rem;left:13.21826171875rem; }
#WbmGhAk7sRQhnvLF8NIGyq3HUOnaFTs0 > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #onRHmgExaTF7mzUk9Lq8Z75vmvofeGwa { width:15.1875rem;height:1.949225rem;top:12.375rem;left:2.1875rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Gg6IGSzqPWk0MI4iXbJX4xbepPeXwbQS { width:1.75rem;height:0.89355625rem;top:10.7490234375rem;left:10.8740234375rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TCLJVPk26XANEagtsh9F5l8bD5uTKULb { width:1.75rem;height:0.89355625rem;top:10.7490234375rem;left:13.06201171875rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }