.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:255,234,227;--color-primary-1:255,184,161;--color-primary-2:255,112,67;--color-primary-3:128,56,34;--color-primary-4:38,17,10;--color-secondary-0:218,230,255;--color-secondary-1:145,180,255;--color-secondary-2:71,130,255;--color-secondary-3:43,78,153;--color-secondary-4:17,39,70;--color-tertiary-0:255,255,255;--color-tertiary-1:169,177,188;--color-tertiary-2:112,125,144;--color-tertiary-3:67,75,86;--color-tertiary-4:17,39,70;--headlines-font-family:"Raleway";--paragraphs-font-family:"Raleway"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-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); }#Nbkg2QmlQcyFdzCt3C03rHWbzV68H2Bp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#Nbkg2QmlQcyFdzCt3C03rHWbzV68H2Bp > .row .container { background-color: transparent; background-image: none; }#Nbkg2QmlQcyFdzCt3C03rHWbzV68H2Bp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nbkg2QmlQcyFdzCt3C03rHWbzV68H2Bp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nbkg2QmlQcyFdzCt3C03rHWbzV68H2Bp > .row .container > .video-iframe-container { display: none; }#Nbkg2QmlQcyFdzCt3C03rHWbzV68H2Bp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nbkg2QmlQcyFdzCt3C03rHWbzV68H2Bp > .row > .video-iframe-container { display: none; }#Nbkg2QmlQcyFdzCt3C03rHWbzV68H2Bp > .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); }#Nbkg2QmlQcyFdzCt3C03rHWbzV68H2Bp > .row .container { border-width: 0; border-radius: 0; }#Nbkg2QmlQcyFdzCt3C03rHWbzV68H2Bp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Nbkg2QmlQcyFdzCt3C03rHWbzV68H2Bp > .row .container { font-size:0.875rem;font-family:arial;height:4.1875rem;width:75rem;position:relative;display:block; }#klmRfea5QV1muyRbSpNaZk9x7D45OiLK { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:9.375rem;top:0.96875rem;left:32.8125rem;overflow:hidden;display:block; }
#xnlcOblAP6QU13k2dm8EgUAteRATa4t4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ececec;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xnlcOblAP6QU13k2dm8EgUAteRATa4t4 > .row .container { background-color: transparent; background-image: none; }#xnlcOblAP6QU13k2dm8EgUAteRATa4t4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xnlcOblAP6QU13k2dm8EgUAteRATa4t4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xnlcOblAP6QU13k2dm8EgUAteRATa4t4 > .row .container > .video-iframe-container { display: none; }#xnlcOblAP6QU13k2dm8EgUAteRATa4t4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xnlcOblAP6QU13k2dm8EgUAteRATa4t4 > .row > .video-iframe-container { display: none; }#xnlcOblAP6QU13k2dm8EgUAteRATa4t4 > .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); }#xnlcOblAP6QU13k2dm8EgUAteRATa4t4 > .row .container { border-width: 0; border-radius: 0; }#xnlcOblAP6QU13k2dm8EgUAteRATa4t4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xnlcOblAP6QU13k2dm8EgUAteRATa4t4 > .row .container { font-size:0.875rem;font-family:arial;height:37.9375rem;width:75rem;position:relative;display:block; }#HAurQd4KochMT1UEH4pSthTvrHTN6E4q { color:#0c0c0c;display:block;width:54.436875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.1875rem 0.1875rem rgba(var(--color-secondary-2),1);top:17.547745704651rem;left:13.186849594116rem;height:2.84301875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SsMD1EqK8mLHxLfin4HLz7qB4r7oBzfx { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.8125rem;width:27.125rem;top:21.0625rem;left:47.875rem;overflow:hidden;display:block; }
#HaBRhHvNoToq8nu1CE55R2Hs045W7yUT { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.5rem;width:24.9375rem;top:17.3125rem;left:0rem;overflow:hidden;display:block; }
#qnO1DwmskpxLB1QKRT5kui3AiDoCluJa { position:absolute;display:block;z-index:15003;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:15.8125rem;width:21.75rem;top:2.4375rem;left:7.875rem;overflow:hidden;display:block; }
#rltveHByAs8yXIrHvA3Uwdq9ug1IFEtf { position:absolute;display:block;z-index:15004;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:13.875rem;width:25.125rem;top:3.490234375rem;left:45.609375rem;overflow:hidden;display:block; }
#TKZ4uk2PnobDH1dklE1QdCwWp95i2NwN { background-color:#e3e3e3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.81228125rem;height:2.1875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:4.6310768127441rem;left:69.748270034787rem;display:block; }
#rSVxOAQbTFKoy7qah6H1Ck60TIPTlOOC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Nz1u3WlGCk4bXTqen3cZpRTvF8LoVKxf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffafc;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Nz1u3WlGCk4bXTqen3cZpRTvF8LoVKxf > .row .container { background-color: transparent; background-image: none; }#Nz1u3WlGCk4bXTqen3cZpRTvF8LoVKxf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nz1u3WlGCk4bXTqen3cZpRTvF8LoVKxf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nz1u3WlGCk4bXTqen3cZpRTvF8LoVKxf > .row .container > .video-iframe-container { display: none; }#Nz1u3WlGCk4bXTqen3cZpRTvF8LoVKxf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nz1u3WlGCk4bXTqen3cZpRTvF8LoVKxf > .row > .video-iframe-container { display: none; }#Nz1u3WlGCk4bXTqen3cZpRTvF8LoVKxf > .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); }#Nz1u3WlGCk4bXTqen3cZpRTvF8LoVKxf > .row .container { border-width: 0; border-radius: 0; }#Nz1u3WlGCk4bXTqen3cZpRTvF8LoVKxf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Nz1u3WlGCk4bXTqen3cZpRTvF8LoVKxf > .row .container { font-size:0.875rem;font-family:arial;height:2.9375rem;width:75rem;position:relative;display:block; }#V5P3pW28RgnZXdV2xK6Ja1mOtJA1xzSI { color:#0c0c0c;display:block;width:72.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-2),0.5);top:0.8125rem;left:1.65625rem;height:1.625rem;display:block; }
#HKAnJKEivgpidxVEW555yPZppohmeES3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffbfd;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HKAnJKEivgpidxVEW555yPZppohmeES3 > .row .container { background-color: transparent; background-image: none; }#HKAnJKEivgpidxVEW555yPZppohmeES3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HKAnJKEivgpidxVEW555yPZppohmeES3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HKAnJKEivgpidxVEW555yPZppohmeES3 > .row .container > .video-iframe-container { display: none; }#HKAnJKEivgpidxVEW555yPZppohmeES3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HKAnJKEivgpidxVEW555yPZppohmeES3 > .row > .video-iframe-container { display: none; }#HKAnJKEivgpidxVEW555yPZppohmeES3 > .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); }#HKAnJKEivgpidxVEW555yPZppohmeES3 > .row .container { border-width: 0; border-radius: 0; }#HKAnJKEivgpidxVEW555yPZppohmeES3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HKAnJKEivgpidxVEW555yPZppohmeES3 > .row .container { font-size:0.875rem;font-family:arial;height:21.6875rem;width:75rem;position:relative;display:block; }#PQHfdnFCkCPV0WvrQkHwHE4VQ1tCJ71x { color:#003975;display:block;width:34.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.728515625rem;left:1.78125rem;height:14.287125rem;display:block; }
#vsg5EQleMcncaTCcVAXNaTgDZT7tFMrC { color:#003975;display:block;width:33.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.728515625rem;left:39.28125rem;height:15.5859375rem;display:block; }
#zIhJOS3WCndJTzZ5PWkQJTumNw4Lf51r { 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:15.49925rem;width:24.375rem;top:14.4384765625rem;left:6.5625rem;overflow:hidden;display:block; }
#TiQ6b81WPSpQ4FgxqO5uwbbpgxLAuQAx { position:relative;display:block; }#TiQ6b81WPSpQ4FgxqO5uwbbpgxLAuQAx { background-color: transparent; background-image: none; }#TiQ6b81WPSpQ4FgxqO5uwbbpgxLAuQAx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TiQ6b81WPSpQ4FgxqO5uwbbpgxLAuQAx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),1); }#TiQ6b81WPSpQ4FgxqO5uwbbpgxLAuQAx > .row .container > .video-iframe-container { display: none; }#TiQ6b81WPSpQ4FgxqO5uwbbpgxLAuQAx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TiQ6b81WPSpQ4FgxqO5uwbbpgxLAuQAx > .row > .video-iframe-container { display: none; }#TiQ6b81WPSpQ4FgxqO5uwbbpgxLAuQAx > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),1); }#TiQ6b81WPSpQ4FgxqO5uwbbpgxLAuQAx { border-width: 0; border-radius: 0; }#TiQ6b81WPSpQ4FgxqO5uwbbpgxLAuQAx > .row .container::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#TiQ6b81WPSpQ4FgxqO5uwbbpgxLAuQAx > .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; }#TiQ6b81WPSpQ4FgxqO5uwbbpgxLAuQAx > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/273f2a1b-b523-4ad0-bebd-69354079630e/Untitleddesign11.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:67.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TiQ6b81WPSpQ4FgxqO5uwbbpgxLAuQAx > .row .container.adaptive-delivery-prevent-bg, #TiQ6b81WPSpQ4FgxqO5uwbbpgxLAuQAx > .row .container.lazyload, #TiQ6b81WPSpQ4FgxqO5uwbbpgxLAuQAx > .row .container.lazyloading { background-image: none; }#Oa6Qut5H7RkxRIKChQhIcb8AK4TRdOUo { box-sizing:content-box;height:61.0625rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:2.6875rem;left:0rem;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; }
#QioJGtCxNABEfqAz5ihe4MRBK5BVy4ss { background-color:rgba(var(--color-secondary-4),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:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.8100625rem;height:2.37426875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:56.4990234375rem;left:32.34375rem;display:block; }
#ZnT4idZg4TlIV9RsHqOfwbp65WlXXKTL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#maWzuE7krX10C96RFtwig6liS8x3F5k2 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.7485625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.434326171875rem;left:3.34228515625rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eTCXhzvLIR6ietfAXOL72MxddqsyOgGA { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:7.75rem;width:14.0625rem;top:12.625rem;left:3.6875rem;overflow:hidden;display:block; }
#HODRi77d5ExTm4XGV2o9nGManbu9wmZD { color:rgba(var(--color-tertiary-4),1);display:block;width:14.4360625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:22.8125rem;left:3.8125rem;height:3.896475rem;display:block; }
#LERn5rMs9I2PqbPwvWt06CxgJaRiMOu9 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:22.8125rem;left:22.0625rem;height:3.896475rem;display:block; }
#asKseEO1FOUVvD0AtgkTOTB4mT5nfgSA { color:rgba(var(--color-tertiary-4),1);display:block;width:14.3745rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:22.8125rem;left:39rem;height:3.896475rem;display:block; }
#u9dDaOZ0fuuafMNv36eamEhHSCH8g9hu { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:7.75rem;width:14.0625rem;top:12.625rem;left:21.8125rem;overflow:hidden;display:block; }
#lKlnaXcIy40gum2oAKmip9vKuSXCgCn1 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:7.75rem;width:14.0625rem;top:12.625rem;left:39.25rem;overflow:hidden;display:block; }
#MlfcnaibnDOchfA0s7H4FPxiB1tZ8evf { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:7.75rem;width:14.0625rem;top:12.625rem;left:57.25rem;overflow:hidden;display:block; }
#mNJp9b5ogKm0cfkLIlGzCW87GQPsToRR { color:rgba(var(--color-tertiary-4),1);display:block;width:13.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:22.8125rem;left:57.5625rem;height:3.896475rem;display:block; }
#MKfHOSvBilNdiixOOt9vhkVG7KKwlobe { position:absolute;display:block;z-index:15030;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:15.625rem;width:28.9355625rem;top:55.810546875rem;left:46.063232421875rem;overflow:hidden;display:block; }
#vKIOshpbVTJbHHcRQSGTUNCKlxnBLllD { position:absolute;display:block;z-index:15030;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:15.9375rem;width:30rem;top:64.6240234375rem;left:7.474365234375rem;overflow:hidden;display:block; }
#TTrpZrtSmMfLtFstNCrwr66ZomwiPTI9 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:7.75rem;width:14.0625rem;top:34.75rem;left:3.6875rem;overflow:hidden;display:block; }
#aNLsUdymGT1pNMkwzo0g1JX7d59waNu6 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:7.75rem;width:14.0625rem;top:34.75rem;left:21.8125rem;overflow:hidden;display:block; }
#GbIFQpaJr5A6VMogd19V1X9tklR2ndwz { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:7.75rem;width:14.0625rem;top:34.75rem;left:39.25rem;overflow:hidden;display:block; }
#vkX1xztAL8b9vh1n0t6ryDSlConeJXWZ { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:7.75rem;width:14.0625rem;top:34.75rem;left:57.25rem;overflow:hidden;display:block; }
#Gh9ue4ox0vgGHOPs2hH2F1sLo1vsiUTS { color:rgba(var(--color-tertiary-4),1);display:block;width:13.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:44.9375rem;left:57.5625rem;height:3.896475rem;display:block; }
#lmxq3ETQWT8bc91WkIEMGEqInVPPt9ez { color:rgba(var(--color-tertiary-4),1);display:block;width:14.3745rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:44.9375rem;left:39rem;height:3.896475rem;display:block; }
#Jvx45quSEDm2Ff7c3MUTfoc8Cr3O9kBb { color:rgba(var(--color-tertiary-4),1);display:block;width:13.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:44.9375rem;left:22.0625rem;height:3.896475rem;display:block; }
#yL9KpBfT1ATkyIfE4tzyp5pXo00tI1fc { color:rgba(var(--color-tertiary-4),1);display:block;width:14.4360625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:44.9375rem;left:3.8125rem;height:3.896475rem;display:block; }
#QyILQdDEUfchm3Egpof9rTrHiyDKAw5C { position:relative;display:block; }#QyILQdDEUfchm3Egpof9rTrHiyDKAw5C { background-color: transparent; background-image: none; }#QyILQdDEUfchm3Egpof9rTrHiyDKAw5C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QyILQdDEUfchm3Egpof9rTrHiyDKAw5C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QyILQdDEUfchm3Egpof9rTrHiyDKAw5C > .row .container > .video-iframe-container { display: none; }#QyILQdDEUfchm3Egpof9rTrHiyDKAw5C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QyILQdDEUfchm3Egpof9rTrHiyDKAw5C > .row > .video-iframe-container { display: none; }#QyILQdDEUfchm3Egpof9rTrHiyDKAw5C > .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); }#QyILQdDEUfchm3Egpof9rTrHiyDKAw5C { border-width: 0; border-radius: 0; }#QyILQdDEUfchm3Egpof9rTrHiyDKAw5C > .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; }#QyILQdDEUfchm3Egpof9rTrHiyDKAw5C > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ececec;background-image:none;font-size:0.875rem;font-family:arial;height:67.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#T4M9ERJtGIlQCRXK3B6COEiTzcwgK5rw { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.1) ;height:42.125rem;width:70.5625rem;top:13.125rem;left:2.1875rem;display:block; }
#qbTCC3cpMseDgxdR6mJz7Pcbz0JLsTwm { background-color:#112746;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:2.25rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:60.875rem;left:30.9375rem;display:block; }
#ian0CQOqlxQyanQlF3euRFi7Cv78w4xV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#M9hQmNoBCZekGzWedbm3GNhtEADsNXMu { color:#0c0c0c;display:block;width:16rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:6.0625rem;left:2.1875rem;height:2.0317375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qiEw4cOUXe8B7kNqT6vIImFZD8z0r3h0 { position:absolute;display:block;z-index:15030;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:23.6875rem;width:25.8125rem;top:55.8125rem;left:0rem;overflow:hidden;display:block; }
#dBUuUnsxmfoTQkRIpuGrRGTkzRyVd9h8 { position:relative;display:block; }#dBUuUnsxmfoTQkRIpuGrRGTkzRyVd9h8 { background-color: transparent; background-image: none; }#dBUuUnsxmfoTQkRIpuGrRGTkzRyVd9h8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dBUuUnsxmfoTQkRIpuGrRGTkzRyVd9h8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dBUuUnsxmfoTQkRIpuGrRGTkzRyVd9h8 > .row .container > .video-iframe-container { display: none; }#dBUuUnsxmfoTQkRIpuGrRGTkzRyVd9h8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dBUuUnsxmfoTQkRIpuGrRGTkzRyVd9h8 > .row > .video-iframe-container { display: none; }#dBUuUnsxmfoTQkRIpuGrRGTkzRyVd9h8 > .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); }#dBUuUnsxmfoTQkRIpuGrRGTkzRyVd9h8 { border-width: 0; border-radius: 0; }#dBUuUnsxmfoTQkRIpuGrRGTkzRyVd9h8 > .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; }#dBUuUnsxmfoTQkRIpuGrRGTkzRyVd9h8 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/273f2a1b-b523-4ad0-bebd-69354079630e/Untitleddesign11.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:93.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#dBUuUnsxmfoTQkRIpuGrRGTkzRyVd9h8 > .row .container.adaptive-delivery-prevent-bg, #dBUuUnsxmfoTQkRIpuGrRGTkzRyVd9h8 > .row .container.lazyload, #dBUuUnsxmfoTQkRIpuGrRGTkzRyVd9h8 > .row .container.lazyloading { background-image: none; }#TN7097E4AOt7f9oQIqqFEAZAVONXZxET { color:#003975;display:block;width:23.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:13.4111328125rem;left:2.0625rem;height:2.0317375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QZwL2TJ81vzhIA21K0SKhUR2usy2IZy1 { position:absolute;display:block;z-index:15003;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:20.3125rem;width:35.5625rem;top:72.5625rem;left:20.65625rem;overflow:hidden;display:block; }
#RlQxgKTKIDMTH5lMTbJtfK495IXrsScC { position:absolute;display:block;z-index:15004;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:7.5625rem;width:8.3125rem;top:22rem;left:14.8125rem;overflow:hidden;display:block; }
#dkt70WTiqUUTBT3v2wO1Ra2mIxC1JTMy { position:absolute;display:block;z-index:15005;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:8.311625rem;width:7.4370625rem;top:22.875rem;left:26.375rem;overflow:hidden;display:block; }
#BGLdEsvAALpy8WuuZvLDbGBTilmOkJbS { 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:8.4375rem;width:8.6870625rem;top:21.5625rem;left:36.875rem;overflow:hidden;display:block; }
#uZu6MacbhyDa3RBreCMds0HcyZO48nAu { 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:8.624125rem;width:10rem;top:22.6875rem;left:47.9375rem;overflow:hidden;display:block; }
#gJqyzcxz0nva4awhWTbHW8G664W6v08T { position:absolute;display:block;z-index:15003;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:16.4375rem;width:21.75rem;top:2.6865234375rem;left:46.641968288502rem;overflow:hidden;display:block; }
#MEOmV6E22OJXBr87cJ3HetfXBlsPe3IP { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:30rem;width:16.875rem;top:37.8125rem;left:7.875rem;display:block; }
#kMWgSgwJsZQaxI1PbWV7186H06AbSezN { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:30rem;width:16.875rem;top:37.8125rem;left:29.9375rem;display:block; }
#oJk7nK48NGX93QM9dk7cdKO9XmeMEvu2 { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:30rem;width:16.875rem;top:37.8125rem;left:52.1875rem;display:block; }
#T8b3lB5rxL1Rtqiz5dTLvn4svUoZhZ01 { position:relative;display:block; }#T8b3lB5rxL1Rtqiz5dTLvn4svUoZhZ01 { background-color: transparent; background-image: none; }#T8b3lB5rxL1Rtqiz5dTLvn4svUoZhZ01::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T8b3lB5rxL1Rtqiz5dTLvn4svUoZhZ01 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T8b3lB5rxL1Rtqiz5dTLvn4svUoZhZ01 > .row .container > .video-iframe-container { display: none; }#T8b3lB5rxL1Rtqiz5dTLvn4svUoZhZ01 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T8b3lB5rxL1Rtqiz5dTLvn4svUoZhZ01 > .row > .video-iframe-container { display: none; }#T8b3lB5rxL1Rtqiz5dTLvn4svUoZhZ01 > .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); }#T8b3lB5rxL1Rtqiz5dTLvn4svUoZhZ01 { border-width: 0; border-radius: 0; }#T8b3lB5rxL1Rtqiz5dTLvn4svUoZhZ01 > .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; }#T8b3lB5rxL1Rtqiz5dTLvn4svUoZhZ01 > .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:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Wuoq81vNnyal7FaPLSz5F8CuT0RHUgBL { color:#000000;display:block;width:39.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:4.2626953125rem;left:33.8115234375rem;height:11.6894375rem;display:block; }
#qh9Tbf8eMKdxfvu3B6racvWq5W4dW59q { position:absolute;display:block;z-index:15003;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.4375rem;width:31.3125rem;top:5.7172317504883rem;left:0rem;overflow:hidden;display:block; }
#cEDczyT4vRTSQ81WbhkvCnopwdozMVzE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cEDczyT4vRTSQ81WbhkvCnopwdozMVzE > .row .container { background-color: transparent; background-image: none; }#cEDczyT4vRTSQ81WbhkvCnopwdozMVzE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cEDczyT4vRTSQ81WbhkvCnopwdozMVzE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cEDczyT4vRTSQ81WbhkvCnopwdozMVzE > .row .container > .video-iframe-container { display: none; }#cEDczyT4vRTSQ81WbhkvCnopwdozMVzE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cEDczyT4vRTSQ81WbhkvCnopwdozMVzE > .row > .video-iframe-container { display: none; }#cEDczyT4vRTSQ81WbhkvCnopwdozMVzE > .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); }#cEDczyT4vRTSQ81WbhkvCnopwdozMVzE > .row .container { border-width: 0; border-radius: 0; }#cEDczyT4vRTSQ81WbhkvCnopwdozMVzE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cEDczyT4vRTSQ81WbhkvCnopwdozMVzE > .row .container { font-size:0.875rem;font-family:arial;height:2.75rem;width:75rem;position:relative;display:block; }#xCneNWQnMZOtf7TaNksbUQ7Tq9uSgHz0 { color:#000000;display:block;width:6.125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0.724609375rem;left:34.4375rem;height:1.2999125rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Nbkg2QmlQcyFdzCt3C03rHWbzV68H2Bp { display:block; }#Nbkg2QmlQcyFdzCt3C03rHWbzV68H2Bp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #klmRfea5QV1muyRbSpNaZk9x7D45OiLK { top:0.9375rem;left:19.1875rem;width:9.375rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnlcOblAP6QU13k2dm8EgUAteRATa4t4 { display:block; }#xnlcOblAP6QU13k2dm8EgUAteRATa4t4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HAurQd4KochMT1UEH4pSthTvrHTN6E4q { top:17.5rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SsMD1EqK8mLHxLfin4HLz7qB4r7oBzfx { top:21.0625rem;left:20.625rem;width:27.125rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HaBRhHvNoToq8nu1CE55R2Hs045W7yUT { top:17.3125rem;left:0rem;width:24.9375rem;height:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnO1DwmskpxLB1QKRT5kui3AiDoCluJa { top:2.4375rem;left:0rem;width:21.8125rem;height:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rltveHByAs8yXIrHvA3Uwdq9ug1IFEtf { top:3.4375rem;left:22.625rem;width:25.125rem;height:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKZ4uk2PnobDH1dklE1QdCwWp95i2NwN { width:4.75rem;height:2.1875rem;top:4.625rem;left:42.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSVxOAQbTFKoy7qah6H1Ck60TIPTlOOC { display:block; }
 }@media only screen and (max-width: 763px) { #Nz1u3WlGCk4bXTqen3cZpRTvF8LoVKxf { display:block; }#Nz1u3WlGCk4bXTqen3cZpRTvF8LoVKxf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V5P3pW28RgnZXdV2xK6Ja1mOtJA1xzSI { top:0.8125rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKAnJKEivgpidxVEW555yPZppohmeES3 { display:block; }#HKAnJKEivgpidxVEW555yPZppohmeES3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PQHfdnFCkCPV0WvrQkHwHE4VQ1tCJ71x { top:1.6875rem;left:0rem;width:34.25rem;height:14.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsg5EQleMcncaTCcVAXNaTgDZT7tFMrC { top:1.6875rem;left:13.8125rem;width:33.9375rem;height:15.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIhJOS3WCndJTzZ5PWkQJTumNw4Lf51r { top:14.4375rem;left:0rem;width:24.375rem;height:15.49925rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiQ6b81WPSpQ4FgxqO5uwbbpgxLAuQAx { display:block; }#TiQ6b81WPSpQ4FgxqO5uwbbpgxLAuQAx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Oa6Qut5H7RkxRIKChQhIcb8AK4TRdOUo { top:2.6875rem;left:0rem;width:47.75rem;height:61rem;display:block; }
 }@media only screen and (max-width: 763px) { #QioJGtCxNABEfqAz5ihe4MRBK5BVy4ss { width:12.75rem;height:2.3125rem;top:56.4375rem;left:18.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnT4idZg4TlIV9RsHqOfwbp65WlXXKTL { display:block; }
 }@media only screen and (max-width: 763px) { #maWzuE7krX10C96RFtwig6liS8x3F5k2 { top:6.375rem;left:0rem;width:14.6875rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTCXhzvLIR6ietfAXOL72MxddqsyOgGA { top:12.625rem;left:0rem;width:14.0625rem;height:7.749rem;display:block; }
 }@media only screen and (max-width: 763px) { #HODRi77d5ExTm4XGV2o9nGManbu9wmZD { top:22.8125rem;left:0rem;width:14.375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LERn5rMs9I2PqbPwvWt06CxgJaRiMOu9 { top:22.8125rem;left:8.4375rem;width:13.625rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #asKseEO1FOUVvD0AtgkTOTB4mT5nfgSA { top:22.8125rem;left:25.375rem;width:14.3125rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9dDaOZ0fuuafMNv36eamEhHSCH8g9hu { top:12.625rem;left:8.1875rem;width:14.0625rem;height:7.749rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKlnaXcIy40gum2oAKmip9vKuSXCgCn1 { top:12.625rem;left:25.625rem;width:14.0625rem;height:7.749rem;display:block; }
 }@media only screen and (max-width: 763px) { #MlfcnaibnDOchfA0s7H4FPxiB1tZ8evf { top:12.625rem;left:33.6875rem;width:14.0625rem;height:7.749rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNJp9b5ogKm0cfkLIlGzCW87GQPsToRR { top:22.8125rem;left:34.125rem;width:13.5625rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKfHOSvBilNdiixOOt9vhkVG7KKwlobe { top:55.75rem;left:18.875rem;width:28.875rem;height:15.592296676451rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKIOshpbVTJbHHcRQSGTUNCKlxnBLllD { top:64.5625rem;left:0rem;width:30rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTrpZrtSmMfLtFstNCrwr66ZomwiPTI9 { top:34.75rem;left:0rem;width:14.0625rem;height:7.749rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNLsUdymGT1pNMkwzo0g1JX7d59waNu6 { top:34.75rem;left:8.1875rem;width:14.0625rem;height:7.749rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbIFQpaJr5A6VMogd19V1X9tklR2ndwz { top:34.75rem;left:25.625rem;width:14.0625rem;height:7.749rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkX1xztAL8b9vh1n0t6ryDSlConeJXWZ { top:34.75rem;left:33.6875rem;width:14.0625rem;height:7.749rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gh9ue4ox0vgGHOPs2hH2F1sLo1vsiUTS { top:44.9375rem;left:34.1875rem;width:13.5625rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmxq3ETQWT8bc91WkIEMGEqInVPPt9ez { top:44.9375rem;left:25.375rem;width:14.3125rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jvx45quSEDm2Ff7c3MUTfoc8Cr3O9kBb { top:44.9375rem;left:8.4375rem;width:13.625rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yL9KpBfT1ATkyIfE4tzyp5pXo00tI1fc { top:44.9375rem;left:0rem;width:14.375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyILQdDEUfchm3Egpof9rTrHiyDKAw5C { display:block; }#QyILQdDEUfchm3Egpof9rTrHiyDKAw5C > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T4M9ERJtGIlQCRXK3B6COEiTzcwgK5rw { width:47.75rem;height:28.506200177148rem;top:13.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbTCC3cpMseDgxdR6mJz7Pcbz0JLsTwm { width:13.125rem;height:2.25rem;top:60.875rem;left:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ian0CQOqlxQyanQlF3euRFi7Cv78w4xV { display:block; }
 }@media only screen and (max-width: 763px) { #M9hQmNoBCZekGzWedbm3GNhtEADsNXMu { top:6.0625rem;left:0rem;width:16rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qiEw4cOUXe8B7kNqT6vIImFZD8z0r3h0 { top:55.8125rem;left:0rem;width:25.8125rem;height:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBUuUnsxmfoTQkRIpuGrRGTkzRyVd9h8 { display:block; }#dBUuUnsxmfoTQkRIpuGrRGTkzRyVd9h8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TN7097E4AOt7f9oQIqqFEAZAVONXZxET { top:13.375rem;left:0rem;width:23.8125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZwL2TJ81vzhIA21K0SKhUR2usy2IZy1 { top:72.5625rem;left:7.03125rem;width:35.5625rem;height:20.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlQxgKTKIDMTH5lMTbJtfK495IXrsScC { top:22rem;left:1.1875rem;width:8.25rem;height:7.505808882138rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkt70WTiqUUTBT3v2wO1Ra2mIxC1JTMy { top:22.875rem;left:12.75rem;width:7.375rem;height:8.2423881707235rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGLdEsvAALpy8WuuZvLDbGBTilmOkJbS { top:21.5625rem;left:23.25rem;width:8.625rem;height:8.3782451646327rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZu6MacbhyDa3RBreCMds0HcyZO48nAu { top:22.6875rem;left:34.3125rem;width:10rem;height:8.6230625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJqyzcxz0nva4awhWTbHW8G664W6v08T { top:2.625rem;left:26rem;width:21.75rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEOmV6E22OJXBr87cJ3HetfXBlsPe3IP { top:37.8125rem;left:0rem;width:16.875rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMWgSgwJsZQaxI1PbWV7186H06AbSezN { top:37.8125rem;left:16.3125rem;width:16.875rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJk7nK48NGX93QM9dk7cdKO9XmeMEvu2 { top:37.8125rem;left:30.875rem;width:16.875rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8b3lB5rxL1Rtqiz5dTLvn4svUoZhZ01 { display:block; }#T8b3lB5rxL1Rtqiz5dTLvn4svUoZhZ01 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wuoq81vNnyal7FaPLSz5F8CuT0RHUgBL { top:4.25rem;left:8.25rem;width:39.5rem;height:11.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qh9Tbf8eMKdxfvu3B6racvWq5W4dW59q { top:5.6875rem;left:0rem;width:31.3125rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEDczyT4vRTSQ81WbhkvCnopwdozMVzE { display:block; }#cEDczyT4vRTSQ81WbhkvCnopwdozMVzE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xCneNWQnMZOtf7TaNksbUQ7Tq9uSgHz0 { top:0.6875rem;left:20.8125rem;width:6.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Nbkg2QmlQcyFdzCt3C03rHWbzV68H2Bp { position:relative;z-index:auto;display:block; }#Nbkg2QmlQcyFdzCt3C03rHWbzV68H2Bp > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #klmRfea5QV1muyRbSpNaZk9x7D45OiLK { width:9.37425rem;height:2.2497125rem;top:1.25rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnlcOblAP6QU13k2dm8EgUAteRATa4t4 { background-color:#ececec;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xnlcOblAP6QU13k2dm8EgUAteRATa4t4 > .row .container { background-color: transparent; background-image: none; }#xnlcOblAP6QU13k2dm8EgUAteRATa4t4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xnlcOblAP6QU13k2dm8EgUAteRATa4t4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xnlcOblAP6QU13k2dm8EgUAteRATa4t4 > .row .container > .video-iframe-container { display: none; }#xnlcOblAP6QU13k2dm8EgUAteRATa4t4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xnlcOblAP6QU13k2dm8EgUAteRATa4t4 > .row > .video-iframe-container { display: none; }#xnlcOblAP6QU13k2dm8EgUAteRATa4t4 > .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); }#xnlcOblAP6QU13k2dm8EgUAteRATa4t4 > .row .container { border-width: 0; border-radius: 0; }#xnlcOblAP6QU13k2dm8EgUAteRATa4t4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xnlcOblAP6QU13k2dm8EgUAteRATa4t4 > .row .container { width:20rem;height:50.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HAurQd4KochMT1UEH4pSthTvrHTN6E4q { width:19.9965625rem;height:5.35766875rem;top:24.27978515625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SsMD1EqK8mLHxLfin4HLz7qB4r7oBzfx { width:17.3115rem;height:11.3115rem;top:37.91015625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HaBRhHvNoToq8nu1CE55R2Hs045W7yUT { width:14.3745rem;height:12.375rem;top:2.22509765625rem;left:4.5615234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnO1DwmskpxLB1QKRT5kui3AiDoCluJa { width:15.4365rem;height:11.187rem;top:12.9755859375rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #rltveHByAs8yXIrHvA3Uwdq9ug1IFEtf { width:16.4970625rem;height:9.0615rem;top:29.6396484375rem;left:3.50390625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKZ4uk2PnobDH1dklE1QdCwWp95i2NwN { width:4.749025rem;height:2.1870125rem;top:0.6005859375rem;left:14.62353515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSVxOAQbTFKoy7qah6H1Ck60TIPTlOOC { display:block; }
 }@media only screen and (max-width: 763px) { #Nz1u3WlGCk4bXTqen3cZpRTvF8LoVKxf { display:block; }#Nz1u3WlGCk4bXTqen3cZpRTvF8LoVKxf > .row .container { width:20rem;height:2.873535546875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V5P3pW28RgnZXdV2xK6Ja1mOtJA1xzSI { width:19.9989375rem;height:1.625rem;top:1.2489147186279rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HKAnJKEivgpidxVEW555yPZppohmeES3 { display:block; }#HKAnJKEivgpidxVEW555yPZppohmeES3 > .row .container { width:20rem;height:68.883078125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PQHfdnFCkCPV0WvrQkHwHE4VQ1tCJ71x { width:19.9989375rem;height:24.67775rem;top:1.9368505477905rem;left:0rem;font-size:1rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #vsg5EQleMcncaTCcVAXNaTgDZT7tFMrC { width:19.9980625rem;height:28.57425rem;top:27.6650390625rem;left:0rem;font-size:1rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #zIhJOS3WCndJTzZ5PWkQJTumNw4Lf51r { width:20rem;height:12.624rem;top:56.259765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiQ6b81WPSpQ4FgxqO5uwbbpgxLAuQAx { display:block; }#TiQ6b81WPSpQ4FgxqO5uwbbpgxLAuQAx > .row .container { width:20rem;height:193.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Oa6Qut5H7RkxRIKChQhIcb8AK4TRdOUo { width:20rem;height:180.8125rem;top:-1.251220703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QioJGtCxNABEfqAz5ihe4MRBK5BVy4ss { width:10.8105625rem;height:1.9360375rem;top:174.8095703125rem;left:4.593505859375rem;font-family:raleway;display:block; }
 }@media only screen and (max-width: 763px) { #ZnT4idZg4TlIV9RsHqOfwbp65WlXXKTL { display:block; }
 }@media only screen and (max-width: 763px) { #maWzuE7krX10C96RFtwig6liS8x3F5k2 { width:12.4970625rem;height:1.29980625rem;top:1.62109375rem;left:2.96875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eTCXhzvLIR6ietfAXOL72MxddqsyOgGA { width:14.0625rem;height:7.75rem;top:5.9982641013339rem;left:2.9354747533798rem;display:block; }
 }@media only screen and (max-width: 763px) { #HODRi77d5ExTm4XGV2o9nGManbu9wmZD { width:14.625rem;height:3.896475rem;top:15.123046875rem;left:2.96875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LERn5rMs9I2PqbPwvWt06CxgJaRiMOu9 { width:15.1875rem;height:3.896475rem;top:34.359375rem;left:2.96875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #asKseEO1FOUVvD0AtgkTOTB4mT5nfgSA { width:15.125rem;height:3.896475rem;top:53.7451171875rem;left:2.96875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9dDaOZ0fuuafMNv36eamEhHSCH8g9hu { width:14.0625rem;height:7.75rem;top:24.873403549194rem;left:2.9050928354263rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKlnaXcIy40gum2oAKmip9vKuSXCgCn1 { width:14.0625rem;height:7.75rem;top:44.121826648712rem;left:2.9050928354263rem;display:block; }
 }@media only screen and (max-width: 763px) { #MlfcnaibnDOchfA0s7H4FPxiB1tZ8evf { width:14.0625rem;height:7.75rem;top:63.342744827269rem;left:2.9050928354263rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNJp9b5ogKm0cfkLIlGzCW87GQPsToRR { width:15.6875rem;height:3.896475rem;top:72.9111328125rem;left:2.96875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKfHOSvBilNdiixOOt9vhkVG7KKwlobe { width:18.374rem;height:9.87425rem;top:82.7880859375rem;left:0.81298828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKIOshpbVTJbHHcRQSGTUNCKlxnBLllD { width:20rem;height:10.625rem;top:180.52124023438rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TTrpZrtSmMfLtFstNCrwr66ZomwiPTI9 { width:14.0625rem;height:7.749rem;top:98.125rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNLsUdymGT1pNMkwzo0g1JX7d59waNu6 { width:14.0625rem;height:7.749rem;top:116.625rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbIFQpaJr5A6VMogd19V1X9tklR2ndwz { width:14.0625rem;height:7.749rem;top:136.4375rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkX1xztAL8b9vh1n0t6ryDSlConeJXWZ { width:14.0625rem;height:7.749rem;top:156.5625rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gh9ue4ox0vgGHOPs2hH2F1sLo1vsiUTS { width:13.562rem;height:3.896475rem;top:166.1875rem;left:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmxq3ETQWT8bc91WkIEMGEqInVPPt9ez { width:14.3115rem;height:3.896475rem;top:147.125rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jvx45quSEDm2Ff7c3MUTfoc8Cr3O9kBb { width:13.62425rem;height:3.896475rem;top:127.0625rem;left:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yL9KpBfT1ATkyIfE4tzyp5pXo00tI1fc { width:14.375rem;height:3.896475rem;top:108.125rem;left:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyILQdDEUfchm3Egpof9rTrHiyDKAw5C { background-color:#ececec;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QyILQdDEUfchm3Egpof9rTrHiyDKAw5C > .row .container { background-color: transparent; background-image: none; }#QyILQdDEUfchm3Egpof9rTrHiyDKAw5C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QyILQdDEUfchm3Egpof9rTrHiyDKAw5C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QyILQdDEUfchm3Egpof9rTrHiyDKAw5C > .row .container > .video-iframe-container { display: none; }#QyILQdDEUfchm3Egpof9rTrHiyDKAw5C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QyILQdDEUfchm3Egpof9rTrHiyDKAw5C > .row > .video-iframe-container { display: none; }#QyILQdDEUfchm3Egpof9rTrHiyDKAw5C > .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); }#QyILQdDEUfchm3Egpof9rTrHiyDKAw5C > .row .container { border-width: 0; border-radius: 0; }#QyILQdDEUfchm3Egpof9rTrHiyDKAw5C > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QyILQdDEUfchm3Egpof9rTrHiyDKAw5C > .row .container { width:20rem;height:39.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T4M9ERJtGIlQCRXK3B6COEiTzcwgK5rw { width:19.9989375rem;height:10.7584375rem;top:5.5164909362793rem;left:0rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #qbTCC3cpMseDgxdR6mJz7Pcbz0JLsTwm { width:10.8115rem;height:1.936525rem;top:20.203125rem;left:4.59375rem;font-family:raleway;display:block; }
 }@media only screen and (max-width: 763px) { #ian0CQOqlxQyanQlF3euRFi7Cv78w4xV { display:block; }
 }@media only screen and (max-width: 763px) { #M9hQmNoBCZekGzWedbm3GNhtEADsNXMu { width:15.9971875rem;height:1.2999125rem;top:2.0898494720459rem;left:2.0008681416511rem;font-size:1rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #qiEw4cOUXe8B7kNqT6vIImFZD8z0r3h0 { width:13.4375rem;height:12.375rem;top:24.3896484375rem;left:2.65625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #dBUuUnsxmfoTQkRIpuGrRGTkzRyVd9h8 { display:block; }#dBUuUnsxmfoTQkRIpuGrRGTkzRyVd9h8 > .row .container { width:20rem;height:164.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TN7097E4AOt7f9oQIqqFEAZAVONXZxET { width:14.5625rem;height:1.2999125rem;top:3.1572265625rem;left:3.2802734375rem;font-size:1rem;color:#0c0c0c;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QZwL2TJ81vzhIA21K0SKhUR2usy2IZy1 { width:20rem;height:11.4225rem;top:43.521053314209rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlQxgKTKIDMTH5lMTbJtfK495IXrsScC { width:6.8120625rem;height:6.18706875rem;top:7.875rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkt70WTiqUUTBT3v2wO1Ra2mIxC1JTMy { width:5.99935rem;height:6.749125rem;top:16.5rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGLdEsvAALpy8WuuZvLDbGBTilmOkJbS { width:7.1245625rem;height:6.936875rem;top:25.3125rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZu6MacbhyDa3RBreCMds0HcyZO48nAu { width:7.6248125rem;height:6.5625rem;top:34.3125rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJqyzcxz0nva4awhWTbHW8G664W6v08T { width:14.5rem;height:10.9375rem;top:152.5625rem;left:2.75rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #MEOmV6E22OJXBr87cJ3HetfXBlsPe3IP { width:16.875rem;height:30rem;top:58.5rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMWgSgwJsZQaxI1PbWV7186H06AbSezN { width:16.875rem;height:30rem;top:89.75rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJk7nK48NGX93QM9dk7cdKO9XmeMEvu2 { width:16.875rem;height:30rem;top:121rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8b3lB5rxL1Rtqiz5dTLvn4svUoZhZ01 { display:block; }#T8b3lB5rxL1Rtqiz5dTLvn4svUoZhZ01 > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wuoq81vNnyal7FaPLSz5F8CuT0RHUgBL { width:19.9989375rem;height:8.9294375rem;top:8.9984817504881rem;left:0rem;font-size:0.625rem;text-align:justify;text-align-last:initial;color:#003975;display:block; }
 }@media only screen and (max-width: 763px) { #qh9Tbf8eMKdxfvu3B6racvWq5W4dW59q { width:20rem;height:4.0625rem;top:3.1846809387207rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEDczyT4vRTSQ81WbhkvCnopwdozMVzE { display:block; }#cEDczyT4vRTSQ81WbhkvCnopwdozMVzE > .row .container { width:20rem;height:2.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xCneNWQnMZOtf7TaNksbUQ7Tq9uSgHz0 { width:6.12413125rem;height:1.2999125rem;top:0.62282943725586rem;left:6.9368494153025rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }