.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-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
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: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sdG5h7o5mptw9wOTNiW523bf6n5GB2vu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,13,40,0.7), rgba(0,19,56,0.1));background-image: -moz-linear-gradient(180deg, rgba(0,13,40,0.7), rgba(0,19,56,0.1));background-image: -ms-linear-gradient(180deg, rgba(0,13,40,0.7), rgba(0,19,56,0.1));background-image: -o-linear-gradient(180deg, rgba(0,13,40,0.7), rgba(0,19,56,0.1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000d28b2', endColorstr='#00133819' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000d28b2', endColorstr='#00133819' );";background-image: linear-gradient(180deg, rgba(0,13,40,0.7), rgba(0,19,56,0.1));background-size:auto !important;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#sdG5h7o5mptw9wOTNiW523bf6n5GB2vu > .row .container { background-color: transparent; background-image: none; }#sdG5h7o5mptw9wOTNiW523bf6n5GB2vu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sdG5h7o5mptw9wOTNiW523bf6n5GB2vu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sdG5h7o5mptw9wOTNiW523bf6n5GB2vu > .row .container > .video-iframe-container { display: none; }#sdG5h7o5mptw9wOTNiW523bf6n5GB2vu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sdG5h7o5mptw9wOTNiW523bf6n5GB2vu > .row > .video-iframe-container { display: none; }#sdG5h7o5mptw9wOTNiW523bf6n5GB2vu > .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); }#sdG5h7o5mptw9wOTNiW523bf6n5GB2vu > .row .container { border-width: 0; border-radius: 0; }#sdG5h7o5mptw9wOTNiW523bf6n5GB2vu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sdG5h7o5mptw9wOTNiW523bf6n5GB2vu > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:block; }#UhSOGfS4woWEErez211hzZRLLflGsIJV { color:#ffffff;display:block;width:37.5rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:700;z-index:15016;line-height:.9;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.625rem #000000;top:1.203125rem;left:0rem;height:1.96875rem;font-style:normal;display:block; }
#xpOVrseo8u1tlqbs9l8TwlKQceWZCFsd { color:#144085;display:block;width:26.75rem;position:absolute;font-family:"open sans";font-size:6.25rem;font-weight:700;z-index:15012;line-height:.9;letter-spacing:0;top:20rem;left:3.75rem;height:5.625rem;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:none; }
#NiqceTilrqhpfa7xyHLGiD2VPmWW8ZJM { z-index:15009;top:0.84375rem;left:64.75rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #001a4e, rgba(0,26,78,0.5));background-image: -moz-linear-gradient(45deg, #001a4e, rgba(0,26,78,0.5));background-image: -ms-linear-gradient(45deg, #001a4e, rgba(0,26,78,0.5));background-image: -o-linear-gradient(45deg, #001a4e, rgba(0,26,78,0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#001a4e', endColorstr='#001a4e7f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#001a4e', endColorstr='#001a4e7f' );";background-image: linear-gradient(45deg, #001a4e, rgba(0,26,78,0.5));background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.25rem;height:2.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#vyQuzcIGzOOKOuhwfZUHrLfmmUZDWwcs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wFcZPLWvkbKWdccPKc9kxPaUOo9Fkhzk { z-index:15010;top:0.84375rem;left:41.9375rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #001a4e, rgba(0,26,78,0.5));background-image: -moz-linear-gradient(45deg, #001a4e, rgba(0,26,78,0.5));background-image: -ms-linear-gradient(45deg, #001a4e, rgba(0,26,78,0.5));background-image: -o-linear-gradient(45deg, #001a4e, rgba(0,26,78,0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#001a4e', endColorstr='#001a4e7f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#001a4e', endColorstr='#001a4e7f' );";background-image: linear-gradient(45deg, #001a4e, rgba(0,26,78,0.5));background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.25rem;height:2.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#d3V94pcSzQeXEAirMB3a9BU7P6LAJ2b3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TO7SvbPfKphI79u29IRz1ICDAghBey3x { z-index:15011;top:0.84375rem;left:53.3125rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #001a4e, rgba(0,26,78,0.5));background-image: -moz-linear-gradient(45deg, #001a4e, rgba(0,26,78,0.5));background-image: -ms-linear-gradient(45deg, #001a4e, rgba(0,26,78,0.5));background-image: -o-linear-gradient(45deg, #001a4e, rgba(0,26,78,0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#001a4e', endColorstr='#001a4e7f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#001a4e', endColorstr='#001a4e7f' );";background-image: linear-gradient(45deg, #001a4e, rgba(0,26,78,0.5));background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.25rem;height:2.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#upSXM5KTzEi2drnClMEO138ygpWikVVp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Cip8y2b3MhmubaU1CUZFAXlcWTdt4lHW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00142e;background-image:url("https://images.assets-landingi.com/uc/a8ef2df9-b318-4587-9d72-c590d236143c/OlefinMetaThesisSolutions_object1c.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Cip8y2b3MhmubaU1CUZFAXlcWTdt4lHW.adaptive-delivery-prevent-bg, #Cip8y2b3MhmubaU1CUZFAXlcWTdt4lHW.lazyload, #Cip8y2b3MhmubaU1CUZFAXlcWTdt4lHW.lazyloading { background-image: none; }#Cip8y2b3MhmubaU1CUZFAXlcWTdt4lHW > .row .container { background-color: transparent; background-image: none; }#Cip8y2b3MhmubaU1CUZFAXlcWTdt4lHW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cip8y2b3MhmubaU1CUZFAXlcWTdt4lHW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cip8y2b3MhmubaU1CUZFAXlcWTdt4lHW > .row .container > .video-iframe-container { display: none; }#Cip8y2b3MhmubaU1CUZFAXlcWTdt4lHW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cip8y2b3MhmubaU1CUZFAXlcWTdt4lHW > .row > .video-iframe-container { display: none; }#Cip8y2b3MhmubaU1CUZFAXlcWTdt4lHW > .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); }#Cip8y2b3MhmubaU1CUZFAXlcWTdt4lHW > .row .container { border-width: 0; border-radius: 0; }#Cip8y2b3MhmubaU1CUZFAXlcWTdt4lHW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Cip8y2b3MhmubaU1CUZFAXlcWTdt4lHW > .row .container { font-size:0.875rem;font-family:arial;height:56.25rem;width:75rem;position:relative;display:block; }#shKRO8S6e9Kz00N11uXc7TAL0UrR0SMr { color:#54eafd;display:block;width:31.8125rem;position:absolute;font-family:"open sans";font-size:5rem;font-weight:700;z-index:15012;line-height:.9;letter-spacing:0;top:23.625rem;left:0rem;height:9rem;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; }
#OXzZiqOOmgZ8gIEWWQy53GlkQ2zoPWm2 { color:#d73cbe;display:block;width:31.5rem;position:absolute;font-family:"open sans";font-size:2.625rem;font-weight:400;z-index:15013;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:22.875rem;left:40.5rem;height:10.5rem;font-style:normal;display:block; }
#BK15pJ7GKakTgWGEMFt4RnSD8GIOR9DS { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.75rem;display:none; }
#ETmTsvCPNmzS6GtfemSf5ZfbI6VwvCxo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/d2da0644-7f78-4a55-9ce4-9139a4e2709e/OlefinMetaThesisSolutions_object1b.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ETmTsvCPNmzS6GtfemSf5ZfbI6VwvCxo.adaptive-delivery-prevent-bg, #ETmTsvCPNmzS6GtfemSf5ZfbI6VwvCxo.lazyload, #ETmTsvCPNmzS6GtfemSf5ZfbI6VwvCxo.lazyloading { background-image: none; }#ETmTsvCPNmzS6GtfemSf5ZfbI6VwvCxo > .row .container { background-color: transparent; background-image: none; }#ETmTsvCPNmzS6GtfemSf5ZfbI6VwvCxo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETmTsvCPNmzS6GtfemSf5ZfbI6VwvCxo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETmTsvCPNmzS6GtfemSf5ZfbI6VwvCxo > .row .container > .video-iframe-container { display: none; }#ETmTsvCPNmzS6GtfemSf5ZfbI6VwvCxo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETmTsvCPNmzS6GtfemSf5ZfbI6VwvCxo > .row > .video-iframe-container { display: none; }#ETmTsvCPNmzS6GtfemSf5ZfbI6VwvCxo > .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); }#ETmTsvCPNmzS6GtfemSf5ZfbI6VwvCxo > .row .container { border-width: 0; border-radius: 0; }#ETmTsvCPNmzS6GtfemSf5ZfbI6VwvCxo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ETmTsvCPNmzS6GtfemSf5ZfbI6VwvCxo > .row .container { font-size:0.875rem;font-family:arial;height:46.875rem;width:75rem;position:relative;display:block; }#CrTyfP4aTdf3td8FekQXsuHw8HWsaFI0 { color:#001a4e;display:block;width:33.875rem;position:absolute;font-family:"open sans";font-size:3.75rem;font-weight:700;z-index:15014;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #ffffff;top:17.8125rem;left:1.8125rem;height:11.25rem;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; }
#T1hTI1t7oQXB8cmThUEWFqF7wbazh7Vx { z-index:15010;top:30.875rem;left:1.8125rem;background-color:#ffffff;background-image:none;border-top:0.1875rem solid #d73cbe;border-left:0.1875rem solid #d73cbe;border-right:0.1875rem solid #d73cbe;border-bottom:0.1875rem solid #d73cbe;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#d73cbe;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.25rem;height:2.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#vSLAu2rmbK3vZ36cmIPSEp74USLT2Tw2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QM43wmpxME9wksC8oF5FDtQxeiULqr6r { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid #d73cbe;border-left:0.3125rem solid #d73cbe;border-right:0.3125rem solid #d73cbe;border-bottom:0.3125rem solid #d73cbe;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#000000;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.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:12.5rem;text-decoration:none;z-index:15041;text-align:center;text-align-last:center;top:17.1875rem;left:42.25rem;display:block; }
#tzR6iaTril2lJ7vPBcTxnt4SBc9feBJa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hxyZmNFIawq5u9udiXgKUbJmgsU9BoDH { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid #d73cbe;border-left:0.3125rem solid #d73cbe;border-right:0.3125rem solid #d73cbe;border-bottom:0.3125rem solid #d73cbe;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#000000;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.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:12.5rem;text-decoration:none;z-index:15042;text-align:center;text-align-last:center;top:17.1875rem;left:57.8125rem;display:block; }
#Rm2Z4H0hfff5qUPiDMtcHSlTUbFulukx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Hfb4EMOlyyqg3hiLTJcBZdU211TUXZAO { position:relative;display:none; }#Hfb4EMOlyyqg3hiLTJcBZdU211TUXZAO { border-width: 0; border-radius: 0; }#Hfb4EMOlyyqg3hiLTJcBZdU211TUXZAO > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Hfb4EMOlyyqg3hiLTJcBZdU211TUXZAO > .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:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#hrRvgNxy3KnPb7RS3dz88zaLpTEGHhIk { position:relative;display:block; }#hrRvgNxy3KnPb7RS3dz88zaLpTEGHhIk { background-color: transparent; background-image: none; }#hrRvgNxy3KnPb7RS3dz88zaLpTEGHhIk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hrRvgNxy3KnPb7RS3dz88zaLpTEGHhIk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hrRvgNxy3KnPb7RS3dz88zaLpTEGHhIk > .row .container > .video-iframe-container { display: none; }#hrRvgNxy3KnPb7RS3dz88zaLpTEGHhIk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hrRvgNxy3KnPb7RS3dz88zaLpTEGHhIk > .row > .video-iframe-container { display: none; }#hrRvgNxy3KnPb7RS3dz88zaLpTEGHhIk > .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); }#hrRvgNxy3KnPb7RS3dz88zaLpTEGHhIk { border-width: 0; border-radius: 0; }#hrRvgNxy3KnPb7RS3dz88zaLpTEGHhIk > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hrRvgNxy3KnPb7RS3dz88zaLpTEGHhIk > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/e40723ca-9c5c-4ca6-81ad-407ac70f40b9/OlefinMetaThesisSolutions_object3.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;font-size:0.875rem;font-family:arial;height:46.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#hrRvgNxy3KnPb7RS3dz88zaLpTEGHhIk > .row .container.adaptive-delivery-prevent-bg, #hrRvgNxy3KnPb7RS3dz88zaLpTEGHhIk > .row .container.lazyload, #hrRvgNxy3KnPb7RS3dz88zaLpTEGHhIk > .row .container.lazyloading { background-image: none; }#aZqI1byWStQ3TepZKTEV7R8K3MoXIl1m { color:#001a4e;display:block;width:33.875rem;position:absolute;font-family:"open sans";font-size:3.75rem;font-weight:700;z-index:15014;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #ffffff;top:19.6875rem;left:39.3125rem;height:7.5rem;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;text-align:right;text-align-last:right;display:block; }
#hTcTiOpyPToGcMaf0MMJMQPnpAkdPdAk { position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid #d73cbe;border-left:0.3125rem solid #d73cbe;border-right:0.3125rem solid #d73cbe;border-bottom:0.3125rem solid #d73cbe;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:9.5625rem;left:4.625rem;display:block; }
#rSL8dfVvUSTH2UQQQcz9vcd67O6FXiIr { color:#001a4e;display:block;width:12.3125rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15015;line-height:1;letter-spacing:0;top:15.25rem;left:5.0625rem;height:3.75rem;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;text-align:center;text-align-last:center;display:block; }
#EV8sVml1vStOLPUulm19nZnWZTaVZwe7 { position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid #d73cbe;border-left:0.3125rem solid #d73cbe;border-right:0.3125rem solid #d73cbe;border-bottom:0.3125rem solid #d73cbe;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:9.5625rem;left:20.1875rem;display:block; }
#NTT4hpzpDDnSJPaI0Kb8TJOEBbhMgHBs { position:absolute;display:block;z-index:15019;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid #d73cbe;border-left:0.3125rem solid #d73cbe;border-right:0.3125rem solid #d73cbe;border-bottom:0.3125rem solid #d73cbe;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:24.8125rem;left:4.625rem;display:block; }
#psl4lTk7aTEnqH79eZPScUOQ8gnGgK5f { color:#001a4e;display:block;width:12.3125rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15019;line-height:1;letter-spacing:0;top:29.5rem;left:5.0625rem;height:1.875rem;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;text-align:center;text-align-last:center;display:block; }
#S2Spo4hyHo69Wwuo43Tf9I9q13xePEXT { position:absolute;display:block;z-index:15021;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid #d73cbe;border-left:0.3125rem solid #d73cbe;border-right:0.3125rem solid #d73cbe;border-bottom:0.3125rem solid #d73cbe;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:24.8125rem;left:20.1875rem;display:block; }
#xtAtvToaud4I5Z8v1nBEedtzUaM1xD38 { z-index:15011;top:35.3125rem;left:63rem;background-color:#ffffff;background-image:none;border-top:0.1875rem solid #d73cbe;border-left:0.1875rem solid #d73cbe;border-right:0.1875rem solid #d73cbe;border-bottom:0.1875rem solid #d73cbe;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#d73cbe;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.25rem;height:2.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#t4zMcKOrfi5aXcr5ZHtmRpKIdGaXKHX1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PsCfmDvygJu7bbqdB23I2r7aCq1lwaop { color:#001a4e;display:block;width:12.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15016;line-height:1;letter-spacing:0;top:13.25rem;left:5.0625rem;height:2rem;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;text-align:center;text-align-last:center;display:block; }
#gu6EeWNfUnwMBLeqLKigKJVTgEpW3e1p { color:#001a4e;display:block;width:12.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15022;line-height:1;letter-spacing:0;top:31.3125rem;left:5.0625rem;height:2rem;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;text-align:center;text-align-last:center;display:block; }
#URsrmDbFAt7V9NsQl8Ia2Dd87IoW0Bac { color:#001a4e;display:block;width:12.3125rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15021;line-height:1;letter-spacing:0;top:28rem;left:20.625rem;height:1.875rem;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;text-align:center;text-align-last:center;display:block; }
#s7dB26XtrtSsK6neOMlt89sOpAfJxLrC { color:#001a4e;display:block;width:12.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15024;line-height:1;letter-spacing:0;top:29.8125rem;left:20.625rem;height:4rem;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;text-align:center;text-align-last:center;display:block; }
#qDPs4lxGAfrkOo52naJU79JRvURyJvvZ { color:#001a4e;display:block;width:12.3125rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15023;line-height:1;letter-spacing:0;top:13.25rem;left:20.625rem;height:3.75rem;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;text-align:center;text-align-last:center;display:block; }
#EFgDbQvHhDW7C6GZtTOgEku1cbBcXStu { color:#001a4e;display:block;width:12.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15026;line-height:1;letter-spacing:0;top:17.0625rem;left:20.625rem;height:1rem;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;text-align:center;text-align-last:center;display:block; }
#CmpPTJZVNupnP7uilpQsdhtOUiBAZKoD { position:relative;display:none; }#CmpPTJZVNupnP7uilpQsdhtOUiBAZKoD { border-width: 0; border-radius: 0; }#CmpPTJZVNupnP7uilpQsdhtOUiBAZKoD > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#CmpPTJZVNupnP7uilpQsdhtOUiBAZKoD > .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:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#CTKed0gvFdWNQU8V7LssbvZQ3upXNott { position:relative;display:block; }#CTKed0gvFdWNQU8V7LssbvZQ3upXNott { background-color: transparent; background-image: none; }#CTKed0gvFdWNQU8V7LssbvZQ3upXNott::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CTKed0gvFdWNQU8V7LssbvZQ3upXNott > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CTKed0gvFdWNQU8V7LssbvZQ3upXNott > .row .container > .video-iframe-container { display: none; }#CTKed0gvFdWNQU8V7LssbvZQ3upXNott > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CTKed0gvFdWNQU8V7LssbvZQ3upXNott > .row > .video-iframe-container { display: none; }#CTKed0gvFdWNQU8V7LssbvZQ3upXNott > .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); }#CTKed0gvFdWNQU8V7LssbvZQ3upXNott { border-width: 0; border-radius: 0; }#CTKed0gvFdWNQU8V7LssbvZQ3upXNott > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CTKed0gvFdWNQU8V7LssbvZQ3upXNott > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/21de3b85-5518-4d61-a342-4419ec22325f/OMCobject3.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;font-size:0.875rem;font-family:arial;height:46.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#CTKed0gvFdWNQU8V7LssbvZQ3upXNott > .row .container.adaptive-delivery-prevent-bg, #CTKed0gvFdWNQU8V7LssbvZQ3upXNott > .row .container.lazyload, #CTKed0gvFdWNQU8V7LssbvZQ3upXNott > .row .container.lazyloading { background-image: none; }#mGiO2SDBKk1weSeG9rLpiUBdDArNtSw2 { color:#001a4e;display:block;width:20.75rem;position:absolute;font-family:"open sans";font-size:3.75rem;font-weight:700;z-index:15014;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #ffffff;top:15.9375rem;left:8.375rem;height:15rem;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; }
#RCZPnHNWFUopNSd5I1ouoS4JULdqFXsg { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #d73cbe;border-left:0.1875rem solid #d73cbe;border-right:0.1875rem solid #d73cbe;border-bottom:0.1875rem solid #d73cbe;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#000000;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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.8125rem;height:7.8125rem;text-decoration:none;z-index:15040;text-align:center;text-align-last:center;top:6.5rem;left:37.5rem;display:block; }
#O8tKpHGlJf23bE0pzbXCPwedbCwKTuwV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Es7FQAsiAH2BqdvycfTcLl5ViZs3vzuV { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #d73cbe;border-left:0.1875rem solid #d73cbe;border-right:0.1875rem solid #d73cbe;border-bottom:0.1875rem solid #d73cbe;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#000000;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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.8125rem;height:7.8125rem;text-decoration:none;z-index:15042;text-align:center;text-align-last:center;top:15.25rem;left:37.5rem;display:block; }
#T8zuNm9P611gxf8pgNRBLhT7wKQagd3O { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tSMxrKwUHWp52EaO368iaItyWkQiy9Sx { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #d73cbe;border-left:0.1875rem solid #d73cbe;border-right:0.1875rem solid #d73cbe;border-bottom:0.1875rem solid #d73cbe;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#000000;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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.8125rem;height:7.8125rem;text-decoration:none;z-index:15043;text-align:center;text-align-last:center;top:15.25rem;left:46.1875rem;display:block; }
#RZTooagA3WoCPwXnzX0GWAOeJrId3Kyt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FVeJOqS7tTyE2BVeWhEJoXtPE5GrptnA { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #d73cbe;border-left:0.1875rem solid #d73cbe;border-right:0.1875rem solid #d73cbe;border-bottom:0.1875rem solid #d73cbe;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#000000;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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.8125rem;height:7.8125rem;text-decoration:none;z-index:15044;text-align:center;text-align-last:center;top:6.5rem;left:46.1875rem;display:block; }
#KReT8c58oStbKNnMH0SLf22ODvlXzD6f { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QNCGwcQc2N1amWTQ52MV9sVpPJZvmfTX { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #d73cbe;border-left:0.1875rem solid #d73cbe;border-right:0.1875rem solid #d73cbe;border-bottom:0.1875rem solid #d73cbe;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#000000;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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.8125rem;height:7.8125rem;text-decoration:none;z-index:15045;text-align:center;text-align-last:center;top:23.875rem;left:46.1875rem;display:block; }
#TObH6Akraomvdv3BQS0KELr9isuWJik4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#m6nsRSEECu6Dbx31pdHT9dUdg30saqBM { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #54eafd;border-left:0.1875rem solid #54eafd;border-right:0.1875rem solid #54eafd;border-bottom:0.1875rem solid #54eafd;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#000000;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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.8125rem;height:7.8125rem;text-decoration:none;z-index:15053;text-align:center;text-align-last:center;top:32.625rem;left:67.1875rem;display:block; }
#rgJfO6Oc2uBT6KGETGtvBIqKIrk32QFh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fevRUbVxyefGrzznmvT85mNCRDLmqnhd { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #54eafd;border-left:0.1875rem solid #54eafd;border-right:0.1875rem solid #54eafd;border-bottom:0.1875rem solid #54eafd;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#000000;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.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.8125rem;height:7.8125rem;text-decoration:none;z-index:15051;text-align:center;text-align-last:center;top:23.875rem;left:67.1875rem;display:block; }
#GiNVTUDnmMtyJGzreNaEVx5XbvHzWKLO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GN9Bcd2CTNiqAuIWZczDnGHXq2wKxsfv { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #54eafd;border-left:0.1875rem solid #54eafd;border-right:0.1875rem solid #54eafd;border-bottom:0.1875rem solid #54eafd;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#000000;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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.8125rem;height:7.8125rem;text-decoration:none;z-index:15048;text-align:center;text-align-last:center;top:15.25rem;left:58.5rem;display:block; }
#e45LCtqy6ZCpZBQdmHB0hs2yFCbcaSiJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#euiIa8XTZ5xgpebGilqZTQSXDfSp1zlB { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #54eafd;border-left:0.1875rem solid #54eafd;border-right:0.1875rem solid #54eafd;border-bottom:0.1875rem solid #54eafd;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#000000;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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.8125rem;height:7.8125rem;text-decoration:none;z-index:15049;text-align:center;text-align-last:center;top:15.25rem;left:67.1875rem;display:block; }
#nNS5gEweovp3lsdmWIZrgJvzTSEpbbTo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#B6Tk7KT1ESm0vRp1FNp306B7yrrRvU9R { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #54eafd;border-left:0.1875rem solid #54eafd;border-right:0.1875rem solid #54eafd;border-bottom:0.1875rem solid #54eafd;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#000000;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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.8125rem;height:7.8125rem;text-decoration:none;z-index:15050;text-align:center;text-align-last:center;top:23.875rem;left:58.5rem;display:block; }
#ml7wrG1p1FLmknlqNJmXoBsy5D5NSHDe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nw5vVGlMGSRO2TOTWyyNX7EeNKNGHT7C { z-index:15012;top:37.8125rem;left:8.375rem;background-color:#ffffff;background-image:none;border-top:0.1875rem solid #d73cbe;border-left:0.1875rem solid #d73cbe;border-right:0.1875rem solid #d73cbe;border-bottom:0.1875rem solid #d73cbe;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#d73cbe;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.25rem;height:2.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#xVR4H9BiGbFxFq8eA6w05i4cTeW8NFWT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GkVASXxkrvoCd7SKi7GR0RJHRglWZpv1 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:45rem;width:45rem;display:none; }
#optk4J2uVaeABpn3ZdxnCJg8NxNr5twO { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.625rem;width:34.625rem;display:none; }
#pisvHTmz9XToTnFFOD85vTTLExTXVest { position:relative;display:none; }#pisvHTmz9XToTnFFOD85vTTLExTXVest { border-width: 0; border-radius: 0; }#pisvHTmz9XToTnFFOD85vTTLExTXVest > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#pisvHTmz9XToTnFFOD85vTTLExTXVest > .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:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#qN5TQoacvy8JUqWQDCW8gbABx7v3kZCV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/2ae3ec92-01f3-49d4-a06c-317cf1499776/OMCobject4.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qN5TQoacvy8JUqWQDCW8gbABx7v3kZCV.adaptive-delivery-prevent-bg, #qN5TQoacvy8JUqWQDCW8gbABx7v3kZCV.lazyload, #qN5TQoacvy8JUqWQDCW8gbABx7v3kZCV.lazyloading { background-image: none; }#qN5TQoacvy8JUqWQDCW8gbABx7v3kZCV > .row .container { background-color: transparent; background-image: none; }#qN5TQoacvy8JUqWQDCW8gbABx7v3kZCV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qN5TQoacvy8JUqWQDCW8gbABx7v3kZCV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qN5TQoacvy8JUqWQDCW8gbABx7v3kZCV > .row .container > .video-iframe-container { display: none; }#qN5TQoacvy8JUqWQDCW8gbABx7v3kZCV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qN5TQoacvy8JUqWQDCW8gbABx7v3kZCV > .row > .video-iframe-container { display: none; }#qN5TQoacvy8JUqWQDCW8gbABx7v3kZCV > .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); }#qN5TQoacvy8JUqWQDCW8gbABx7v3kZCV > .row .container { border-width: 0; border-radius: 0; }#qN5TQoacvy8JUqWQDCW8gbABx7v3kZCV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qN5TQoacvy8JUqWQDCW8gbABx7v3kZCV > .row .container { font-size:0.875rem;font-family:arial;height:46.875rem;width:75rem;position:relative;display:block; }#ekZRpvQ0NImICRU3xmP3CtdTTyXo9Kdk { color:#001a4e;display:block;width:29rem;position:absolute;font-family:"open sans";font-size:3.75rem;font-weight:700;z-index:15014;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #ffffff;top:19.6875rem;left:44.1875rem;height:7.5rem;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;text-align:right;text-align-last:right;display:block; }
#NrpNpE0pVZJJu75Tax6XC1dBHN7p9L9U { z-index:15011;top:37.5rem;left:63rem;background-color:#ffffff;background-image:none;border-top:0.1875rem solid #d73cbe;border-left:0.1875rem solid #d73cbe;border-right:0.1875rem solid #d73cbe;border-bottom:0.1875rem solid #d73cbe;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#d73cbe;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.25rem;height:2.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#M96pM3PF8UnwvB0Q43r8nWaxUOIatWhS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WkC1BoU2fc98rlLMuwo8Ma6BicgmPlJP { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #d73cbe;border-left:0.1875rem solid #d73cbe;border-right:0.1875rem solid #d73cbe;border-bottom:0.1875rem solid #d73cbe;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#000000;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:10.3125rem;text-decoration:none;z-index:15047;text-align:center;text-align-last:center;top:6.8125rem;left:27.25rem;display:block; }
#m7T6tH0sW4igaM08wXQWO70QkaSAPJgP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BWGNyneMh0Gqt4QTUJ9J7RIKtkRwgEdE { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #d73cbe;border-left:0.1875rem solid #d73cbe;border-right:0.1875rem solid #d73cbe;border-bottom:0.1875rem solid #d73cbe;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#000000;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:10.3125rem;text-decoration:none;z-index:15048;text-align:center;text-align-last:center;top:6.8125rem;left:15.875rem;display:block; }
#lBorelzx3dq877TiB4CX2a8kERPfcDgu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NbVJgyIwGxJUtsxDQAW9UFhaTmw7cNHW { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #d73cbe;border-left:0.1875rem solid #d73cbe;border-right:0.1875rem solid #d73cbe;border-bottom:0.1875rem solid #d73cbe;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#000000;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:10.3125rem;text-decoration:none;z-index:15049;text-align:center;text-align-last:center;top:6.8125rem;left:4.375rem;display:block; }
#sPm3I0mLOyFHOmxH5xzLeFzB9t1RndyE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gWKZ3zOz8tWw62p6Z5TNTaftzniNM10P { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #d73cbe;border-left:0.1875rem solid #d73cbe;border-right:0.1875rem solid #d73cbe;border-bottom:0.1875rem solid #d73cbe;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#000000;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:10.3125rem;text-decoration:none;z-index:15050;text-align:center;text-align-last:center;top:18.3125rem;left:27.25rem;display:block; }
#kmV0W7ZsHN9Kdk78EJFhLPTwriXSDWFy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xKCFE7VSL8hueTf3dAsvii08DN4snWd8 { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #d73cbe;border-left:0.1875rem solid #d73cbe;border-right:0.1875rem solid #d73cbe;border-bottom:0.1875rem solid #d73cbe;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#000000;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:10.3125rem;text-decoration:none;z-index:15051;text-align:center;text-align-last:center;top:18.3125rem;left:15.875rem;display:block; }
#xVXtLBULNCxsu0LnP2q7Qd03JqdOtD2u { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VcTL53MDSlQXvT9KkQ95GP7SzXJhlhqL { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #d73cbe;border-left:0.1875rem solid #d73cbe;border-right:0.1875rem solid #d73cbe;border-bottom:0.1875rem solid #d73cbe;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#000000;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:10.3125rem;text-decoration:none;z-index:15052;text-align:center;text-align-last:center;top:18.3125rem;left:4.375rem;display:block; }
#wwFX7PTVNuv8tPpozdx9I6KOVAN4f6NM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LADefHyu218Mqy4Rm5ifvprQvIThhegi { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #d73cbe;border-left:0.1875rem solid #d73cbe;border-right:0.1875rem solid #d73cbe;border-bottom:0.1875rem solid #d73cbe;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#000000;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:10.3125rem;text-decoration:none;z-index:15053;text-align:center;text-align-last:center;top:29.8125rem;left:27.25rem;display:block; }
#GQCpw64IXN1U3IaSHW8izywdwnG6aPiD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bup6kpxNwmE5tn0OcfpbgWvGhPsJ3XBR { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #d73cbe;border-left:0.1875rem solid #d73cbe;border-right:0.1875rem solid #d73cbe;border-bottom:0.1875rem solid #d73cbe;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#000000;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:10.3125rem;text-decoration:none;z-index:15054;text-align:center;text-align-last:center;top:29.8125rem;left:15.875rem;display:block; }
#HT4HGtFeRm8Qas19pu07V0lieTeaRaGy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dQS7r6k44NTGfLC0OFMHqh2aT1RyNPOA { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #d73cbe;border-left:0.1875rem solid #d73cbe;border-right:0.1875rem solid #d73cbe;border-bottom:0.1875rem solid #d73cbe;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#000000;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:10.3125rem;text-decoration:none;z-index:15055;text-align:center;text-align-last:center;top:29.8125rem;left:4.375rem;display:block; }
#UQyXF5mAvCRepv4zv7KICn7NgAGu4H08 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nUMT9r0ZeIzbVcCsenITADrf6wqs93tA { position:absolute;display:block;z-index:15056;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.0625rem;width:10.0625rem;top:6.875rem;left:63.1875rem;overflow:hidden;display:block; }
#yq71TtdhNHJUNXuBF5UNFKIHE5qe8S0g { position:relative;display:none; }#yq71TtdhNHJUNXuBF5UNFKIHE5qe8S0g { border-width: 0; border-radius: 0; }#yq71TtdhNHJUNXuBF5UNFKIHE5qe8S0g > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#yq71TtdhNHJUNXuBF5UNFKIHE5qe8S0g > .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:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#mczcNk0JgwZ4QCqnwH7IfPBz59Vya9dq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mczcNk0JgwZ4QCqnwH7IfPBz59Vya9dq > .row .container { background-color: transparent; background-image: none; }#mczcNk0JgwZ4QCqnwH7IfPBz59Vya9dq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mczcNk0JgwZ4QCqnwH7IfPBz59Vya9dq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mczcNk0JgwZ4QCqnwH7IfPBz59Vya9dq > .row .container > .video-iframe-container { display: none; }#mczcNk0JgwZ4QCqnwH7IfPBz59Vya9dq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mczcNk0JgwZ4QCqnwH7IfPBz59Vya9dq > .row > .video-iframe-container { display: none; }#mczcNk0JgwZ4QCqnwH7IfPBz59Vya9dq > .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); }#mczcNk0JgwZ4QCqnwH7IfPBz59Vya9dq > .row .container { border-width: 0; border-radius: 0; }#mczcNk0JgwZ4QCqnwH7IfPBz59Vya9dq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mczcNk0JgwZ4QCqnwH7IfPBz59Vya9dq > .row .container { font-size:0.875rem;font-family:arial;height:46.875rem;width:75rem;position:relative;display:block; }#TNkKTuCgE0eoNk12lnnaPpKPOg619tGp { color:#001a4e;display:block;width:32.875rem;position:absolute;font-family:"open sans";font-size:3.75rem;font-weight:700;z-index:15014;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #ffffff;top:7.9375rem;left:4.25rem;height:11.25rem;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;text-align:left;text-align-last:left;display:block; }
#Wtuc7ohQAOsAQbfCWhTy3Dxpi9sTzl82 { z-index:15011;top:15.0625rem;left:41.75rem;background-color:#ffffff;background-image:none;border-top:0.1875rem solid #d73cbe;border-left:0.1875rem solid #d73cbe;border-right:0.1875rem solid #d73cbe;border-bottom:0.1875rem solid #d73cbe;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#d73cbe;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.875rem;height:2.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#qECmm1MZIVsP5vdR8rlwBFIw9dZu4HHp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ebogsigvpu9zdPSblxTkwsNyqHvqH1P2 { color:#000000;display:block;width:29rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15015;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #ffffff;top:21.4375rem;left:4.25rem;height:12.5rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#S16MGIbbDVVDpKIdBFb3SR8o0EKSktOU { color:#000000;display:block;width:29rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15016;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #ffffff;top:20.25rem;left:41.75rem;height:13.75rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#gg9ySFfId33xeTRKhXtk9qut0dZffTIz { z-index:15012;top:7.9375rem;left:41.75rem;background-color:#ffffff;background-image:none;border-top:0.1875rem solid #d73cbe;border-left:0.1875rem solid #d73cbe;border-right:0.1875rem solid #d73cbe;border-bottom:0.1875rem solid #d73cbe;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#d73cbe;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.875rem;height:2.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#LEIPllfWTMrdBteVkN9qHQeobp9XDRcL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XaTQ1hSfqkUDCiXnHk9IXZmUwyTMRBqx { z-index:15013;top:11.5rem;left:41.75rem;background-color:#ffffff;background-image:none;border-top:0.1875rem solid #d73cbe;border-left:0.1875rem solid #d73cbe;border-right:0.1875rem solid #d73cbe;border-bottom:0.1875rem solid #d73cbe;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#d73cbe;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.875rem;height:2.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#mLP8LynGdimIGwssnz7qFfFTSJH5kTdT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IVuscOQo0IkI8yAWqStBHi6QvyX3Ae84 { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.75rem;width:9.3125rem;top:7.9375rem;left:51.59375rem;overflow:hidden;display:block; }
#Scp1R3nV9BiTwLsz7wy0us3dKDRDW9dm { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.375rem;width:13.5rem;top:9.375rem;left:61.5rem;overflow:hidden;display:block; }
#cyBr7k0bNvaGkbdmMZ52SkNJ8uUGGC1G { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.2);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cyBr7k0bNvaGkbdmMZ52SkNJ8uUGGC1G > .row .container { background-color: transparent; background-image: none; }#cyBr7k0bNvaGkbdmMZ52SkNJ8uUGGC1G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cyBr7k0bNvaGkbdmMZ52SkNJ8uUGGC1G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cyBr7k0bNvaGkbdmMZ52SkNJ8uUGGC1G > .row .container > .video-iframe-container { display: none; }#cyBr7k0bNvaGkbdmMZ52SkNJ8uUGGC1G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cyBr7k0bNvaGkbdmMZ52SkNJ8uUGGC1G > .row > .video-iframe-container { display: block; }#cyBr7k0bNvaGkbdmMZ52SkNJ8uUGGC1G > .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); }#cyBr7k0bNvaGkbdmMZ52SkNJ8uUGGC1G > .row .container { border-width: 0; border-radius: 0; }#cyBr7k0bNvaGkbdmMZ52SkNJ8uUGGC1G > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cyBr7k0bNvaGkbdmMZ52SkNJ8uUGGC1G > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:75rem;position:relative;display:block; }#mxSJk34Jt1KqoywPHcNrK1ZMTmtee3eA { color:#ffffff;display:block;width:25.125rem;position:absolute;font-family:"open sans";font-size:3.75rem;font-weight:700;z-index:15014;line-height:.9;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.625rem #000000;top:5.3125rem;left:4.0625rem;height:10.125rem;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;text-align:left;text-align-last:left;display:block; }
#wlv9FGMGdhWlX0sBlzVaAFcezONKx9Wx { color:#ffffff;display:block;width:20.1875rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:300;z-index:15015;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.625rem #000000;top:19.5625rem;left:4.0625rem;height:7.5rem;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;text-align:left;text-align-last:left;display:block; }
#zbNTtR2lodw5LazsUhL4wAdTTcgXBctw { z-index:15010;top:0.84375rem;left:64.28125rem;background-color:#ffffff;background-image:none;border-top:0.125rem solid #144085;border-left:0.125rem solid #144085;border-right:0.125rem solid #144085;border-bottom:0.125rem solid #144085;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#144085;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.25rem;height:2.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#dAJUCqUiDPiTAKCRuQiQaodQobhmCHbD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wk6u5yS1S4gDCLhpBhRTJb1gPtrPeyav { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.6875rem;width:12.6875rem;top:7.125rem;left:37.5rem;overflow:hidden;display:block; }
#wZdV6DPb9zcTpr1wU1cUL3Aumqgv6rHh { color:#ffffff;display:block;width:18.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15063;line-height:1;letter-spacing:0;top:12.250000953674rem;left:51.687500953674rem;height:1rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#nA6R7bHmiKRwh111z4TOhxvgCbUewU1E { color:#ffffff;display:block;width:15.1875rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15062;line-height:.9;letter-spacing:0;top:8.3125rem;left:51.875rem;height:3.375rem;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;text-align:left;text-align-last:left;display:block; }
#e3TUIv9lw5FNTQW3GpVVB248TedJ5uwe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.8125rem;width:3.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15064;opacity:1;top:15.0625rem;left:51.6875rem; }
#e3TUIv9lw5FNTQW3GpVVB248TedJ5uwe > img { max-width: 100%;max-height:100%; width:3.8125rem; height:3.8125rem; }#pslmGaBvmGlmS96ANboQ6eSlTRxshGHq { z-index:15030;top:15.0625rem;left:58.5625rem;background-color:transparent;background-image:none;border-top:0.1875rem solid #d73cbe;border-left:0.1875rem solid #d73cbe;border-right:0.1875rem solid #d73cbe;border-bottom:0.1875rem solid #d73cbe;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#d73cbe;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.25rem;height:3.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#EWG34J1DSCTBnscLZcnwKT8qU5TFQyqG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hnAHCAfLQdVne7sVNoHHML67CpBp6on0 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #d73cbe;border-left:0.25rem solid #d73cbe;border-right:0.25rem solid #d73cbe;border-bottom:0.25rem solid #d73cbe;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#d73cbe;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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15065;text-align:center;text-align-last:center;top:23.6875rem;left:47.5rem;display:block; }
#Z6vL622PhoK59sEBmbX6DDwOc7VHKhXI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lIU7zIdksG7pJMaLfVDgvFuZoTe6To2c { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lIU7zIdksG7pJMaLfVDgvFuZoTe6To2c > .row .container { background-color: transparent; background-image: none; }#lIU7zIdksG7pJMaLfVDgvFuZoTe6To2c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lIU7zIdksG7pJMaLfVDgvFuZoTe6To2c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lIU7zIdksG7pJMaLfVDgvFuZoTe6To2c > .row .container > .video-iframe-container { display: none; }#lIU7zIdksG7pJMaLfVDgvFuZoTe6To2c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lIU7zIdksG7pJMaLfVDgvFuZoTe6To2c > .row > .video-iframe-container { display: none; }#lIU7zIdksG7pJMaLfVDgvFuZoTe6To2c > .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); }#lIU7zIdksG7pJMaLfVDgvFuZoTe6To2c > .row .container { border-width: 0; border-radius: 0; }#lIU7zIdksG7pJMaLfVDgvFuZoTe6To2c > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lIU7zIdksG7pJMaLfVDgvFuZoTe6To2c > .row .container { font-size:0.875rem;font-family:arial;height:43.75rem;width:75rem;position:relative;display:block; }#NoMoZGLLpx4uZtFLtpsqn6tR566pDAAb { color:#001a4e;display:block;width:27.5625rem;position:absolute;font-family:"open sans";font-size:3.75rem;font-weight:700;z-index:15013;line-height:.9;letter-spacing:0;top:9.8125rem;left:4.375rem;height:10.125rem;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; }
#I4aN0JyE2VTkdh8HrUJDVV0z0bdomszc { color:#000000;display:block;width:28.8125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15015;line-height:1;letter-spacing:0;top:22.5625rem;left:4.375rem;height:8.75rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#g8OBRBOtoBIs6ezLm8tevLSD49xG6n5T { color:#144085;display:block;width:20.0625rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15048;line-height:.9;letter-spacing:0;top:27.1875rem;left:48.9375rem;height:1.35rem;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;text-align:left;text-align-last:left;display:block; }
#BQ0QRwbTGMrLf2JJ0hKcxni25y5aPpz5 { color:#001a4e;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15047;line-height:1.1;letter-spacing:0;top:20.5rem;left:48.9375rem;height:3.3rem;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;text-align:left;text-align-last:left;display:block; }
#Ti10i3JmMEZEK5HNV81dgJrzwT1DVHGg { color:#001a4e;display:block;width:19.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15046;line-height:1;letter-spacing:0;top:19.1875rem;left:48.9375rem;height:1rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#PGGkH9yhJffFVLEBQqKdDC7kzs88Jxc7 { color:#144085;display:block;width:20.0625rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15045;line-height:.9;letter-spacing:0;top:17.375rem;left:48.9375rem;height:1.35rem;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;text-align:left;text-align-last:left;display:block; }
#qHR5u3fJKJgzcVkhX4xPuOuOVyPK57br { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.8125rem;border-top-right-radius:7.8125rem;border-bottom-left-radius:7.8125rem;border-bottom-right-radius:7.8125rem;box-shadow: none;height:8.75rem;width:8.75rem;top:15.9375rem;left:39.375rem;overflow:hidden;display:block; }
#qUzzJgiJv5dfTpQqHBUNCou9K7NKw8AC { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.8125rem;border-top-right-radius:7.8125rem;border-bottom-left-radius:7.8125rem;border-bottom-right-radius:7.8125rem;box-shadow: none;height:8.75rem;width:8.75rem;top:5.625rem;left:39.5rem;overflow:hidden;display:block; }
#WITge7wq0LPUbsgRGe1DcWQCCfzhyRDO { color:#001a4e;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15044;line-height:1.1;letter-spacing:0;top:10.3125rem;left:49.0625rem;height:3.3rem;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;text-align:left;text-align-last:left;display:block; }
#VyGMWA4IFVcIohEHZR31lKqeCfm13wRx { color:#001a4e;display:block;width:19.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15043;line-height:1;letter-spacing:0;top:8.875rem;left:49.0625rem;height:1rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#tBLwTI8h5k3TCVUo8tK1TxXBieXqzP0n { color:#144085;display:block;width:20.0625rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15042;line-height:.9;letter-spacing:0;top:6.875rem;left:49.0625rem;height:1.35rem;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;text-align:left;text-align-last:left;display:block; }
#Evwz9k99pTKz3GRPyxISQRO0oHydRgwo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15051;opacity:1;top:26.3125rem;left:45.0625rem; }
#QeOsTribJsCBZGg2HVPSBMSJTCSMRO0u { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15054;opacity:1;top:30.5rem;left:45.125rem; }
#iuRSOctuTBpU309cUaITP0yI5weAKFxh { color:#144085;display:block;width:20.0625rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15051;line-height:.9;letter-spacing:0;top:31.375rem;left:48.9375rem;height:1.35rem;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;text-align:left;text-align-last:left;display:block; }
#rqWXuig3gKhNd8xkKsyT4510Gz5Vd4BJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15057;opacity:1;top:35rem;left:45.125rem; }
#yUxgtFpevdIweFzadWWiFTqKIbJm2rXa { color:#144085;display:block;width:20.0625rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15054;line-height:.9;letter-spacing:0;top:35.875rem;left:48.9375rem;height:1.35rem;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;text-align:left;text-align-last:left;display:block; }
#sEmPeKM7qa7soroCOv0tsDMdEOXfL9NN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sEmPeKM7qa7soroCOv0tsDMdEOXfL9NN > .row .container { background-color: transparent; background-image: none; }#sEmPeKM7qa7soroCOv0tsDMdEOXfL9NN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sEmPeKM7qa7soroCOv0tsDMdEOXfL9NN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sEmPeKM7qa7soroCOv0tsDMdEOXfL9NN > .row .container > .video-iframe-container { display: none; }#sEmPeKM7qa7soroCOv0tsDMdEOXfL9NN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sEmPeKM7qa7soroCOv0tsDMdEOXfL9NN > .row > .video-iframe-container { display: none; }#sEmPeKM7qa7soroCOv0tsDMdEOXfL9NN > .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); }#sEmPeKM7qa7soroCOv0tsDMdEOXfL9NN > .row .container { border-width: 0; border-radius: 0; }#sEmPeKM7qa7soroCOv0tsDMdEOXfL9NN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sEmPeKM7qa7soroCOv0tsDMdEOXfL9NN > .row .container { font-size:0.875rem;font-family:arial;height:9.375rem;width:75rem;position:relative;display:block; }#Fv6XoQENQhwAzT2ZOea1uUl2BSfxn48F { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:16.8125rem;top:0.9375rem;left:0rem;overflow:hidden;display:block; }
#xCmtRbQQapzv9QWeCxPg9bFaorTGWQqZ { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:23.625rem;top:0.9375rem;left:25.6875rem;overflow:hidden;display:block; }
#Ip9nITf8O1cbloht88dnnRLNaBAkJF4h { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:17.5rem;top:0.9375rem;left:57.5rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #sdG5h7o5mptw9wOTNiW523bf6n5GB2vu { display:block; }#sdG5h7o5mptw9wOTNiW523bf6n5GB2vu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UhSOGfS4woWEErez211hzZRLLflGsIJV { top:1.1875rem;left:0rem;width:34.9375rem;height:1.9375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpOVrseo8u1tlqbs9l8TwlKQceWZCFsd { top:20rem;left:0rem;width:26.75rem;height:5.625rem;font-size:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #NiqceTilrqhpfa7xyHLGiD2VPmWW8ZJM { top:0.8125rem;left:37.5rem;width:10.25rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyQuzcIGzOOKOuhwfZUHrLfmmUZDWwcs { display:block; }
 }@media only screen and (max-width: 763px) { #wFcZPLWvkbKWdccPKc9kxPaUOo9Fkhzk { top:0.8125rem;left:23.875rem;width:10.25rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3V94pcSzQeXEAirMB3a9BU7P6LAJ2b3 { display:block; }
 }@media only screen and (max-width: 763px) { #TO7SvbPfKphI79u29IRz1ICDAghBey3x { top:0.8125rem;left:32.875rem;width:10.25rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #upSXM5KTzEi2drnClMEO138ygpWikVVp { display:block; }
 }@media only screen and (max-width: 763px) { #Cip8y2b3MhmubaU1CUZFAXlcWTdt4lHW { display:block; }#Cip8y2b3MhmubaU1CUZFAXlcWTdt4lHW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #shKRO8S6e9Kz00N11uXc7TAL0UrR0SMr { top:23.625rem;left:0rem;width:31.8125rem;height:9rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXzZiqOOmgZ8gIEWWQy53GlkQ2zoPWm2 { top:22.875rem;left:16.25rem;width:31.5rem;height:10.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BK15pJ7GKakTgWGEMFt4RnSD8GIOR9DS { width:18.75rem;height:18.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ETmTsvCPNmzS6GtfemSf5ZfbI6VwvCxo { display:block; }#ETmTsvCPNmzS6GtfemSf5ZfbI6VwvCxo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CrTyfP4aTdf3td8FekQXsuHw8HWsaFI0 { top:17.8125rem;left:0rem;width:33.875rem;height:;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1hTI1t7oQXB8cmThUEWFqF7wbazh7Vx { top:30.875rem;left:0rem;width:10.25rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSLAu2rmbK3vZ36cmIPSEp74USLT2Tw2 { display:block; }
 }@media only screen and (max-width: 763px) { #QM43wmpxME9wksC8oF5FDtQxeiULqr6r { width:12.5rem;height:12.5rem;top:17.1875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzR6iaTril2lJ7vPBcTxnt4SBc9feBJa { display:block; }
 }@media only screen and (max-width: 763px) { #hxyZmNFIawq5u9udiXgKUbJmgsU9BoDH { width:12.5rem;height:12.5rem;top:17.1875rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rm2Z4H0hfff5qUPiDMtcHSlTUbFulukx { display:block; }
 }@media only screen and (max-width: 763px) { #Hfb4EMOlyyqg3hiLTJcBZdU211TUXZAO { display:none; }#Hfb4EMOlyyqg3hiLTJcBZdU211TUXZAO > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hrRvgNxy3KnPb7RS3dz88zaLpTEGHhIk { display:block; }#hrRvgNxy3KnPb7RS3dz88zaLpTEGHhIk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aZqI1byWStQ3TepZKTEV7R8K3MoXIl1m { top:19.6875rem;left:13.875rem;width:33.875rem;height:;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTcTiOpyPToGcMaf0MMJMQPnpAkdPdAk { top:9.5625rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSL8dfVvUSTH2UQQQcz9vcd67O6FXiIr { top:15.25rem;left:0rem;width:12.3125rem;height:3.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EV8sVml1vStOLPUulm19nZnWZTaVZwe7 { top:9.5625rem;left:10.75rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTT4hpzpDDnSJPaI0Kb8TJOEBbhMgHBs { top:24.8125rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #psl4lTk7aTEnqH79eZPScUOQ8gnGgK5f { top:29.5rem;left:0rem;width:12.3125rem;height:1.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2Spo4hyHo69Wwuo43Tf9I9q13xePEXT { top:24.8125rem;left:10.75rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtAtvToaud4I5Z8v1nBEedtzUaM1xD38 { top:35.3125rem;left:37.5rem;width:10.25rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4zMcKOrfi5aXcr5ZHtmRpKIdGaXKHX1 { display:block; }
 }@media only screen and (max-width: 763px) { #PsCfmDvygJu7bbqdB23I2r7aCq1lwaop { top:13.25rem;left:0rem;width:12.3125rem;height:2rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gu6EeWNfUnwMBLeqLKigKJVTgEpW3e1p { top:31.3125rem;left:0rem;width:12.3125rem;height:2rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #URsrmDbFAt7V9NsQl8Ia2Dd87IoW0Bac { top:28rem;left:11.5625rem;width:12.3125rem;height:1.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7dB26XtrtSsK6neOMlt89sOpAfJxLrC { top:29.8125rem;left:11.5625rem;width:12.3125rem;height:5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDPs4lxGAfrkOo52naJU79JRvURyJvvZ { top:13.25rem;left:11.5625rem;width:12.3125rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFgDbQvHhDW7C6GZtTOgEku1cbBcXStu { top:17.0625rem;left:11.5625rem;width:12.3125rem;height:2rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmpPTJZVNupnP7uilpQsdhtOUiBAZKoD { display:none; }#CmpPTJZVNupnP7uilpQsdhtOUiBAZKoD > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CTKed0gvFdWNQU8V7LssbvZQ3upXNott { display:block; }#CTKed0gvFdWNQU8V7LssbvZQ3upXNott > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mGiO2SDBKk1weSeG9rLpiUBdDArNtSw2 { top:15.9375rem;left:1.5625rem;width:20.75rem;height:;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCZPnHNWFUopNSd5I1ouoS4JULdqFXsg { width:7.8125rem;height:7.8125rem;top:6.5rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8tKpHGlJf23bE0pzbXCPwedbCwKTuwV { display:block; }
 }@media only screen and (max-width: 763px) { #Es7FQAsiAH2BqdvycfTcLl5ViZs3vzuV { width:7.8125rem;height:7.8125rem;top:15.25rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8zuNm9P611gxf8pgNRBLhT7wKQagd3O { display:block; }
 }@media only screen and (max-width: 763px) { #tSMxrKwUHWp52EaO368iaItyWkQiy9Sx { width:7.8125rem;height:7.8125rem;top:15.25rem;left:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZTooagA3WoCPwXnzX0GWAOeJrId3Kyt { display:block; }
 }@media only screen and (max-width: 763px) { #FVeJOqS7tTyE2BVeWhEJoXtPE5GrptnA { width:7.8125rem;height:7.8125rem;top:6.5rem;left:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KReT8c58oStbKNnMH0SLf22ODvlXzD6f { display:block; }
 }@media only screen and (max-width: 763px) { #QNCGwcQc2N1amWTQ52MV9sVpPJZvmfTX { width:7.8125rem;height:7.8125rem;top:23.875rem;left:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TObH6Akraomvdv3BQS0KELr9isuWJik4 { display:block; }
 }@media only screen and (max-width: 763px) { #m6nsRSEECu6Dbx31pdHT9dUdg30saqBM { width:7.8125rem;height:7.8125rem;top:32.625rem;left:39.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgJfO6Oc2uBT6KGETGtvBIqKIrk32QFh { display:block; }
 }@media only screen and (max-width: 763px) { #fevRUbVxyefGrzznmvT85mNCRDLmqnhd { width:7.8125rem;height:7.8125rem;top:23.875rem;left:39.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GiNVTUDnmMtyJGzreNaEVx5XbvHzWKLO { display:block; }
 }@media only screen and (max-width: 763px) { #GN9Bcd2CTNiqAuIWZczDnGHXq2wKxsfv { width:7.8125rem;height:7.8125rem;top:15.25rem;left:38.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e45LCtqy6ZCpZBQdmHB0hs2yFCbcaSiJ { display:block; }
 }@media only screen and (max-width: 763px) { #euiIa8XTZ5xgpebGilqZTQSXDfSp1zlB { width:7.8125rem;height:7.8125rem;top:15.25rem;left:39.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNS5gEweovp3lsdmWIZrgJvzTSEpbbTo { display:block; }
 }@media only screen and (max-width: 763px) { #B6Tk7KT1ESm0vRp1FNp306B7yrrRvU9R { width:7.8125rem;height:7.8125rem;top:23.875rem;left:38.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ml7wrG1p1FLmknlqNJmXoBsy5D5NSHDe { display:block; }
 }@media only screen and (max-width: 763px) { #nw5vVGlMGSRO2TOTWyyNX7EeNKNGHT7C { top:37.8125rem;left:1.5625rem;width:10.25rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVR4H9BiGbFxFq8eA6w05i4cTeW8NFWT { display:block; }
 }@media only screen and (max-width: 763px) { #GkVASXxkrvoCd7SKi7GR0RJHRglWZpv1 { width:45rem;height:45rem;display:none; }
 }@media only screen and (max-width: 763px) { #optk4J2uVaeABpn3ZdxnCJg8NxNr5twO { width:34.625rem;height:34.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #pisvHTmz9XToTnFFOD85vTTLExTXVest { display:none; }#pisvHTmz9XToTnFFOD85vTTLExTXVest > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qN5TQoacvy8JUqWQDCW8gbABx7v3kZCV { display:block; }#qN5TQoacvy8JUqWQDCW8gbABx7v3kZCV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ekZRpvQ0NImICRU3xmP3CtdTTyXo9Kdk { top:19.6875rem;left:18.75rem;width:29rem;height:;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrpNpE0pVZJJu75Tax6XC1dBHN7p9L9U { top:37.5rem;left:37.5rem;width:10.25rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M96pM3PF8UnwvB0Q43r8nWaxUOIatWhS { display:block; }
 }@media only screen and (max-width: 763px) { #WkC1BoU2fc98rlLMuwo8Ma6BicgmPlJP { width:10.3125rem;height:10.3125rem;top:6.8125rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7T6tH0sW4igaM08wXQWO70QkaSAPJgP { display:block; }
 }@media only screen and (max-width: 763px) { #BWGNyneMh0Gqt4QTUJ9J7RIKtkRwgEdE { width:10.3125rem;height:10.3125rem;top:6.8125rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBorelzx3dq877TiB4CX2a8kERPfcDgu { display:block; }
 }@media only screen and (max-width: 763px) { #NbVJgyIwGxJUtsxDQAW9UFhaTmw7cNHW { width:10.3125rem;height:10.3125rem;top:6.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPm3I0mLOyFHOmxH5xzLeFzB9t1RndyE { display:block; }
 }@media only screen and (max-width: 763px) { #gWKZ3zOz8tWw62p6Z5TNTaftzniNM10P { width:10.3125rem;height:10.3125rem;top:18.3125rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmV0W7ZsHN9Kdk78EJFhLPTwriXSDWFy { display:block; }
 }@media only screen and (max-width: 763px) { #xKCFE7VSL8hueTf3dAsvii08DN4snWd8 { width:10.3125rem;height:10.3125rem;top:18.3125rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVXtLBULNCxsu0LnP2q7Qd03JqdOtD2u { display:block; }
 }@media only screen and (max-width: 763px) { #VcTL53MDSlQXvT9KkQ95GP7SzXJhlhqL { width:10.3125rem;height:10.3125rem;top:18.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwFX7PTVNuv8tPpozdx9I6KOVAN4f6NM { display:block; }
 }@media only screen and (max-width: 763px) { #LADefHyu218Mqy4Rm5ifvprQvIThhegi { width:10.3125rem;height:10.3125rem;top:29.8125rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQCpw64IXN1U3IaSHW8izywdwnG6aPiD { display:block; }
 }@media only screen and (max-width: 763px) { #bup6kpxNwmE5tn0OcfpbgWvGhPsJ3XBR { width:10.3125rem;height:10.3125rem;top:29.8125rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HT4HGtFeRm8Qas19pu07V0lieTeaRaGy { display:block; }
 }@media only screen and (max-width: 763px) { #dQS7r6k44NTGfLC0OFMHqh2aT1RyNPOA { width:10.3125rem;height:10.3125rem;top:29.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQyXF5mAvCRepv4zv7KICn7NgAGu4H08 { display:block; }
 }@media only screen and (max-width: 763px) { #nUMT9r0ZeIzbVcCsenITADrf6wqs93tA { top:6.875rem;left:37.6875rem;width:10.0625rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yq71TtdhNHJUNXuBF5UNFKIHE5qe8S0g { display:none; }#yq71TtdhNHJUNXuBF5UNFKIHE5qe8S0g > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #mczcNk0JgwZ4QCqnwH7IfPBz59Vya9dq { display:block; }#mczcNk0JgwZ4QCqnwH7IfPBz59Vya9dq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TNkKTuCgE0eoNk12lnnaPpKPOg619tGp { top:7.9375rem;left:0rem;width:32.875rem;height:15rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wtuc7ohQAOsAQbfCWhTy3Dxpi9sTzl82 { top:15.0625rem;left:23.875rem;width:8.875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qECmm1MZIVsP5vdR8rlwBFIw9dZu4HHp { display:block; }
 }@media only screen and (max-width: 763px) { #Ebogsigvpu9zdPSblxTkwsNyqHvqH1P2 { top:21.4375rem;left:0rem;width:29rem;height:13.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S16MGIbbDVVDpKIdBFb3SR8o0EKSktOU { top:20.25rem;left:18.75rem;width:29rem;height:15rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gg9ySFfId33xeTRKhXtk9qut0dZffTIz { top:7.9375rem;left:23.875rem;width:8.875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEIPllfWTMrdBteVkN9qHQeobp9XDRcL { display:block; }
 }@media only screen and (max-width: 763px) { #XaTQ1hSfqkUDCiXnHk9IXZmUwyTMRBqx { top:11.5rem;left:23.875rem;width:8.875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLP8LynGdimIGwssnz7qFfFTSJH5kTdT { display:block; }
 }@media only screen and (max-width: 763px) { #IVuscOQo0IkI8yAWqStBHi6QvyX3Ae84 { top:7.9375rem;left:31.15625rem;width:9.3125rem;height:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Scp1R3nV9BiTwLsz7wy0us3dKDRDW9dm { top:9.375rem;left:34.25rem;width:13.5rem;height:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cyBr7k0bNvaGkbdmMZ52SkNJ8uUGGC1G { display:block; }#cyBr7k0bNvaGkbdmMZ52SkNJ8uUGGC1G > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mxSJk34Jt1KqoywPHcNrK1ZMTmtee3eA { top:5.3125rem;left:0rem;width:25.125rem;height:13.5rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlv9FGMGdhWlX0sBlzVaAFcezONKx9Wx { top:19.5625rem;left:0rem;width:20.1875rem;height:7.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbNTtR2lodw5LazsUhL4wAdTTcgXBctw { top:0.8125rem;left:37.5rem;width:10.25rem;height:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dAJUCqUiDPiTAKCRuQiQaodQobhmCHbD { display:block; }
 }@media only screen and (max-width: 763px) { #wk6u5yS1S4gDCLhpBhRTJb1gPtrPeyav { top:7.125rem;left:23.875rem;width:12.6875rem;height:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZdV6DPb9zcTpr1wU1cUL3Aumqgv6rHh { top:12.25rem;left:29.3125rem;width:18.4375rem;height:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nA6R7bHmiKRwh111z4TOhxvgCbUewU1E { top:8.3125rem;left:31.437500953674rem;width:15.1875rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3TUIv9lw5FNTQW3GpVVB248TedJ5uwe { top:15.0625rem;left:31.25rem;width:3.8125rem;height:3.8125rem;display:block; }
#e3TUIv9lw5FNTQW3GpVVB248TedJ5uwe > img { max-width: 100%;max-height:100%; width:3.8125rem; height:3.8125rem; } }@media only screen and (max-width: 763px) { #pslmGaBvmGlmS96ANboQ6eSlTRxshGHq { top:15.0625rem;left:37.5rem;width:10.25rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWG34J1DSCTBnscLZcnwKT8qU5TFQyqG { display:block; }
 }@media only screen and (max-width: 763px) { #hnAHCAfLQdVne7sVNoHHML67CpBp6on0 { width:17.5rem;height:3.4375rem;top:23.6875rem;left:27.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6vL622PhoK59sEBmbX6DDwOc7VHKhXI { display:block; }
 }@media only screen and (max-width: 763px) { #lIU7zIdksG7pJMaLfVDgvFuZoTe6To2c { display:block; }#lIU7zIdksG7pJMaLfVDgvFuZoTe6To2c > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NoMoZGLLpx4uZtFLtpsqn6tR566pDAAb { top:9.8125rem;left:0rem;width:27.5625rem;height:10.125rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4aN0JyE2VTkdh8HrUJDVV0z0bdomszc { top:22.5625rem;left:0rem;width:28.8125rem;height:10rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8OBRBOtoBIs6ezLm8tevLSD49xG6n5T { top:27.1875rem;left:27.6875rem;width:20.0625rem;height:1.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQ0QRwbTGMrLf2JJ0hKcxni25y5aPpz5 { top:20.5rem;left:28.5rem;width:14.875rem;height:3.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ti10i3JmMEZEK5HNV81dgJrzwT1DVHGg { top:19.1875rem;left:28.5rem;width:19.25rem;height:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGGkH9yhJffFVLEBQqKdDC7kzs88Jxc7 { top:17.375rem;left:27.6875rem;width:20.0625rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHR5u3fJKJgzcVkhX4xPuOuOVyPK57br { top:15.9375rem;left:23.875rem;width:8.75rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUzzJgiJv5dfTpQqHBUNCou9K7NKw8AC { top:5.625rem;left:23.875rem;width:8.75rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WITge7wq0LPUbsgRGe1DcWQCCfzhyRDO { top:10.3125rem;left:28.625rem;width:14.875rem;height:3.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyGMWA4IFVcIohEHZR31lKqeCfm13wRx { top:8.875rem;left:28.5rem;width:19.25rem;height:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBLwTI8h5k3TCVUo8tK1TxXBieXqzP0n { top:6.875rem;left:27.6875rem;width:20.0625rem;height:1.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Evwz9k99pTKz3GRPyxISQRO0oHydRgwo { top:26.3125rem;left:24.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QeOsTribJsCBZGg2HVPSBMSJTCSMRO0u { top:30.5rem;left:24.6875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iuRSOctuTBpU309cUaITP0yI5weAKFxh { top:31.375rem;left:27.6875rem;width:20.0625rem;height:1.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqWXuig3gKhNd8xkKsyT4510Gz5Vd4BJ { top:35rem;left:24.6875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUxgtFpevdIweFzadWWiFTqKIbJm2rXa { top:35.875rem;left:27.6875rem;width:20.0625rem;height:1.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEmPeKM7qa7soroCOv0tsDMdEOXfL9NN { display:block; }#sEmPeKM7qa7soroCOv0tsDMdEOXfL9NN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fv6XoQENQhwAzT2ZOea1uUl2BSfxn48F { top:0.9375rem;left:0rem;width:16.8125rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCmtRbQQapzv9QWeCxPg9bFaorTGWQqZ { top:0.9375rem;left:8.125rem;width:23.625rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ip9nITf8O1cbloht88dnnRLNaBAkJF4h { top:0.9375rem;left:30.125rem;width:17.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #sdG5h7o5mptw9wOTNiW523bf6n5GB2vu { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#sdG5h7o5mptw9wOTNiW523bf6n5GB2vu > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UhSOGfS4woWEErez211hzZRLLflGsIJV { width:12.5rem;height:1.7431625rem;top:1.25rem;left:3.75rem;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xpOVrseo8u1tlqbs9l8TwlKQceWZCFsd { width:20rem;height:0;top:0rem;left:-1.25rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15015;display:none; }
 }@media only screen and (max-width: 763px) { #NiqceTilrqhpfa7xyHLGiD2VPmWW8ZJM { top:0.5625rem;left:13.6875rem;width:5.75rem;height:2.6875rem;font-weight:400;font-style:normal;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyQuzcIGzOOKOuhwfZUHrLfmmUZDWwcs { display:block; }
 }@media only screen and (max-width: 763px) { #wFcZPLWvkbKWdccPKc9kxPaUOo9Fkhzk { top:0.5625rem;left:0.5625rem;width:5.75rem;height:2.6875rem;font-size:0.75rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #d3V94pcSzQeXEAirMB3a9BU7P6LAJ2b3 { display:block; }
 }@media only screen and (max-width: 763px) { #TO7SvbPfKphI79u29IRz1ICDAghBey3x { top:0.5625rem;left:7.125rem;width:5.75rem;height:2.6875rem;font-weight:400;font-style:normal;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #upSXM5KTzEi2drnClMEO138ygpWikVVp { display:block; }
 }@media only screen and (max-width: 763px) { #Cip8y2b3MhmubaU1CUZFAXlcWTdt4lHW { display:block; }#Cip8y2b3MhmubaU1CUZFAXlcWTdt4lHW > .row .container { width:20rem;height:37.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #shKRO8S6e9Kz00N11uXc7TAL0UrR0SMr { width:20rem;height:3.5996125rem;top:5.625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OXzZiqOOmgZ8gIEWWQy53GlkQ2zoPWm2 { width:15.125rem;height:7.8125rem;top:10.3125rem;left:2.4375rem;font-size:1.5625rem;text-align:center;text-align-last:center;font-weight:400;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; }
 }@media only screen and (max-width: 763px) { #BK15pJ7GKakTgWGEMFt4RnSD8GIOR9DS { top:17.5rem;left:2.71875rem;width:14.5625rem;height:14.5625rem;z-index:15014;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ETmTsvCPNmzS6GtfemSf5ZfbI6VwvCxo { display:block; }#ETmTsvCPNmzS6GtfemSf5ZfbI6VwvCxo > .row .container { width:20rem;height:36rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CrTyfP4aTdf3td8FekQXsuHw8HWsaFI0 { width:20rem;height:6rem;top:6.8125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T1hTI1t7oQXB8cmThUEWFqF7wbazh7Vx { top:30.875rem;left:4.875rem;width:10.25rem;height:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vSLAu2rmbK3vZ36cmIPSEp74USLT2Tw2 { display:block; }
 }@media only screen and (max-width: 763px) { #QM43wmpxME9wksC8oF5FDtQxeiULqr6r { width:9.375rem;height:9.375rem;top:14.6875rem;left:5.3125rem;border-top:0.1875rem solid #d73cbe;border-left:0.1875rem solid #d73cbe;border-right:0.1875rem solid #d73cbe;border-bottom:0.1875rem solid #d73cbe;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzR6iaTril2lJ7vPBcTxnt4SBc9feBJa { display:block; }
 }@media only screen and (max-width: 763px) { #hxyZmNFIawq5u9udiXgKUbJmgsU9BoDH { width:9.375rem;height:9.375rem;top:25.875rem;left:5.3125rem;border-top:0.1875rem solid #d73cbe;border-left:0.1875rem solid #d73cbe;border-right:0.1875rem solid #d73cbe;border-bottom:0.1875rem solid #d73cbe;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rm2Z4H0hfff5qUPiDMtcHSlTUbFulukx { display:block; }
 }@media only screen and (max-width: 763px) { #Hfb4EMOlyyqg3hiLTJcBZdU211TUXZAO { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/a8ef2df9-b318-4587-9d72-c590d236143c/OlefinMetaThesisSolutions_object1c.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Hfb4EMOlyyqg3hiLTJcBZdU211TUXZAO.adaptive-delivery-prevent-bg, #Hfb4EMOlyyqg3hiLTJcBZdU211TUXZAO.lazyload, #Hfb4EMOlyyqg3hiLTJcBZdU211TUXZAO.lazyloading { background-image: none; }#Hfb4EMOlyyqg3hiLTJcBZdU211TUXZAO > .row .container { background-color: transparent; background-image: none; }#Hfb4EMOlyyqg3hiLTJcBZdU211TUXZAO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hfb4EMOlyyqg3hiLTJcBZdU211TUXZAO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hfb4EMOlyyqg3hiLTJcBZdU211TUXZAO > .row .container > .video-iframe-container { display: none; }#Hfb4EMOlyyqg3hiLTJcBZdU211TUXZAO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hfb4EMOlyyqg3hiLTJcBZdU211TUXZAO > .row > .video-iframe-container { display: none; }#Hfb4EMOlyyqg3hiLTJcBZdU211TUXZAO > .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); }#Hfb4EMOlyyqg3hiLTJcBZdU211TUXZAO > .row .container { border-width: 0; border-radius: 0; }#Hfb4EMOlyyqg3hiLTJcBZdU211TUXZAO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Hfb4EMOlyyqg3hiLTJcBZdU211TUXZAO > .row .container { width:20rem;height:6.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hrRvgNxy3KnPb7RS3dz88zaLpTEGHhIk { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/d2da0644-7f78-4a55-9ce4-9139a4e2709e/OlefinMetaThesisSolutions_object1b.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hrRvgNxy3KnPb7RS3dz88zaLpTEGHhIk.adaptive-delivery-prevent-bg, #hrRvgNxy3KnPb7RS3dz88zaLpTEGHhIk.lazyload, #hrRvgNxy3KnPb7RS3dz88zaLpTEGHhIk.lazyloading { background-image: none; }#hrRvgNxy3KnPb7RS3dz88zaLpTEGHhIk > .row .container { background-color: transparent; background-image: none; }#hrRvgNxy3KnPb7RS3dz88zaLpTEGHhIk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hrRvgNxy3KnPb7RS3dz88zaLpTEGHhIk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hrRvgNxy3KnPb7RS3dz88zaLpTEGHhIk > .row .container > .video-iframe-container { display: none; }#hrRvgNxy3KnPb7RS3dz88zaLpTEGHhIk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hrRvgNxy3KnPb7RS3dz88zaLpTEGHhIk > .row > .video-iframe-container { display: none; }#hrRvgNxy3KnPb7RS3dz88zaLpTEGHhIk > .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); }#hrRvgNxy3KnPb7RS3dz88zaLpTEGHhIk > .row .container { border-width: 0; border-radius: 0; }#hrRvgNxy3KnPb7RS3dz88zaLpTEGHhIk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hrRvgNxy3KnPb7RS3dz88zaLpTEGHhIk > .row .container { width:20rem;height:30.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aZqI1byWStQ3TepZKTEV7R8K3MoXIl1m { width:15.5rem;height:4.798825rem;top:4.8125rem;left:2.25rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #hTcTiOpyPToGcMaf0MMJMQPnpAkdPdAk { width:8.125rem;height:8.125rem;top:11.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSL8dfVvUSTH2UQQQcz9vcd67O6FXiIr { width:7.6875rem;height:2.75rem;top:15.875rem;left:1.1875rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EV8sVml1vStOLPUulm19nZnWZTaVZwe7 { width:8.125rem;height:8.125rem;top:11.5625rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTT4hpzpDDnSJPaI0Kb8TJOEBbhMgHBs { width:8.125rem;height:8.125rem;top:21.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #psl4lTk7aTEnqH79eZPScUOQ8gnGgK5f { width:7.75rem;height:1.375rem;top:23.9375rem;left:1.125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S2Spo4hyHo69Wwuo43Tf9I9q13xePEXT { width:8.125rem;height:8.125rem;top:21.5625rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtAtvToaud4I5Z8v1nBEedtzUaM1xD38 { top:35.3125rem;left:4.875rem;width:10.25rem;height:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #t4zMcKOrfi5aXcr5ZHtmRpKIdGaXKHX1 { display:block; }
 }@media only screen and (max-width: 763px) { #PsCfmDvygJu7bbqdB23I2r7aCq1lwaop { width:7.625rem;height:2.625rem;top:13.3125rem;left:1.1875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gu6EeWNfUnwMBLeqLKigKJVTgEpW3e1p { width:8rem;height:2.625rem;top:25.3125rem;left:1rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #URsrmDbFAt7V9NsQl8Ia2Dd87IoW0Bac { width:7.6875rem;height:1.375rem;top:23rem;left:11.25rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s7dB26XtrtSsK6neOMlt89sOpAfJxLrC { width:7.9375rem;height:4.5rem;top:24.5625rem;left:11.125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qDPs4lxGAfrkOo52naJU79JRvURyJvvZ { width:8.4375rem;height:2.5rem;top:13.8125rem;left:10.875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EFgDbQvHhDW7C6GZtTOgEku1cbBcXStu { width:6.875rem;height:1.75rem;top:16.375rem;left:11.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CmpPTJZVNupnP7uilpQsdhtOUiBAZKoD { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/a8ef2df9-b318-4587-9d72-c590d236143c/OlefinMetaThesisSolutions_object1c.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CmpPTJZVNupnP7uilpQsdhtOUiBAZKoD.adaptive-delivery-prevent-bg, #CmpPTJZVNupnP7uilpQsdhtOUiBAZKoD.lazyload, #CmpPTJZVNupnP7uilpQsdhtOUiBAZKoD.lazyloading { background-image: none; }#CmpPTJZVNupnP7uilpQsdhtOUiBAZKoD > .row .container { background-color: transparent; background-image: none; }#CmpPTJZVNupnP7uilpQsdhtOUiBAZKoD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CmpPTJZVNupnP7uilpQsdhtOUiBAZKoD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CmpPTJZVNupnP7uilpQsdhtOUiBAZKoD > .row .container > .video-iframe-container { display: none; }#CmpPTJZVNupnP7uilpQsdhtOUiBAZKoD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CmpPTJZVNupnP7uilpQsdhtOUiBAZKoD > .row > .video-iframe-container { display: none; }#CmpPTJZVNupnP7uilpQsdhtOUiBAZKoD > .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); }#CmpPTJZVNupnP7uilpQsdhtOUiBAZKoD > .row .container { border-width: 0; border-radius: 0; }#CmpPTJZVNupnP7uilpQsdhtOUiBAZKoD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CmpPTJZVNupnP7uilpQsdhtOUiBAZKoD > .row .container { width:20rem;height:6.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CTKed0gvFdWNQU8V7LssbvZQ3upXNott { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/d2da0644-7f78-4a55-9ce4-9139a4e2709e/OlefinMetaThesisSolutions_object1b.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CTKed0gvFdWNQU8V7LssbvZQ3upXNott.adaptive-delivery-prevent-bg, #CTKed0gvFdWNQU8V7LssbvZQ3upXNott.lazyload, #CTKed0gvFdWNQU8V7LssbvZQ3upXNott.lazyloading { background-image: none; }#CTKed0gvFdWNQU8V7LssbvZQ3upXNott > .row .container { background-color: transparent; background-image: none; }#CTKed0gvFdWNQU8V7LssbvZQ3upXNott::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CTKed0gvFdWNQU8V7LssbvZQ3upXNott > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CTKed0gvFdWNQU8V7LssbvZQ3upXNott > .row .container > .video-iframe-container { display: none; }#CTKed0gvFdWNQU8V7LssbvZQ3upXNott > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CTKed0gvFdWNQU8V7LssbvZQ3upXNott > .row > .video-iframe-container { display: none; }#CTKed0gvFdWNQU8V7LssbvZQ3upXNott > .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); }#CTKed0gvFdWNQU8V7LssbvZQ3upXNott > .row .container { border-width: 0; border-radius: 0; }#CTKed0gvFdWNQU8V7LssbvZQ3upXNott > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CTKed0gvFdWNQU8V7LssbvZQ3upXNott > .row .container { width:20rem;height:69.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mGiO2SDBKk1weSeG9rLpiUBdDArNtSw2 { width:20rem;height:4rem;top:4.3125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RCZPnHNWFUopNSd5I1ouoS4JULdqFXsg { width:7.8125rem;height:7.8125rem;top:9.875rem;left:1.4375rem;border-top:0.1875rem solid #d73cbe;border-left:0.1875rem solid #d73cbe;border-right:0.1875rem solid #d73cbe;border-bottom:0.1875rem solid #d73cbe;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8tKpHGlJf23bE0pzbXCPwedbCwKTuwV { display:block; }
 }@media only screen and (max-width: 763px) { #Es7FQAsiAH2BqdvycfTcLl5ViZs3vzuV { width:7.8125rem;height:7.8125rem;top:9.875rem;left:10.75rem;border-top:0.1875rem solid #d73cbe;border-left:0.1875rem solid #d73cbe;border-right:0.1875rem solid #d73cbe;border-bottom:0.1875rem solid #d73cbe;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8zuNm9P611gxf8pgNRBLhT7wKQagd3O { display:block; }
 }@media only screen and (max-width: 763px) { #tSMxrKwUHWp52EaO368iaItyWkQiy9Sx { width:7.8125rem;height:7.8125rem;top:19.125rem;left:1.4375rem;border-top:0.1875rem solid #d73cbe;border-left:0.1875rem solid #d73cbe;border-right:0.1875rem solid #d73cbe;border-bottom:0.1875rem solid #d73cbe;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZTooagA3WoCPwXnzX0GWAOeJrId3Kyt { display:block; }
 }@media only screen and (max-width: 763px) { #FVeJOqS7tTyE2BVeWhEJoXtPE5GrptnA { width:7.8125rem;height:7.8125rem;top:19.125rem;left:10.75rem;border-top:0.1875rem solid #d73cbe;border-left:0.1875rem solid #d73cbe;border-right:0.1875rem solid #d73cbe;border-bottom:0.1875rem solid #d73cbe;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KReT8c58oStbKNnMH0SLf22ODvlXzD6f { display:block; }
 }@media only screen and (max-width: 763px) { #QNCGwcQc2N1amWTQ52MV9sVpPJZvmfTX { width:7.8125rem;height:7.8125rem;top:28.375rem;left:1.4375rem;border-top:0.1875rem solid #d73cbe;border-left:0.1875rem solid #d73cbe;border-right:0.1875rem solid #d73cbe;border-bottom:0.1875rem solid #d73cbe;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TObH6Akraomvdv3BQS0KELr9isuWJik4 { display:block; }
 }@media only screen and (max-width: 763px) { #m6nsRSEECu6Dbx31pdHT9dUdg30saqBM { width:7.8125rem;height:7.8125rem;top:59.8125rem;left:10.75rem;border-top:0.1875rem solid #54eafd;border-left:0.1875rem solid #54eafd;border-right:0.1875rem solid #54eafd;border-bottom:0.1875rem solid #54eafd;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgJfO6Oc2uBT6KGETGtvBIqKIrk32QFh { display:block; }
 }@media only screen and (max-width: 763px) { #fevRUbVxyefGrzznmvT85mNCRDLmqnhd { width:7.8125rem;height:7.8125rem;top:59.8125rem;left:1.4375rem;border-top:0.1875rem solid #54eafd;border-left:0.1875rem solid #54eafd;border-right:0.1875rem solid #54eafd;border-bottom:0.1875rem solid #54eafd;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GiNVTUDnmMtyJGzreNaEVx5XbvHzWKLO { display:block; }
 }@media only screen and (max-width: 763px) { #GN9Bcd2CTNiqAuIWZczDnGHXq2wKxsfv { width:7.8125rem;height:7.8125rem;top:41.0625rem;left:10.75rem;border-top:0.1875rem solid #54eafd;border-left:0.1875rem solid #54eafd;border-right:0.1875rem solid #54eafd;border-bottom:0.1875rem solid #54eafd;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e45LCtqy6ZCpZBQdmHB0hs2yFCbcaSiJ { display:block; }
 }@media only screen and (max-width: 763px) { #euiIa8XTZ5xgpebGilqZTQSXDfSp1zlB { width:7.8125rem;height:7.8125rem;top:50.375rem;left:1.4375rem;border-top:0.1875rem solid #54eafd;border-left:0.1875rem solid #54eafd;border-right:0.1875rem solid #54eafd;border-bottom:0.1875rem solid #54eafd;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNS5gEweovp3lsdmWIZrgJvzTSEpbbTo { display:block; }
 }@media only screen and (max-width: 763px) { #B6Tk7KT1ESm0vRp1FNp306B7yrrRvU9R { width:7.8125rem;height:7.8125rem;top:50.375rem;left:10.75rem;border-top:0.1875rem solid #54eafd;border-left:0.1875rem solid #54eafd;border-right:0.1875rem solid #54eafd;border-bottom:0.1875rem solid #54eafd;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ml7wrG1p1FLmknlqNJmXoBsy5D5NSHDe { display:block; }
 }@media only screen and (max-width: 763px) { #nw5vVGlMGSRO2TOTWyyNX7EeNKNGHT7C { top:37.8125rem;left:4.875rem;width:10.25rem;height:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xVR4H9BiGbFxFq8eA6w05i4cTeW8NFWT { display:block; }
 }@media only screen and (max-width: 763px) { #GkVASXxkrvoCd7SKi7GR0RJHRglWZpv1 { top:44.28125rem;left:0rem;width:20rem;height:20rem;z-index:15011;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #optk4J2uVaeABpn3ZdxnCJg8NxNr5twO { top:13.03125rem;left:0rem;width:20rem;height:20rem;z-index:15012;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #pisvHTmz9XToTnFFOD85vTTLExTXVest { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/a8ef2df9-b318-4587-9d72-c590d236143c/OlefinMetaThesisSolutions_object1c.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pisvHTmz9XToTnFFOD85vTTLExTXVest.adaptive-delivery-prevent-bg, #pisvHTmz9XToTnFFOD85vTTLExTXVest.lazyload, #pisvHTmz9XToTnFFOD85vTTLExTXVest.lazyloading { background-image: none; }#pisvHTmz9XToTnFFOD85vTTLExTXVest > .row .container { background-color: transparent; background-image: none; }#pisvHTmz9XToTnFFOD85vTTLExTXVest::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pisvHTmz9XToTnFFOD85vTTLExTXVest > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pisvHTmz9XToTnFFOD85vTTLExTXVest > .row .container > .video-iframe-container { display: none; }#pisvHTmz9XToTnFFOD85vTTLExTXVest > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pisvHTmz9XToTnFFOD85vTTLExTXVest > .row > .video-iframe-container { display: none; }#pisvHTmz9XToTnFFOD85vTTLExTXVest > .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); }#pisvHTmz9XToTnFFOD85vTTLExTXVest > .row .container { border-width: 0; border-radius: 0; }#pisvHTmz9XToTnFFOD85vTTLExTXVest > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pisvHTmz9XToTnFFOD85vTTLExTXVest > .row .container { width:20rem;height:6.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qN5TQoacvy8JUqWQDCW8gbABx7v3kZCV { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/d2da0644-7f78-4a55-9ce4-9139a4e2709e/OlefinMetaThesisSolutions_object1b.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#qN5TQoacvy8JUqWQDCW8gbABx7v3kZCV.adaptive-delivery-prevent-bg, #qN5TQoacvy8JUqWQDCW8gbABx7v3kZCV.lazyload, #qN5TQoacvy8JUqWQDCW8gbABx7v3kZCV.lazyloading { background-image: none; }#qN5TQoacvy8JUqWQDCW8gbABx7v3kZCV > .row .container { background-color: transparent; background-image: none; }#qN5TQoacvy8JUqWQDCW8gbABx7v3kZCV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qN5TQoacvy8JUqWQDCW8gbABx7v3kZCV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qN5TQoacvy8JUqWQDCW8gbABx7v3kZCV > .row .container > .video-iframe-container { display: none; }#qN5TQoacvy8JUqWQDCW8gbABx7v3kZCV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qN5TQoacvy8JUqWQDCW8gbABx7v3kZCV > .row > .video-iframe-container { display: none; }#qN5TQoacvy8JUqWQDCW8gbABx7v3kZCV > .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); }#qN5TQoacvy8JUqWQDCW8gbABx7v3kZCV > .row .container { width:20rem;height:62.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ekZRpvQ0NImICRU3xmP3CtdTTyXo9Kdk { width:20rem;height:4rem;top:6.6875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NrpNpE0pVZJJu75Tax6XC1dBHN7p9L9U { top:37.5rem;left:4.875rem;width:10.25rem;height:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #M96pM3PF8UnwvB0Q43r8nWaxUOIatWhS { display:block; }
 }@media only screen and (max-width: 763px) { #WkC1BoU2fc98rlLMuwo8Ma6BicgmPlJP { width:8.75rem;height:8.75rem;top:23.0625rem;left:0.5625rem;border-top:0.1875rem solid #d73cbe;border-left:0.1875rem solid #d73cbe;border-right:0.1875rem solid #d73cbe;border-bottom:0.1875rem solid #d73cbe;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7T6tH0sW4igaM08wXQWO70QkaSAPJgP { display:block; }
 }@media only screen and (max-width: 763px) { #BWGNyneMh0Gqt4QTUJ9J7RIKtkRwgEdE { width:8.75rem;height:8.75rem;top:12.9375rem;left:0.5625rem;border-top:0.1875rem solid #d73cbe;border-left:0.1875rem solid #d73cbe;border-right:0.1875rem solid #d73cbe;border-bottom:0.1875rem solid #d73cbe;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBorelzx3dq877TiB4CX2a8kERPfcDgu { display:block; }
 }@media only screen and (max-width: 763px) { #NbVJgyIwGxJUtsxDQAW9UFhaTmw7cNHW { width:8.75rem;height:8.75rem;top:12.9375rem;left:10.6875rem;border-top:0.1875rem solid #d73cbe;border-left:0.1875rem solid #d73cbe;border-right:0.1875rem solid #d73cbe;border-bottom:0.1875rem solid #d73cbe;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPm3I0mLOyFHOmxH5xzLeFzB9t1RndyE { display:block; }
 }@media only screen and (max-width: 763px) { #gWKZ3zOz8tWw62p6Z5TNTaftzniNM10P { width:8.75rem;height:8.75rem;top:33rem;left:10.6875rem;border-top:0.1875rem solid #d73cbe;border-left:0.1875rem solid #d73cbe;border-right:0.1875rem solid #d73cbe;border-bottom:0.1875rem solid #d73cbe;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmV0W7ZsHN9Kdk78EJFhLPTwriXSDWFy { display:block; }
 }@media only screen and (max-width: 763px) { #xKCFE7VSL8hueTf3dAsvii08DN4snWd8 { width:8.75rem;height:8.75rem;top:33rem;left:0.5625rem;border-top:0.1875rem solid #d73cbe;border-left:0.1875rem solid #d73cbe;border-right:0.1875rem solid #d73cbe;border-bottom:0.1875rem solid #d73cbe;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVXtLBULNCxsu0LnP2q7Qd03JqdOtD2u { display:block; }
 }@media only screen and (max-width: 763px) { #VcTL53MDSlQXvT9KkQ95GP7SzXJhlhqL { width:8.75rem;height:8.75rem;top:23.0625rem;left:10.6875rem;border-top:0.1875rem solid #d73cbe;border-left:0.1875rem solid #d73cbe;border-right:0.1875rem solid #d73cbe;border-bottom:0.1875rem solid #d73cbe;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwFX7PTVNuv8tPpozdx9I6KOVAN4f6NM { display:block; }
 }@media only screen and (max-width: 763px) { #LADefHyu218Mqy4Rm5ifvprQvIThhegi { width:8.75rem;height:8.75rem;top:43rem;left:0.5625rem;border-top:0.1875rem solid #d73cbe;border-left:0.1875rem solid #d73cbe;border-right:0.1875rem solid #d73cbe;border-bottom:0.1875rem solid #d73cbe;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQCpw64IXN1U3IaSHW8izywdwnG6aPiD { display:block; }
 }@media only screen and (max-width: 763px) { #bup6kpxNwmE5tn0OcfpbgWvGhPsJ3XBR { width:8.75rem;height:8.75rem;top:43rem;left:10.6875rem;border-top:0.1875rem solid #d73cbe;border-left:0.1875rem solid #d73cbe;border-right:0.1875rem solid #d73cbe;border-bottom:0.1875rem solid #d73cbe;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HT4HGtFeRm8Qas19pu07V0lieTeaRaGy { display:block; }
 }@media only screen and (max-width: 763px) { #dQS7r6k44NTGfLC0OFMHqh2aT1RyNPOA { width:8.75rem;height:8.75rem;top:53rem;left:0.5625rem;border-top:0.1875rem solid #d73cbe;border-left:0.1875rem solid #d73cbe;border-right:0.1875rem solid #d73cbe;border-bottom:0.1875rem solid #d73cbe;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQyXF5mAvCRepv4zv7KICn7NgAGu4H08 { display:block; }
 }@media only screen and (max-width: 763px) { #nUMT9r0ZeIzbVcCsenITADrf6wqs93tA { width:8.5rem;height:8.5rem;top:53.0625rem;left:10.8125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #yq71TtdhNHJUNXuBF5UNFKIHE5qe8S0g { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/a8ef2df9-b318-4587-9d72-c590d236143c/OlefinMetaThesisSolutions_object1c.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yq71TtdhNHJUNXuBF5UNFKIHE5qe8S0g.adaptive-delivery-prevent-bg, #yq71TtdhNHJUNXuBF5UNFKIHE5qe8S0g.lazyload, #yq71TtdhNHJUNXuBF5UNFKIHE5qe8S0g.lazyloading { background-image: none; }#yq71TtdhNHJUNXuBF5UNFKIHE5qe8S0g > .row .container { background-color: transparent; background-image: none; }#yq71TtdhNHJUNXuBF5UNFKIHE5qe8S0g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yq71TtdhNHJUNXuBF5UNFKIHE5qe8S0g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yq71TtdhNHJUNXuBF5UNFKIHE5qe8S0g > .row .container > .video-iframe-container { display: none; }#yq71TtdhNHJUNXuBF5UNFKIHE5qe8S0g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yq71TtdhNHJUNXuBF5UNFKIHE5qe8S0g > .row > .video-iframe-container { display: none; }#yq71TtdhNHJUNXuBF5UNFKIHE5qe8S0g > .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); }#yq71TtdhNHJUNXuBF5UNFKIHE5qe8S0g > .row .container { border-width: 0; border-radius: 0; }#yq71TtdhNHJUNXuBF5UNFKIHE5qe8S0g > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yq71TtdhNHJUNXuBF5UNFKIHE5qe8S0g > .row .container { width:20rem;height:6.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mczcNk0JgwZ4QCqnwH7IfPBz59Vya9dq { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/d2da0644-7f78-4a55-9ce4-9139a4e2709e/OlefinMetaThesisSolutions_object1b.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#mczcNk0JgwZ4QCqnwH7IfPBz59Vya9dq.adaptive-delivery-prevent-bg, #mczcNk0JgwZ4QCqnwH7IfPBz59Vya9dq.lazyload, #mczcNk0JgwZ4QCqnwH7IfPBz59Vya9dq.lazyloading { background-image: none; }#mczcNk0JgwZ4QCqnwH7IfPBz59Vya9dq > .row .container { background-color: transparent; background-image: none; }#mczcNk0JgwZ4QCqnwH7IfPBz59Vya9dq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mczcNk0JgwZ4QCqnwH7IfPBz59Vya9dq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mczcNk0JgwZ4QCqnwH7IfPBz59Vya9dq > .row .container > .video-iframe-container { display: none; }#mczcNk0JgwZ4QCqnwH7IfPBz59Vya9dq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mczcNk0JgwZ4QCqnwH7IfPBz59Vya9dq > .row > .video-iframe-container { display: none; }#mczcNk0JgwZ4QCqnwH7IfPBz59Vya9dq > .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); }#mczcNk0JgwZ4QCqnwH7IfPBz59Vya9dq > .row .container { width:20rem;height:53.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TNkKTuCgE0eoNk12lnnaPpKPOg619tGp { width:20rem;height:6rem;top:5.1875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Wtuc7ohQAOsAQbfCWhTy3Dxpi9sTzl82 { top:32.6875rem;left:9.75rem;width:10.25rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qECmm1MZIVsP5vdR8rlwBFIw9dZu4HHp { display:block; }
 }@media only screen and (max-width: 763px) { #Ebogsigvpu9zdPSblxTkwsNyqHvqH1P2 { width:20rem;height:12rem;top:12.4375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #S16MGIbbDVVDpKIdBFb3SR8o0EKSktOU { width:20rem;height:14rem;top:36.6875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gg9ySFfId33xeTRKhXtk9qut0dZffTIz { top:25.5625rem;left:9.75rem;width:10.25rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEIPllfWTMrdBteVkN9qHQeobp9XDRcL { display:block; }
 }@media only screen and (max-width: 763px) { #XaTQ1hSfqkUDCiXnHk9IXZmUwyTMRBqx { top:29.09375rem;left:9.75rem;width:10.25rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLP8LynGdimIGwssnz7qFfFTSJH5kTdT { display:block; }
 }@media only screen and (max-width: 763px) { #IVuscOQo0IkI8yAWqStBHi6QvyX3Ae84 { width:9.3125rem;height:9.75rem;top:25.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Scp1R3nV9BiTwLsz7wy0us3dKDRDW9dm { width:9.3125rem;height:5.8125rem;top:37rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #cyBr7k0bNvaGkbdmMZ52SkNJ8uUGGC1G { background-color:rgba(255,255,255,0.41);background-image:url("https://images.assets-landingi.com/uc/249576ef-05e3-404a-8270-79e5b08e2feb/OMCbcg2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;display:block; }#cyBr7k0bNvaGkbdmMZ52SkNJ8uUGGC1G.adaptive-delivery-prevent-bg, #cyBr7k0bNvaGkbdmMZ52SkNJ8uUGGC1G.lazyload, #cyBr7k0bNvaGkbdmMZ52SkNJ8uUGGC1G.lazyloading { background-image: none; }#cyBr7k0bNvaGkbdmMZ52SkNJ8uUGGC1G > .row .container { background-color: transparent; background-image: none; }#cyBr7k0bNvaGkbdmMZ52SkNJ8uUGGC1G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cyBr7k0bNvaGkbdmMZ52SkNJ8uUGGC1G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cyBr7k0bNvaGkbdmMZ52SkNJ8uUGGC1G > .row .container > .video-iframe-container { display: none; }#cyBr7k0bNvaGkbdmMZ52SkNJ8uUGGC1G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cyBr7k0bNvaGkbdmMZ52SkNJ8uUGGC1G > .row > .video-iframe-container { display: none; }#cyBr7k0bNvaGkbdmMZ52SkNJ8uUGGC1G > .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); }#cyBr7k0bNvaGkbdmMZ52SkNJ8uUGGC1G > .row > .video-iframe-container { border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem; }#cyBr7k0bNvaGkbdmMZ52SkNJ8uUGGC1G > .row .container { width:20rem;height:50rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mxSJk34Jt1KqoywPHcNrK1ZMTmtee3eA { width:20rem;height:5.3994125rem;top:4.7490234375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wlv9FGMGdhWlX0sBlzVaAFcezONKx9Wx { width:12.3125rem;height:2.5rem;top:10.7724609375rem;left:3.84375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zbNTtR2lodw5LazsUhL4wAdTTcgXBctw { top:43.9375rem;left:7.25rem;width:5.75rem;height:5.75rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #dAJUCqUiDPiTAKCRuQiQaodQobhmCHbD { display:block; }
 }@media only screen and (max-width: 763px) { #wk6u5yS1S4gDCLhpBhRTJb1gPtrPeyav { width:12.6875rem;height:12.6875rem;top:17.5rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZdV6DPb9zcTpr1wU1cUL3Aumqgv6rHh { width:8.9375rem;height:1rem;top:34.9375rem;left:5.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nA6R7bHmiKRwh111z4TOhxvgCbUewU1E { width:15.1875rem;height:2.25rem;top:31.4375rem;left:2.375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e3TUIv9lw5FNTQW3GpVVB248TedJ5uwe { display:flex;width:3.8125rem;height:3.8125rem;top:37.1875rem;left:8.0625rem; }
#e3TUIv9lw5FNTQW3GpVVB248TedJ5uwe > img { max-width: 100%;max-height:100%; width:3.8125rem; height:3.8125rem; } }@media only screen and (max-width: 763px) { #pslmGaBvmGlmS96ANboQ6eSlTRxshGHq { top:15.0625rem;left:4.875rem;width:10.25rem;height:3.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #EWG34J1DSCTBnscLZcnwKT8qU5TFQyqG { display:block; }
 }@media only screen and (max-width: 763px) { #hnAHCAfLQdVne7sVNoHHML67CpBp6on0 { width:17.5rem;height:3.4375rem;top:42.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6vL622PhoK59sEBmbX6DDwOc7VHKhXI { display:block; }
 }@media only screen and (max-width: 763px) { #lIU7zIdksG7pJMaLfVDgvFuZoTe6To2c { background-color:transparent;background-image:none;display:block; }#lIU7zIdksG7pJMaLfVDgvFuZoTe6To2c > .row .container { background-color: transparent; background-image: none; }#lIU7zIdksG7pJMaLfVDgvFuZoTe6To2c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lIU7zIdksG7pJMaLfVDgvFuZoTe6To2c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lIU7zIdksG7pJMaLfVDgvFuZoTe6To2c > .row .container > .video-iframe-container { display: none; }#lIU7zIdksG7pJMaLfVDgvFuZoTe6To2c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lIU7zIdksG7pJMaLfVDgvFuZoTe6To2c > .row > .video-iframe-container { display: none; }#lIU7zIdksG7pJMaLfVDgvFuZoTe6To2c > .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); }#lIU7zIdksG7pJMaLfVDgvFuZoTe6To2c > .row .container { width:20rem;height:77.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NoMoZGLLpx4uZtFLtpsqn6tR566pDAAb { width:14.875rem;height:5.3994125rem;top:3.5625rem;left:2.5625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I4aN0JyE2VTkdh8HrUJDVV0z0bdomszc { width:15.375rem;height:13rem;top:9.4609375rem;left:2.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g8OBRBOtoBIs6ezLm8tevLSD49xG6n5T { width:20rem;height:1.125rem;top:61.5625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BQ0QRwbTGMrLf2JJ0hKcxni25y5aPpz5 { width:14.875rem;height:2.8857375rem;top:53.6875rem;left:2.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ti10i3JmMEZEK5HNV81dgJrzwT1DVHGg { width:19.25rem;height:1rem;top:52.0625rem;left:0.375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PGGkH9yhJffFVLEBQqKdDC7kzs88Jxc7 { width:20rem;height:1.125rem;top:50.9375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qHR5u3fJKJgzcVkhX4xPuOuOVyPK57br { width:8.75rem;height:8.75rem;top:41.5625rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUzzJgiJv5dfTpQqHBUNCou9K7NKw8AC { width:8.75rem;height:8.75rem;top:24.6875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WITge7wq0LPUbsgRGe1DcWQCCfzhyRDO { width:14.875rem;height:2.8857375rem;top:36.8125rem;left:2.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VyGMWA4IFVcIohEHZR31lKqeCfm13wRx { width:19.25rem;height:1rem;top:35.1875rem;left:0.375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tBLwTI8h5k3TCVUo8tK1TxXBieXqzP0n { width:20rem;height:1.125rem;top:34.0625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Evwz9k99pTKz3GRPyxISQRO0oHydRgwo { display:flex;width:3.125rem;height:3.125rem;top:58.4375rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #QeOsTribJsCBZGg2HVPSBMSJTCSMRO0u { display:flex;width:3.125rem;height:3.125rem;top:64.5625rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #iuRSOctuTBpU309cUaITP0yI5weAKFxh { width:20rem;height:1.125rem;top:67.6875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rqWXuig3gKhNd8xkKsyT4510Gz5Vd4BJ { display:flex;width:3.125rem;height:3.125rem;top:70.6875rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #yUxgtFpevdIweFzadWWiFTqKIbJm2rXa { width:20rem;height:1.125rem;top:73.8125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sEmPeKM7qa7soroCOv0tsDMdEOXfL9NN { display:block; }#sEmPeKM7qa7soroCOv0tsDMdEOXfL9NN > .row .container { width:20rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fv6XoQENQhwAzT2ZOea1uUl2BSfxn48F { width:14.0625rem;height:6.25rem;top:1.1750001907349rem;left:2.9687500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCmtRbQQapzv9QWeCxPg9bFaorTGWQqZ { width:19.6875rem;height:6.25rem;top:9.375rem;left:0.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ip9nITf8O1cbloht88dnnRLNaBAkJF4h { width:14.5625rem;height:6.25rem;top:17.3125rem;left:2.7187500596046rem;display:block; }
 }