.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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#f9f9f9;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy > .row > .video-iframe-container { display: none; }#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy > .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); }#U7KWBcsLLPiON30kzrtiRTVeGeQ7fesy { 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; }#U7KWBcsLLPiON30kzrtiRTVeGeQ7fesy > .row .container { background-color: transparent; background-image: none; }#U7KWBcsLLPiON30kzrtiRTVeGeQ7fesy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U7KWBcsLLPiON30kzrtiRTVeGeQ7fesy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U7KWBcsLLPiON30kzrtiRTVeGeQ7fesy > .row .container > .video-iframe-container { display: none; }#U7KWBcsLLPiON30kzrtiRTVeGeQ7fesy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U7KWBcsLLPiON30kzrtiRTVeGeQ7fesy > .row > .video-iframe-container { display: none; }#U7KWBcsLLPiON30kzrtiRTVeGeQ7fesy > .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); }#U7KWBcsLLPiON30kzrtiRTVeGeQ7fesy > .row .container { border-width: 0; border-radius: 0; }#U7KWBcsLLPiON30kzrtiRTVeGeQ7fesy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#U7KWBcsLLPiON30kzrtiRTVeGeQ7fesy > .row .container { font-size:0.875rem;font-family:arial;height:5.5rem;width:60rem;position:relative;display:block; }#p1AsPN8ODUqs6mNLRLMnpwgpAM75QD9a { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:4.75rem;top:0.78125rem;left:27.625rem;overflow:hidden;display:block; }
#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/44618a19-7a85-4be3-a8ca-69666bf477f9/15zzg87t31llicontact1000000000000000000028_1000000000000000000028.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !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; }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE.adaptive-delivery-prevent-bg, #ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE.lazyload, #ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE.lazyloading { background-image: none; }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE > .row .container { background-color: transparent; background-image: none; }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE > .row .container > .video-iframe-container { display: none; }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE > .row > .video-iframe-container { display: none; }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE > .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); }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE > .row .container { border-width: 0; border-radius: 0; }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE > .row .container { width:60rem;height:36.4375rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#lW9UXDJtH3Pg9yTiHtA3a1IuQIWvuIXQ { color:#000000;display:block;width:28.3125rem;position:absolute;font-family:arial;font-size:1.3125rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:2.4375rem;left:1rem;height:5.51195rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#n0EONTTR89KJHdhRPllJAh33AoNs2Cau { color:#000000;display:block;width:25.875rem;position:absolute;font-family:arial;font-size:1rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:9.8662109375rem;left:1rem;height:;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#n0EONTTR89KJHdhRPllJAh33AoNs2Cau li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#n0EONTTR89KJHdhRPllJAh33AoNs2Cau li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/03b097ae-6098-43ae-a803-f81b3ba717d4/GreencheckmarkiconontransparentbackgroundPNG.png); }
#Wazv4eJzzWLX9vepPXPtn8Nx2M5Tf4i0 { background-color:#cc6500;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;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:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.25rem;height:3.1875rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:24.4375rem;left:1rem;display:block; }
#wm1doEJQabO0hzd6xTdtdpWQ7vdCdKem { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Mfv8E3su4VdZNMTbLFNe4DNvhoNwEVMS { background-color:#5cc4ce;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;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:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.3125rem;height:3.1875rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:24.4375rem;left:14.625rem;display:block; }
#RpTkWxOT6hLg6gROBSbTxnsqxE8NSUxS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#V32oCOPSdEPeqWPykSwyuqhTNOKnXlFF { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.125rem;width:25.8125rem;top:8.5390625rem;left:32.65625rem;overflow:hidden;display:block; }
#T0skV3sS2wlx0pxbDp3A2C9135Qa9PNo { position:absolute;display:block;z-index:15010;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.125rem solid #5cc4ce;border-left:0.125rem solid #5cc4ce;border-right:0.125rem solid #5cc4ce;border-bottom:0.125rem solid #5cc4ce;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.875rem;width:28.625rem;top:2.4375rem;left:31.125rem;display:block; }
#JcdrZ2SdUThx64gigcldIWFccIqRQanZ { position:absolute;display:block;z-index:15013;background-color:#5cc4ce;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.375rem;width:1.5625rem;top:15.0625rem;left:58.4375rem;display:block; }
#qT7GUTcqwQXefH5elwuT7btZrTwGtWvb { position:absolute;display:block;z-index:15014;background-color:#5cc4ce;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.625rem;width:1.4375rem;top:2.4375rem;left:31.28125rem;display:block; }
#sfhGQi1wpAAnyaLZcDodeVEy512497xF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7fbf9;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; }#sfhGQi1wpAAnyaLZcDodeVEy512497xF > .row .container { background-color: transparent; background-image: none; }#sfhGQi1wpAAnyaLZcDodeVEy512497xF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sfhGQi1wpAAnyaLZcDodeVEy512497xF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sfhGQi1wpAAnyaLZcDodeVEy512497xF > .row .container > .video-iframe-container { display: none; }#sfhGQi1wpAAnyaLZcDodeVEy512497xF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sfhGQi1wpAAnyaLZcDodeVEy512497xF > .row > .video-iframe-container { display: none; }#sfhGQi1wpAAnyaLZcDodeVEy512497xF > .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); }#sfhGQi1wpAAnyaLZcDodeVEy512497xF > .row .container { border-width: 0; border-radius: 0; }#sfhGQi1wpAAnyaLZcDodeVEy512497xF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sfhGQi1wpAAnyaLZcDodeVEy512497xF > .row .container { font-size:0.875rem;font-family:arial;height:9.375rem;width:60rem;position:relative;display:block; }#eSK3gbokqAArTN5eX2mddznrD0ANzkeg { color:#000000;display:block;width:40.1875rem;position:absolute;font-family:arial;font-size:2.5rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:2.73828125rem;left:9.90625rem;height:6.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eOuUTUfXLCXvTtQQeJBTRN2ZA0unbNoa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7fbf9;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; }#eOuUTUfXLCXvTtQQeJBTRN2ZA0unbNoa > .row .container { background-color: transparent; background-image: none; }#eOuUTUfXLCXvTtQQeJBTRN2ZA0unbNoa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eOuUTUfXLCXvTtQQeJBTRN2ZA0unbNoa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eOuUTUfXLCXvTtQQeJBTRN2ZA0unbNoa > .row .container > .video-iframe-container { display: none; }#eOuUTUfXLCXvTtQQeJBTRN2ZA0unbNoa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eOuUTUfXLCXvTtQQeJBTRN2ZA0unbNoa > .row > .video-iframe-container { display: none; }#eOuUTUfXLCXvTtQQeJBTRN2ZA0unbNoa > .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); }#eOuUTUfXLCXvTtQQeJBTRN2ZA0unbNoa > .row .container { border-width: 0; border-radius: 0; }#eOuUTUfXLCXvTtQQeJBTRN2ZA0unbNoa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eOuUTUfXLCXvTtQQeJBTRN2ZA0unbNoa > .row .container { font-size:0.875rem;font-family:arial;height:13.0625rem;width:60rem;position:relative;display:block; }#M3ZkS5TqKvrpk7nhPvnu7EPiGNTyx783 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5625rem;width:26.9375rem;top:0.46875rem;left:31.53125rem;overflow:hidden;display:block; }
#QabhM6Ee2TeUrZGzWOLVllOoCTmvysBf { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.125rem;width:24.75rem;top:0.46875rem;left:2.625rem;overflow:hidden;display:block; }
#FRyiHqJxAZvlOZFwcvll64Fv8rMFNHDO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7fbf9;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; }#FRyiHqJxAZvlOZFwcvll64Fv8rMFNHDO > .row .container { background-color: transparent; background-image: none; }#FRyiHqJxAZvlOZFwcvll64Fv8rMFNHDO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FRyiHqJxAZvlOZFwcvll64Fv8rMFNHDO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FRyiHqJxAZvlOZFwcvll64Fv8rMFNHDO > .row .container > .video-iframe-container { display: none; }#FRyiHqJxAZvlOZFwcvll64Fv8rMFNHDO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FRyiHqJxAZvlOZFwcvll64Fv8rMFNHDO > .row > .video-iframe-container { display: none; }#FRyiHqJxAZvlOZFwcvll64Fv8rMFNHDO > .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); }#FRyiHqJxAZvlOZFwcvll64Fv8rMFNHDO > .row .container { border-width: 0; border-radius: 0; }#FRyiHqJxAZvlOZFwcvll64Fv8rMFNHDO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FRyiHqJxAZvlOZFwcvll64Fv8rMFNHDO > .row .container { font-size:0.875rem;font-family:arial;height:14.9375rem;width:60rem;position:relative;display:block; }#A6Wx8iETl9kxG15DfFUxRUkKofPbWnoz { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:55.375rem;top:8.1875rem;left:2.60546875rem;overflow:hidden;display:block; }
#Frn68febfB0APyLIXW9BFaQgBp6f5T0W { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6rem;width:54.9375rem;top:0.90625rem;left:2.51171875rem;overflow:hidden;display:block; }
#rvGTFlGVOIET4hbAiDZtXnUG0zs7MBZX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7fbf9;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; }#rvGTFlGVOIET4hbAiDZtXnUG0zs7MBZX > .row .container { background-color: transparent; background-image: none; }#rvGTFlGVOIET4hbAiDZtXnUG0zs7MBZX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rvGTFlGVOIET4hbAiDZtXnUG0zs7MBZX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rvGTFlGVOIET4hbAiDZtXnUG0zs7MBZX > .row .container > .video-iframe-container { display: none; }#rvGTFlGVOIET4hbAiDZtXnUG0zs7MBZX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rvGTFlGVOIET4hbAiDZtXnUG0zs7MBZX > .row > .video-iframe-container { display: none; }#rvGTFlGVOIET4hbAiDZtXnUG0zs7MBZX > .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); }#rvGTFlGVOIET4hbAiDZtXnUG0zs7MBZX > .row .container { border-width: 0; border-radius: 0; }#rvGTFlGVOIET4hbAiDZtXnUG0zs7MBZX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rvGTFlGVOIET4hbAiDZtXnUG0zs7MBZX > .row .container { font-size:0.875rem;font-family:arial;height:14.9375rem;width:60rem;position:relative;display:block; }#yEDAVsKhp4peHHSo2diZPwvdT3TEpPyR { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5rem;width:25rem;top:0.90625rem;left:17.375rem;overflow:hidden;display:block; }
#JPXsMPkemdeVPcVcXVcgOlHuI7MFll1b { position:relative;display:block; }#JPXsMPkemdeVPcVcXVcgOlHuI7MFll1b { background-color: transparent; background-image: none; }#JPXsMPkemdeVPcVcXVcgOlHuI7MFll1b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JPXsMPkemdeVPcVcXVcgOlHuI7MFll1b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JPXsMPkemdeVPcVcXVcgOlHuI7MFll1b > .row .container > .video-iframe-container { display: none; }#JPXsMPkemdeVPcVcXVcgOlHuI7MFll1b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JPXsMPkemdeVPcVcXVcgOlHuI7MFll1b > .row > .video-iframe-container { display: none; }#JPXsMPkemdeVPcVcXVcgOlHuI7MFll1b > .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); }#JPXsMPkemdeVPcVcXVcgOlHuI7MFll1b { border-width: 0; border-radius: 0; }#JPXsMPkemdeVPcVcXVcgOlHuI7MFll1b > .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; }#JPXsMPkemdeVPcVcXVcgOlHuI7MFll1b > .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:55.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#IiZ6xUQu3KPIo7E2CUW2DeF12ehFDluH { position:absolute;display:block;z-index:15001;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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: 0.1875rem 0.1875rem 1.375rem rgba(0,0,0,0.5) ;height:26.375rem;width:14.5625rem;top:6.4892578125rem;left:22.84375rem;display:block; }
#LLTF1p04nu65WlNmJm8nH1xocb9s0olX { color:#000000;display:block;width:12.75rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:6.8369140625rem;left:23.75rem;height:3.57490625rem;text-align:center;text-align-last:center;display:block; }
#yrwDZCDk2qVvA41il4B7DZqPI61PMQ38 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:11.4794921875rem;left:23.75rem;height:15.9237rem;display:block; }
#LKM4ab9QWmS1pkxwcUBxpMKgguvHmLPH { position:absolute;display:block;z-index:15005;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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: 0.1875rem 0.1875rem 1.375rem rgba(0,0,0,0.5) ;height:26.3125rem;width:14.5625rem;top:6.6142578125rem;left:40rem;display:block; }
#fuByoQy054WcfEAMXxpgLOIQJBC7ngHP { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:38.3525390625rem;left:15.09375rem;height:14.78631875rem;display:block; }
#PmJR4A8HbOT6uHrl8fE7qt2uzh1OlFWh { color:#000000;display:block;width:13.1875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:6.8369140625rem;left:40.6875rem;height:3.57490625rem;text-align:center;text-align-last:center;display:block; }
#kXP5nnL3OZPGKl4qNlwEQb9TeIcQLWoc { position:absolute;display:block;z-index:15009;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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: 0.1875rem 0.1875rem 1.375rem rgba(0,0,0,0.5) ;height:19.875rem;width:14.5625rem;top:34.6953125rem;left:14.0625rem;display:block; }
#oBxP55XDTFDV4hQcIBbQ3DPNPgvvyRQd { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:38.919921875rem;left:32.09375rem;height:12.51146875rem;display:block; }
#b4DuNKcUgCpKEFwGxN48dudUqo0xtOiQ { color:#000000;display:block;width:12.9375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:34.6953125rem;left:31.875rem;height:3.57490625rem;text-align:center;text-align-last:center;display:block; }
#eTaOQGdT87QwN8PiWS6pHvJTTdBxSFV9 { position:absolute;display:block;z-index:15013;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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: 0.1875rem 0.1875rem 1.375rem rgba(0,0,0,0.5) ;height:19.9375rem;width:14.5625rem;top:34.6640625rem;left:31.0625rem;display:block; }
#ETRcbRxviVPbDUAoFLiTg4qet3WeO1RT { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:11.4794921875rem;left:41.03125rem;height:18.19854375rem;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; }
#cSXbKCaQAiw2yIfOounAyexPuBFQTT0s { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:35.5888671875rem;left:15.15625rem;height:1.78745625rem;text-align:center;text-align-last:center;display:block; }
#RbJCLyHipFA5FJSo533QOAp9ThRdh9lZ { color:#000000;display:block;width:31.375rem;position:absolute;font-family:arial;font-size:2.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.75rem;left:14.3125rem;height:2.9248625rem;text-align:center;text-align-last:center;display:block; }
#puv6RhP3SHH6pae4pJ0eNa6ofnWWKTLu { position:absolute;display:block;z-index:15002;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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: 0.1875rem 0.1875rem 1.375rem rgba(0,0,0,0.5) ;height:26.4375rem;width:14.5625rem;top:6.5830078125rem;left:5.5rem;display:block; }
#t1xs3SEs50mdLN9fEJ3Vnnkg0qhVMaEX { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:11.4794921875rem;left:6.53125rem;height:19.3359375rem;display:block; }
#ciMvqU5tZrMGt1ZRDwICF9od41TyH75M { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:6.8369140625rem;left:6.53125rem;height:3.57490625rem;text-align:center;text-align-last:center;display:block; }
#kw0JlbisNTFanIbgqI4lVkfWnQ3yc1fd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7fbf9;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; }#kw0JlbisNTFanIbgqI4lVkfWnQ3yc1fd > .row .container { background-color: transparent; background-image: none; }#kw0JlbisNTFanIbgqI4lVkfWnQ3yc1fd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kw0JlbisNTFanIbgqI4lVkfWnQ3yc1fd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kw0JlbisNTFanIbgqI4lVkfWnQ3yc1fd > .row .container > .video-iframe-container { display: none; }#kw0JlbisNTFanIbgqI4lVkfWnQ3yc1fd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kw0JlbisNTFanIbgqI4lVkfWnQ3yc1fd > .row > .video-iframe-container { display: none; }#kw0JlbisNTFanIbgqI4lVkfWnQ3yc1fd > .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); }#kw0JlbisNTFanIbgqI4lVkfWnQ3yc1fd > .row .container { border-width: 0; border-radius: 0; }#kw0JlbisNTFanIbgqI4lVkfWnQ3yc1fd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kw0JlbisNTFanIbgqI4lVkfWnQ3yc1fd > .row .container { font-size:0.875rem;font-family:arial;height:29.875rem;width:60rem;position:relative;display:block; }#bfubVlVAJOQANQhpGsPXwi5WGfzoCO5T { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.25rem;width:8.4375rem;top:5.25rem;left:40.40625rem;overflow:hidden;display:block; }
#uatC9ur1GaAO8IQkNLXSvrfdcuuXeJTU { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5625rem;width:7.125rem;top:14.5rem;left:31.46875rem;overflow:hidden;display:block; }
#eOLPMuTvV84lv7QTVDipfCrByH3MM2IW { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.625rem;width:6.8125rem;top:13.96875rem;left:50.25rem;overflow:hidden;display:block; }
#cQtAqvTzU6gTpTzTpCD9mRe4JmOodeRb { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.0625rem;width:7.3125rem;top:15.25rem;left:40.96875rem;overflow:hidden;display:block; }
#W16x7W6qOmkPP6cyslN5icGZzDkD1vrs { position:absolute;display:block;z-index:15006;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.0625rem solid #929292;border-left:0.0625rem solid #929292;border-right:0.0625rem solid #929292;border-bottom:0.0625rem solid #929292;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.5) ;height:23.5rem;width:25.875rem;top:3.03125rem;left:1.6875rem;display:block; }
#LTKy56NQHkkHODXXsRz7UiucOH3Tx7BJ { color:#000000;display:block;width:23.4375rem;position:absolute;font-family:"open sans";font-size:2.3125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:3.75rem;left:2.90625rem;height:6.01240625rem;display:block; }
#Gkw37DFbRgHNcZPDDZHFbf4DeLVROQGS { color:#000000;display:block;width:18.9375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:10.685546875rem;left:2.90625rem;height:13.812025rem;display:block; }
#RIMAtPokqfeb4cVIbJoK0G3rMoAg9nuy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5eab3068-d186-4b57-a7d5-5443cb6854cf/shutterstock_1935451339.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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; }#RIMAtPokqfeb4cVIbJoK0G3rMoAg9nuy.adaptive-delivery-prevent-bg, #RIMAtPokqfeb4cVIbJoK0G3rMoAg9nuy.lazyload, #RIMAtPokqfeb4cVIbJoK0G3rMoAg9nuy.lazyloading { background-image: none; }#RIMAtPokqfeb4cVIbJoK0G3rMoAg9nuy > .row .container { background-color: transparent; background-image: none; }#RIMAtPokqfeb4cVIbJoK0G3rMoAg9nuy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(9,9,9,0.71); }#RIMAtPokqfeb4cVIbJoK0G3rMoAg9nuy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RIMAtPokqfeb4cVIbJoK0G3rMoAg9nuy > .row .container > .video-iframe-container { display: none; }#RIMAtPokqfeb4cVIbJoK0G3rMoAg9nuy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(9,9,9,0.71); }#RIMAtPokqfeb4cVIbJoK0G3rMoAg9nuy > .row > .video-iframe-container { display: none; }#RIMAtPokqfeb4cVIbJoK0G3rMoAg9nuy > .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); }#RIMAtPokqfeb4cVIbJoK0G3rMoAg9nuy > .row .container { border-width: 0; border-radius: 0; }#RIMAtPokqfeb4cVIbJoK0G3rMoAg9nuy::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RIMAtPokqfeb4cVIbJoK0G3rMoAg9nuy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RIMAtPokqfeb4cVIbJoK0G3rMoAg9nuy > .row .container { font-size:0.875rem;font-family:arial;height:28.875rem;width:60rem;position:relative;display:block; }#TuumFf7SAM0N06ObbJhwhoI4T3Eftpd8 { color:#ffffff;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.75rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:6.0625rem;left:0rem;height:3.57490625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZHcrUd98CUulB5OPocEwKUTUI7DUdD6N { color:#ffffff;display:block;width:34.6875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:300;z-index:15001;line-height:1.6;letter-spacing:0;top:11.25rem;left:12.65625rem;height:7.1994375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SHFBTRise9pT9dVmd6MMhzTWTcxHdLAx { background-color:#5cc4ce;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;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:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.3125rem;height:3.1875rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:19.125rem;left:23.84375rem;display:block; }
#CQRkdK373CMGtXLRRTJ9SyIOKkbyLPzG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BfPyH0Xe4iKgCXtvIUfK4eF7L2qte13T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1d2837;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; }#BfPyH0Xe4iKgCXtvIUfK4eF7L2qte13T > .row .container { background-color: transparent; background-image: none; }#BfPyH0Xe4iKgCXtvIUfK4eF7L2qte13T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BfPyH0Xe4iKgCXtvIUfK4eF7L2qte13T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BfPyH0Xe4iKgCXtvIUfK4eF7L2qte13T > .row .container > .video-iframe-container { display: none; }#BfPyH0Xe4iKgCXtvIUfK4eF7L2qte13T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BfPyH0Xe4iKgCXtvIUfK4eF7L2qte13T > .row > .video-iframe-container { display: none; }#BfPyH0Xe4iKgCXtvIUfK4eF7L2qte13T > .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); }#BfPyH0Xe4iKgCXtvIUfK4eF7L2qte13T > .row .container { border-width: 0; border-radius: 0; }#BfPyH0Xe4iKgCXtvIUfK4eF7L2qte13T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BfPyH0Xe4iKgCXtvIUfK4eF7L2qte13T > .row .container { font-size:0.875rem;font-family:arial;height:3.5rem;width:60rem;position:relative;display:block; }#d1CdxHlbw9CmOCBTG8XiMC1zkX15nAEi { color:#ffffff;display:block;width:33.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.0992164611816rem;left:13.375rem;height:1.2998625rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #U7KWBcsLLPiON30kzrtiRTVeGeQ7fesy { display:block; }#U7KWBcsLLPiON30kzrtiRTVeGeQ7fesy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p1AsPN8ODUqs6mNLRLMnpwgpAM75QD9a { width:4.75rem;height:4.625rem;top:0.75rem;left:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE { display:block; }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lW9UXDJtH3Pg9yTiHtA3a1IuQIWvuIXQ { width:28.3125rem;height:5.5rem;top:2.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0EONTTR89KJHdhRPllJAh33AoNs2Cau { width:25.875rem;height:;top:9.8125rem;left:0rem;font-size:1rem;display:block; }#n0EONTTR89KJHdhRPllJAh33AoNs2Cau li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/03b097ae-6098-43ae-a803-f81b3ba717d4/GreencheckmarkiconontransparentbackgroundPNG.png); }
 }@media only screen and (max-width: 763px) { #Wazv4eJzzWLX9vepPXPtn8Nx2M5Tf4i0 { width:12.25rem;height:3.1875rem;top:24.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wm1doEJQabO0hzd6xTdtdpWQ7vdCdKem { display:block; }
 }@media only screen and (max-width: 763px) { #Mfv8E3su4VdZNMTbLFNe4DNvhoNwEVMS { width:12.3125rem;height:3.1875rem;top:24.4375rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpTkWxOT6hLg6gROBSbTxnsqxE8NSUxS { display:block; }
 }@media only screen and (max-width: 763px) { #V32oCOPSdEPeqWPykSwyuqhTNOKnXlFF { top:8.5rem;left:21.9375rem;width:25.8125rem;height:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0skV3sS2wlx0pxbDp3A2C9135Qa9PNo { top:2.4375rem;left:18.875rem;width:28.625rem;height:24.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcdrZ2SdUThx64gigcldIWFccIqRQanZ { top:15.0625rem;left:46.1875rem;width:1.5625rem;height:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qT7GUTcqwQXefH5elwuT7btZrTwGtWvb { top:2.4375rem;left:25.15625rem;width:1.4375rem;height:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfhGQi1wpAAnyaLZcDodeVEy512497xF { display:block; }#sfhGQi1wpAAnyaLZcDodeVEy512497xF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eSK3gbokqAArTN5eX2mddznrD0ANzkeg { width:40.1875rem;height:6.5rem;top:2.6875rem;left:3.78125rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOuUTUfXLCXvTtQQeJBTRN2ZA0unbNoa { display:block; }#eOuUTUfXLCXvTtQQeJBTRN2ZA0unbNoa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M3ZkS5TqKvrpk7nhPvnu7EPiGNTyx783 { top:0.4375rem;left:20.8125rem;width:26.9375rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QabhM6Ee2TeUrZGzWOLVllOoCTmvysBf { top:0.4375rem;left:0rem;width:24.75rem;height:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRyiHqJxAZvlOZFwcvll64Fv8rMFNHDO { display:block; }#FRyiHqJxAZvlOZFwcvll64Fv8rMFNHDO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A6Wx8iETl9kxG15DfFUxRUkKofPbWnoz { top:8.1875rem;left:0rem;width:47.75rem;height:4.0959367945824rem;display:block; }
 }@media only screen and (max-width: 763px) { #Frn68febfB0APyLIXW9BFaQgBp6f5T0W { top:0.875rem;left:0rem;width:47.75rem;height:5.2150170648464rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvGTFlGVOIET4hbAiDZtXnUG0zs7MBZX { display:block; }#rvGTFlGVOIET4hbAiDZtXnUG0zs7MBZX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yEDAVsKhp4peHHSo2diZPwvdT3TEpPyR { top:0.875rem;left:0rem;width:25rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPXsMPkemdeVPcVcXVcgOlHuI7MFll1b { display:block; }#JPXsMPkemdeVPcVcXVcgOlHuI7MFll1b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IiZ6xUQu3KPIo7E2CUW2DeF12ehFDluH { top:6.4375rem;left:9.3125rem;width:14.5625rem;height:26.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLTF1p04nu65WlNmJm8nH1xocb9s0olX { top:6.8125rem;left:11.125rem;width:12.75rem;height:5.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrwDZCDk2qVvA41il4B7DZqPI61PMQ38 { top:11.4375rem;left:11.375rem;width:12.5rem;height:18.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKM4ab9QWmS1pkxwcUBxpMKgguvHmLPH { top:6.5625rem;left:30.8125rem;width:14.5625rem;height:26.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fuByoQy054WcfEAMXxpgLOIQJBC7ngHP { top:38.3125rem;left:11.375rem;width:12.5rem;height:14.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmJR4A8HbOT6uHrl8fE7qt2uzh1OlFWh { top:6.8125rem;left:31.5rem;width:13.1875rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXP5nnL3OZPGKl4qNlwEQb9TeIcQLWoc { top:34.6875rem;left:9.3125rem;width:14.5625rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBxP55XDTFDV4hQcIBbQ3DPNPgvvyRQd { top:38.875rem;left:23.875rem;width:12.5rem;height:13.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4DuNKcUgCpKEFwGxN48dudUqo0xtOiQ { top:34.6875rem;left:23.875rem;width:12.9375rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTaOQGdT87QwN8PiWS6pHvJTTdBxSFV9 { top:34.625rem;left:23.875rem;width:14.5625rem;height:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETRcbRxviVPbDUAoFLiTg4qet3WeO1RT { top:11.4375rem;left:31.84375rem;width:12.5rem;height:19.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSXbKCaQAiw2yIfOounAyexPuBFQTT0s { top:35.5625rem;left:11.375rem;width:12.5rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbJCLyHipFA5FJSo533QOAp9ThRdh9lZ { top:1.75rem;left:0rem;width:31.375rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #puv6RhP3SHH6pae4pJ0eNa6ofnWWKTLu { top:6.5625rem;left:2.4375rem;width:14.5625rem;height:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1xs3SEs50mdLN9fEJ3Vnnkg0qhVMaEX { top:11.4375rem;left:3.46875rem;width:12.5rem;height:20.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ciMvqU5tZrMGt1ZRDwICF9od41TyH75M { top:6.8125rem;left:3.46875rem;width:12.5rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kw0JlbisNTFanIbgqI4lVkfWnQ3yc1fd { display:block; }#kw0JlbisNTFanIbgqI4lVkfWnQ3yc1fd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bfubVlVAJOQANQhpGsPXwi5WGfzoCO5T { top:5.25rem;left:34.28125rem;width:8.4375rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uatC9ur1GaAO8IQkNLXSvrfdcuuXeJTU { top:14.5rem;left:25.34375rem;width:7.125rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOLPMuTvV84lv7QTVDipfCrByH3MM2IW { top:13.9375rem;left:40.9375rem;width:6.8125rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQtAqvTzU6gTpTzTpCD9mRe4JmOodeRb { top:15.25rem;left:34.84375rem;width:7.3125rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W16x7W6qOmkPP6cyslN5icGZzDkD1vrs { top:3rem;left:0rem;width:25.875rem;height:23.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTKy56NQHkkHODXXsRz7UiucOH3Tx7BJ { top:3.75rem;left:0rem;width:23.4375rem;height:6rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gkw37DFbRgHNcZPDDZHFbf4DeLVROQGS { top:10.625rem;left:0rem;width:18.9375rem;height:13.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIMAtPokqfeb4cVIbJoK0G3rMoAg9nuy { display:block; }#RIMAtPokqfeb4cVIbJoK0G3rMoAg9nuy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TuumFf7SAM0N06ObbJhwhoI4T3Eftpd8 { width:47.75rem;height:3.5625rem;top:6.0625rem;left:0rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHcrUd98CUulB5OPocEwKUTUI7DUdD6N { width:34.6875rem;height:7.1875rem;top:11.25rem;left:6.53125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHFBTRise9pT9dVmd6MMhzTWTcxHdLAx { width:12.3125rem;height:3.1875rem;top:19.125rem;left:17.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQRkdK373CMGtXLRRTJ9SyIOKkbyLPzG { display:block; }
 }@media only screen and (max-width: 763px) { #BfPyH0Xe4iKgCXtvIUfK4eF7L2qte13T { display:block; }#BfPyH0Xe4iKgCXtvIUfK4eF7L2qte13T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d1CdxHlbw9CmOCBTG8XiMC1zkX15nAEi { top:1.0625rem;left:7.25rem;width:33.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #U7KWBcsLLPiON30kzrtiRTVeGeQ7fesy { display:block; }#U7KWBcsLLPiON30kzrtiRTVeGeQ7fesy > .row .container { width:20rem;height:3.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p1AsPN8ODUqs6mNLRLMnpwgpAM75QD9a { width:3.3125rem;height:3.25rem;top:0rem;left:8.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE { background-color:transparent;background-image:none;display:block; }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE > .row .container { background-color: transparent; background-image: none; }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE > .row .container > .video-iframe-container { display: none; }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE > .row > .video-iframe-container { display: none; }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE > .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); }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE > .row .container { width:20rem;height:39.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lW9UXDJtH3Pg9yTiHtA3a1IuQIWvuIXQ { width:20rem;height:7rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0EONTTR89KJHdhRPllJAh33AoNs2Cau { width:20rem;height:16.9560625rem;top:9.5rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#n0EONTTR89KJHdhRPllJAh33AoNs2Cau li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/03b097ae-6098-43ae-a803-f81b3ba717d4/GreencheckmarkiconontransparentbackgroundPNG.png); }
 }@media only screen and (max-width: 763px) { #Wazv4eJzzWLX9vepPXPtn8Nx2M5Tf4i0 { width:19rem;height:3.25rem;top:27.7060625rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wm1doEJQabO0hzd6xTdtdpWQ7vdCdKem { display:block; }
 }@media only screen and (max-width: 763px) { #Mfv8E3su4VdZNMTbLFNe4DNvhoNwEVMS { width:19rem;height:3.25rem;top:32.2060625rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpTkWxOT6hLg6gROBSbTxnsqxE8NSUxS { display:block; }
 }@media only screen and (max-width: 763px) { #V32oCOPSdEPeqWPykSwyuqhTNOKnXlFF { width:20rem;height:13.268765133172rem;top:8.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #T0skV3sS2wlx0pxbDp3A2C9135Qa9PNo { width:19.75rem;height:24.875rem;top:2.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JcdrZ2SdUThx64gigcldIWFccIqRQanZ { width:1.5625rem;height:12.375rem;top:15.0625rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qT7GUTcqwQXefH5elwuT7btZrTwGtWvb { width:1.4375rem;height:12.625rem;top:2.4375rem;left:9.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #sfhGQi1wpAAnyaLZcDodeVEy512497xF { display:block; }#sfhGQi1wpAAnyaLZcDodeVEy512497xF > .row .container { width:20rem;height:7.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eSK3gbokqAArTN5eX2mddznrD0ANzkeg { width:20rem;height:4.875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOuUTUfXLCXvTtQQeJBTRN2ZA0unbNoa { display:block; }#eOuUTUfXLCXvTtQQeJBTRN2ZA0unbNoa > .row .container { width:20rem;height:17.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M3ZkS5TqKvrpk7nhPvnu7EPiGNTyx783 { width:17.125rem;height:6.125rem;top:10.3125rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QabhM6Ee2TeUrZGzWOLVllOoCTmvysBf { width:15.8125rem;height:7.8125rem;top:1.25rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRyiHqJxAZvlOZFwcvll64Fv8rMFNHDO { display:block; }#FRyiHqJxAZvlOZFwcvll64Fv8rMFNHDO > .row .container { width:20rem;height:7.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A6Wx8iETl9kxG15DfFUxRUkKofPbWnoz { width:17.125rem;height:1.9375rem;top:4.5rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Frn68febfB0APyLIXW9BFaQgBp6f5T0W { width:17.125rem;height:2rem;top:1.25rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvGTFlGVOIET4hbAiDZtXnUG0zs7MBZX { display:block; }#rvGTFlGVOIET4hbAiDZtXnUG0zs7MBZX > .row .container { width:20rem;height:8.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yEDAVsKhp4peHHSo2diZPwvdT3TEpPyR { width:17.125rem;height:5.8125rem;top:1.25rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPXsMPkemdeVPcVcXVcgOlHuI7MFll1b { display:block; }#JPXsMPkemdeVPcVcXVcgOlHuI7MFll1b > .row .container { width:20rem;height:129.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IiZ6xUQu3KPIo7E2CUW2DeF12ehFDluH { width:14.5625rem;height:24.5rem;top:35.63671875rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLTF1p04nu65WlNmJm8nH1xocb9s0olX { width:12.75rem;height:3.57421875rem;top:35.984375rem;left:3.59375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yrwDZCDk2qVvA41il4B7DZqPI61PMQ38 { width:12.5rem;height:18.1875rem;top:40.626953125rem;left:3.59375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LKM4ab9QWmS1pkxwcUBxpMKgguvHmLPH { width:14.5625rem;height:25.75rem;top:81.76171875rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fuByoQy054WcfEAMXxpgLOIQJBC7ngHP { width:12.5rem;height:14.7773125rem;top:65.0439453125rem;left:3.71875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PmJR4A8HbOT6uHrl8fE7qt2uzh1OlFWh { width:13.1875rem;height:3.57421875rem;top:81.984375rem;left:3.375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kXP5nnL3OZPGKl4qNlwEQb9TeIcQLWoc { width:14.5625rem;height:19.125rem;top:61.38671875rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBxP55XDTFDV4hQcIBbQ3DPNPgvvyRQd { width:12.5rem;height:13.64059375rem;top:113.017578125rem;left:3.71875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #b4DuNKcUgCpKEFwGxN48dudUqo0xtOiQ { width:12.9375rem;height:3.57421875rem;top:108.79296875rem;left:3.5rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eTaOQGdT87QwN8PiWS6pHvJTTdBxSFV9 { width:14.5625rem;height:19.375rem;top:108.76171875rem;left:2.6875rem;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETRcbRxviVPbDUAoFLiTg4qet3WeO1RT { width:12.5rem;height:19.32421875rem;top:86.626953125rem;left:3.71875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cSXbKCaQAiw2yIfOounAyexPuBFQTT0s { width:12.5rem;height:1.7871125rem;top:62.2802734375rem;left:3.78125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RbJCLyHipFA5FJSo533QOAp9ThRdh9lZ { width:17.875rem;height:5.19921875rem;top:1.25rem;left:1.0625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #puv6RhP3SHH6pae4pJ0eNa6ofnWWKTLu { width:14.5625rem;height:26.6875rem;top:7.69921875rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1xs3SEs50mdLN9fEJ3Vnnkg0qhVMaEX { width:12.5rem;height:20.4609375rem;top:12.595703125rem;left:3.71875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ciMvqU5tZrMGt1ZRDwICF9od41TyH75M { width:12.5rem;height:3.57421875rem;top:7.953125rem;left:3.71875rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kw0JlbisNTFanIbgqI4lVkfWnQ3yc1fd { display:block; }#kw0JlbisNTFanIbgqI4lVkfWnQ3yc1fd > .row .container { width:20rem;height:60.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bfubVlVAJOQANQhpGsPXwi5WGfzoCO5T { width:8.4375rem;height:8.25rem;top:27.625rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uatC9ur1GaAO8IQkNLXSvrfdcuuXeJTU { width:6.1875rem;height:6.5625rem;top:37.125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOLPMuTvV84lv7QTVDipfCrByH3MM2IW { width:6.1875rem;height:7.75rem;top:51.3125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQtAqvTzU6gTpTzTpCD9mRe4JmOodeRb { width:6.1875rem;height:5.125rem;top:44.9375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W16x7W6qOmkPP6cyslN5icGZzDkD1vrs { width:19.875rem;height:25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTKy56NQHkkHODXXsRz7UiucOH3Tx7BJ { width:20rem;height:5.19921875rem;top:1.96875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Gkw37DFbRgHNcZPDDZHFbf4DeLVROQGS { width:18.9375rem;height:16.97271875rem;top:8.904296875rem;left:1.0625rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RIMAtPokqfeb4cVIbJoK0G3rMoAg9nuy { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c547eaa4-c225-42a6-a4af-7c51c7bb6645/4m52bt2609881783304997851919747061422434898482563n_10000000sg08m00000001o.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#RIMAtPokqfeb4cVIbJoK0G3rMoAg9nuy.adaptive-delivery-prevent-bg, #RIMAtPokqfeb4cVIbJoK0G3rMoAg9nuy.lazyload, #RIMAtPokqfeb4cVIbJoK0G3rMoAg9nuy.lazyloading { background-image: none; }#RIMAtPokqfeb4cVIbJoK0G3rMoAg9nuy > .row .container { background-color: transparent; background-image: none; }#RIMAtPokqfeb4cVIbJoK0G3rMoAg9nuy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.74); }#RIMAtPokqfeb4cVIbJoK0G3rMoAg9nuy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RIMAtPokqfeb4cVIbJoK0G3rMoAg9nuy > .row .container > .video-iframe-container { display: none; }#RIMAtPokqfeb4cVIbJoK0G3rMoAg9nuy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.74); }#RIMAtPokqfeb4cVIbJoK0G3rMoAg9nuy > .row > .video-iframe-container { display: none; }#RIMAtPokqfeb4cVIbJoK0G3rMoAg9nuy > .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); }#RIMAtPokqfeb4cVIbJoK0G3rMoAg9nuy > .row .container { width:20rem;height:21.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TuumFf7SAM0N06ObbJhwhoI4T3Eftpd8 { width:20rem;height:4.875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHcrUd98CUulB5OPocEwKUTUI7DUdD6N { width:20rem;height:8rem;top:7.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHFBTRise9pT9dVmd6MMhzTWTcxHdLAx { width:12.3125rem;height:3.1875rem;top:16.625rem;left:3.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQRkdK373CMGtXLRRTJ9SyIOKkbyLPzG { display:block; }
 }@media only screen and (max-width: 763px) { #BfPyH0Xe4iKgCXtvIUfK4eF7L2qte13T { display:block; }#BfPyH0Xe4iKgCXtvIUfK4eF7L2qte13T > .row .container { width:20rem;height:5.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d1CdxHlbw9CmOCBTG8XiMC1zkX15nAEi { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }