.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}body { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container { display: none; }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .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); }#x3cWkJLnvCSIyeV8yTcRON2TlfZU84J7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/yp2IWjCU/header.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;display:block; }#x3cWkJLnvCSIyeV8yTcRON2TlfZU84J7.adaptive-delivery-prevent-bg, #x3cWkJLnvCSIyeV8yTcRON2TlfZU84J7.lazyload, #x3cWkJLnvCSIyeV8yTcRON2TlfZU84J7.lazyloading { background-image: none; }#x3cWkJLnvCSIyeV8yTcRON2TlfZU84J7 > .row .container { background-color: transparent; background-image: none; }#x3cWkJLnvCSIyeV8yTcRON2TlfZU84J7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(244,244,244,0.78); }#x3cWkJLnvCSIyeV8yTcRON2TlfZU84J7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x3cWkJLnvCSIyeV8yTcRON2TlfZU84J7 > .row .container > .video-iframe-container { display: none; }#x3cWkJLnvCSIyeV8yTcRON2TlfZU84J7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(244,244,244,0.78); }#x3cWkJLnvCSIyeV8yTcRON2TlfZU84J7 > .row > .video-iframe-container { display: none; }#x3cWkJLnvCSIyeV8yTcRON2TlfZU84J7 > .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); }#x3cWkJLnvCSIyeV8yTcRON2TlfZU84J7 > .row .container { border-width: 0; border-radius: 0; }#x3cWkJLnvCSIyeV8yTcRON2TlfZU84J7::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#x3cWkJLnvCSIyeV8yTcRON2TlfZU84J7 > .row > .video-iframe-container {  }#x3cWkJLnvCSIyeV8yTcRON2TlfZU84J7 > .row .container { font-size:0.875rem;font-family:arial;height:42.875rem;width:75rem;position:relative;display:block; }#OQguaLcOv31hsJo21MTXhQkTaTOO3mTi { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.8125rem;width:13.8125rem;top:2rem;left:30.59375rem;overflow:hidden;display:block; }
#GUHV5mII2rQHObKoaRR7iDfKvJ6L6UAs { color:#203949;display:block;width:50.6875rem;position:absolute;font-family:"titillium web";font-size:3.4375rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:9.25rem;left:12.15625rem;height:4.46875rem;font-style:normal;text-align:center;text-align-last:center;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; }
#Ey8GQGt3M7p7bfHyOcbOn0TRhJ1rhbHM { color:#203949;display:block;width:50.6875rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:400;z-index:100003;line-height:1.3;letter-spacing:0;top:15.09375rem;left:12.15625rem;height:;font-style:normal;text-align:center;text-align-last:center;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; }
#TzzEKkxyh1Rrs0msOPs9VwEwwbgZlXSJ { color:#203949;display:block;width:63.125rem;position:absolute;font-family:"titillium web";font-size:2.8125rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:19.15625rem;left:5.9375rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;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; }
#SuNgesxIMrRhNQw2vrzBxIWaUI8BtaCt { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:32.75rem;width:51.6875rem;top:24.5rem;left:11.6875rem;overflow:hidden;display:block; }
#SV43s5WiUgtF97iQ2z5L6TTTHoUvwFRQ { position:absolute;display:block;z-index:100026;height:19.6875rem;width:35rem;top:30.9375rem;left:19.8125rem;display:block; }
#i9sySGaCyMgheNcSyTE53eUassKSwtAx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;background-image:none;position:relative;display:block; }#i9sySGaCyMgheNcSyTE53eUassKSwtAx > .row .container { background-color: transparent; background-image: none; }#i9sySGaCyMgheNcSyTE53eUassKSwtAx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i9sySGaCyMgheNcSyTE53eUassKSwtAx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i9sySGaCyMgheNcSyTE53eUassKSwtAx > .row .container > .video-iframe-container { display: none; }#i9sySGaCyMgheNcSyTE53eUassKSwtAx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i9sySGaCyMgheNcSyTE53eUassKSwtAx > .row > .video-iframe-container { display: none; }#i9sySGaCyMgheNcSyTE53eUassKSwtAx > .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); }#i9sySGaCyMgheNcSyTE53eUassKSwtAx > .row .container { border-width: 0; border-radius: 0; }#i9sySGaCyMgheNcSyTE53eUassKSwtAx > .row > .video-iframe-container {  }#i9sySGaCyMgheNcSyTE53eUassKSwtAx > .row .container { font-size:0.875rem;font-family:arial;height:24rem;width:75rem;position:relative;display:block; }#axIu1bDwWtBturBQCCxAnGkSI2pTOWkO { background-color:#c9282f;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0rem 0.375rem 0.75rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.8125rem;text-decoration:none;z-index:100027;text-align:center;text-align-last:center;top:13.75rem;left:28.8125rem;display:block; }
#zGJKo0h9qN3yMxWfmxnA3ct9qQEbcrla { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ixPT4LStDPAWf72FETvcS1NpmI7dNLAz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f4f4f4, #ffffff);background-image: -moz-linear-gradient(180deg, #f4f4f4, #ffffff);background-image: -ms-linear-gradient(180deg, #f4f4f4, #ffffff);background-image: -o-linear-gradient(180deg, #f4f4f4, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #f4f4f4, #ffffff);background-size:auto !important;position:relative;display:block; }#ixPT4LStDPAWf72FETvcS1NpmI7dNLAz > .row .container { background-color: transparent; background-image: none; }#ixPT4LStDPAWf72FETvcS1NpmI7dNLAz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ixPT4LStDPAWf72FETvcS1NpmI7dNLAz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ixPT4LStDPAWf72FETvcS1NpmI7dNLAz > .row .container > .video-iframe-container { display: none; }#ixPT4LStDPAWf72FETvcS1NpmI7dNLAz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ixPT4LStDPAWf72FETvcS1NpmI7dNLAz > .row > .video-iframe-container { display: none; }#ixPT4LStDPAWf72FETvcS1NpmI7dNLAz > .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); }#ixPT4LStDPAWf72FETvcS1NpmI7dNLAz > .row .container { border-width: 0; border-radius: 0; }#ixPT4LStDPAWf72FETvcS1NpmI7dNLAz > .row > .video-iframe-container {  }#ixPT4LStDPAWf72FETvcS1NpmI7dNLAz > .row .container { font-size:0.875rem;font-family:arial;height:51.125rem;width:75rem;position:relative;display:block; }#uecmgRTnJ7qm2Kh0Cm9OFWT2hetG6PFI { color:#000000;display:block;width:35.9375rem;position:absolute;font-family:"open sans";font-size:3.125rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:2.1875rem;left:19.53125rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#yXTzF6TMMuyQNMtWLmqLvh736vFJSSsq { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.875rem;width:18.875rem;top:9.25rem;left:8.4375rem;overflow:hidden;display:block; }
#zm7xDaiPXTlNWFhdg1bcg2p8ThST7i9l { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.875rem;width:18.875rem;top:9.25rem;left:28.6875rem;overflow:hidden;display:block; }
#E68fvn5K1B6MPq1syyVrmKLBIeGaNCg6 { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.875rem;width:18.875rem;top:9.25rem;left:48.875rem;overflow:hidden;display:block; }
#bR3xcQ061GbrrBHDLwqopdA8paat8pgJ { position:absolute;display:block;z-index:100004;background-color:#203949;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;height:18.875rem;width:18.875rem;top:28.125rem;left:8.4375rem;display:block; }
#EEHHc4odEOmFmDWgfuM7VTC9Ki7rcHTq { position:absolute;display:block;z-index:100005;background-color:#f4f4f4;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;height:18.875rem;width:18.875rem;top:28.125rem;left:28.6875rem;display:block; }
#GqeuXkA3c3JhuNDJpyCZMvhtOtu1u66w { position:absolute;display:block;z-index:100006;background-color:#203949;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;height:18.875rem;width:18.875rem;top:28.125rem;left:48.875rem;display:block; }
#XWl3qDlHQ8d0bGUtoqnTgu74vTfZ8FqQ { color:#ffffff;display:block;width:16.125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100007;line-height:1.5;letter-spacing:0;top:35.0625rem;left:9.8125rem;height:5.0607625rem;text-align:center;text-align-last:center;display:block; }
#ZWc4G4MT1iJyTcLOHoa2WJTEvE6uJWef { color:#000000;display:block;width:16.125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100008;line-height:1.5;letter-spacing:0;top:35.03125rem;left:30.0625rem;height:5.0607625rem;text-align:center;text-align-last:center;display:block; }
#yE4zeWaIkakcmoRoZIe4xQBgbwn2QulQ { color:#ffffff;display:block;width:16.125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100009;line-height:1.5;letter-spacing:0;top:35.0625rem;left:50.25rem;height:3.37384375rem;text-align:center;text-align-last:center;display:block; }
#GbKBgZ41P004NLvmfMvQI8NrhSSEzk6M { position:absolute;display:block;z-index:100010;background-color:#203949;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;height:1.6875rem;width:10.75rem;top:12.125rem;left:8.4375rem;display:block; }
#t6ki1EQFidt8snKKJdNRr0Df0hJRHaTx { position:absolute;display:block;z-index:100011;background-color:#f4f4f4;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;height:1.6875rem;width:10.75rem;top:12.125rem;left:28.6875rem;display:block; }
#NZafzfZTiU7IB8bwG2gCWfbiAWKtMStT { position:absolute;display:block;z-index:100012;background-color:#203949;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;height:1.6875rem;width:10.75rem;top:12.125rem;left:48.875rem;display:block; }
#uTqJNVP5tvRHBppsPtlfXp4GrRWBwTwQ { color:#ffffff;display:block;width:8.25rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:100013;line-height:1.3;letter-spacing:0;top:12.375rem;left:9.8125rem;height:1.137875rem;text-align:center;text-align-last:center;display:block; }
#t8KFV2HKG9zFf1o0f21OdRGF7DnLN23S { color:#203949;display:block;width:8.25rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:100014;line-height:1.3;letter-spacing:0;top:12.400390625rem;left:30.0625rem;height:1.137875rem;text-align:center;text-align-last:center;display:block; }
#csi1WNVk0USO8geld9OAgRCWhRyCC1SB { color:#ffffff;display:block;width:8.25rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:100015;line-height:1.3;letter-spacing:0;top:12.375rem;left:50.25rem;height:1.137875rem;text-align:center;text-align-last:center;display:block; }
#n03ahQKVJ8TQ213WKko6m9vDe9fbeW6y { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;background-image:none;position:relative;display:block; }#n03ahQKVJ8TQ213WKko6m9vDe9fbeW6y > .row .container { background-color: transparent; background-image: none; }#n03ahQKVJ8TQ213WKko6m9vDe9fbeW6y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n03ahQKVJ8TQ213WKko6m9vDe9fbeW6y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n03ahQKVJ8TQ213WKko6m9vDe9fbeW6y > .row .container > .video-iframe-container { display: none; }#n03ahQKVJ8TQ213WKko6m9vDe9fbeW6y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n03ahQKVJ8TQ213WKko6m9vDe9fbeW6y > .row > .video-iframe-container { display: none; }#n03ahQKVJ8TQ213WKko6m9vDe9fbeW6y > .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); }#n03ahQKVJ8TQ213WKko6m9vDe9fbeW6y > .row .container { border-width: 0; border-radius: 0; }#n03ahQKVJ8TQ213WKko6m9vDe9fbeW6y > .row > .video-iframe-container {  }#n03ahQKVJ8TQ213WKko6m9vDe9fbeW6y > .row .container { font-size:0.875rem;font-family:arial;height:23.9375rem;width:75rem;position:relative;display:block; }#fc1RJll3f40F0S0tRuW1pVazRQXNTg5i { color:#000000;display:block;width:54.375rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:3.5625rem;left:10.3125rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#L3Tram8Zc6TCToaTc1Nbvlo25IUQITEt { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.9375rem;width:3rem;top:10.75rem;left:9.5625rem;overflow:hidden;display:block; }
#BZs5fEGR9SSFUk1WdDvidFwAd8T0VBBE { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.875rem;width:3rem;top:10.75rem;left:22.5625rem;overflow:hidden;display:block; }
#KaIow9uPWgbOWo2hnGqZefdWBQdQsh7Z { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.875rem;width:2.875rem;top:10.75rem;left:36.25rem;overflow:hidden;display:block; }
#GnSzgFwec2n2n5q98cwK1FbHUdMTD0bF { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.875rem;width:2.875rem;top:10.75rem;left:49.25rem;overflow:hidden;display:block; }
#uqiCl0q9RUrTlJIITdOe7T7WqsrLfoWA { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.875rem;width:2.875rem;top:10.75rem;left:62.625rem;overflow:hidden;display:block; }
#f0ErCx7urqLhd10k2d2GpEWwB54yQQWk { color:#000000;display:block;width:10rem;position:absolute;font-family:"titillium web";font-size:1.125rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:15rem;left:6.0625rem;height:1.46195rem;text-align:center;text-align-last:center;display:block; }
#XTq9VVgcWGmGncIMcQPByVETCKZGdEe2 { color:#000000;display:block;width:10rem;position:absolute;font-family:"titillium web";font-size:1.125rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:15rem;left:19.0625rem;height:1.46195rem;text-align:center;text-align-last:center;display:block; }
#dTtXBPpV0eAatprTrpNo1pNTpKEU3W0b { color:#000000;display:block;width:7.5625rem;position:absolute;font-family:"titillium web";font-size:1.125rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:15rem;left:33.71875rem;height:2.9239rem;text-align:center;text-align-last:center;display:block; }
#lRVHAM3qiOCbIvOyBbWJRWFzwnMPe0ic { color:#000000;display:block;width:9.0625rem;position:absolute;font-family:"titillium web";font-size:1.125rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:15rem;left:46.15625rem;height:4.38585rem;text-align:center;text-align-last:center;display:block; }
#nfvse0SmGlcUW40i3Lvx951eq4v04DMW { color:#000000;display:block;width:8.5rem;position:absolute;font-family:"titillium web";font-size:1.125rem;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:15rem;left:59.8125rem;height:2.9239rem;text-align:center;text-align-last:center;display:block; }
#LL32Os8wPOStQiFBoNTrUBJX2HPocbNS { position:relative;display:block; }#LL32Os8wPOStQiFBoNTrUBJX2HPocbNS { background-color: transparent; background-image: none; }#LL32Os8wPOStQiFBoNTrUBJX2HPocbNS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LL32Os8wPOStQiFBoNTrUBJX2HPocbNS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LL32Os8wPOStQiFBoNTrUBJX2HPocbNS > .row .container > .video-iframe-container { display: none; }#LL32Os8wPOStQiFBoNTrUBJX2HPocbNS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LL32Os8wPOStQiFBoNTrUBJX2HPocbNS > .row > .video-iframe-container { display: none; }#LL32Os8wPOStQiFBoNTrUBJX2HPocbNS > .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); }#LL32Os8wPOStQiFBoNTrUBJX2HPocbNS { border-width: 0; border-radius: 0; }#LL32Os8wPOStQiFBoNTrUBJX2HPocbNS > .row .container > .video-iframe-container {  }#LL32Os8wPOStQiFBoNTrUBJX2HPocbNS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:43rem;width:75rem;position:relative;display:block; }#oKK9DDH8nbdOB65T8s8kN7gOd1Lp506T { color:#000000;display:block;width:47.5625rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:4.3125rem;left:13.71875rem;height:6.4988125rem;text-align:center;text-align-last:center;display:block; }
#Lc2FCla449Oi8pMl54xpQfVWkaDza8gG { position:absolute;display:block;z-index:100003;background-color:#203949;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;height:4.875rem;width:4.875rem;top:13.53125rem;left:13.71875rem;display:block; }
#RmZp8SxI2HHk01yFgJzAZLV8fSQT1QGT { position:absolute;display:block;z-index:100004;background-color:#203949;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;height:4.875rem;width:4.875rem;top:13.53125rem;left:35.0625rem;display:block; }
#shmosDUDbaa7MCQ0ZFMXwmdw8F2KPDps { position:absolute;display:block;z-index:100005;background-color:#203949;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;height:4.875rem;width:4.875rem;top:13.53125rem;left:55.5rem;display:block; }
#syEScnVCphoC1iHFMe7UoDdz9vBvGcMn { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:"titillium web";font-size:2.5rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:14.34375rem;left:15rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#tLCluObbP3V6SI2ttlJr9ynI33SBiJQr { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:"titillium web";font-size:2.5rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:14.34375rem;left:36.34375rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#tBBNTQwXtDPnFRPnJRhJFGSB7DnWS62S { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:"titillium web";font-size:2.5rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:14.34375rem;left:56.78125rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#uQpiJpQpHLo8X1AZTT8ZCcvgv1bbGRZV { background-color:#c9282f;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0rem 0.375rem 0.75rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.8125rem;text-decoration:none;z-index:100028;text-align:center;text-align-last:center;top:35.4375rem;left:28.125rem;display:block; }
#ZVgmIAZ5HG3dxvp0MbLGbeGOCO2VOdaL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#uZMJmOGPrlgE1XuLXfGKg7sVoiQIrOCu { color:#000000;display:block;width:14.75rem;position:absolute;font-family:"titillium web";font-size:1.125rem;font-weight:normal;z-index:100029;line-height:1.3;letter-spacing:0;top:21.0625rem;left:8.78125rem;height:4.38585rem;text-align:center;text-align-last:center;display:block; }
#yQGdemV0un9tEHN6QcMX3oO2iVMn2Dn4 { color:#000000;display:block;width:14.75rem;position:absolute;font-family:"titillium web";font-size:1.125rem;font-weight:normal;z-index:100030;line-height:1.3;letter-spacing:0;top:21.0625rem;left:30.125rem;height:7.30975rem;text-align:center;text-align-last:center;display:block; }
#JytVUwrTyfW5vsceBp08WafzO0DyMfNl { color:#000000;display:block;width:14.75rem;position:absolute;font-family:"titillium web";font-size:1.125rem;font-weight:normal;z-index:100031;line-height:1.3;letter-spacing:0;top:21.0625rem;left:50.5625rem;height:10.233625rem;text-align:center;text-align-last:center;display:block; }
#fB3mTWJdSSsAr1rliL6EPRgJuyK6br0y { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#203949;background-image:none;position:relative;display:block; }#fB3mTWJdSSsAr1rliL6EPRgJuyK6br0y > .row .container { background-color: transparent; background-image: none; }#fB3mTWJdSSsAr1rliL6EPRgJuyK6br0y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fB3mTWJdSSsAr1rliL6EPRgJuyK6br0y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fB3mTWJdSSsAr1rliL6EPRgJuyK6br0y > .row .container > .video-iframe-container { display: none; }#fB3mTWJdSSsAr1rliL6EPRgJuyK6br0y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fB3mTWJdSSsAr1rliL6EPRgJuyK6br0y > .row > .video-iframe-container { display: none; }#fB3mTWJdSSsAr1rliL6EPRgJuyK6br0y > .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); }#fB3mTWJdSSsAr1rliL6EPRgJuyK6br0y > .row .container { border-width: 0; border-radius: 0; }#fB3mTWJdSSsAr1rliL6EPRgJuyK6br0y > .row > .video-iframe-container {  }#fB3mTWJdSSsAr1rliL6EPRgJuyK6br0y > .row .container { font-size:0.875rem;font-family:"open sans";height:22.125rem;width:75rem;position:relative;display:block; }#v62UfPbdNsQUJ8KqfgbdaLM9APbimi64 { display:block;width:29.625rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:2.9375rem;left:12.875rem;height:1.29980625rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
#TWEuoP0DQfhLZoOWZl4g08ey19NkA0nS { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.625rem;width:10.875rem;top:2.25rem;left:1rem;overflow:hidden;display:block; }
#O0CDSey1ozdEpm3mQ4sEPxNWcgZD4TiU { display:block;width:4.375rem;position:absolute;font-family:"titillium web";font-size:1.125rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:2.875rem;left:31.625rem;height:1.46195rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
#y6dARHWIQzxdmkvz9Rxl7OJvxH5UNZf0 { display:block;width:6.25rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:2.9375rem;left:36.75rem;height:1.29980625rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
#CPMMlb4Py1sxe9fRnrmTkIHT1aQGdRBn { display:block;width:6.25rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:2.9375rem;left:47.5625rem;height:1.29980625rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
#BhNZiXhtguF0DbMQHPH20000PQBzST62 { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.5rem;width:2.5rem;top:2.25rem;left:65.3125rem;overflow:hidden;display:block; }
#Se9sTk7MINuoJkf6wSxWD09qhbyhplsG { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.5rem;width:2.5rem;top:2.25rem;left:69.875rem;overflow:hidden;display:block; }
#qL5DL5bntU16PGrEqAXkOG8kBPJ4Up1c { color:#ffffff;display:block;width:43.5625rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:8.56640625rem;left:1rem;height:10.3935rem;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #x3cWkJLnvCSIyeV8yTcRON2TlfZU84J7 { background-color:transparent;background-image:url("https://images.assets-landingi.com/yp2IWjCU/header.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#x3cWkJLnvCSIyeV8yTcRON2TlfZU84J7.adaptive-delivery-prevent-bg, #x3cWkJLnvCSIyeV8yTcRON2TlfZU84J7.lazyload, #x3cWkJLnvCSIyeV8yTcRON2TlfZU84J7.lazyloading { background-image: none; }#x3cWkJLnvCSIyeV8yTcRON2TlfZU84J7 > .row .container { background-color: transparent; background-image: none; }#x3cWkJLnvCSIyeV8yTcRON2TlfZU84J7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(244,244,244,0.78); }#x3cWkJLnvCSIyeV8yTcRON2TlfZU84J7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x3cWkJLnvCSIyeV8yTcRON2TlfZU84J7 > .row .container > .video-iframe-container { display: none; }#x3cWkJLnvCSIyeV8yTcRON2TlfZU84J7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(244,244,244,0.78); }#x3cWkJLnvCSIyeV8yTcRON2TlfZU84J7 > .row > .video-iframe-container { display: none; }#x3cWkJLnvCSIyeV8yTcRON2TlfZU84J7 > .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); }#x3cWkJLnvCSIyeV8yTcRON2TlfZU84J7 > .row .container { width:47.75rem;height:45.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #OQguaLcOv31hsJo21MTXhQkTaTOO3mTi { width:13.8125rem;height:4.8125rem;top:2rem;left:16.96875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GUHV5mII2rQHObKoaRR7iDfKvJ6L6UAs { width:47.75rem;height:4.46875rem;top:9.25rem;left:0rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ey8GQGt3M7p7bfHyOcbOn0TRhJ1rhbHM { width:47.75rem;height:;top:15.0625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TzzEKkxyh1Rrs0msOPs9VwEwwbgZlXSJ { width:47.75rem;height:7.3125rem;top:19.125rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SuNgesxIMrRhNQw2vrzBxIWaUI8BtaCt { width:47.75rem;height:30.254875rem;top:26.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SV43s5WiUgtF97iQ2z5L6TTTHoUvwFRQ { width:32.25rem;height:18.375rem;top:32.375rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #i9sySGaCyMgheNcSyTE53eUassKSwtAx { display:block; }#i9sySGaCyMgheNcSyTE53eUassKSwtAx > .row .container { width:47.75rem;height:18.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #axIu1bDwWtBturBQCCxAnGkSI2pTOWkO { width:18.75rem;height:3.8125rem;top:12.875rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zGJKo0h9qN3yMxWfmxnA3ct9qQEbcrla { display:block; }
 }@media only screen and (max-width: 1199px) { #ixPT4LStDPAWf72FETvcS1NpmI7dNLAz { display:block; }#ixPT4LStDPAWf72FETvcS1NpmI7dNLAz > .row .container { width:47.75rem;height:44rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #uecmgRTnJ7qm2Kh0Cm9OFWT2hetG6PFI { width:35.875rem;height:4.0625rem;top:2.125rem;left:5.9055275917053rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yXTzF6TMMuyQNMtWLmqLvh736vFJSSsq { width:15.625rem;height:15.625rem;top:9.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zm7xDaiPXTlNWFhdg1bcg2p8ThST7i9l { width:15.625rem;height:15.625rem;top:9.25rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #E68fvn5K1B6MPq1syyVrmKLBIeGaNCg6 { width:15.625rem;height:15.625rem;top:9.25rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bR3xcQ061GbrrBHDLwqopdA8paat8pgJ { width:15.625rem;height:15.625rem;top:24.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EEHHc4odEOmFmDWgfuM7VTC9Ki7rcHTq { width:15.625rem;height:15.625rem;top:24.875rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GqeuXkA3c3JhuNDJpyCZMvhtOtu1u66w { width:15.625rem;height:15.625rem;top:24.875rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XWl3qDlHQ8d0bGUtoqnTgu74vTfZ8FqQ { width:15.625rem;height:5.0625rem;top:30.15625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZWc4G4MT1iJyTcLOHoa2WJTEvE6uJWef { width:15.625rem;height:5.0625rem;top:30.15625rem;left:16.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yE4zeWaIkakcmoRoZIe4xQBgbwn2QulQ { width:15.625rem;height:3.375rem;top:30.15625rem;left:32.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GbKBgZ41P004NLvmfMvQI8NrhSSEzk6M { width:9.1875rem;height:1.6875rem;top:12.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #t6ki1EQFidt8snKKJdNRr0Df0hJRHaTx { width:9.1875rem;height:1.6875rem;top:12.125rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NZafzfZTiU7IB8bwG2gCWfbiAWKtMStT { width:9.1875rem;height:1.6875rem;top:12.125rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uTqJNVP5tvRHBppsPtlfXp4GrRWBwTwQ { width:8.25rem;height:1.13671875rem;top:12.400390625rem;left:0.46875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #t8KFV2HKG9zFf1o0f21OdRGF7DnLN23S { width:8.25rem;height:1.13671875rem;top:12.400390625rem;left:16.53125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #csi1WNVk0USO8geld9OAgRCWhRyCC1SB { width:8.25rem;height:1.13671875rem;top:12.400390625rem;left:32.59375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #n03ahQKVJ8TQ213WKko6m9vDe9fbeW6y { display:block; }#n03ahQKVJ8TQ213WKko6m9vDe9fbeW6y > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #fc1RJll3f40F0S0tRuW1pVazRQXNTg5i { width:47.75rem;height:6.5rem;top:3.5625rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #L3Tram8Zc6TCToaTc1Nbvlo25IUQITEt { width:3rem;height:2.9375rem;top:12rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BZs5fEGR9SSFUk1WdDvidFwAd8T0VBBE { width:3rem;height:2.875rem;top:12.0625rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KaIow9uPWgbOWo2hnGqZefdWBQdQsh7Z { width:2.875rem;height:2.875rem;top:12.25rem;left:22.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GnSzgFwec2n2n5q98cwK1FbHUdMTD0bF { width:2.875rem;height:2.875rem;top:12.0625rem;left:32rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uqiCl0q9RUrTlJIITdOe7T7WqsrLfoWA { width:2.875rem;height:2.875rem;top:12.0625rem;left:41.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #f0ErCx7urqLhd10k2d2GpEWwB54yQQWk { width:8.4375rem;height:1.4619125rem;top:16.5rem;left:0.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XTq9VVgcWGmGncIMcQPByVETCKZGdEe2 { width:7.375rem;height:1.4619125rem;top:16.5rem;left:9.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dTtXBPpV0eAatprTrpNo1pNTpKEU3W0b { width:7.5625rem;height:2.923825rem;top:16.5rem;left:19.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lRVHAM3qiOCbIvOyBbWJRWFzwnMPe0ic { width:9.0625rem;height:4.38574375rem;top:16.5rem;left:28.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nfvse0SmGlcUW40i3Lvx951eq4v04DMW { width:8.5rem;height:2.923825rem;top:16.5rem;left:38.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LL32Os8wPOStQiFBoNTrUBJX2HPocbNS { display:block; }#LL32Os8wPOStQiFBoNTrUBJX2HPocbNS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #oKK9DDH8nbdOB65T8s8kN7gOd1Lp506T { width:47.5625rem;height:6.5rem;top:4.3125rem;left:0.09375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Lc2FCla449Oi8pMl54xpQfVWkaDza8gG { width:4.875rem;height:4.875rem;top:13.5rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RmZp8SxI2HHk01yFgJzAZLV8fSQT1QGT { width:4.875rem;height:4.875rem;top:13.5rem;left:21.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #shmosDUDbaa7MCQ0ZFMXwmdw8F2KPDps { width:4.875rem;height:4.875rem;top:13.5rem;left:37.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #syEScnVCphoC1iHFMe7UoDdz9vBvGcMn { width:2.3125rem;height:3.25rem;top:14.3125rem;left:6.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tLCluObbP3V6SI2ttlJr9ynI33SBiJQr { width:2.3125rem;height:3.25rem;top:14.3125rem;left:22.71875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tBBNTQwXtDPnFRPnJRhJFGSB7DnWS62S { width:2.3125rem;height:3.25rem;top:14.3125rem;left:39.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uQpiJpQpHLo8X1AZTT8ZCcvgv1bbGRZV { width:18.75rem;height:3.8125rem;top:34.5rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZVgmIAZ5HG3dxvp0MbLGbeGOCO2VOdaL { display:block; }
 }@media only screen and (max-width: 1199px) { #uZMJmOGPrlgE1XuLXfGKg7sVoiQIrOCu { width:14.75rem;height:3.8994125rem;top:21.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yQGdemV0un9tEHN6QcMX3oO2iVMn2Dn4 { width:14.75rem;height:5.19921875rem;top:21.0625rem;left:16.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JytVUwrTyfW5vsceBp08WafzO0DyMfNl { width:14.75rem;height:7.7988125rem;top:21.0625rem;left:33rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fB3mTWJdSSsAr1rliL6EPRgJuyK6br0y { display:block; }#fB3mTWJdSSsAr1rliL6EPRgJuyK6br0y > .row .container { width:47.75rem;height:21.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #v62UfPbdNsQUJ8KqfgbdaLM9APbimi64 { width:11.5625rem;height:1.13671875rem;top:2.556640625rem;left:12.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TWEuoP0DQfhLZoOWZl4g08ey19NkA0nS { top:1.5625rem;left:0.8125rem;width:9.625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #O0CDSey1ozdEpm3mQ4sEPxNWcgZD4TiU { width:4.375rem;height:1.46195rem;top:1.25rem;left:30.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #y6dARHWIQzxdmkvz9Rxl7OJvxH5UNZf0 { width:6.25rem;height:1.2999125rem;top:1.375rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CPMMlb4Py1sxe9fRnrmTkIHT1aQGdRBn { width:9.375rem;height:1.2999125rem;top:3.125rem;left:30.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BhNZiXhtguF0DbMQHPH20000PQBzST62 { top:6.375rem;left:30.75rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Se9sTk7MINuoJkf6wSxWD09qhbyhplsG { top:6.375rem;left:34.3125rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qL5DL5bntU16PGrEqAXkOG8kBPJ4Up1c { width:43.5625rem;height:10.39845rem;top:8.875rem;left:0.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #x3cWkJLnvCSIyeV8yTcRON2TlfZU84J7 { background-color:transparent;background-image:url("https://images.assets-landingi.com/yp2IWjCU/header.jpg");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#x3cWkJLnvCSIyeV8yTcRON2TlfZU84J7.adaptive-delivery-prevent-bg, #x3cWkJLnvCSIyeV8yTcRON2TlfZU84J7.lazyload, #x3cWkJLnvCSIyeV8yTcRON2TlfZU84J7.lazyloading { background-image: none; }#x3cWkJLnvCSIyeV8yTcRON2TlfZU84J7 > .row .container { background-color: transparent; background-image: none; }#x3cWkJLnvCSIyeV8yTcRON2TlfZU84J7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(244,244,244,0.78); }#x3cWkJLnvCSIyeV8yTcRON2TlfZU84J7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x3cWkJLnvCSIyeV8yTcRON2TlfZU84J7 > .row .container > .video-iframe-container { display: none; }#x3cWkJLnvCSIyeV8yTcRON2TlfZU84J7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(244,244,244,0.78); }#x3cWkJLnvCSIyeV8yTcRON2TlfZU84J7 > .row > .video-iframe-container { display: none; }#x3cWkJLnvCSIyeV8yTcRON2TlfZU84J7 > .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); }#x3cWkJLnvCSIyeV8yTcRON2TlfZU84J7 > .row .container { width:20rem;height:44.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OQguaLcOv31hsJo21MTXhQkTaTOO3mTi { width:13.8125rem;height:4.8125rem;top:3.8125rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUHV5mII2rQHObKoaRR7iDfKvJ6L6UAs { width:20rem;height:5.19921875rem;top:9.875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ey8GQGt3M7p7bfHyOcbOn0TRhJ1rhbHM { width:20rem;height:6.09375rem;top:16.3125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzzEKkxyh1Rrs0msOPs9VwEwwbgZlXSJ { width:20rem;height:5.19921875rem;top:23.6875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #SuNgesxIMrRhNQw2vrzBxIWaUI8BtaCt { width:20rem;height:12.672198952879rem;top:30.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SV43s5WiUgtF97iQ2z5L6TTTHoUvwFRQ { width:13.6875rem;height:7.875rem;top:32.5rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9sySGaCyMgheNcSyTE53eUassKSwtAx { display:block; }#i9sySGaCyMgheNcSyTE53eUassKSwtAx > .row .container { width:20rem;height:8.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #axIu1bDwWtBturBQCCxAnGkSI2pTOWkO { width:18.75rem;height:3.8125rem;top:2.4140625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGJKo0h9qN3yMxWfmxnA3ct9qQEbcrla { display:block; }
 }@media only screen and (max-width: 763px) { #ixPT4LStDPAWf72FETvcS1NpmI7dNLAz { display:block; }#ixPT4LStDPAWf72FETvcS1NpmI7dNLAz > .row .container { width:20rem;height:40.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uecmgRTnJ7qm2Kh0Cm9OFWT2hetG6PFI { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXTzF6TMMuyQNMtWLmqLvh736vFJSSsq { width:9.375rem;height:9.375rem;top:5.724609375rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zm7xDaiPXTlNWFhdg1bcg2p8ThST7i9l { width:9.375rem;height:9.375rem;top:16.662109375rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E68fvn5K1B6MPq1syyVrmKLBIeGaNCg6 { width:9.375rem;height:9.375rem;top:27.537109375rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bR3xcQ061GbrrBHDLwqopdA8paat8pgJ { width:9.375rem;height:9.375rem;top:5.724609375rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EEHHc4odEOmFmDWgfuM7VTC9Ki7rcHTq { width:9.375rem;height:9.375rem;top:16.6875rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqeuXkA3c3JhuNDJpyCZMvhtOtu1u66w { width:9.375rem;height:9.375rem;top:27.5625rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWl3qDlHQ8d0bGUtoqnTgu74vTfZ8FqQ { width:9.375rem;height:7.03125rem;top:6.896484375rem;left:9.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWc4G4MT1iJyTcLOHoa2WJTEvE6uJWef { width:9.375rem;height:7.03125rem;top:17.8125rem;left:9.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yE4zeWaIkakcmoRoZIe4xQBgbwn2QulQ { width:9.3125rem;height:4.21875rem;top:30.115234375rem;left:9.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbKBgZ41P004NLvmfMvQI8NrhSSEzk6M { width:9rem;height:1.25rem;top:6.3125rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6ki1EQFidt8snKKJdNRr0Df0hJRHaTx { width:9rem;height:1.25rem;top:17.25rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZafzfZTiU7IB8bwG2gCWfbiAWKtMStT { width:9rem;height:1.25rem;top:28.0625rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTqJNVP5tvRHBppsPtlfXp4GrRWBwTwQ { width:8.25rem;height:1.13671875rem;top:6.369140625rem;left:0.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8KFV2HKG9zFf1o0f21OdRGF7DnLN23S { width:8.25rem;height:1.13671875rem;top:17.3125rem;left:0.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #csi1WNVk0USO8geld9OAgRCWhRyCC1SB { width:8.25rem;height:1.13671875rem;top:28.125rem;left:0.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n03ahQKVJ8TQ213WKko6m9vDe9fbeW6y { display:block; }#n03ahQKVJ8TQ213WKko6m9vDe9fbeW6y > .row .container { width:20rem;height:36.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fc1RJll3f40F0S0tRuW1pVazRQXNTg5i { width:20rem;height:7.7988125rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3Tram8Zc6TCToaTc1Nbvlo25IUQITEt { width:3rem;height:2.9375rem;top:13.0625rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZs5fEGR9SSFUk1WdDvidFwAd8T0VBBE { width:3rem;height:2.875rem;top:17.5rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KaIow9uPWgbOWo2hnGqZefdWBQdQsh7Z { width:2.875rem;height:2.875rem;top:21.875rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnSzgFwec2n2n5q98cwK1FbHUdMTD0bF { width:2.875rem;height:2.875rem;top:26.25rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqiCl0q9RUrTlJIITdOe7T7WqsrLfoWA { width:2.875rem;height:2.875rem;top:30.6875rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0ErCx7urqLhd10k2d2GpEWwB54yQQWk { width:10rem;height:1.4619125rem;top:13.80078125rem;left:6.9375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XTq9VVgcWGmGncIMcQPByVETCKZGdEe2 { width:10rem;height:1.4619125rem;top:18.20703125rem;left:6.9375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dTtXBPpV0eAatprTrpNo1pNTpKEU3W0b { width:7.5625rem;height:2.923825rem;top:21.849609375rem;left:6.9375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lRVHAM3qiOCbIvOyBbWJRWFzwnMPe0ic { width:12.125rem;height:2.923825rem;top:26.25rem;left:6.9375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nfvse0SmGlcUW40i3Lvx951eq4v04DMW { width:8.5rem;height:2.923825rem;top:30.662109375rem;left:6.9375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LL32Os8wPOStQiFBoNTrUBJX2HPocbNS { display:block; }#LL32Os8wPOStQiFBoNTrUBJX2HPocbNS > .row .container { width:20rem;height:53.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oKK9DDH8nbdOB65T8s8kN7gOd1Lp506T { width:20rem;height:10.3984375rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lc2FCla449Oi8pMl54xpQfVWkaDza8gG { width:4.875rem;height:4.875rem;top:14.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmZp8SxI2HHk01yFgJzAZLV8fSQT1QGT { width:4.875rem;height:4.875rem;top:22.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #shmosDUDbaa7MCQ0ZFMXwmdw8F2KPDps { width:4.875rem;height:4.875rem;top:30.8125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #syEScnVCphoC1iHFMe7UoDdz9vBvGcMn { width:2.3125rem;height:2.5996125rem;top:15.375rem;left:1.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLCluObbP3V6SI2ttlJr9ynI33SBiJQr { width:2.3125rem;height:2.5996125rem;top:23.75rem;left:1.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBBNTQwXtDPnFRPnJRhJFGSB7DnWS62S { width:2.3125rem;height:2.5996125rem;top:32rem;left:1.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQpiJpQpHLo8X1AZTT8ZCcvgv1bbGRZV { width:18.75rem;height:3.8125rem;top:45.7001953125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVgmIAZ5HG3dxvp0MbLGbeGOCO2VOdaL { display:block; }
 }@media only screen and (max-width: 763px) { #uZMJmOGPrlgE1XuLXfGKg7sVoiQIrOCu { width:13.125rem;height:3.8994125rem;top:14.67578125rem;left:6.375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yQGdemV0un9tEHN6QcMX3oO2iVMn2Dn4 { width:13.625rem;height:6.499rem;top:22.5625rem;left:6.375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JytVUwrTyfW5vsceBp08WafzO0DyMfNl { width:13.125rem;height:10.3984375rem;top:30.8125rem;left:6.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fB3mTWJdSSsAr1rliL6EPRgJuyK6br0y { display:block; }#fB3mTWJdSSsAr1rliL6EPRgJuyK6br0y > .row .container { width:20rem;height:35.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v62UfPbdNsQUJ8KqfgbdaLM9APbimi64 { width:18.125rem;height:1.13671875rem;top:6.125rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWEuoP0DQfhLZoOWZl4g08ey19NkA0nS { width:10.8745625rem;height:3.52973125rem;top:1.25rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0CDSey1ozdEpm3mQ4sEPxNWcgZD4TiU { width:4.375rem;height:1.4619125rem;top:8.125rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6dARHWIQzxdmkvz9Rxl7OJvxH5UNZf0 { width:6.25rem;height:1.29980625rem;top:8.1875rem;left:6rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPMMlb4Py1sxe9fRnrmTkIHT1aQGdRBn { width:6.25rem;height:1.29980625rem;top:10.8125rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhNZiXhtguF0DbMQHPH20000PQBzST62 { width:2.5rem;height:2.5rem;top:11.5625rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Se9sTk7MINuoJkf6wSxWD09qhbyhplsG { width:2.5rem;height:2.5rem;top:11.5625rem;left:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qL5DL5bntU16PGrEqAXkOG8kBPJ4Up1c { width:19.1875rem;height:15.59766875rem;top:16.7880859375rem;left:0.8125rem;font-size:1rem;display:block; }
 }