.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); }#oxXoaaOmG0mS7LFzkLGEZg2tquswWcan { position:relative;display:block; }#oxXoaaOmG0mS7LFzkLGEZg2tquswWcan { background-color: transparent; background-image: none; }#oxXoaaOmG0mS7LFzkLGEZg2tquswWcan::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oxXoaaOmG0mS7LFzkLGEZg2tquswWcan > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oxXoaaOmG0mS7LFzkLGEZg2tquswWcan > .row .container > .video-iframe-container { display: none; }#oxXoaaOmG0mS7LFzkLGEZg2tquswWcan > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oxXoaaOmG0mS7LFzkLGEZg2tquswWcan > .row > .video-iframe-container { display: none; }#oxXoaaOmG0mS7LFzkLGEZg2tquswWcan > .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); }#oxXoaaOmG0mS7LFzkLGEZg2tquswWcan { border-width: 0; border-radius: 0; }#oxXoaaOmG0mS7LFzkLGEZg2tquswWcan > .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; }#oxXoaaOmG0mS7LFzkLGEZg2tquswWcan > .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; }#oxXoaaOmG0mS7LFzkLGEZg2tquswWcan > .row .container.adaptive-delivery-prevent-bg, #oxXoaaOmG0mS7LFzkLGEZg2tquswWcan > .row .container.lazyload, #oxXoaaOmG0mS7LFzkLGEZg2tquswWcan > .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:36.0625rem;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:2.25rem;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:4.125rem;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:10.375rem;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:6.8125rem;left:12.375rem;height:2.0625rem;text-align:left;text-align-last:left;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:9.625rem;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:13rem;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:14.8125rem;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.4375rem;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:17.5625rem;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:21.56884765625rem;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:6.875rem;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:12.88671875rem;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:14.86865234375rem;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:17.6875rem;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:21.625rem;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:27rem;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:2.46875rem;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:15rem;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:13.1875rem;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:13.0625rem;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:15.0625rem;left:35.125rem;overflow:hidden;display:block; }
#nkEVRbUCe7iw4tBoptZJRTKVoXSqdUBo { color:rgba(var(--color-tertiary-0),1);display:block;width:10.625rem;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:7rem;left:38.4375rem;height:2.0625rem;text-align:left;text-align-last:left;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:9.8125rem;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:7.0625rem;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:4.3125rem;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:21.75rem;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.5rem;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:17.75rem;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:17.875rem;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:21.8125rem;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:27rem;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:4.365234375rem;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:4.365234375rem;left:48.1875rem;overflow:hidden;display:block; }
#zbAQvfICCkx34mi60yomETKpBnucOT3k { position:relative;display:block; }#zbAQvfICCkx34mi60yomETKpBnucOT3k { background-color: transparent; background-image: none; }#zbAQvfICCkx34mi60yomETKpBnucOT3k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zbAQvfICCkx34mi60yomETKpBnucOT3k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zbAQvfICCkx34mi60yomETKpBnucOT3k > .row .container > .video-iframe-container { display: none; }#zbAQvfICCkx34mi60yomETKpBnucOT3k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zbAQvfICCkx34mi60yomETKpBnucOT3k > .row > .video-iframe-container { display: none; }#zbAQvfICCkx34mi60yomETKpBnucOT3k > .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); }#zbAQvfICCkx34mi60yomETKpBnucOT3k { border-width: 0; border-radius: 0; }#zbAQvfICCkx34mi60yomETKpBnucOT3k > .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; }#zbAQvfICCkx34mi60yomETKpBnucOT3k > .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; }#zbAQvfICCkx34mi60yomETKpBnucOT3k > .row .container.adaptive-delivery-prevent-bg, #zbAQvfICCkx34mi60yomETKpBnucOT3k > .row .container.lazyload, #zbAQvfICCkx34mi60yomETKpBnucOT3k > .row .container.lazyloading { background-image: none; }#Ul4qyWma3XDbwR1S2uLAFTeMTU6ZAqKe { position:relative;display:block; }#Ul4qyWma3XDbwR1S2uLAFTeMTU6ZAqKe { background-color: transparent; background-image: none; }#Ul4qyWma3XDbwR1S2uLAFTeMTU6ZAqKe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ul4qyWma3XDbwR1S2uLAFTeMTU6ZAqKe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ul4qyWma3XDbwR1S2uLAFTeMTU6ZAqKe > .row .container > .video-iframe-container { display: none; }#Ul4qyWma3XDbwR1S2uLAFTeMTU6ZAqKe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ul4qyWma3XDbwR1S2uLAFTeMTU6ZAqKe > .row > .video-iframe-container { display: none; }#Ul4qyWma3XDbwR1S2uLAFTeMTU6ZAqKe > .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); }#Ul4qyWma3XDbwR1S2uLAFTeMTU6ZAqKe { border-width: 0; border-radius: 0; }#Ul4qyWma3XDbwR1S2uLAFTeMTU6ZAqKe > .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; }#Ul4qyWma3XDbwR1S2uLAFTeMTU6ZAqKe > .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; }#VdBOOxk0leD1R4903T5QVoGKsbCuFLeI { 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; }
#Uocmg4oVSSgpzFeC3FdSwx6UWCNrWfUb { 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; }
#vx5qursvNpyK2ssJQnsI8mUWIM0UqfGf { 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; }
#w0byQXXPIxq0QVSqTtepXX5U3hi163mk { 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; }
#siEWKAwCR0TuXfXfxNv4XVFEVOXUEQ3i { 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; }
#AnnrdiPzHGPOGGCyBC7nxosbrmWCxwWM { 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; }
#fa89rG57LGZb0k3m0140v7dZZHpfnKRx { 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; }
#d8Q3AkTbxtfvsc5nexsmn7bQ5UqhvpMG { 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:31.125rem;overflow:hidden;display:block; }
#zhN3WXnGA5CLv1nbxrc5lLLPz4kfrbXX { 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; }
#rptiMP8MSMoGtTssK7tqATfE0ubQqHF5 { 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; }
#JmmtuhHMZUJoEqGix5PpfGOTO45upsPD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SkfdDJkBWSct40JlNzhxOn7G9X2IazzO { position:relative;display:block; }#SkfdDJkBWSct40JlNzhxOn7G9X2IazzO { background-color: transparent; background-image: none; }#SkfdDJkBWSct40JlNzhxOn7G9X2IazzO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SkfdDJkBWSct40JlNzhxOn7G9X2IazzO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SkfdDJkBWSct40JlNzhxOn7G9X2IazzO > .row .container > .video-iframe-container { display: none; }#SkfdDJkBWSct40JlNzhxOn7G9X2IazzO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SkfdDJkBWSct40JlNzhxOn7G9X2IazzO > .row > .video-iframe-container { display: none; }#SkfdDJkBWSct40JlNzhxOn7G9X2IazzO > .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); }#SkfdDJkBWSct40JlNzhxOn7G9X2IazzO { border-width: 0; border-radius: 0; }#SkfdDJkBWSct40JlNzhxOn7G9X2IazzO > .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; }#SkfdDJkBWSct40JlNzhxOn7G9X2IazzO > .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; }#q9PDmoJOTGh4qplw40Jx51EtAbPE37aK { 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; }
#cf2omKKAH4lkoy1CvBR45iALhbuDdwgv { 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.81884765625rem;left:34.3125rem;height:5.57220625rem;text-align:left;text-align-last:left;font-style:italic;display:block; }#cf2omKKAH4lkoy1CvBR45iALhbuDdwgv li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#cf2omKKAH4lkoy1CvBR45iALhbuDdwgv li:before{  }
#NJCn2ObKrnsehByqr1KdTRZD9TiuWUOz { 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; }
#MrTW75mHHWeHWEDzLsCJQ4yPHPQI3OfD { position:relative;display:block; }#MrTW75mHHWeHWEDzLsCJQ4yPHPQI3OfD { background-color: transparent; background-image: none; }#MrTW75mHHWeHWEDzLsCJQ4yPHPQI3OfD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MrTW75mHHWeHWEDzLsCJQ4yPHPQI3OfD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MrTW75mHHWeHWEDzLsCJQ4yPHPQI3OfD > .row .container > .video-iframe-container { display: none; }#MrTW75mHHWeHWEDzLsCJQ4yPHPQI3OfD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MrTW75mHHWeHWEDzLsCJQ4yPHPQI3OfD > .row > .video-iframe-container { display: none; }#MrTW75mHHWeHWEDzLsCJQ4yPHPQI3OfD > .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); }#MrTW75mHHWeHWEDzLsCJQ4yPHPQI3OfD { border-width: 0; border-radius: 0; }#MrTW75mHHWeHWEDzLsCJQ4yPHPQI3OfD > .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; }#MrTW75mHHWeHWEDzLsCJQ4yPHPQI3OfD > .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:72.375rem;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; }#VgLg76MiPlN6eziwEvzmmEtTOoXFkgaN { box-sizing:content-box;height:64rem;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; }
#g7IwcHWwacPIsTncOqLl3TfsrzPw1fxy { 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; }
#c1QpkRwi783Xm8fNJOw8JLxKUntVVIFm { 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; }#c1QpkRwi783Xm8fNJOw8JLxKUntVVIFm li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#c1QpkRwi783Xm8fNJOw8JLxKUntVVIFm li:before{  }
#B9du228gZDleLx8fX3M6A9mTDE1y82yN { position:relative;display:block; }#B9du228gZDleLx8fX3M6A9mTDE1y82yN { background-color: transparent; background-image: none; }#B9du228gZDleLx8fX3M6A9mTDE1y82yN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B9du228gZDleLx8fX3M6A9mTDE1y82yN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B9du228gZDleLx8fX3M6A9mTDE1y82yN > .row .container > .video-iframe-container { display: none; }#B9du228gZDleLx8fX3M6A9mTDE1y82yN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B9du228gZDleLx8fX3M6A9mTDE1y82yN > .row > .video-iframe-container { display: none; }#B9du228gZDleLx8fX3M6A9mTDE1y82yN > .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); }#B9du228gZDleLx8fX3M6A9mTDE1y82yN { border-width: 0; border-radius: 0; }#B9du228gZDleLx8fX3M6A9mTDE1y82yN > .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; }#B9du228gZDleLx8fX3M6A9mTDE1y82yN > .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; }#hI4ohXLvidTNWWpe5ZitKFtdoi4ZBRJy { 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; }
#ogbMPZ9mGtkX11bspoSAtQAfPP6KuDkt { 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; }
#ybxKwywQtwqIv4V5h6k1zU5QouSSmTIn { 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; }
#Dbwpn9Lw0XMckDPTDCNxu1VB72pFLUfk { 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; }
#RBQFuunXsZPsVnACM087fPxzJfmHg8To { 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; }
#A2w7U3nA8tRRTJvdbGzdXe0fLs6cb2L9 { 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; }
#iOBsAmBiNFxvTyRCFrzGF5qBdSrM8zez { 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; }
#xuUFPncAQ7xJborVyCcr1V122fT8mtWS { 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; }
#xuUFPncAQ7xJborVyCcr1V122fT8mtWS > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; }#u48yGl23uGxS6peSS3OXJrrPlIKdnEz9 { 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; }
#u48yGl23uGxS6peSS3OXJrrPlIKdnEz9 > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; }#cJdRu7uasQElVGNbr04T631BfM6LxhRD { 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; }
#bccuo7kRoQX9pTNS35ObQLrLSPc6LJSx { 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; }
#rMa1UlLP5UZUWRffgzodsXwtToV3RPvy { 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) { #oxXoaaOmG0mS7LFzkLGEZg2tquswWcan { display:block; }#oxXoaaOmG0mS7LFzkLGEZg2tquswWcan > .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:2.25rem;left:3.1875rem;width:20.3125rem;height:29.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uv0qoOnhdU6AADsX8x6klPVA1Csi43Z2 { top:4.125rem;left:6rem;width:5.125rem;height:1.8125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCpHlBRsFJp5rcwvXLJAtsMMsy3BukbA { top:6.8125rem;left:9.3125rem;width:10.375rem;height:2.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #peSUT9cWEEHL6Hq08TTIgFdops9f7hAp { top:9.625rem;left:6.0625rem;width:10.4375rem;height:0.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxCWPiFmIZE1MmLAPJUT6GPby3AMGtOp { top:13rem;left:7.96875rem;width:14rem;height:0.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkRUr8LoGc1vCeI3Ao6e8G7GCT9Lpl4a { top:14.8125rem;left:7.875rem;width:14rem;height:1.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DntytthEr52lzy7u5Gp6xbT3FeOCzxrf { top:17.5625rem;left:7.875rem;width:14.4375rem;height:2.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTPaODpMaFaHd4oK7BmTRQTRE65PEXwf { top:21.5625rem;left:7.875rem;width:15.125rem;height:2.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3KreNlEubn8Nzeyu38z6HLm1pmAyLJL { top:6.875rem;left:6rem;width:2rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkgbP2RHpZhwebzeUQFLmumrLL3RHWMf { top:12.875rem;left:6.125rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C07A1kWBpVuENgyvSfrZb9vhSI90oHOQ { top:14.8125rem;left:6.125rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3xvi20UFh1mBhN7EzkpCacNKeQC5hVH { top:17.6875rem;left:6.125rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibFuS3lqPyBAyOgKPzHQ8Z4Dlr6y8dzp { top:21.625rem;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:27rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwa5vRVuwmFvtn3BpEk6Fe5X2nubViCZ { display:block; }
 }@media only screen and (max-width: 763px) { #KmZbJrkKkWR4BBebI0yoVnUzfkeSLZ51 { top:2.4375rem;left:23.875rem;width:20.3125rem;height:29.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCPVGFoLCwhFGERsUTTU2cBmVS78MTxb { top:15rem;left:27.6875rem;width:14rem;height:1.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5zrC0uWz6TNP54eHzdGBeNFNKcS6Hif { top:13.1875rem;left:27.8125rem;width:14rem;height:0.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXfPoTH5hOFd6HSrUIy8e48FnIqeictp { top:13.0625rem;left:25.9375rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQkkdBLWTz5pke2VSF392TkP2TdCugm3 { top:15.0625rem;left:25.9375rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkEVRbUCe7iw4tBoptZJRTKVoXSqdUBo { top:7rem;left:29.25rem;width:10.625rem;height:2.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NahSmPpLowKKnEUEATRBU98Kgh1rAdEM { top:9.8125rem;left:26rem;width:10.4375rem;height:0.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBVmfvtMlsEuScPac9gmapO8BZswVTCh { top:7.0625rem;left:25.9375rem;width:2rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKLi1k8XvWPIBSDQxkCNq61OOQd82sCN { top:4.3125rem;left:25.9375rem;width:5.125rem;height:1.8125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yaL8WS3n5r4bH3dmVRaWq2w7cWSpnwwr { top:21.75rem;left:27.6875rem;width:15.125rem;height:2.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oa5vyVI9BQ3I6XNmsVDQCKWnTuCueA31 { top:17.75rem;left:27.6875rem;width:14.5rem;height:2.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEup6DJU75uSE6icXHpLNfNuaMG9JHSd { top:17.875rem;left:25.9375rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTmywxrMhwVp56TH2FEHE68B5T8p5lBH { top:21.8125rem;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:27rem;left:26.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXztE4iZsF37194zTTV2H6hv12A83C90 { display:block; }
 }@media only screen and (max-width: 763px) { #Krqnn3Aa3hzMgs8xkFvmHoU5sbfTFKtL { top:4.3125rem;left:19.34375rem;width:2.6875rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnRzKiATcOR5fTUNI5JQaQ2FBH7GqDVa { top:4.3125rem;left:39rem;width:2.6875rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbAQvfICCkx34mi60yomETKpBnucOT3k { display:block; }#zbAQvfICCkx34mi60yomETKpBnucOT3k > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ul4qyWma3XDbwR1S2uLAFTeMTU6ZAqKe { display:block; }#Ul4qyWma3XDbwR1S2uLAFTeMTU6ZAqKe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VdBOOxk0leD1R4903T5QVoGKsbCuFLeI { top:3rem;left:0rem;width:33.5rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uocmg4oVSSgpzFeC3FdSwx6UWCNrWfUb { 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) { #vx5qursvNpyK2ssJQnsI8mUWIM0UqfGf { top:7.25rem;left:0rem;width:0.625rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0byQXXPIxq0QVSqTtepXX5U3hi163mk { top:8.4375rem;left:1.0625rem;width:1.5625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #siEWKAwCR0TuXfXfxNv4XVFEVOXUEQ3i { top:10.875rem;left:1.0625rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnnrdiPzHGPOGGCyBC7nxosbrmWCxwWM { top:13.5625rem;left:1.0625rem;width:1.625rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fa89rG57LGZb0k3m0140v7dZZHpfnKRx { top:21.5625rem;left:0rem;width:22.0625rem;height:4.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8Q3AkTbxtfvsc5nexsmn7bQ5UqhvpMG { top:0rem;left:18.875rem;width:28.875rem;height:36.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhN3WXnGA5CLv1nbxrc5lLLPz4kfrbXX { top:19.75rem;left:0rem;width:47.75rem;height:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rptiMP8MSMoGtTssK7tqATfE0ubQqHF5 { width:17.5rem;height:3.4375rem;top:28rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmmtuhHMZUJoEqGix5PpfGOTO45upsPD { display:block; }
 }@media only screen and (max-width: 763px) { #SkfdDJkBWSct40JlNzhxOn7G9X2IazzO { display:block; }#SkfdDJkBWSct40JlNzhxOn7G9X2IazzO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q9PDmoJOTGh4qplw40Jx51EtAbPE37aK { top:2.6875rem;left:0rem;width:24.1875rem;height:7.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cf2omKKAH4lkoy1CvBR45iALhbuDdwgv { top:3.8125rem;left:26.25rem;width:21.5rem;height:5.5625rem;font-size:0.75rem;display:block; }#cf2omKKAH4lkoy1CvBR45iALhbuDdwgv li:before{  }
 }@media only screen and (max-width: 763px) { #NJCn2ObKrnsehByqr1KdTRZD9TiuWUOz { top:2.1875rem;left:23.375rem;width:24.125rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrTW75mHHWeHWEDzLsCJQ4yPHPQI3OfD { display:block; }#MrTW75mHHWeHWEDzLsCJQ4yPHPQI3OfD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VgLg76MiPlN6eziwEvzmmEtTOoXFkgaN { top:4rem;left:0rem;width:47.5rem;height:64rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7IwcHWwacPIsTncOqLl3TfsrzPw1fxy { 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) { #c1QpkRwi783Xm8fNJOw8JLxKUntVVIFm { top:8.375rem;left:0.1875rem;width:46.4375rem;height:;font-size:1.125rem;display:block; }#c1QpkRwi783Xm8fNJOw8JLxKUntVVIFm li:before{  }
 }@media only screen and (max-width: 763px) { #B9du228gZDleLx8fX3M6A9mTDE1y82yN { display:none; }#B9du228gZDleLx8fX3M6A9mTDE1y82yN > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hI4ohXLvidTNWWpe5ZitKFtdoi4ZBRJy { 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) { #ogbMPZ9mGtkX11bspoSAtQAfPP6KuDkt { 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) { #ybxKwywQtwqIv4V5h6k1zU5QouSSmTIn { 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) { #Dbwpn9Lw0XMckDPTDCNxu1VB72pFLUfk { 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) { #RBQFuunXsZPsVnACM087fPxzJfmHg8To { 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) { #A2w7U3nA8tRRTJvdbGzdXe0fLs6cb2L9 { top:10.375rem;left:25.4375rem;width:1.4375rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOBsAmBiNFxvTyRCFrzGF5qBdSrM8zez { top:4.25rem;left:1.9375rem;width:18.0625rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuUFPncAQ7xJborVyCcr1V122fT8mtWS { top:4.5rem;left:31.9375rem;width:1.5625rem;height:1.5625rem;display:block; }
#xuUFPncAQ7xJborVyCcr1V122fT8mtWS > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #u48yGl23uGxS6peSS3OXJrrPlIKdnEz9 { top:4.5rem;left:33.65625rem;width:1.5625rem;height:1.5625rem;display:block; }
#u48yGl23uGxS6peSS3OXJrrPlIKdnEz9 > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #cJdRu7uasQElVGNbr04T631BfM6LxhRD { 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) { #bccuo7kRoQX9pTNS35ObQLrLSPc6LJSx { 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) { #rMa1UlLP5UZUWRffgzodsXwtToV3RPvy { 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) { #oxXoaaOmG0mS7LFzkLGEZg2tquswWcan { display:block; }#oxXoaaOmG0mS7LFzkLGEZg2tquswWcan > .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:51.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nflWreIilyPa4s4JapwF2nmO2KkFWwC9 { width:14.4375rem;height:23.125rem;top:1.1875rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uv0qoOnhdU6AADsX8x6klPVA1Csi43Z2 { width:5.125rem;height:1.85595625rem;top:2.6875rem;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:5.0625rem;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:7.125rem;left:3.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxCWPiFmIZE1MmLAPJUT6GPby3AMGtOp { width:9.8125rem;height:1.375rem;top:9.25rem;left:6.0625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkRUr8LoGc1vCeI3Ao6e8G7GCT9Lpl4a { width:9rem;height:1.25rem;top:11.0625rem;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:13.125rem;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:16.0625rem;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:5.0625rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkgbP2RHpZhwebzeUQFLmumrLL3RHWMf { width:1rem;height:1rem;top:16.0625rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #C07A1kWBpVuENgyvSfrZb9vhSI90oHOQ { width:0.9375rem;height:0.9375rem;top:9.25rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3xvi20UFh1mBhN7EzkpCacNKeQC5hVH { width:1rem;height:1rem;top:11.0625rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibFuS3lqPyBAyOgKPzHQ8Z4Dlr6y8dzp { width:1rem;height:1rem;top:13.125rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #wf7NHHin45G6Kf8AfTSi4LOAStQepxKE { width:9.5625rem;height:2.5625rem;top:20.375rem;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:23.8125rem;top:26.1875rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCPVGFoLCwhFGERsUTTU2cBmVS78MTxb { width:9.0625rem;height:1.375rem;top:36.3125rem;left:6rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5zrC0uWz6TNP54eHzdGBeNFNKcS6Hif { width:10.25rem;height:0.6875rem;top:34.59375rem;left:6rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXfPoTH5hOFd6HSrUIy8e48FnIqeictp { width:1rem;height:1rem;top:38.75rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQkkdBLWTz5pke2VSF392TkP2TdCugm3 { width:1rem;height:1rem;top:34.4375rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkEVRbUCe7iw4tBoptZJRTKVoXSqdUBo { width:8.5625rem;height:1.4433625rem;top:30.09326171875rem;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:32.1875rem;left:4.15625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBVmfvtMlsEuScPac9gmapO8BZswVTCh { width:1.5625rem;height:1.5rem;top:30.06494140625rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKLi1k8XvWPIBSDQxkCNq61OOQd82sCN { width:5.125rem;height:1.85595625rem;top:27.5849609375rem;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:41.6875rem;left:6rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oa5vyVI9BQ3I6XNmsVDQCKWnTuCueA31 { width:10.0625rem;height:2.0625rem;top:38.75rem;left:6rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEup6DJU75uSE6icXHpLNfNuaMG9JHSd { width:1rem;height:1rem;top:36.5rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTmywxrMhwVp56TH2FEHE68B5T8p5lBH { width:1.125rem;height:1.125rem;top:41.6875rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yEfTHqPQzI3ZE4WtViGfJlGv05eSMdrd { width:9.6875rem;height:2.6875rem;top:45.8125rem;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.90625rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnRzKiATcOR5fTUNI5JQaQ2FBH7GqDVa { width:2.1875rem;height:1.125rem;top:2.990234375rem;left:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbAQvfICCkx34mi60yomETKpBnucOT3k { display:block; }#zbAQvfICCkx34mi60yomETKpBnucOT3k > .row .container { width:20rem;height:3.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ul4qyWma3XDbwR1S2uLAFTeMTU6ZAqKe { display:block; }#Ul4qyWma3XDbwR1S2uLAFTeMTU6ZAqKe > .row .container { width:20rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VdBOOxk0leD1R4903T5QVoGKsbCuFLeI { width:16.9375rem;height:1.29980625rem;top:1.3125rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uocmg4oVSSgpzFeC3FdSwx6UWCNrWfUb { width:11.5625rem;height:6rem;top:4.255859375rem;left:5.03125rem;font-size:0.75rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #vx5qursvNpyK2ssJQnsI8mUWIM0UqfGf { width:0.375rem;height:6.9375rem;top:3.537109375rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0byQXXPIxq0QVSqTtepXX5U3hi163mk { width:1rem;height:1rem;top:4.224609375rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #siEWKAwCR0TuXfXfxNv4XVFEVOXUEQ3i { width:1rem;height:1rem;top:5.693359375rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnnrdiPzHGPOGGCyBC7nxosbrmWCxwWM { width:1.125rem;height:0.5625rem;top:7.3125rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fa89rG57LGZb0k3m0140v7dZZHpfnKRx { 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) { #d8Q3AkTbxtfvsc5nexsmn7bQ5UqhvpMG { width:9rem;height:11.5rem;top:8.724609375rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhN3WXnGA5CLv1nbxrc5lLLPz4kfrbXX { width:20rem;height:13.3125rem;top:11.662109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rptiMP8MSMoGtTssK7tqATfE0ubQqHF5 { width:11.3125rem;height:2.3125rem;top:20.9375rem;left:4.34375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmmtuhHMZUJoEqGix5PpfGOTO45upsPD { display:block; }
 }@media only screen and (max-width: 763px) { #SkfdDJkBWSct40JlNzhxOn7G9X2IazzO { display:block; }#SkfdDJkBWSct40JlNzhxOn7G9X2IazzO > .row .container { width:20rem;height:14.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q9PDmoJOTGh4qplw40Jx51EtAbPE37aK { 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) { #cf2omKKAH4lkoy1CvBR45iALhbuDdwgv { width:14.1875rem;height:3.625rem;top:8.75rem;left:2.90625rem;font-size:0.75rem;line-height:1;display:block; }#cf2omKKAH4lkoy1CvBR45iALhbuDdwgv li:before{  }
 }@media only screen and (max-width: 763px) { #NJCn2ObKrnsehByqr1KdTRZD9TiuWUOz { width:15.5625rem;height:5.6875rem;top:7.5625rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrTW75mHHWeHWEDzLsCJQ4yPHPQI3OfD { display:block; }#MrTW75mHHWeHWEDzLsCJQ4yPHPQI3OfD > .row .container { width:20rem;height:67.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VgLg76MiPlN6eziwEvzmmEtTOoXFkgaN { width:17.125rem;height:64.875rem;top:1.5625rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7IwcHWwacPIsTncOqLl3TfsrzPw1fxy { 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) { #c1QpkRwi783Xm8fNJOw8JLxKUntVVIFm { 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; }#c1QpkRwi783Xm8fNJOw8JLxKUntVVIFm li:before{  }
 }@media only screen and (max-width: 763px) { #B9du228gZDleLx8fX3M6A9mTDE1y82yN { display:block; }#B9du228gZDleLx8fX3M6A9mTDE1y82yN > .row .container { width:20rem;height:20.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hI4ohXLvidTNWWpe5ZitKFtdoi4ZBRJy { 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) { #ogbMPZ9mGtkX11bspoSAtQAfPP6KuDkt { width:2.124025rem;height:2.124025rem;top:8.625rem;left:2rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybxKwywQtwqIv4V5h6k1zU5QouSSmTIn { 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) { #Dbwpn9Lw0XMckDPTDCNxu1VB72pFLUfk { 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) { #RBQFuunXsZPsVnACM087fPxzJfmHg8To { 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) { #A2w7U3nA8tRRTJvdbGzdXe0fLs6cb2L9 { width:1.125rem;height:1.125rem;top:13.8125rem;left:2rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOBsAmBiNFxvTyRCFrzGF5qBdSrM8zez { width:10.5rem;height:3.875rem;top:1.9873046875rem;left:2.1865234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuUFPncAQ7xJborVyCcr1V122fT8mtWS { display:flex;width:1.5625rem;height:1.5625rem;top:9rem;left:10.90576171875rem; }
#xuUFPncAQ7xJborVyCcr1V122fT8mtWS > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #u48yGl23uGxS6peSS3OXJrrPlIKdnEz9 { display:flex;width:1.5625rem;height:1.5625rem;top:9.03125rem;left:13.21826171875rem; }
#u48yGl23uGxS6peSS3OXJrrPlIKdnEz9 > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #cJdRu7uasQElVGNbr04T631BfM6LxhRD { 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) { #bccuo7kRoQX9pTNS35ObQLrLSPc6LJSx { 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) { #rMa1UlLP5UZUWRffgzodsXwtToV3RPvy { 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; }
 }