.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container {  }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:3.875rem;width:60rem;overflow:visible;position:relative;display:block; }#bfH4H9e4WclB5N9oQtPSxP9SPZaeDBiV { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.8125rem;width:4.9375rem;top:0.96875rem;left:0.89921951293944rem;overflow:hidden;display:block; }
#elQOQFhlDhgpoB4ezzAwPx9MyAnlfSDM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/d7478af7-6b22-4cb9-99d4-df3e0a57e7c6/SG_Homestage_2880x12604.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#elQOQFhlDhgpoB4ezzAwPx9MyAnlfSDM.adaptive-delivery-prevent-bg, #elQOQFhlDhgpoB4ezzAwPx9MyAnlfSDM.lazyload, #elQOQFhlDhgpoB4ezzAwPx9MyAnlfSDM.lazyloading { background-image: none; }#elQOQFhlDhgpoB4ezzAwPx9MyAnlfSDM > .row .container { background-color: transparent; background-image: none; }#elQOQFhlDhgpoB4ezzAwPx9MyAnlfSDM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#elQOQFhlDhgpoB4ezzAwPx9MyAnlfSDM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#elQOQFhlDhgpoB4ezzAwPx9MyAnlfSDM > .row .container > .video-iframe-container { display: none; }#elQOQFhlDhgpoB4ezzAwPx9MyAnlfSDM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#elQOQFhlDhgpoB4ezzAwPx9MyAnlfSDM > .row > .video-iframe-container { display: none; }#elQOQFhlDhgpoB4ezzAwPx9MyAnlfSDM > .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); }#elQOQFhlDhgpoB4ezzAwPx9MyAnlfSDM > .row .container { border-width: 0; border-radius: 0; }#elQOQFhlDhgpoB4ezzAwPx9MyAnlfSDM > .row > .video-iframe-container {  }#elQOQFhlDhgpoB4ezzAwPx9MyAnlfSDM > .row .container { font-size:0.875rem;font-family:arial;height:32.5625rem;width:60rem;position:relative;display:block; }#ahIdVsktETq1xSgMA73TMnwtZ8ptgiUa { color:#31171f;display:block;width:35.75rem;position:absolute;font-family:"eos office";font-size:5.4375rem;font-weight:700;z-index:100000;line-height:1.1;letter-spacing:0;top:10.300000190735rem;left:0rem;height:11.9625rem;font-style:normal;display:block; }
#cxC9mV8LIcZGTawlxGmfDZa0lu9P08vm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#cxC9mV8LIcZGTawlxGmfDZa0lu9P08vm > .row .container { background-color: transparent; background-image: none; }#cxC9mV8LIcZGTawlxGmfDZa0lu9P08vm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cxC9mV8LIcZGTawlxGmfDZa0lu9P08vm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cxC9mV8LIcZGTawlxGmfDZa0lu9P08vm > .row .container > .video-iframe-container { display: none; }#cxC9mV8LIcZGTawlxGmfDZa0lu9P08vm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cxC9mV8LIcZGTawlxGmfDZa0lu9P08vm > .row > .video-iframe-container { display: none; }#cxC9mV8LIcZGTawlxGmfDZa0lu9P08vm > .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); }#cxC9mV8LIcZGTawlxGmfDZa0lu9P08vm > .row .container { border-width: 0; border-radius: 0; }#cxC9mV8LIcZGTawlxGmfDZa0lu9P08vm > .row > .video-iframe-container {  }#cxC9mV8LIcZGTawlxGmfDZa0lu9P08vm > .row .container { font-size:0.875rem;font-family:arial;height:38.375rem;width:60rem;position:relative;display:block; }#tm24x0479fmuDl7Ugl2of7JRHWiztgPa { color:#000000;display:block;width:28.3125rem;position:absolute;font-family:"eos office";font-size:1rem;font-weight:300;z-index:100004;line-height:1.5;letter-spacing:0;top:12.310938644223rem;left:1.3125rem;height:6rem;text-align:left;text-align-last:left;font-style:normal;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; }
#Q0Ink1ql2LZ5WXKaOZzsEJUbvCgGpWOl { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.875rem rgba(51,59,76,0.15) ;height:25rem;width:25rem;top:4.5609407424927rem;left:34.000001907349rem;overflow:hidden;display:block; }
#M2q4GVThgOkC7kNlzRzybzacIqHytv8Q { position:absolute;display:block;z-index:100007;background-color:#ea0029;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:0.125rem;width:12.5rem;top:10.4375rem;left:1.3125rem;display:block; }
#yZA81Ra0GbXSp1Awe05MlVH1ZlRBuN1P { color:#2f7c85;display:block;width:25.9375rem;position:absolute;font-family:"eos office";font-size:1.3125rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:6.4359374046325rem;left:1.3125rem;height:3.4125rem;font-style:normal;display:block; }
#ztoduNm4a5cTsENi1dsJNwGTTM8dD832 { color:#000000;display:block;width:28.3125rem;position:absolute;font-family:"eos office";font-size:1rem;font-weight:300;z-index:100005;line-height:1.5;letter-spacing:0;top:20.400000095367rem;left:1.3125rem;height:7.5rem;text-align:left;text-align-last:left;font-style:normal;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; }
#SFUObIcl76kdkI4dNSaPHkhBkMixg11T { color:#2f7c85;display:block;width:57.1875rem;position:absolute;font-family:"eos office";font-size:1rem;font-weight:400;z-index:100006;line-height:1.5;letter-spacing:0;top:32.623438358307rem;left:1.40625rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;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; }
#ZEBPUPhfEtCPQl2RX5THHQlKHG3Jmp11 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#31171f;background-image:none;position:relative;display:block; }#ZEBPUPhfEtCPQl2RX5THHQlKHG3Jmp11 > .row .container { background-color: transparent; background-image: none; }#ZEBPUPhfEtCPQl2RX5THHQlKHG3Jmp11::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZEBPUPhfEtCPQl2RX5THHQlKHG3Jmp11 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZEBPUPhfEtCPQl2RX5THHQlKHG3Jmp11 > .row .container > .video-iframe-container { display: none; }#ZEBPUPhfEtCPQl2RX5THHQlKHG3Jmp11 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZEBPUPhfEtCPQl2RX5THHQlKHG3Jmp11 > .row > .video-iframe-container { display: none; }#ZEBPUPhfEtCPQl2RX5THHQlKHG3Jmp11 > .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); }#ZEBPUPhfEtCPQl2RX5THHQlKHG3Jmp11 > .row .container { border-width: 0; border-radius: 0; }#ZEBPUPhfEtCPQl2RX5THHQlKHG3Jmp11 > .row > .video-iframe-container {  }#ZEBPUPhfEtCPQl2RX5THHQlKHG3Jmp11 > .row .container { font-size:0.875rem;font-family:arial;height:20.25rem;width:60rem;position:relative;display:block; }#ffnIsAkWifJVeEXDuZ45TxS5miNQUh9G { color:#ffffff;display:block;width:15.9375rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:400;z-index:100002;line-height:1.3;letter-spacing:0;top:9.7242212295531rem;left:21.218751907349rem;height:5.2rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#VDF30GzPlHyVd6fTKZskcqTuxMqXWhwx { position:absolute;display:block;z-index:100007;background-color:#ea0029;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.1875rem;width:3.75rem;top:7.436718940735rem;left:2.625rem;display:block; }
#mSbzKiB920bIrTh3IT7wPRBJPBhDW9aA { box-sizing:content-box;color:#5d92ff;font-size:1.8125rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100010;top:3.5rem;left:2.625rem; }
#TUOoKD6PxRcl0N066bkpCUPLlyvaRk1E { color:#ffffff;display:block;width:17.125rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:9.7242193222044rem;left:1.96875rem;height:3.9rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#X3oboqX5vZVzHnHVlxnngtRUbN99HrH7 { position:absolute;display:block;z-index:100010;background-color:#ea0029;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.1875rem;width:3.75rem;top:7.4367208480838rem;left:21.218751907349rem;display:block; }
#O1fJCgdpWWnTZU35p6yVAmTUiZlEg6Di { box-sizing:content-box;color:#5d92ff;font-size:1.8125rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100013;top:3.5000028610229rem;left:21.218751907349rem; }
#RP7h9wnt8cHaaRT5ONcfo7taT3Ro2AN5 { color:#ffffff;display:block;width:15.9375rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:9.8125rem;left:40.75rem;height:3.9rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#gitW0i3cQRpVrBFPSmbShV9ISufbD4VO { position:absolute;display:block;z-index:100013;background-color:#ea0029;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.1875rem;width:3.75rem;top:7.5rem;left:40.75rem;display:block; }
#TcRaxlbmzpFxxdCTdBNlw3yoF7VTTB7F { box-sizing:content-box;color:#5d92ff;font-size:1.8125rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100016;top:3.5625rem;left:40.75rem; }
#GwIkQzdDltQzouAOiFrf6aUexHNugTI2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#GwIkQzdDltQzouAOiFrf6aUexHNugTI2 > .row .container { background-color: transparent; background-image: none; }#GwIkQzdDltQzouAOiFrf6aUexHNugTI2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GwIkQzdDltQzouAOiFrf6aUexHNugTI2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GwIkQzdDltQzouAOiFrf6aUexHNugTI2 > .row .container > .video-iframe-container { display: none; }#GwIkQzdDltQzouAOiFrf6aUexHNugTI2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GwIkQzdDltQzouAOiFrf6aUexHNugTI2 > .row > .video-iframe-container { display: none; }#GwIkQzdDltQzouAOiFrf6aUexHNugTI2 > .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); }#GwIkQzdDltQzouAOiFrf6aUexHNugTI2 > .row .container { border-width: 0; border-radius: 0; }#GwIkQzdDltQzouAOiFrf6aUexHNugTI2 > .row > .video-iframe-container {  }#GwIkQzdDltQzouAOiFrf6aUexHNugTI2 > .row .container { font-size:0.875rem;font-family:arial;height:32.875rem;width:60rem;position:relative;display:block; }#AeLbxqA2qFF12wky7eIhciHKy09AO3bk { color:#3c3833;display:block;width:60rem;position:absolute;font-family:"times new roman";font-size:2.8125rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:3.3117218017578rem;left:0rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DHrOclAiQxm4bzwktaayFwBvTgMIOM1q { position:absolute;display:block;z-index:100000;background-color:#2f7c85;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.75rem;width:18.9375rem;top:10.125rem;left:0rem;display:block; }
#VLfEcKDTvbk68bW76c0mGWEPt6xE1vql { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:"eos office";font-size:1rem;font-weight:400;z-index:100009;line-height:1.5;letter-spacing:0;top:17.6875rem;left:1.03125rem;height:7.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eongvzmqUxANKgZi3PeQyM8LHoq2aGsR { position:absolute;display:block;z-index:100004;background-color:#31171f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.75rem;width:18.9375rem;top:10.125rem;left:20.5625rem;display:block; }
#vvzKFNZAOPaqpn266mdwKilRNwzhxP0I { position:absolute;display:block;z-index:100008;background-color:#ea0029;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.75rem;width:18.9375rem;top:10.125rem;left:41.0625rem;display:block; }
#niTAaO0PdfVL1TUBJNhAFfHQ3Vzs5gog { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.1875rem;width:4.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100018;opacity:1;top:12.25rem;left:6.83749961853rem; }
#q1eFAJtXP5d7t95pwWUAmozx1LPAnTTS { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:"eos office";font-size:1rem;font-weight:400;z-index:100010;line-height:1.5;letter-spacing:0;top:17.6875rem;left:21.593751907349rem;height:7.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cM5M0Zmm0h6qBm92xTw9sbapeztDQnoO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.1875rem;width:4.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100019;opacity:1;top:12.25rem;left:27.14999961853rem; }
#MsNSflFmVvBgiwI7Tf9nK9vWnKvOiCAy { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:"eos office";font-size:1rem;font-weight:400;z-index:100011;line-height:1.5;letter-spacing:0;top:17.687500238419rem;left:42.093751907349rem;height:10.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hIhNXGBfJQBlCTIFfeA4F6RRO0aTO6NE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.1875rem;width:4.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100020;opacity:1;top:12.250000238419rem;left:48.436719894409rem; }
#XCkmdC1KKRB1l0JXW9Aol9T9FLsGtEZn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#31171f;background-image:none;position:relative;display:block; }#XCkmdC1KKRB1l0JXW9Aol9T9FLsGtEZn > .row .container { background-color: transparent; background-image: none; }#XCkmdC1KKRB1l0JXW9Aol9T9FLsGtEZn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XCkmdC1KKRB1l0JXW9Aol9T9FLsGtEZn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XCkmdC1KKRB1l0JXW9Aol9T9FLsGtEZn > .row .container > .video-iframe-container { display: none; }#XCkmdC1KKRB1l0JXW9Aol9T9FLsGtEZn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XCkmdC1KKRB1l0JXW9Aol9T9FLsGtEZn > .row > .video-iframe-container { display: none; }#XCkmdC1KKRB1l0JXW9Aol9T9FLsGtEZn > .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); }#XCkmdC1KKRB1l0JXW9Aol9T9FLsGtEZn > .row .container { border-width: 0; border-radius: 0; }#XCkmdC1KKRB1l0JXW9Aol9T9FLsGtEZn > .row > .video-iframe-container {  }#XCkmdC1KKRB1l0JXW9Aol9T9FLsGtEZn > .row .container { font-size:0.875rem;font-family:arial;height:20.25rem;width:60rem;position:relative;display:block; }#eEqCppWv6K82cKTKP4hfNis4OHnHSkfd { color:#ffffff;display:block;width:15.9375rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:400;z-index:100002;line-height:1.3;letter-spacing:0;top:9.7242212295531rem;left:21.218751907349rem;height:6.5rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#Pr44vHf8OZkGm2OBqnsFHpTyhwbcF4Va { position:absolute;display:block;z-index:100007;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-left:0;border-right:0;border-bottom:0;height:0.1875rem;width:3.75rem;top:7.436718940735rem;left:2.625rem;display:block; }
#Nq3MJvcUra4NLq6mkFcIayuqduRDrbcf { box-sizing:content-box;color:#5d92ff;font-size:1.8125rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100010;top:3.5rem;left:2.625rem; }
#DM8dZ6zdGSVc6o4tO5rrFJbTfhibebhD { color:#ffffff;display:block;width:17.125rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:9.72421836853rem;left:2.03125rem;height:7.8rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#K6bCuuMZI6wvl6B9orHGzEsIT7Ohk35W { position:absolute;display:block;z-index:100010;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-left:0;border-right:0;border-bottom:0;height:0.1875rem;width:3.75rem;top:7.4367208480838rem;left:21.218751907349rem;display:block; }
#aHdZTasUJiRrQe45RwPrJwgIEGFlaKSo { box-sizing:content-box;color:#5d92ff;font-size:1.8125rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100013;top:3.5000028610229rem;left:21.218751907349rem; }
#LCfNIukBwtAAsAfwTb0RSRyx8V8mmZBX { color:#ffffff;display:block;width:15.9375rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:9.8125rem;left:40.75rem;height:3.9rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#yaNhFLzaWLTyWeKNm6zNd0eVPK7Un5Ul { position:absolute;display:block;z-index:100013;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-left:0;border-right:0;border-bottom:0;height:0.1875rem;width:3.75rem;top:7.5rem;left:40.75rem;display:block; }
#Df2rRelAVQD9x9UEKtsiWWJKyzKIXusT { box-sizing:content-box;color:#5d92ff;font-size:1.8125rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100016;top:3.5625rem;left:40.75rem; }
#r5E0vzSsGIWUdNfrntI1oAsshEI2QO1B { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/d7478af7-6b22-4cb9-99d4-df3e0a57e7c6/SG_Homestage_2880x12604.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#r5E0vzSsGIWUdNfrntI1oAsshEI2QO1B.adaptive-delivery-prevent-bg, #r5E0vzSsGIWUdNfrntI1oAsshEI2QO1B.lazyload, #r5E0vzSsGIWUdNfrntI1oAsshEI2QO1B.lazyloading { background-image: none; }#r5E0vzSsGIWUdNfrntI1oAsshEI2QO1B > .row .container { background-color: transparent; background-image: none; }#r5E0vzSsGIWUdNfrntI1oAsshEI2QO1B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r5E0vzSsGIWUdNfrntI1oAsshEI2QO1B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r5E0vzSsGIWUdNfrntI1oAsshEI2QO1B > .row .container > .video-iframe-container { display: none; }#r5E0vzSsGIWUdNfrntI1oAsshEI2QO1B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r5E0vzSsGIWUdNfrntI1oAsshEI2QO1B > .row > .video-iframe-container { display: none; }#r5E0vzSsGIWUdNfrntI1oAsshEI2QO1B > .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); }#r5E0vzSsGIWUdNfrntI1oAsshEI2QO1B > .row .container { border-width: 0; border-radius: 0; }#r5E0vzSsGIWUdNfrntI1oAsshEI2QO1B > .row > .video-iframe-container {  }#r5E0vzSsGIWUdNfrntI1oAsshEI2QO1B > .row .container { font-size:0.875rem;font-family:arial;height:29.625rem;width:60rem;position:relative;display:block; }#oJQUoRagJ7FbOT0PO6Cc2yGUFVisAnpk { z-index:100001;top:16.625rem;left:4.125rem;background-color:#ea0029;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;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:"eos office";font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8125rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#SSwoT1g1tiQWwDydi9eQ6GqXZU0X6gEQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#lEmP0JAfKyVbOSCTZpRkg8rhGMqkQWEe { color:#4d4d4d;display:block;width:22.875rem;position:absolute;font-family:"titillium web";font-size:1.4375rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:7.643750190735rem;left:3.625rem;height:5.60625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pKBHHrWQzLRkr90GbsRnJRMC5cUnLsqe { position:absolute;display:block;z-index:100008;background-color:#ea0029;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.1875rem;width:11.25rem;top:13.968750953674rem;left:3.625rem;display:block; }
#LQ43folAv4XU8V7XGqGPtXpgTn7rAwKb { position:absolute;display:block;z-index:100000;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-left:0;border-right:0;border-bottom:0;box-shadow: 0.4375rem 0.75rem 0.9375rem rgba(0,0,0,0.42) ;height:16.25rem;width:26.75rem;top:5.9375009536743rem;left:1.6875rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bfH4H9e4WclB5N9oQtPSxP9SPZaeDBiV { top:0.9375rem;left:0rem;width:4.9375rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #elQOQFhlDhgpoB4ezzAwPx9MyAnlfSDM { display:block; }#elQOQFhlDhgpoB4ezzAwPx9MyAnlfSDM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ahIdVsktETq1xSgMA73TMnwtZ8ptgiUa { top:10.25rem;left:0rem;width:35.75rem;height:11.9375rem;font-size:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxC9mV8LIcZGTawlxGmfDZa0lu9P08vm { display:block; }#cxC9mV8LIcZGTawlxGmfDZa0lu9P08vm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tm24x0479fmuDl7Ugl2of7JRHWiztgPa { width:28.3125rem;height:6rem;top:12.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0Ink1ql2LZ5WXKaOZzsEJUbvCgGpWOl { top:4.5rem;left:22.75rem;width:25rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2q4GVThgOkC7kNlzRzybzacIqHytv8Q { top:10.4375rem;left:0rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZA81Ra0GbXSp1Awe05MlVH1ZlRBuN1P { top:6.375rem;left:0rem;width:25.9375rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztoduNm4a5cTsENi1dsJNwGTTM8dD832 { width:28.3125rem;height:7.5rem;top:20.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFUObIcl76kdkI4dNSaPHkhBkMixg11T { width:47.75rem;height:3rem;top:32.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEBPUPhfEtCPQl2RX5THHQlKHG3Jmp11 { display:block; }#ZEBPUPhfEtCPQl2RX5THHQlKHG3Jmp11 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ffnIsAkWifJVeEXDuZ45TxS5miNQUh9G { width:15.9375rem;height:5.1875rem;top:9.6875rem;left:15.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDF30GzPlHyVd6fTKZskcqTuxMqXWhwx { width:3.75rem;height:0.1875rem;top:7.375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSbzKiB920bIrTh3IT7wPRBJPBhDW9aA { width:2.625rem;height:2.625rem;top:3.5rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUOoKD6PxRcl0N066bkpCUPLlyvaRk1E { width:17.125rem;height:3.875rem;top:9.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3oboqX5vZVzHnHVlxnngtRUbN99HrH7 { width:3.75rem;height:0.1875rem;top:7.375rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1fJCgdpWWnTZU35p6yVAmTUiZlEg6Di { width:2.625rem;height:2.625rem;top:3.5rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RP7h9wnt8cHaaRT5ONcfo7taT3Ro2AN5 { width:15.9375rem;height:3.875rem;top:9.75rem;left:31.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gitW0i3cQRpVrBFPSmbShV9ISufbD4VO { width:3.75rem;height:0.1875rem;top:7.5rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcRaxlbmzpFxxdCTdBNlw3yoF7VTTB7F { width:2.625rem;height:2.625rem;top:3.5625rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwIkQzdDltQzouAOiFrf6aUexHNugTI2 { display:block; }#GwIkQzdDltQzouAOiFrf6aUexHNugTI2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AeLbxqA2qFF12wky7eIhciHKy09AO3bk { width:47.75rem;height:3.625rem;top:3.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHrOclAiQxm4bzwktaayFwBvTgMIOM1q { width:18.9375rem;height:18.75rem;top:10.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLfEcKDTvbk68bW76c0mGWEPt6xE1vql { width:16.875rem;height:7.5rem;top:17.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eongvzmqUxANKgZi3PeQyM8LHoq2aGsR { width:18.9375rem;height:18.75rem;top:10.125rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvzKFNZAOPaqpn266mdwKilRNwzhxP0I { width:18.9375rem;height:18.75rem;top:10.125rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #niTAaO0PdfVL1TUBJNhAFfHQ3Vzs5gog { top:12.25rem;left:0.71249961853025rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1eFAJtXP5d7t95pwWUAmozx1LPAnTTS { width:16.875rem;height:7.5rem;top:17.6875rem;left:15.468751907349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cM5M0Zmm0h6qBm92xTw9sbapeztDQnoO { top:12.25rem;left:21.02499961853rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsNSflFmVvBgiwI7Tf9nK9vWnKvOiCAy { width:16.875rem;height:10.5rem;top:17.6875rem;left:30.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIhNXGBfJQBlCTIFfeA4F6RRO0aTO6NE { top:12.25rem;left:42.311719894409rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCkmdC1KKRB1l0JXW9Aol9T9FLsGtEZn { display:block; }#XCkmdC1KKRB1l0JXW9Aol9T9FLsGtEZn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eEqCppWv6K82cKTKP4hfNis4OHnHSkfd { width:15.9375rem;height:6.5rem;top:9.6875rem;left:15.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pr44vHf8OZkGm2OBqnsFHpTyhwbcF4Va { width:3.75rem;height:0.1875rem;top:7.375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nq3MJvcUra4NLq6mkFcIayuqduRDrbcf { width:2.625rem;height:2.625rem;top:3.5rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DM8dZ6zdGSVc6o4tO5rrFJbTfhibebhD { width:17.125rem;height:7.75rem;top:9.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6bCuuMZI6wvl6B9orHGzEsIT7Ohk35W { width:3.75rem;height:0.1875rem;top:7.375rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHdZTasUJiRrQe45RwPrJwgIEGFlaKSo { width:2.625rem;height:2.625rem;top:3.5rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCfNIukBwtAAsAfwTb0RSRyx8V8mmZBX { width:15.9375rem;height:3.875rem;top:9.8125rem;left:31.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yaNhFLzaWLTyWeKNm6zNd0eVPK7Un5Ul { width:3.75rem;height:0.1875rem;top:7.5rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Df2rRelAVQD9x9UEKtsiWWJKyzKIXusT { width:2.625rem;height:2.625rem;top:3.5625rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5E0vzSsGIWUdNfrntI1oAsshEI2QO1B { display:block; }#r5E0vzSsGIWUdNfrntI1oAsshEI2QO1B > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oJQUoRagJ7FbOT0PO6Cc2yGUFVisAnpk { top:16.625rem;left:0rem;width:8.8125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSwoT1g1tiQWwDydi9eQ6GqXZU0X6gEQ { display:block; }
 }@media only screen and (max-width: 763px) { #lEmP0JAfKyVbOSCTZpRkg8rhGMqkQWEe { width:22.875rem;height:5.5625rem;top:7.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKBHHrWQzLRkr90GbsRnJRMC5cUnLsqe { width:11.25rem;height:0.1875rem;top:13.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQ43folAv4XU8V7XGqGPtXpgTn7rAwKb { width:26.75rem;height:16.25rem;top:5.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:2.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bfH4H9e4WclB5N9oQtPSxP9SPZaeDBiV { width:4.9375rem;height:2.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #elQOQFhlDhgpoB4ezzAwPx9MyAnlfSDM { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/fb4de2ac-4f74-467c-8e56-73f6b7c2030f/EOS_SG_Powerpointtitle_3.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#elQOQFhlDhgpoB4ezzAwPx9MyAnlfSDM.adaptive-delivery-prevent-bg, #elQOQFhlDhgpoB4ezzAwPx9MyAnlfSDM.lazyload, #elQOQFhlDhgpoB4ezzAwPx9MyAnlfSDM.lazyloading { background-image: none; }#elQOQFhlDhgpoB4ezzAwPx9MyAnlfSDM > .row .container { background-color: transparent; background-image: none; }#elQOQFhlDhgpoB4ezzAwPx9MyAnlfSDM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#elQOQFhlDhgpoB4ezzAwPx9MyAnlfSDM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#elQOQFhlDhgpoB4ezzAwPx9MyAnlfSDM > .row .container > .video-iframe-container { display: none; }#elQOQFhlDhgpoB4ezzAwPx9MyAnlfSDM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#elQOQFhlDhgpoB4ezzAwPx9MyAnlfSDM > .row > .video-iframe-container { display: none; }#elQOQFhlDhgpoB4ezzAwPx9MyAnlfSDM > .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); }#elQOQFhlDhgpoB4ezzAwPx9MyAnlfSDM > .row .container { border-width: 0; border-radius: 0; }#elQOQFhlDhgpoB4ezzAwPx9MyAnlfSDM > .row > .video-iframe-container {  }#elQOQFhlDhgpoB4ezzAwPx9MyAnlfSDM > .row .container { width:20rem;height:13.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ahIdVsktETq1xSgMA73TMnwtZ8ptgiUa { width:12.625rem;height:4.4rem;top:3.9375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxC9mV8LIcZGTawlxGmfDZa0lu9P08vm { display:block; }#cxC9mV8LIcZGTawlxGmfDZa0lu9P08vm > .row .container { width:20rem;height:55.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tm24x0479fmuDl7Ugl2of7JRHWiztgPa { width:20rem;height:6.5625rem;top:8.0625009536744rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0Ink1ql2LZ5WXKaOZzsEJUbvCgGpWOl { width:16.6875rem;height:16.6875rem;top:26.8125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2q4GVThgOkC7kNlzRzybzacIqHytv8Q { width:12.5rem;height:0.125rem;top:5.6250009536743rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZA81Ra0GbXSp1Awe05MlVH1ZlRBuN1P { width:17.8125rem;height:4.3875rem;top:0.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztoduNm4a5cTsENi1dsJNwGTTM8dD832 { width:20rem;height:7.875rem;top:17.743750095367rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFUObIcl76kdkI4dNSaPHkhBkMixg11T { width:20rem;height:6.5625rem;top:46.056245803833rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEBPUPhfEtCPQl2RX5THHQlKHG3Jmp11 { display:block; }#ZEBPUPhfEtCPQl2RX5THHQlKHG3Jmp11 > .row .container { width:20rem;height:36.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ffnIsAkWifJVeEXDuZ45TxS5miNQUh9G { width:18.4375rem;height:3.9rem;top:7.1875rem;left:0.78125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VDF30GzPlHyVd6fTKZskcqTuxMqXWhwx { width:3.75rem;height:0.125rem;top:5.4375rem;left:8.1250003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSbzKiB920bIrTh3IT7wPRBJPBhDW9aA { width:2.625rem;height:2.625rem;top:1.474609375rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUOoKD6PxRcl0N066bkpCUPLlyvaRk1E { width:17.875rem;height:3.9rem;top:17.687501907349rem;left:1.4375001192093rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3oboqX5vZVzHnHVlxnngtRUbN99HrH7 { width:3.75rem;height:0.1875rem;top:16.14999961853rem;left:8.1250003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1fJCgdpWWnTZU35p6yVAmTUiZlEg6Di { width:2.625rem;height:2.625rem;top:12.275001525879rem;left:8.6875003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #RP7h9wnt8cHaaRT5ONcfo7taT3Ro2AN5 { width:15.9375rem;height:3.9rem;top:28.462500691414rem;left:2.0312501192093rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gitW0i3cQRpVrBFPSmbShV9ISufbD4VO { width:3.75rem;height:0.1875rem;top:26.400000691414rem;left:8.1250003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcRaxlbmzpFxxdCTdBNlw3yoF7VTTB7F { width:2.625rem;height:2.625rem;top:22.462495803833rem;left:8.6875003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwIkQzdDltQzouAOiFrf6aUexHNugTI2 { display:block; }#GwIkQzdDltQzouAOiFrf6aUexHNugTI2 > .row .container { width:20rem;height:67.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AeLbxqA2qFF12wky7eIhciHKy09AO3bk { width:20rem;height:4.875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHrOclAiQxm4bzwktaayFwBvTgMIOM1q { width:18.9375rem;height:18.75rem;top:7.375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLfEcKDTvbk68bW76c0mGWEPt6xE1vql { width:16.25rem;height:7.5rem;top:14.9375rem;left:1.53125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eongvzmqUxANKgZi3PeQyM8LHoq2aGsR { width:18.9375rem;height:18.75rem;top:27.375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvzKFNZAOPaqpn266mdwKilRNwzhxP0I { width:18.9375rem;height:18.75rem;top:47.375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #niTAaO0PdfVL1TUBJNhAFfHQ3Vzs5gog { width:4.1875rem;height:4.1875rem;top:9.5rem;left:7.33749961853rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1eFAJtXP5d7t95pwWUAmozx1LPAnTTS { width:16.875rem;height:7.5rem;top:34.9375rem;left:1.53125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cM5M0Zmm0h6qBm92xTw9sbapeztDQnoO { width:4.1875rem;height:4.1875rem;top:29.5rem;left:7.0874977111819rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsNSflFmVvBgiwI7Tf9nK9vWnKvOiCAy { width:16.875rem;height:10.5rem;top:54.9375rem;left:1.53125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIhNXGBfJQBlCTIFfeA4F6RRO0aTO6NE { width:4.1875rem;height:4.1875rem;top:49.5rem;left:7.8742179870606rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCkmdC1KKRB1l0JXW9Aol9T9FLsGtEZn { display:block; }#XCkmdC1KKRB1l0JXW9Aol9T9FLsGtEZn > .row .container { width:20rem;height:43.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eEqCppWv6K82cKTKP4hfNis4OHnHSkfd { width:18.0625rem;height:6.5rem;top:8.9375004768369rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Pr44vHf8OZkGm2OBqnsFHpTyhwbcF4Va { width:3.75rem;height:0.125rem;top:6.8125004768369rem;left:7.1562498807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nq3MJvcUra4NLq6mkFcIayuqduRDrbcf { width:2.625rem;height:2.625rem;top:2.0367188453674rem;left:7.7187503576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #DM8dZ6zdGSVc6o4tO5rrFJbTfhibebhD { width:17.125rem;height:7.8rem;top:21.5rem;left:0.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6bCuuMZI6wvl6B9orHGzEsIT7Ohk35W { width:3.75rem;height:0.1875rem;top:19.937499523163rem;left:6.6562498807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHdZTasUJiRrQe45RwPrJwgIEGFlaKSo { width:2.625rem;height:2.625rem;top:15.787499904633rem;left:7.7187503576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCfNIukBwtAAsAfwTb0RSRyx8V8mmZBX { width:15.9375rem;height:3.9rem;top:36.962500765919rem;left:2.0312501192093rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yaNhFLzaWLTyWeKNm6zNd0eVPK7Un5Ul { width:3.75rem;height:0.1875rem;top:35.400000765919rem;left:7.1562498807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #Df2rRelAVQD9x9UEKtsiWWJKyzKIXusT { width:2.625rem;height:2.625rem;top:31.087491512299rem;left:8.6875003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5E0vzSsGIWUdNfrntI1oAsshEI2QO1B { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/fb4de2ac-4f74-467c-8e56-73f6b7c2030f/EOS_SG_Powerpointtitle_3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#r5E0vzSsGIWUdNfrntI1oAsshEI2QO1B.adaptive-delivery-prevent-bg, #r5E0vzSsGIWUdNfrntI1oAsshEI2QO1B.lazyload, #r5E0vzSsGIWUdNfrntI1oAsshEI2QO1B.lazyloading { background-image: none; }#r5E0vzSsGIWUdNfrntI1oAsshEI2QO1B > .row .container { background-color: transparent; background-image: none; }#r5E0vzSsGIWUdNfrntI1oAsshEI2QO1B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r5E0vzSsGIWUdNfrntI1oAsshEI2QO1B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r5E0vzSsGIWUdNfrntI1oAsshEI2QO1B > .row .container > .video-iframe-container { display: none; }#r5E0vzSsGIWUdNfrntI1oAsshEI2QO1B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r5E0vzSsGIWUdNfrntI1oAsshEI2QO1B > .row > .video-iframe-container { display: none; }#r5E0vzSsGIWUdNfrntI1oAsshEI2QO1B > .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); }#r5E0vzSsGIWUdNfrntI1oAsshEI2QO1B > .row .container { width:20rem;height:20.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oJQUoRagJ7FbOT0PO6Cc2yGUFVisAnpk { top:13.6875rem;left:1.6242188215256rem;width:9.875rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSwoT1g1tiQWwDydi9eQ6GqXZU0X6gEQ { display:block; }
 }@media only screen and (max-width: 763px) { #lEmP0JAfKyVbOSCTZpRkg8rhGMqkQWEe { width:14.4375rem;height:4.875rem;top:6.25rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKBHHrWQzLRkr90GbsRnJRMC5cUnLsqe { width:7.8125rem;height:0.1875rem;top:12.125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQ43folAv4XU8V7XGqGPtXpgTn7rAwKb { width:17.6875rem;height:11.5rem;top:5.6875rem;left:0rem;display:block; }
 }