.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:transparent;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#zdQw1eB7fiaxFgH1PyeUKcQFW7zaO5AR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#033f42;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; }#zdQw1eB7fiaxFgH1PyeUKcQFW7zaO5AR > .row .container { background-color: transparent; background-image: none; }#zdQw1eB7fiaxFgH1PyeUKcQFW7zaO5AR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zdQw1eB7fiaxFgH1PyeUKcQFW7zaO5AR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zdQw1eB7fiaxFgH1PyeUKcQFW7zaO5AR > .row .container > .video-iframe-container { display: none; }#zdQw1eB7fiaxFgH1PyeUKcQFW7zaO5AR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zdQw1eB7fiaxFgH1PyeUKcQFW7zaO5AR > .row > .video-iframe-container { display: none; }#zdQw1eB7fiaxFgH1PyeUKcQFW7zaO5AR > .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); }#zdQw1eB7fiaxFgH1PyeUKcQFW7zaO5AR > .row .container { border-width: 0; border-radius: 0; }#zdQw1eB7fiaxFgH1PyeUKcQFW7zaO5AR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zdQw1eB7fiaxFgH1PyeUKcQFW7zaO5AR > .row .container { font-size:0.875rem;font-family:arial;height:4.1875rem;width:60rem;position:relative;display:block; }#qnbdB3XJfr8c3n8eFJLVS0a8NfHkEiHA { 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:3.375rem;width:15.68725rem;top:0.4051630795002rem;left:24.723915100097rem;overflow:hidden;display:block; }
#MdKBUnsXJoepnTOqOiEePxGOGAOhG5M3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8284b62b-c8de-4dbf-b3ac-1f3dbd5a23e1/AdobeStock_271342868.jpeg");background-position:bottom right !important;background-repeat:repeat !important;background-attachment:fixed;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;z-index:auto;display:block; }#MdKBUnsXJoepnTOqOiEePxGOGAOhG5M3.adaptive-delivery-prevent-bg, #MdKBUnsXJoepnTOqOiEePxGOGAOhG5M3.lazyload, #MdKBUnsXJoepnTOqOiEePxGOGAOhG5M3.lazyloading { background-image: none; }#MdKBUnsXJoepnTOqOiEePxGOGAOhG5M3 > .row .container { background-color: transparent; background-image: none; }#MdKBUnsXJoepnTOqOiEePxGOGAOhG5M3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,42,44,0.88); }#MdKBUnsXJoepnTOqOiEePxGOGAOhG5M3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MdKBUnsXJoepnTOqOiEePxGOGAOhG5M3 > .row .container > .video-iframe-container { display: none; }#MdKBUnsXJoepnTOqOiEePxGOGAOhG5M3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,42,44,0.88); }#MdKBUnsXJoepnTOqOiEePxGOGAOhG5M3 > .row > .video-iframe-container { display: none; }#MdKBUnsXJoepnTOqOiEePxGOGAOhG5M3 > .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); }#MdKBUnsXJoepnTOqOiEePxGOGAOhG5M3 > .row .container { border-width: 0; border-radius: 0; }#MdKBUnsXJoepnTOqOiEePxGOGAOhG5M3::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; }#MdKBUnsXJoepnTOqOiEePxGOGAOhG5M3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MdKBUnsXJoepnTOqOiEePxGOGAOhG5M3 > .row .container { font-size:0.875rem;font-family:arial;height:30.5rem;width:60rem;position:relative;display:block; }#T0IE8wCWTOL2dTMkvXQqCrfezr7Gv2n1 { color:#e9e9e9;display:block;width:50.3119375rem;position:absolute;font-family:"open sans";font-size:4.1875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:1.5024456977844rem;left:4.843204498291rem;height:10.88675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TGgoE5wWrs1EGGPmXLgBQTBd6qs8XanM { color:#e9e9e9;display:block;width:52.06225rem;position:absolute;font-family:"open sans";font-size:2.4375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:13.561141490936rem;left:4.8423919677734rem;height:6.33725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#d7qNfKJr269VennxZumVooqAeJ3uBNaZ { background-color:#ffd479;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:#033f42;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:2.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.5625rem;height:4rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:23.0048828125rem;left:11.2783203125rem;display:block; }
#sBd3Nr5uUbm5nuQ1Tq8kAi1yJTs0ciQ8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qRVEaGlIVbkpTS2qwJiVXxQefIHZicbK { background-color:transparent;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffcb66;border-left:0.0625rem solid #ffcb66;border-right:0.0625rem solid #ffcb66;border-bottom:0.0625rem solid #ffcb66;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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:"source sans pro";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.8125rem;height:3.62305rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:23.1923828125rem;left:32.509765625rem;display:block; }
#yIMh39t9P6pmfh0FUTXiFJOO8Vx93l9h { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IUepW3kP4SPNHuPKITRrOR8nBODmMCHg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#033f42;background-image:url("https://images.assets-landingi.com/uc/8284b62b-c8de-4dbf-b3ac-1f3dbd5a23e1/AdobeStock_271342868.jpeg");background-position:bottom right !important;background-repeat:repeat !important;background-attachment:fixed;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;z-index:auto;display:block; }#IUepW3kP4SPNHuPKITRrOR8nBODmMCHg.adaptive-delivery-prevent-bg, #IUepW3kP4SPNHuPKITRrOR8nBODmMCHg.lazyload, #IUepW3kP4SPNHuPKITRrOR8nBODmMCHg.lazyloading { background-image: none; }#IUepW3kP4SPNHuPKITRrOR8nBODmMCHg > .row .container { background-color: transparent; background-image: none; }#IUepW3kP4SPNHuPKITRrOR8nBODmMCHg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IUepW3kP4SPNHuPKITRrOR8nBODmMCHg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IUepW3kP4SPNHuPKITRrOR8nBODmMCHg > .row .container > .video-iframe-container { display: none; }#IUepW3kP4SPNHuPKITRrOR8nBODmMCHg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IUepW3kP4SPNHuPKITRrOR8nBODmMCHg > .row > .video-iframe-container { display: none; }#IUepW3kP4SPNHuPKITRrOR8nBODmMCHg > .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); }#IUepW3kP4SPNHuPKITRrOR8nBODmMCHg > .row .container { border-width: 0; border-radius: 0; }#IUepW3kP4SPNHuPKITRrOR8nBODmMCHg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IUepW3kP4SPNHuPKITRrOR8nBODmMCHg > .row .container { font-size:0.875rem;font-family:arial;height:28.875rem;width:60rem;position:relative;display:block; }#cFMpags2WsfVXLdtACFe1CFGJhfxyNCT { color:#212226;display:block;width:34.62475rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:4.875825881958rem;left:23.559783935547rem;height:20.5rem;overflow:hidden;display:block; }#cFMpags2WsfVXLdtACFe1CFGJhfxyNCT li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#cFMpags2WsfVXLdtACFe1CFGJhfxyNCT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/756521d7-8527-40d1-842d-3cc3d55f6026/zakaz1.png); }
#atp7hsXMnBUwa71Z0k2VLBFNwycmuWnV { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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.5rem;width:12.5rem;display:none; }
#xtexwzp9t9I43mGOq4S76OwePFPppXT2 { 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:16.8125rem;width:19rem;top:5.4775390625rem;left:1.9423828125rem;overflow:hidden;display:block; }
#ZJBI1UmatfnZlM8hHl3tFckTI8WDV8oE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8284b62b-c8de-4dbf-b3ac-1f3dbd5a23e1/AdobeStock_271342868.jpeg");background-position:bottom right !important;background-repeat:repeat !important;background-attachment:fixed;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;z-index:auto;display:block; }#ZJBI1UmatfnZlM8hHl3tFckTI8WDV8oE.adaptive-delivery-prevent-bg, #ZJBI1UmatfnZlM8hHl3tFckTI8WDV8oE.lazyload, #ZJBI1UmatfnZlM8hHl3tFckTI8WDV8oE.lazyloading { background-image: none; }#ZJBI1UmatfnZlM8hHl3tFckTI8WDV8oE > .row .container { background-color: transparent; background-image: none; }#ZJBI1UmatfnZlM8hHl3tFckTI8WDV8oE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(3,63,66,0.85); }#ZJBI1UmatfnZlM8hHl3tFckTI8WDV8oE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZJBI1UmatfnZlM8hHl3tFckTI8WDV8oE > .row .container > .video-iframe-container { display: none; }#ZJBI1UmatfnZlM8hHl3tFckTI8WDV8oE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(3,63,66,0.85); }#ZJBI1UmatfnZlM8hHl3tFckTI8WDV8oE > .row > .video-iframe-container { display: none; }#ZJBI1UmatfnZlM8hHl3tFckTI8WDV8oE > .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); }#ZJBI1UmatfnZlM8hHl3tFckTI8WDV8oE > .row .container { border-width: 0; border-radius: 0; }#ZJBI1UmatfnZlM8hHl3tFckTI8WDV8oE::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; }#ZJBI1UmatfnZlM8hHl3tFckTI8WDV8oE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZJBI1UmatfnZlM8hHl3tFckTI8WDV8oE > .row .container { font-size:0.875rem;font-family:arial;height:34.75rem;width:60rem;position:relative;display:block; }#HxRmiSv4ktp27vWEwqTxe7U66yLFWJ3e { color:#e9e9e9;display:block;width:54.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.9990234375rem;left:3.5625rem;height:7.3111875rem;display:block; }
#S3IGLyfBbdmdZTlmqvv0S681QfDxHQyL { color:#e9e9e9;display:block;width:41.5625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:14.4326171875rem;left:3.5625rem;height:10.2356875rem;display:block; }
#w0MPaXXLfMhnA5JrXoHi38TiBIE8NBba { background-color:#033f42;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;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:"source sans pro";font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.125rem;height:3.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:27.873046875rem;left:18.4375rem;display:block; }
#cOJnlP22taZmV9kv3f1fnmEPfWRgDR3D { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CVSrFxNDLOafcMgfifiSZJ737xaKmNDV { 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:16.8125rem;width:19rem;top:5.4775390625rem;left:1.9423828125rem;overflow:hidden;display:none; }
#NmLHrM5JiSDHnfETc2NcB7rocEzuTgbD { color:#e9e9e9;display:block;width:52.06225rem;position:absolute;font-family:"open sans";font-size:2.4375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:13.561141490936rem;left:4.8423919677734rem;height:6.3359375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Jt4wzqo2hz5vSQaRmFZSNUxl1upqI8wI { color:#e9e9e9;display:block;width:52.06225rem;position:absolute;font-family:"open sans";font-size:2.4375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:13.561141490936rem;left:4.8423919677734rem;height:6.3359375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#pNsWFhn9zWWx1wlPT3XnEX9novnDIqi2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;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; }#pNsWFhn9zWWx1wlPT3XnEX9novnDIqi2 > .row .container { background-color: transparent; background-image: none; }#pNsWFhn9zWWx1wlPT3XnEX9novnDIqi2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pNsWFhn9zWWx1wlPT3XnEX9novnDIqi2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pNsWFhn9zWWx1wlPT3XnEX9novnDIqi2 > .row .container > .video-iframe-container { display: none; }#pNsWFhn9zWWx1wlPT3XnEX9novnDIqi2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pNsWFhn9zWWx1wlPT3XnEX9novnDIqi2 > .row > .video-iframe-container { display: none; }#pNsWFhn9zWWx1wlPT3XnEX9novnDIqi2 > .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); }#pNsWFhn9zWWx1wlPT3XnEX9novnDIqi2 > .row .container { border-width: 0; border-radius: 0; }#pNsWFhn9zWWx1wlPT3XnEX9novnDIqi2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pNsWFhn9zWWx1wlPT3XnEX9novnDIqi2 > .row .container { font-size:0.875rem;font-family:arial;height:74rem;width:60rem;position:relative;display:block; }#Z89TvL4wPoU0EbA61r1ZTww7ZpGsbW1N { color:#051018;display:block;width:54.1875rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:1.9365234375rem;left:0rem;height:6.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QlTJwprS4126s2HVeJikP123rgT0x0w3 { position:absolute;display:block;z-index:15000;background-color:#033f42;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:22.8125rem;width:18.9375rem;top:11.8984375rem;left:0rem;display:block; }
#WCUwLpneawb6hRf2tRr72FgMrhwcVc8l { color:#e9e9e9;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:21.375rem;left:1.0625rem;height:1.8684875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Rgx0gGosqXHD9ERFnUoPbibQMn7mObmV { color:#ffffff;display:block;width:13.4375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:24.765625rem;left:2.75rem;height:6.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aeLt45E5527sbxcW3yT6DJz4SETFMrkT { position:absolute;display:block;z-index:15004;background-color:#033f42;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:22.625rem;width:18.9375rem;top:11.9921875rem;left:20.53125rem;display:block; }
#hWi3zaW1oaiWISgGfQMEpQfsBtGO2bma { color:#ffffff;display:block;width:14.3125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:25.015625rem;left:22.84375rem;height:7.96875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Cd69rCf7JCewKAaJP7MqTCsMeqxEQDJs { color:#e9e9e9;display:block;width:15.9375rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:20.439453125rem;left:22.03125rem;height:1.8684875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IUh9trUHMNT4KIt5fwxcVshZNqOlCrtC { 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:5.87445625rem;width:5.87445625rem;top:13.248046875rem;left:6.4677734375rem;overflow:hidden;display:block; }
#T0bE9lFWVKMn4fHl6CwqZbkMoiUgcs9h { position:absolute;display:block;z-index:15008;background-color:#033f42;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:22.625rem;width:18.9375rem;top:11.9921875rem;left:41.0625rem;display:block; }
#qTHGOT8FFbrAUdXs3sdVb1Q3hA26DBfB { color:#ffffff;display:block;width:15.375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:25.015625rem;left:42.84375rem;height:7.96875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fDC793Imz2sRs5AREGJ9aDoFPkcFqaVF { color:#e9e9e9;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:21.375rem;left:42.0625rem;height:1.8684875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iKWTptlBVU1DAM2mHTAB97Qok0fLuPFq { position:absolute;display:block;z-index:15001;background-color:#033f42;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:28.875rem;width:18.875rem;top:36.875rem;left:0rem;display:block; }
#xmn8DTEcrsHad5wTPo3ZIWbQ8beil6bJ { position:absolute;display:block;z-index:15002;background-color:#033f42;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:30rem;width:18.9375rem;top:36.875rem;left:41.0625rem;display:block; }
#TWBN6H3aixXuAUb9Zfe8ByJ0L79Xzohx { color:#ffffff;display:block;width:15.25rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:50.484375rem;left:1.84375rem;height:11.15625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dQbaGGm2G5B1bG6UOF6QUtW0rQlX6FId { color:#ffffff;display:block;width:15.8125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:49.6875rem;left:42.625rem;height:11.15625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#U1SN5xefHM34d0AOlq9mCUhJQS8df1Wt { color:#e9e9e9;display:block;width:12.8125rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:45.4375rem;left:2.3125rem;height:3.73698125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kNJXwnsahLa05erx1PhLaNJbUGJEOBJa { color:#e9e9e9;display:block;width:15.5625rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:44.6240234375rem;left:42.75rem;height:3.73698125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RvByshawLFHuxfnvozbarFLVHdHkmKvA { 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:5.8125rem;width:5.8125rem;top:13.125rem;left:27.125rem;overflow:hidden;display:block; }
#JTdQF2MxaRQVlhvowdewW0bulSwt6bdN { 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:5.8125rem;width:5.8125rem;top:13.02717590332rem;left:47.624187469483rem;overflow:hidden;display:block; }
#i3AFEy4hcitNHAxxraxnhfDn9ZkPX5M0 { 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:6.5625rem;width:6.5625rem;top:38.1240234375rem;left:5.4375rem;overflow:hidden;display:block; }
#XJlybIzdm4FbCGThrCwZ55vyCOO1VED3 { 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:5.6875rem;width:5.6875rem;top:37.9375rem;left:47.625rem;overflow:hidden;display:block; }
#my7Qq9PUk6sG7mka5HOwNEbLOw58oWTX { position:absolute;display:block;z-index:15019;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:38.75rem;width:41.25rem;top:35.25rem;left:9.375rem;overflow:hidden;display:block; }
#IPTiH0sfoNl05vdO8kIC47dB7qzv1nps { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e3e3e3;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; }#IPTiH0sfoNl05vdO8kIC47dB7qzv1nps > .row .container { background-color: transparent; background-image: none; }#IPTiH0sfoNl05vdO8kIC47dB7qzv1nps::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IPTiH0sfoNl05vdO8kIC47dB7qzv1nps > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IPTiH0sfoNl05vdO8kIC47dB7qzv1nps > .row .container > .video-iframe-container { display: none; }#IPTiH0sfoNl05vdO8kIC47dB7qzv1nps > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IPTiH0sfoNl05vdO8kIC47dB7qzv1nps > .row > .video-iframe-container { display: none; }#IPTiH0sfoNl05vdO8kIC47dB7qzv1nps > .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); }#IPTiH0sfoNl05vdO8kIC47dB7qzv1nps > .row .container { border-width: 0; border-radius: 0; }#IPTiH0sfoNl05vdO8kIC47dB7qzv1nps > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IPTiH0sfoNl05vdO8kIC47dB7qzv1nps > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:60rem;position:relative;display:block; }#K2s3pvgO5VVNs8MB6mTQPpkiPzoAXVy8 { color:#00121f;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:2.125rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#s4snIUd2h8xMWBoDIm4vrb955vqQCrdA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#033f42;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; }#s4snIUd2h8xMWBoDIm4vrb955vqQCrdA > .row .container { background-color: transparent; background-image: none; }#s4snIUd2h8xMWBoDIm4vrb955vqQCrdA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s4snIUd2h8xMWBoDIm4vrb955vqQCrdA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s4snIUd2h8xMWBoDIm4vrb955vqQCrdA > .row .container > .video-iframe-container { display: none; }#s4snIUd2h8xMWBoDIm4vrb955vqQCrdA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s4snIUd2h8xMWBoDIm4vrb955vqQCrdA > .row > .video-iframe-container { display: none; }#s4snIUd2h8xMWBoDIm4vrb955vqQCrdA > .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); }#s4snIUd2h8xMWBoDIm4vrb955vqQCrdA > .row .container { border-width: 0; border-radius: 0; }#s4snIUd2h8xMWBoDIm4vrb955vqQCrdA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#s4snIUd2h8xMWBoDIm4vrb955vqQCrdA > .row .container { font-size:0.875rem;font-family:arial;height:33.75rem;width:60rem;position:relative;display:block; }#I3iqR6mwwTf0nzPqgCb3WCJFMnXcLFhq { 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:33.6875rem;width:60rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#sUOBqvub4ltKU1xphqoXGvBzc7Krm76E { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e9e9e9;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; }#sUOBqvub4ltKU1xphqoXGvBzc7Krm76E > .row .container { background-color: transparent; background-image: none; }#sUOBqvub4ltKU1xphqoXGvBzc7Krm76E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sUOBqvub4ltKU1xphqoXGvBzc7Krm76E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sUOBqvub4ltKU1xphqoXGvBzc7Krm76E > .row .container > .video-iframe-container { display: none; }#sUOBqvub4ltKU1xphqoXGvBzc7Krm76E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sUOBqvub4ltKU1xphqoXGvBzc7Krm76E > .row > .video-iframe-container { display: none; }#sUOBqvub4ltKU1xphqoXGvBzc7Krm76E > .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); }#sUOBqvub4ltKU1xphqoXGvBzc7Krm76E > .row .container { border-width: 0; border-radius: 0; }#sUOBqvub4ltKU1xphqoXGvBzc7Krm76E > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sUOBqvub4ltKU1xphqoXGvBzc7Krm76E > .row .container { font-size:0.875rem;font-family:arial;height:10.3125rem;width:60rem;position:relative;display:block; }#OmIT7VIeTFQt0xghlStuw4yiEXkmBheF { background-color:#033f42;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:36.6228125rem;height:6.24864375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:2.0299110412598rem;left:11.687770843506rem;display:block; }
#l4F5T2ZXK1CSmJ2SX6kJf6pkGiSDGdkF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NBF2K2fDkLw9V8pU4ClXRL8alDPu7wnd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d7332a26-d799-4247-87dd-fb544d3d868d/komp.jpg");background-position:center !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; }#NBF2K2fDkLw9V8pU4ClXRL8alDPu7wnd.adaptive-delivery-prevent-bg, #NBF2K2fDkLw9V8pU4ClXRL8alDPu7wnd.lazyload, #NBF2K2fDkLw9V8pU4ClXRL8alDPu7wnd.lazyloading { background-image: none; }#NBF2K2fDkLw9V8pU4ClXRL8alDPu7wnd > .row .container { background-color: transparent; background-image: none; }#NBF2K2fDkLw9V8pU4ClXRL8alDPu7wnd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #e9e9e9; }#NBF2K2fDkLw9V8pU4ClXRL8alDPu7wnd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NBF2K2fDkLw9V8pU4ClXRL8alDPu7wnd > .row .container > .video-iframe-container { display: none; }#NBF2K2fDkLw9V8pU4ClXRL8alDPu7wnd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #e9e9e9; }#NBF2K2fDkLw9V8pU4ClXRL8alDPu7wnd > .row > .video-iframe-container { display: none; }#NBF2K2fDkLw9V8pU4ClXRL8alDPu7wnd > .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); }#NBF2K2fDkLw9V8pU4ClXRL8alDPu7wnd > .row .container { border-width: 0; border-radius: 0; }#NBF2K2fDkLw9V8pU4ClXRL8alDPu7wnd::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; }#NBF2K2fDkLw9V8pU4ClXRL8alDPu7wnd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NBF2K2fDkLw9V8pU4ClXRL8alDPu7wnd > .row .container { font-size:0.875rem;font-family:arial;height:8.5625rem;width:60rem;position:relative;display:block; }#Z1GKavBJ2LayIpxsEy8u7QmidaJwz1TB { color:#073843;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.7375001907349rem;left:0rem;height:3.0872375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LtxniyO6oOT4QsWAXvCcpIdzDpNvvnh7 { 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; }#LtxniyO6oOT4QsWAXvCcpIdzDpNvvnh7 > .row .container { background-color: transparent; background-image: none; }#LtxniyO6oOT4QsWAXvCcpIdzDpNvvnh7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LtxniyO6oOT4QsWAXvCcpIdzDpNvvnh7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LtxniyO6oOT4QsWAXvCcpIdzDpNvvnh7 > .row .container > .video-iframe-container { display: none; }#LtxniyO6oOT4QsWAXvCcpIdzDpNvvnh7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LtxniyO6oOT4QsWAXvCcpIdzDpNvvnh7 > .row > .video-iframe-container { display: none; }#LtxniyO6oOT4QsWAXvCcpIdzDpNvvnh7 > .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); }#LtxniyO6oOT4QsWAXvCcpIdzDpNvvnh7 > .row .container { border-width: 0; border-radius: 0; }#LtxniyO6oOT4QsWAXvCcpIdzDpNvvnh7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LtxniyO6oOT4QsWAXvCcpIdzDpNvvnh7 > .row .container { font-size:0.875rem;font-family:arial;height:31.625rem;width:60rem;position:relative;display:block; }#A2dnwHSEtJrD1H2KaCAhTbbFsJD1vmsn { color:#073843;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:2.8336963653564rem;left:1.5611419677734rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kZJSfpCr0JLERuw7cuJefiBPLovzLMph { color:#000000;display:block;width:16.9995rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:6.6243486404419rem;left:1.4990234375rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sOai0Ae3O7eCviidZkOoylVk2DKglAkN { color:#073843;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:2.8345108032226rem;left:21.5625rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dLPreFP4gWf35mQerxQGFt6f0d3Q3WXo { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:6.6240234375rem;left:20.625rem;height:6.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ViuQ1ZOT6lGSHO2LMSGUCUJiOasZms4y { color:#073843;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:2.91748046875rem;left:42.437337875366rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#erTKVvU58ZdaOp8tBWbgeZI2BLzyKmp5 { color:#000000;display:block;width:18.25rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:6.6240234375rem;left:40rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZwKS5baXx5DDuSENPhlVkqRIyF7Cm5VD { color:#073843;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:16.375rem;left:0.8125rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#B1PJTNxupBXh84TJy6AMVfsUXJEqGDsL { color:#000000;display:block;width:18.4375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:20.40625rem;left:0.78125rem;height:5.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ge91QR7T6IH3vPCWcL4gTirFLRP2Tyty { color:#073843;display:block;width:14.6875rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:15.875rem;left:23.1875rem;height:4.22395625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KXuscfsq35KPLWvoRKzor2GJIpqzDFIQ { color:#000000;display:block;width:17.5605625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:21.25rem;left:21.5625rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Sy7pGxx5RZTPiX95TQ2x4OnT1LpR90DK { position:absolute;display:block;z-index:15026;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:3.43695625rem;width:3.43695625rem;top:2.1709251403809rem;left:1.5611419677734rem;overflow:hidden;display:block; }
#K5wNwV1xkRa10xMwTLfBwzDaMzZUqBGs { position:absolute;display:block;z-index:15027;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:3.375rem;width:3.375rem;top:2.1709251403809rem;left:22.122554779052rem;overflow:hidden;display:block; }
#r4FyTVKcKwcVN5ONxvOf5O4IvGnMvGRf { position:absolute;display:block;z-index:15028;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:3.375rem;width:3.375rem;top:2.2010879516601rem;left:42.436145782471rem;overflow:hidden;display:block; }
#vqth7ez7k79Xzz6wisP8nwH6v0NX2dZ9 { position:absolute;display:block;z-index:15027;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:3.125rem;width:4.375rem;top:15rem;left:0rem;overflow:hidden;display:block; }
#OR4vvQViVv5X4OcVXGxCcvk4KFOrXX8s { position:absolute;display:block;z-index:15028;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.875rem;width:4.625rem;top:15rem;left:20rem;overflow:hidden;display:block; }
#ZZZgNz3QZ5dZRQetX0Umw72y75tMXJOf { border-top:1.5625rem solid rgba(0,0,0,0);border-left:0.625rem solid rgba(0,0,0,0);border-right:0.625rem solid rgba(0,0,0,0);border-bottom:1.5625rem solid rgba(0,0,0,0);background-color:#033f42;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; }#ZZZgNz3QZ5dZRQetX0Umw72y75tMXJOf > .row .container { background-color: transparent; background-image: none; }#ZZZgNz3QZ5dZRQetX0Umw72y75tMXJOf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZZZgNz3QZ5dZRQetX0Umw72y75tMXJOf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZZZgNz3QZ5dZRQetX0Umw72y75tMXJOf > .row .container > .video-iframe-container { display: none; }#ZZZgNz3QZ5dZRQetX0Umw72y75tMXJOf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZZZgNz3QZ5dZRQetX0Umw72y75tMXJOf > .row > .video-iframe-container { display: none; }#ZZZgNz3QZ5dZRQetX0Umw72y75tMXJOf > .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); }#ZZZgNz3QZ5dZRQetX0Umw72y75tMXJOf > .row .container { border-width: 0; border-radius: 0; }#ZZZgNz3QZ5dZRQetX0Umw72y75tMXJOf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZZZgNz3QZ5dZRQetX0Umw72y75tMXJOf > .row .container { font-size:0.875rem;font-family:arial;height:32.4114125rem;width:60rem;position:relative;display:block; }#wr6wR0205LSgWa2BceK7C8IleTGKRgeq { 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:33.625rem;width:59.875rem;top:0.17527198791504rem;left:0rem;overflow:hidden;display:block; }
#rKo94tXg6fM0aWzI0rEnplwGn7wmfuB5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;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; }#rKo94tXg6fM0aWzI0rEnplwGn7wmfuB5 > .row .container { background-color: transparent; background-image: none; }#rKo94tXg6fM0aWzI0rEnplwGn7wmfuB5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rKo94tXg6fM0aWzI0rEnplwGn7wmfuB5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rKo94tXg6fM0aWzI0rEnplwGn7wmfuB5 > .row .container > .video-iframe-container { display: none; }#rKo94tXg6fM0aWzI0rEnplwGn7wmfuB5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rKo94tXg6fM0aWzI0rEnplwGn7wmfuB5 > .row > .video-iframe-container { display: none; }#rKo94tXg6fM0aWzI0rEnplwGn7wmfuB5 > .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); }#rKo94tXg6fM0aWzI0rEnplwGn7wmfuB5 > .row .container { border-width: 0; border-radius: 0; }#rKo94tXg6fM0aWzI0rEnplwGn7wmfuB5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rKo94tXg6fM0aWzI0rEnplwGn7wmfuB5 > .row .container { font-size:0.875rem;font-family:arial;height:12.875rem;width:60rem;position:relative;display:block; }#HQMWTPfu4Z9si38gTdf7NW8nvWT2gQy3 { color:#073843;display:block;width:57.9375rem;position:absolute;font-family:"source sans pro";font-size:3.4375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.9671077728271rem;left:1.03125rem;height:8.9375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZoC7tCdIU5SrO0UoRaTBIMF8OCyeXyHx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;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; }#ZoC7tCdIU5SrO0UoRaTBIMF8OCyeXyHx > .row .container { background-color: transparent; background-image: none; }#ZoC7tCdIU5SrO0UoRaTBIMF8OCyeXyHx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZoC7tCdIU5SrO0UoRaTBIMF8OCyeXyHx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZoC7tCdIU5SrO0UoRaTBIMF8OCyeXyHx > .row .container > .video-iframe-container { display: none; }#ZoC7tCdIU5SrO0UoRaTBIMF8OCyeXyHx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZoC7tCdIU5SrO0UoRaTBIMF8OCyeXyHx > .row > .video-iframe-container { display: none; }#ZoC7tCdIU5SrO0UoRaTBIMF8OCyeXyHx > .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); }#ZoC7tCdIU5SrO0UoRaTBIMF8OCyeXyHx > .row .container { border-width: 0; border-radius: 0; }#ZoC7tCdIU5SrO0UoRaTBIMF8OCyeXyHx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZoC7tCdIU5SrO0UoRaTBIMF8OCyeXyHx > .row .container { font-size:0.875rem;font-family:arial;height:72.875rem;width:60rem;position:relative;display:block; }#sDkHTGSsSSc49zA6zKNimRinbTIsM6f7 { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(0,0,0,0.15) ;height:11.8123125rem;width:48.811875rem;top:1.30615234375rem;left:3.8948574066162rem;display:block; }
#raathULrUdsv1ryBXIkudJZ3XLsQWpKF { color:#000000;display:block;width:45.3116875rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:2.9012036323548rem;left:5.64453125rem;height:3.375rem;font-style:normal;display:block; }
#rTlFGznBt9TNozr39cCaNA5WuFyhnoPF { color:#000000;display:block;width:12.4991875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:8.919270038605rem;left:38.508298873901rem;height:1.4625rem;font-style:normal;display:block; }
#iLHIrtdRdTGi7XuTNttfWFupvCoTsKfa { position:absolute;display:block;z-index:14998;background-color:#033f42;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(0,0,0,0.15) ;height:16.75rem;width:48.8125rem;top:16.123859882355rem;left:9.9259433746337rem;display:block; }
#MCvrmob5znEWcCuEyILJHVme5PtOWgqu { color:#ffffff;display:block;width:44.124375rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:17.157389163971rem;left:12.269693374634rem;height:10.125rem;font-style:normal;display:block; }
#Vcsgv5Soko7rZhAxgdVaLeXJ7AUlNtvn { color:#ffffff;display:block;width:12.4991875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:29.061695575714rem;left:42.874349594116rem;height:1.4625rem;font-style:normal;display:block; }
#uLa277G9SQmso6DOqUuTqRoqJh8PO9LL { position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(0,0,0,0.15) ;height:13.375rem;width:48.8125rem;top:36.123859405517rem;left:3.8948574066162rem;display:block; }
#cyknqH5axNWZs4kK51Er7K646K5JJyzO { color:#000000;display:block;width:46.7496875rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:37.31201171875rem;left:6.00830078125rem;height:6.75rem;font-style:normal;display:block; }
#Fiqcx7UebnrAmLDQTzbDm2Xylrq7TT4b { color:#000000;display:block;width:12.4991875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:45.498860359192rem;left:38.508298873901rem;height:1.4625rem;font-style:normal;display:block; }
#mOBaZ7LBLfoV8xqvmbTC04Igx9RhHB1h { background-color:#e2be76;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:#033f42;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.874rem;height:4.24805rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:66.9765625rem;left:20.0615234375rem;display:block; }
#wpkwuABMXyRhfrWTWAr62u95iH3QIvSZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wTn9oHV2czT9V0XEMxaywip1VdTNglis { position:absolute;display:block;z-index:15000;background-color:#033f42;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(0,0,0,0.15) ;height:12.5rem;width:48.811875rem;top:51.998697280884rem;left:8.8004550933837rem;display:block; }
#EgLp6FAkFuMTqiaQcKMR1QQ19HWzZN2N { color:#ffffff;display:block;width:46.7496875rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:53.24951171875rem;left:9.9259433746337rem;height:5.0625rem;font-style:normal;display:block; }
#Iie1xkRyGOSeWTmP0BRyLvDVD0gQyDDy { color:#ffffff;display:block;width:12.4991875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:60.811359405517rem;left:42.060544967651rem;height:1.4625rem;font-style:normal;display:block; }
#A9WTZmzUl2sr6G0gibFydfXEZyaALG2t { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e9e9e9;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; }#A9WTZmzUl2sr6G0gibFydfXEZyaALG2t > .row .container { background-color: transparent; background-image: none; }#A9WTZmzUl2sr6G0gibFydfXEZyaALG2t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A9WTZmzUl2sr6G0gibFydfXEZyaALG2t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A9WTZmzUl2sr6G0gibFydfXEZyaALG2t > .row .container > .video-iframe-container { display: none; }#A9WTZmzUl2sr6G0gibFydfXEZyaALG2t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A9WTZmzUl2sr6G0gibFydfXEZyaALG2t > .row > .video-iframe-container { display: none; }#A9WTZmzUl2sr6G0gibFydfXEZyaALG2t > .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); }#A9WTZmzUl2sr6G0gibFydfXEZyaALG2t > .row .container { border-width: 0; border-radius: 0; }#A9WTZmzUl2sr6G0gibFydfXEZyaALG2t > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#A9WTZmzUl2sr6G0gibFydfXEZyaALG2t > .row .container { font-size:0.875rem;font-family:arial;height:9.25rem;width:60rem;position:relative;display:block; }#qudC3pWVwPm8Il1404GBKxZywhotKZMF { color:#073843;display:block;width:40.4364375rem;position:absolute;font-family:"source sans pro";font-size:3.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:0.6750202178955rem;left:9.7809791564944rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vObp7mHKaIzXy55m2LkB7Eh8EWXiAafP { color:#212226;display:block;width:60rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:5.5605812072754rem;left:0rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#O4w5qWV9ekUzD44V6v9pkS8sqeEAD5xA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e9e9e9;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; }#O4w5qWV9ekUzD44V6v9pkS8sqeEAD5xA > .row .container { background-color: transparent; background-image: none; }#O4w5qWV9ekUzD44V6v9pkS8sqeEAD5xA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O4w5qWV9ekUzD44V6v9pkS8sqeEAD5xA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O4w5qWV9ekUzD44V6v9pkS8sqeEAD5xA > .row .container > .video-iframe-container { display: none; }#O4w5qWV9ekUzD44V6v9pkS8sqeEAD5xA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O4w5qWV9ekUzD44V6v9pkS8sqeEAD5xA > .row > .video-iframe-container { display: none; }#O4w5qWV9ekUzD44V6v9pkS8sqeEAD5xA > .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); }#O4w5qWV9ekUzD44V6v9pkS8sqeEAD5xA > .row .container { border-width: 0; border-radius: 0; }#O4w5qWV9ekUzD44V6v9pkS8sqeEAD5xA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O4w5qWV9ekUzD44V6v9pkS8sqeEAD5xA > .row .container { font-size:0.875rem;font-family:arial;height:32.1875rem;width:60rem;position:relative;display:block; }#cMGogEQQ9FoqTlHCgTpQDNE8PocfpGqh { position:absolute;display:block;z-index:15001;background-color:#033f42;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:29.8125rem;width:29.3125rem;top:-0.15679931640625rem;left:0.34239196777344rem;display:block; }
#o2slVzTVOseGayKnX3alNtVipHDkkt9t { color:#e9e9e9;display:block;width:12.4369375rem;position:absolute;font-family:"source sans pro";font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.3380470275879rem;left:12.372554779052rem;height:6.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wt6riZ9JsBZfM2h745BItfkwA6rr9vCT { color:#e9e9e9;display:block;width:25.7494375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:11.175815582276rem;left:2.124454498291rem;height:14.410125rem;font-style:normal;overflow:hidden;display:block; }#wt6riZ9JsBZfM2h745BItfkwA6rr9vCT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#wt6riZ9JsBZfM2h745BItfkwA6rr9vCT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_2b72143fc6de6e0632857e7b3659a81ce49a047a.svg); }
#eNUogLtQO3KTdwk0oRS3l20k8tFDWxOk { position:absolute;display:block;z-index:15007;background-color:#033f42;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:29.6875rem;width:28.375rem;top:-0.15707397460938rem;left:30.811954498291rem;display:block; }
#SanPtCdpsvBLETMbRzlXerV5qIeLabG2 { position:absolute;display:block;z-index:15026;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.1869375rem;width:8.6869375rem;top:0.49402236938476rem;left:31.686687469483rem;overflow:hidden;display:block; }
#l9x5qN6HcoVXNsUAVabr2EmKnOEAsMDc { color:#e9e9e9;display:block;width:11.1244375rem;position:absolute;font-family:"source sans pro";font-size:2.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:2.3372287750244rem;left:42.061954498291rem;height:6.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#axyGkS0aeWcimaIENbroGodrCaTEXpsl { color:#e9e9e9;display:block;width:26.74975rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:11.175824403763rem;left:31.624729156494rem;height:15.559875rem;font-style:normal;overflow:hidden;display:block; }#axyGkS0aeWcimaIENbroGodrCaTEXpsl li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#axyGkS0aeWcimaIENbroGodrCaTEXpsl li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_2b72143fc6de6e0632857e7b3659a81ce49a047a.svg); }
#NMlq4NPRulxdZPmOVSkasqAkLI5altyS { position:absolute;display:block;z-index:15027;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.62475rem;width:9.0619375rem;top:0.60244560241699rem;left:2.1236419677734rem;overflow:hidden;display:block; }
#PJPzJ0Xnh6c4nwm381khb1IDl3wAFdFC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e9e9e9;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; }#PJPzJ0Xnh6c4nwm381khb1IDl3wAFdFC > .row .container { background-color: transparent; background-image: none; }#PJPzJ0Xnh6c4nwm381khb1IDl3wAFdFC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PJPzJ0Xnh6c4nwm381khb1IDl3wAFdFC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PJPzJ0Xnh6c4nwm381khb1IDl3wAFdFC > .row .container > .video-iframe-container { display: none; }#PJPzJ0Xnh6c4nwm381khb1IDl3wAFdFC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PJPzJ0Xnh6c4nwm381khb1IDl3wAFdFC > .row > .video-iframe-container { display: none; }#PJPzJ0Xnh6c4nwm381khb1IDl3wAFdFC > .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); }#PJPzJ0Xnh6c4nwm381khb1IDl3wAFdFC > .row .container { border-width: 0; border-radius: 0; }#PJPzJ0Xnh6c4nwm381khb1IDl3wAFdFC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PJPzJ0Xnh6c4nwm381khb1IDl3wAFdFC > .row .container { font-size:0.875rem;font-family:arial;height:46.4375rem;width:60rem;position:relative;display:block; }#gomWQgBgxacC3JQSgOKLD7CSuqzSXpvp { position:absolute;display:block;z-index:15001;background-color:#033f42;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:13rem;width:19.75rem;top:0.625rem;left:0rem;display:block; }
#CKml4sf3dzNMxnnRn07vknTupDgI4L8Z { color:#e9e9e9;display:block;width:13.9989375rem;position:absolute;font-family:"open sans";font-size:3.5625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:4.294593334198rem;left:4.4372291564941rem;height:4.63125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yAx9CpUA70qA1s0ipSrLGGU70vXm2GPl { color:#ffffff;display:block;width:15.5625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:9.550271987915rem;left:2.2173919677734rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gwlfsFTQHb6AHaEmJzQxsMShXIvO9HGu { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:29.625rem;width:19.5rem;top:14.0302734375rem;left:20.2490234375rem;overflow:hidden;display:block; }
#k8rC1Tmmr5QdLQs0yku9mKasgF045baW { position:absolute;display:block;z-index:15004;background-color:#033f42;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:16.0625rem;width:19.75rem;top:27.998657226562rem;left:40.186145782471rem;display:block; }
#LUarKvxuu6QRlal951p0Kxww2OJLbyiy { color:#ffffff;display:block;width:13.1241875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:37.009243011474rem;left:43.437229156494rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IK48xTacoJ0UgkgrO3MDGekHe8eGwDoa { color:#e9e9e9;display:block;width:13.875rem;position:absolute;font-family:"open sans";font-size:3.5625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:32.322555541993rem;left:44.687770843506rem;height:4.63125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WHwMvAB62oHbM9T7qCTbf2hLE9ezVraf { color:#073843;display:block;width:17.3103125rem;position:absolute;font-family:"source sans pro";font-size:2.5625rem;font-weight:300;z-index:15001;line-height:1.4;letter-spacing:0;top:3.5355987548828rem;left:41.844295501709rem;height:7.1745rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZRGEs9eVtdMUnBQQCQlDkwoNG0q2Zvi9 { color:#212226;display:block;width:15.6228125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.9;letter-spacing:0;top:12.333425521851rem;left:42.187503814698rem;height:8.5495rem;font-style:normal;display:block; }
#r8kqVVxOuXyZ8J4AKUeIPh7eEILBniZC { position:absolute;display:block;z-index:15005;background-color:#033f42;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:15.875rem;width:19.75rem;top:27.98722922802rem;left:0rem;display:block; }
#ZC2RdVaEEJmHH9CZzp1SVInnKPfN501S { color:#e9e9e9;display:block;width:15.31225rem;position:absolute;font-family:"open sans";font-size:3.5625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:29.559784770012rem;left:2.34375rem;height:4.63125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FU9Ap9h4mCDb5T6QyHU6FN6ZznPbMNWI { color:#ffffff;display:block;width:16.24975rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.7;letter-spacing:0;top:34.595375061035rem;left:1.875rem;height:5.736325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Xfh18ozvgRla0ATTGbbUxCn5UBpiFgJO { color:#ffffff;display:block;width:15.560875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:34.191036224365rem;left:36.560871124267rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#K6Uvlfz6GiNpN9lvrlwd6rvK3ikLCszO { color:#ffffff;display:block;width:5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:6.2788047790525rem;left:0rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MBQa6rc4M2A9xT6iuHSETU9fRXzgGmx8 { position:absolute;display:block;z-index:15002;background-color:#033f42;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:13.6246875rem;width:19.749375rem;top:14.030761241913rem;left:0rem;display:block; }
#Dp2Uh71nHuUOZColk60qLvvlDs88aKdX { color:#ffffff;display:block;width:14.122rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:22.969566345215rem;left:2.9380416870117rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ANeHQB1DbOWGLLvEVeGPF3Z7tMLbJyZl { color:#ffffff;display:block;width:8.9991875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:17.265489578247rem;left:5.499454498291rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EsrZR87sNplGNrGZgHr7cmrPF3aJCohm { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:13.1241875rem;width:19.6875rem;top:0.56170034408569rem;left:20.373096466064rem;overflow:hidden;display:block; }
#NIoV1RBraXVykUvylpTBkOx70XSf0xht { color:#e9e9e9;display:block;width:17.18725rem;position:absolute;font-family:"open sans";font-size:2.4375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:19.281524658203rem;left:1.40625rem;height:3.16894375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JorTGIeI9msd8uEVqtsa6zDJDkMfxmoS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#033f42;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; }#JorTGIeI9msd8uEVqtsa6zDJDkMfxmoS > .row .container { background-color: transparent; background-image: none; }#JorTGIeI9msd8uEVqtsa6zDJDkMfxmoS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JorTGIeI9msd8uEVqtsa6zDJDkMfxmoS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JorTGIeI9msd8uEVqtsa6zDJDkMfxmoS > .row .container > .video-iframe-container { display: none; }#JorTGIeI9msd8uEVqtsa6zDJDkMfxmoS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JorTGIeI9msd8uEVqtsa6zDJDkMfxmoS > .row > .video-iframe-container { display: none; }#JorTGIeI9msd8uEVqtsa6zDJDkMfxmoS > .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); }#JorTGIeI9msd8uEVqtsa6zDJDkMfxmoS > .row .container { border-width: 0; border-radius: 0; }#JorTGIeI9msd8uEVqtsa6zDJDkMfxmoS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JorTGIeI9msd8uEVqtsa6zDJDkMfxmoS > .row .container { font-size:0.875rem;font-family:arial;height:10.5625rem;width:60rem;position:relative;display:block; }#iZBeWDyK38iGZaT4xPBd4gbHKWkJaIAI { color:#ffffff;display:block;width:50.437rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:1.55517578125rem;left:4.0926113128662rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uaKt2gSohThm9cIVElcpfognEE5CNXv6 { 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; }#uaKt2gSohThm9cIVElcpfognEE5CNXv6 > .row .container { background-color: transparent; background-image: none; }#uaKt2gSohThm9cIVElcpfognEE5CNXv6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uaKt2gSohThm9cIVElcpfognEE5CNXv6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uaKt2gSohThm9cIVElcpfognEE5CNXv6 > .row .container > .video-iframe-container { display: none; }#uaKt2gSohThm9cIVElcpfognEE5CNXv6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uaKt2gSohThm9cIVElcpfognEE5CNXv6 > .row > .video-iframe-container { display: none; }#uaKt2gSohThm9cIVElcpfognEE5CNXv6 > .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); }#uaKt2gSohThm9cIVElcpfognEE5CNXv6 > .row .container { border-width: 0; border-radius: 0; }#uaKt2gSohThm9cIVElcpfognEE5CNXv6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uaKt2gSohThm9cIVElcpfognEE5CNXv6 > .row .container { font-size:0.875rem;font-family:arial;height:74.125rem;width:60rem;position:relative;display:block; }#TroedSG7K6inP0uahBUeisFJNp17IHGK { color:#033f42;display:block;width:38.5605625rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15020;line-height:1.5;letter-spacing:0;top:3.4345703125rem;left:10.71875rem;height:3.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qExVN26ua0JeXpPNTHql1sX8qZmAunzL { color:#212226;display:block;width:42.4353125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15142;line-height:2.1;letter-spacing:0;top:9.998779296875rem;left:9.764404296875rem;height:;overflow:hidden;display:block; }#qExVN26ua0JeXpPNTHql1sX8qZmAunzL li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#qExVN26ua0JeXpPNTHql1sX8qZmAunzL li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/cd74dd53-5b00-48da-bf3a-93a990ed8924/checkblack.svg); }
#mT3xBdrqbTy6LGpJpkRFguKGwD3Op8cm { position:absolute;display:block;z-index:15147;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8735375rem;width:3.8110375rem;top:67.432861328125rem;left:28.094482421875rem;overflow:hidden;display:block; }
#xTLhCH0TbCr3cMQQkZMO9u3s2E5QWaZf { position:absolute;display:block;z-index:15148;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.31079375rem;width:7.5rem;top:67.713623046875rem;left:33.0029296875rem;overflow:hidden;display:block; }
#JnwA0wfbFaIDak24qTyAv455Hktzw7sL { position:absolute;display:block;z-index:15149;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:3.4985375rem;width:7.5610625rem;top:67.120361328125rem;left:40.5029296875rem;overflow:hidden;display:block; }
#k0CnrWKOhZiLVkVc1HOLDrf4rns6mNzF { color:#212226;display:block;width:12.49875rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15146;line-height:1.3;letter-spacing:0;top:68.3837890625rem;left:17.23388671875rem;height:0.974825rem;display:block; }
#NlD8GXtBUlCF6KQiTJaUKEDeUlgMRcXe { position:absolute;display:block;z-index:14997;background-color:#e9e9e9;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.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.1875rem -0.375rem 1.75rem rgba(0,0,0,0.1) ;height:70.375rem;width:48.1875rem;top:1.497802734375rem;left:5.904541015625rem;display:block; }
#erGkL1kQAGAWRA3L32e516DBcq5xRnoN { position:absolute;display:block;z-index:15150;background-color:#033f42;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:0.061035125rem;width:37.5rem;top:9.183349609375rem;left:11.25rem;display:block; }
#gGmxJ2IS9OlRqadbog0NELbLogsHTyla { color:#212226;display:block;width:19.7448125rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:700;z-index:15022;line-height:1.5;letter-spacing:0;top:42.629557609558rem;left:20.126953125rem;height:2.53125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#m1LmIVs49sO6nRiobnHIxvFFxEKNmciu { color:#033f42;display:block;width:21.0579375rem;position:absolute;font-family:"open sans";font-size:5.125rem;font-weight:700;z-index:15141;line-height:1.3;letter-spacing:0;top:46.45703125rem;left:19.470052719116rem;height:6.662125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#c3nvLxZMR4EQGpI2XMlIziNNiTTziCw0 { z-index:15146;top:56.243490219116rem;left:8.15625rem;background-color:#f41d1d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(152,152,152,0.6) ;box-sizing:border-box;color:#e9e9e9;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.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.5625rem;height:3.9375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#TfQ7dkOAZSJallCpFqsMJLkVcRHpCfex { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iCLIBmKewXmPGyMUHi5BFXu81OBeMv1L { color:#212226;display:block;width:27.4975625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15132;line-height:1.3;letter-spacing:0;top:64.30908203125rem;left:17.23388671875rem;height:1.13736875rem;text-align:center;text-align-last:center;display:block; }
#uMRTs4BPEv7dRE6C5Aqk7CGoz9KPwi4E { color:#212226;display:block;width:19.745375rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:700;z-index:15022;line-height:1.5;letter-spacing:0;top:44.354369163513rem;left:20.126903533936rem;height:2.53125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#h1ICW23wRHhAiXVQL7NJdta0IleFSaHL { position:absolute;display:block;z-index:14998;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.5625rem;width:21.6875rem;top:29.37109375rem;left:19.15625rem;overflow:hidden;display:block; }
#mgIPtJG6Vpq8sWdU2hchvGV2kkT9wTV3 { z-index:15147;top:56.243490219116rem;left:31.677736282349rem;background-color:#f41d1d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(152,152,152,0.6) ;box-sizing:border-box;color:#e9e9e9;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.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.5625rem;height:3.9375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Tb6XJbQXbiBVVeR1oIq3o1SigeRw5l8c { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VdVJdAfrBxu1AU886OEO4tiSCoOK7CIx { color:#212226;display:block;width:19.7448125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15023;line-height:1.5;letter-spacing:0;top:53.994140625rem;left:8.390625rem;height:1.40625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ixqBVSucME5pmGnLsuDLf29XTdmFomwp { color:#212226;display:block;width:19.7448125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15024;line-height:1.5;letter-spacing:0;top:53.994140625rem;left:31.904947280884rem;height:1.40625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uCTc6sWVCiys08DCV0Leid1t98DZWoVL { 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:none; }#uCTc6sWVCiys08DCV0Leid1t98DZWoVL > .row .container { border-width: 0; border-radius: 0; }#uCTc6sWVCiys08DCV0Leid1t98DZWoVL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uCTc6sWVCiys08DCV0Leid1t98DZWoVL > .row .container { font-size:0.875rem;font-family:arial;height:74.125rem;width:60rem;position:relative;display:none; }#O7St9SvWRfdRryB94m5OeDVyLb0mIPZA { color:#033f42;display:block;width:38.5605625rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15020;line-height:1.5;letter-spacing:0;top:3.4345703125rem;left:10.71875rem;height:3.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#R8sFSTB2gaAl5AQ3C0SLnKK6LTugbPx3 { color:#212226;display:block;width:42.4353125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15142;line-height:2.1;letter-spacing:0;top:9.998779296875rem;left:9.764404296875rem;height:;overflow:hidden;display:block; }#R8sFSTB2gaAl5AQ3C0SLnKK6LTugbPx3 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#R8sFSTB2gaAl5AQ3C0SLnKK6LTugbPx3 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/cd74dd53-5b00-48da-bf3a-93a990ed8924/checkblack.svg); }
#OVr6bG1ZglNUorbnF6NITAzHi38vDG8A { position:absolute;display:block;z-index:15147;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8735375rem;width:3.8110375rem;top:67.432861328125rem;left:28.094482421875rem;overflow:hidden;display:block; }
#krDmbT3KBsgOzCiM4l2bxfFn5UNpydS9 { position:absolute;display:block;z-index:15148;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.31079375rem;width:7.5rem;top:67.713623046875rem;left:33.0029296875rem;overflow:hidden;display:block; }
#y193GOJlQKoNRLv8odTTfkHVqCyklxA2 { position:absolute;display:block;z-index:15149;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:3.4985375rem;width:7.5610625rem;top:67.120361328125rem;left:40.5029296875rem;overflow:hidden;display:block; }
#fWyqr2RpfvH27a38MMkxVuguSgwBDkDk { color:#212226;display:block;width:12.49875rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15146;line-height:1.3;letter-spacing:0;top:68.3837890625rem;left:17.23388671875rem;height:0.974825rem;display:block; }
#irITsUueyRGubhciUhwOpA63UGNto0Ts { position:absolute;display:block;z-index:14997;background-color:#e9e9e9;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.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.1875rem -0.375rem 1.75rem rgba(0,0,0,0.1) ;height:70.375rem;width:48.1875rem;top:1.497802734375rem;left:5.904541015625rem;display:block; }
#rf4D243lAO1xnwUWXRDLVFoFnwmI19Ja { position:absolute;display:block;z-index:15150;background-color:#033f42;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:0.061035125rem;width:37.5rem;top:9.183349609375rem;left:11.25rem;display:block; }
#QAxB2Euzzy6NOau6mHofCMytuARc3Psx { color:#212226;display:block;width:20.8715625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15144;line-height:1.3;letter-spacing:0;top:42.418212890625rem;left:13.045654296875rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DTeEXf7WEs3mt7FJtwxv4uEeAm5yumKc { color:#212226;display:block;width:16.43675rem;position:absolute;font-family:"open sans";font-size:2.875rem;font-weight:700;z-index:15140;line-height:1.3;letter-spacing:0;top:41.280517578125rem;left:28.53271484375rem;height:3.73730625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KE5hWL7IEGKeFQAGq9SSbyQG09pGi5SR { color:#212226;display:block;width:19.744875rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:700;z-index:15022;line-height:1.5;letter-spacing:0;top:45.6298828125rem;left:20.126953125rem;height:2.53125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DOLUHPB2AEIl07p5KnzyMHDM1ohOaMQd { color:#033f42;display:block;width:21.058375rem;position:absolute;font-family:"open sans";font-size:5.125rem;font-weight:700;z-index:15141;line-height:1.3;letter-spacing:0;top:48.082275390625rem;left:19.47021484375rem;height:6.6623125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gwZJF9DKzbPc0FsioCWiIVUy7QaTNOCa { color:#f41d1d;display:block;width:18.374rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:700;z-index:15145;line-height:1.3;letter-spacing:0;top:55.555419921875rem;left:20.811767578125rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TcDkSeurh1qUTAOdBr1JGNRNqUChTE7z { z-index:15146;top:59.056396484375rem;left:19.093017578125rem;background-color:#f41d1d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(152,152,152,0.6) ;box-sizing:border-box;color:#e9e9e9;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.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.8115rem;height:4.24926875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#tfmKpnnNp6OLPcUbB6MyS8p3fTrevE05 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uXvNSiFsMbNI36ZaT8nbGvORWTG9Zvsc { color:#212226;display:block;width:27.4975625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15132;line-height:1.3;letter-spacing:0;top:64.30908203125rem;left:17.23388671875rem;height:1.13769375rem;text-align:center;text-align-last:center;display:block; }
#vKsrr67ylXFzZkgIm4P9p0fLQQhvkB6g { position:absolute;display:block;z-index:15155;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.624rem;width:9.624rem;top:38.336181640625rem;left:31.905517578125rem;overflow:hidden;display:block; }
#xL8tpttE8PD9iW56SR7qtAObTTOOWqEx { color:#212226;display:block;width:19.745375rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:700;z-index:15022;line-height:1.5;letter-spacing:0;top:44.354369163513rem;left:20.126903533936rem;height:2.53125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#hLzeKAp3RXD5KS6UKUps66nyI9keTvf2 { color:#212226;display:block;width:19.745375rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:700;z-index:15022;line-height:1.5;letter-spacing:0;top:44.354369163513rem;left:20.126903533936rem;height:2.53125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#AWS2c721GPXP0E15FvNBaqNW9fFXmm0Q { color:#212226;display:block;width:20.872rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15144;line-height:1.3;letter-spacing:0;top:41.203563690186rem;left:13.465759277344rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#aHrTcRTaHKDRbUoSJECK1dldD0oWLMnH { color:#212226;display:block;width:19.745375rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:700;z-index:15022;line-height:1.5;letter-spacing:0;top:44.354369163513rem;left:20.126903533936rem;height:2.53125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#b4NoLryrPqBFrFdT7xphqLlOFKoa8OZS { position:absolute;display:block;z-index:14998;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.5625rem;width:21.6875rem;top:29.37109375rem;left:19.15625rem;overflow:hidden;display:block; }
#bfEBEwbhrOpBDKr63hXoiUVo1S9SKLNx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;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; }#bfEBEwbhrOpBDKr63hXoiUVo1S9SKLNx > .row .container { background-color: transparent; background-image: none; }#bfEBEwbhrOpBDKr63hXoiUVo1S9SKLNx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bfEBEwbhrOpBDKr63hXoiUVo1S9SKLNx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bfEBEwbhrOpBDKr63hXoiUVo1S9SKLNx > .row .container > .video-iframe-container { display: none; }#bfEBEwbhrOpBDKr63hXoiUVo1S9SKLNx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bfEBEwbhrOpBDKr63hXoiUVo1S9SKLNx > .row > .video-iframe-container { display: none; }#bfEBEwbhrOpBDKr63hXoiUVo1S9SKLNx > .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); }#bfEBEwbhrOpBDKr63hXoiUVo1S9SKLNx > .row .container { border-width: 0; border-radius: 0; }#bfEBEwbhrOpBDKr63hXoiUVo1S9SKLNx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bfEBEwbhrOpBDKr63hXoiUVo1S9SKLNx > .row .container { font-size:0.875rem;font-family:arial;height:32.5rem;width:60rem;position:relative;display:block; }#Lw5idRaGDgCKH5u8TPUDF3ZhmrDyrv32 { position:absolute;display:block;z-index:15155;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:29.4375rem;width:60rem;top:2.4375rem;left:0rem;overflow:hidden;display:block; }
#JrZUTRvNTVKU4aJxV1TwSNauOyqnyUoR { 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; }#JrZUTRvNTVKU4aJxV1TwSNauOyqnyUoR > .row .container { background-color: transparent; background-image: none; }#JrZUTRvNTVKU4aJxV1TwSNauOyqnyUoR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JrZUTRvNTVKU4aJxV1TwSNauOyqnyUoR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JrZUTRvNTVKU4aJxV1TwSNauOyqnyUoR > .row .container > .video-iframe-container { display: none; }#JrZUTRvNTVKU4aJxV1TwSNauOyqnyUoR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JrZUTRvNTVKU4aJxV1TwSNauOyqnyUoR > .row > .video-iframe-container { display: none; }#JrZUTRvNTVKU4aJxV1TwSNauOyqnyUoR > .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); }#JrZUTRvNTVKU4aJxV1TwSNauOyqnyUoR > .row .container { border-width: 0; border-radius: 0; }#JrZUTRvNTVKU4aJxV1TwSNauOyqnyUoR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JrZUTRvNTVKU4aJxV1TwSNauOyqnyUoR > .row .container { font-size:0.875rem;font-family:arial;height:6.6875rem;width:60rem;position:relative;display:block; }#q9ni5Po4BmUfWvHyZcQ6kSSvfwwFTaW0 { color:#073843;display:block;width:60rem;position:absolute;font-family:"source sans pro";font-size:2.625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:1.5436196327209rem;left:0rem;height:3.4125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BDezDB0A9bdxLOCf7EvASishFNxRp061 { 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; }#BDezDB0A9bdxLOCf7EvASishFNxRp061 > .row .container { background-color: transparent; background-image: none; }#BDezDB0A9bdxLOCf7EvASishFNxRp061::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BDezDB0A9bdxLOCf7EvASishFNxRp061 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BDezDB0A9bdxLOCf7EvASishFNxRp061 > .row .container > .video-iframe-container { display: none; }#BDezDB0A9bdxLOCf7EvASishFNxRp061 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BDezDB0A9bdxLOCf7EvASishFNxRp061 > .row > .video-iframe-container { display: none; }#BDezDB0A9bdxLOCf7EvASishFNxRp061 > .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); }#BDezDB0A9bdxLOCf7EvASishFNxRp061 > .row .container { border-width: 0; border-radius: 0; }#BDezDB0A9bdxLOCf7EvASishFNxRp061 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BDezDB0A9bdxLOCf7EvASishFNxRp061 > .row .container { font-size:0.875rem;font-family:arial;height:22.75rem;width:60rem;position:relative;display:block; }#ezdqwTw9d1TCt03G2LwvHmvgaSymaOSH { color:#212226;display:block;width:55.5rem;position:absolute;font-family:"open sans";font-size:1.9375rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:0.91711997985838rem;left:4.5rem;height:5.03645625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#W0zEp6f9aVfkZrvftAy8T7A1Vy7WC3Lw { color:#000000;display:block;width:51.9995rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:7.6025390625rem;left:4.7281894683838rem;height:10.2356875rem;display:block; }
#brGRv5Zqiyvl51BUF2Lx5UM5GSfl0HFL { 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; }#brGRv5Zqiyvl51BUF2Lx5UM5GSfl0HFL > .row .container { background-color: transparent; background-image: none; }#brGRv5Zqiyvl51BUF2Lx5UM5GSfl0HFL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#brGRv5Zqiyvl51BUF2Lx5UM5GSfl0HFL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#brGRv5Zqiyvl51BUF2Lx5UM5GSfl0HFL > .row .container > .video-iframe-container { display: none; }#brGRv5Zqiyvl51BUF2Lx5UM5GSfl0HFL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#brGRv5Zqiyvl51BUF2Lx5UM5GSfl0HFL > .row > .video-iframe-container { display: none; }#brGRv5Zqiyvl51BUF2Lx5UM5GSfl0HFL > .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); }#brGRv5Zqiyvl51BUF2Lx5UM5GSfl0HFL > .row .container { border-width: 0; border-radius: 0; }#brGRv5Zqiyvl51BUF2Lx5UM5GSfl0HFL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#brGRv5Zqiyvl51BUF2Lx5UM5GSfl0HFL > .row .container { font-size:0.875rem;font-family:arial;height:30.1875rem;width:60rem;position:relative;display:block; }#wOSfgTl3UosSa27D8uBSLmR7UaDk3KIr { color:#000000;display:block;width:55.25rem;position:absolute;font-family:"open sans";font-size:1.9375rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:1.1674194335938rem;left:4.625rem;height:2.51823125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eENRUzc4qGO85wIhQLbIGfn4VO8ShrNA { color:#000000;display:block;width:51.9995rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:7.6025390625rem;left:4.7281894683838rem;height:7.3111875rem;display:block; }
#V49EnutSKZ1l2oqsbsohgAZeqbfWxvG9 { color:#000000;display:block;width:51.9986875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:18.289388656616rem;left:8.00048828125rem;height:8.7734375rem;display:block; }
#m3vGBFqGH2CH16JklTt0Xw7ErfAn8Wti { 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; }#m3vGBFqGH2CH16JklTt0Xw7ErfAn8Wti > .row .container { background-color: transparent; background-image: none; }#m3vGBFqGH2CH16JklTt0Xw7ErfAn8Wti::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m3vGBFqGH2CH16JklTt0Xw7ErfAn8Wti > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m3vGBFqGH2CH16JklTt0Xw7ErfAn8Wti > .row .container > .video-iframe-container { display: none; }#m3vGBFqGH2CH16JklTt0Xw7ErfAn8Wti > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m3vGBFqGH2CH16JklTt0Xw7ErfAn8Wti > .row > .video-iframe-container { display: none; }#m3vGBFqGH2CH16JklTt0Xw7ErfAn8Wti > .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); }#m3vGBFqGH2CH16JklTt0Xw7ErfAn8Wti > .row .container { border-width: 0; border-radius: 0; }#m3vGBFqGH2CH16JklTt0Xw7ErfAn8Wti > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m3vGBFqGH2CH16JklTt0Xw7ErfAn8Wti > .row .container { font-size:0.875rem;font-family:arial;height:30.1875rem;width:60rem;position:relative;display:block; }#Arkg0dhiuK9hLxGMgxTgDslcViaTRqKn { color:#212226;display:block;width:55.125rem;position:absolute;font-family:"open sans";font-size:1.9375rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:1.1674194335938rem;left:4.75rem;height:2.51855625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OuQceMkR0PfRkzeZ0pcw6Byhq7L9wn73 { color:#000000;display:block;width:51.9995rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:7.6025390625rem;left:4.7281894683838rem;height:7.3111875rem;display:block; }
#uNu2DKFwCmdHoKLJqSuFvhqguZtaGxXz { color:#000000;display:block;width:51.9986875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:18.289388656616rem;left:8.00048828125rem;height:5.84895625rem;display:block; }
#D5ra8JOMdtDCZC9qFOQVdr89WWRJzJzl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.83);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; }#D5ra8JOMdtDCZC9qFOQVdr89WWRJzJzl > .row .container { background-color: transparent; background-image: none; }#D5ra8JOMdtDCZC9qFOQVdr89WWRJzJzl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D5ra8JOMdtDCZC9qFOQVdr89WWRJzJzl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D5ra8JOMdtDCZC9qFOQVdr89WWRJzJzl > .row .container > .video-iframe-container { display: none; }#D5ra8JOMdtDCZC9qFOQVdr89WWRJzJzl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D5ra8JOMdtDCZC9qFOQVdr89WWRJzJzl > .row > .video-iframe-container { display: none; }#D5ra8JOMdtDCZC9qFOQVdr89WWRJzJzl > .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); }#D5ra8JOMdtDCZC9qFOQVdr89WWRJzJzl > .row .container { border-width: 0; border-radius: 0; }#D5ra8JOMdtDCZC9qFOQVdr89WWRJzJzl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D5ra8JOMdtDCZC9qFOQVdr89WWRJzJzl > .row .container { font-size:0.875rem;font-family:arial;height:10.3125rem;width:60rem;position:relative;display:block; }#l4lSCeuLM0RvFHJkCTnHfG8eLWXZV3NX { background-color:#033f42;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;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:"source sans pro";font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:36.623625rem;height:6.24864375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:2.0307064056396rem;left:12.248641967774rem;display:block; }
#q1so52E0rIwzQ8Tx8kIFBsSpAJHVHIK0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yh7wCRx9T0iFMNStNod43cs8D1hcOBnZ { 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; }#yh7wCRx9T0iFMNStNod43cs8D1hcOBnZ > .row .container { background-color: transparent; background-image: none; }#yh7wCRx9T0iFMNStNod43cs8D1hcOBnZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yh7wCRx9T0iFMNStNod43cs8D1hcOBnZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yh7wCRx9T0iFMNStNod43cs8D1hcOBnZ > .row .container > .video-iframe-container { display: none; }#yh7wCRx9T0iFMNStNod43cs8D1hcOBnZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yh7wCRx9T0iFMNStNod43cs8D1hcOBnZ > .row > .video-iframe-container { display: none; }#yh7wCRx9T0iFMNStNod43cs8D1hcOBnZ > .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); }#yh7wCRx9T0iFMNStNod43cs8D1hcOBnZ > .row .container { border-width: 0; border-radius: 0; }#yh7wCRx9T0iFMNStNod43cs8D1hcOBnZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yh7wCRx9T0iFMNStNod43cs8D1hcOBnZ > .row .container { font-size:0.875rem;font-family:arial;height:7.9375rem;width:60rem;position:relative;display:block; }#KHAW58P8LTF9W1lfmeQDiTiK86QLsBXT { color:#073843;display:block;width:60rem;position:absolute;font-family:"source sans pro";font-size:2.625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:2.2614135742188rem;left:0rem;height:3.4125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#D7XnIzwWsHyTI0QHOBwJWP0REmdaQCpe { 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; }#D7XnIzwWsHyTI0QHOBwJWP0REmdaQCpe > .row .container { background-color: transparent; background-image: none; }#D7XnIzwWsHyTI0QHOBwJWP0REmdaQCpe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D7XnIzwWsHyTI0QHOBwJWP0REmdaQCpe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D7XnIzwWsHyTI0QHOBwJWP0REmdaQCpe > .row .container > .video-iframe-container { display: none; }#D7XnIzwWsHyTI0QHOBwJWP0REmdaQCpe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D7XnIzwWsHyTI0QHOBwJWP0REmdaQCpe > .row > .video-iframe-container { display: none; }#D7XnIzwWsHyTI0QHOBwJWP0REmdaQCpe > .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); }#D7XnIzwWsHyTI0QHOBwJWP0REmdaQCpe > .row .container { border-width: 0; border-radius: 0; }#D7XnIzwWsHyTI0QHOBwJWP0REmdaQCpe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D7XnIzwWsHyTI0QHOBwJWP0REmdaQCpe > .row .container { font-size:0.875rem;font-family:arial;height:28.375rem;width:60rem;position:relative;display:block; }#hURyrvtnI2aUsb4Cf8z3TULwZGLFW3ZT { color:#000000;display:block;width:52.9375rem;position:absolute;font-family:"source sans pro";font-size:1.0625rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:2.4778652191162rem;left:3.53125rem;height:4.14258125rem;display:block; }
#cPkAQwPrrRBrIEE3Uih2Fsftl8wzblAg { color:#000000;display:block;width:52.937rem;position:absolute;font-family:"source sans pro";font-size:1.0625rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:8.0395622253419rem;left:3.5302734375rem;height:4.14258125rem;display:block; }
#MFhd92o2dcLFXsMG3T9fMi2cfbgsTz5A { color:#000000;display:block;width:52.9361875rem;position:absolute;font-family:"source sans pro";font-size:1.0625rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:13.414724349976rem;left:3.5310878753662rem;height:2.761725rem;display:block; }
#wAKqTPQA0ETehxPCJk9KxFsbBy5QxqAc { color:#000000;display:block;width:52.9375rem;position:absolute;font-family:"source sans pro";font-size:1.0625rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:18.20703125rem;left:3.53125rem;height:2.761725rem;display:block; }
#V4fsu2SrmnTkkIqAfJSJmwAHaTTKp53l { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#033f42;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; }#V4fsu2SrmnTkkIqAfJSJmwAHaTTKp53l > .row .container { background-color: transparent; background-image: none; }#V4fsu2SrmnTkkIqAfJSJmwAHaTTKp53l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V4fsu2SrmnTkkIqAfJSJmwAHaTTKp53l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V4fsu2SrmnTkkIqAfJSJmwAHaTTKp53l > .row .container > .video-iframe-container { display: none; }#V4fsu2SrmnTkkIqAfJSJmwAHaTTKp53l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V4fsu2SrmnTkkIqAfJSJmwAHaTTKp53l > .row > .video-iframe-container { display: none; }#V4fsu2SrmnTkkIqAfJSJmwAHaTTKp53l > .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); }#V4fsu2SrmnTkkIqAfJSJmwAHaTTKp53l > .row .container { border-width: 0; border-radius: 0; }#V4fsu2SrmnTkkIqAfJSJmwAHaTTKp53l > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V4fsu2SrmnTkkIqAfJSJmwAHaTTKp53l > .row .container { font-size:0.875rem;font-family:arial;height:54.625rem;width:60rem;position:relative;display:block; }#hobd0lTl19axnwDsfhxHe8ToJpCI28Ze { color:#ffffff;display:block;width:60rem;position:absolute;font-family:"source sans pro";font-size:3.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.1866950988769rem;left:0rem;height:4.54980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xTiFLlzoaAim9KAuKoobJqbk2quMyQN7 { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;height:15.375rem;width:27.5rem;top:36.6875rem;left:0rem;overflow:hidden;display:block; }
#NzHxgRcxg0RpoRACniI8b3zcPchOIOTx { color:#ffffff;display:block;width:13.9998125rem;position:absolute;font-family:"source sans pro";font-size:1.4375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:41.6875rem;left:30.5rem;height:9.3424375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yufybL6c0ksgHL94NAZ25ixmqEb2ZLTm { color:#263e5b;display:block;width:12.5615rem;position:absolute;font-family:"source sans pro";font-size:1.4375rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:41.6875rem;left:46.9375rem;height:9.3424375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oeAcuod6OITRUTkB8DXrBumVfk1Q5oag { position:absolute;display:block;z-index:15000;background-color:#033f42;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffcb66;border-left:0.0625rem solid #ffcb66;border-right:0.0625rem solid #ffcb66;border-bottom:0.0625rem solid #ffcb66;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:15.125rem;width:14.3125rem;top:14.375rem;left:0rem;display:block; }
#ARdRkQZNXgmdk7AlQANdBDVzcdU5mILc { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;height:16.875rem;width:21.75rem;top:12.875rem;left:31.396584641162rem;overflow:hidden;display:block; }
#oCmIuQr5XvCzgpdB8kLl0wx3BB493B96 { position:absolute;display:block;z-index:15001;background-color:#e2be76;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.1) ;height:6.25rem;width:6.25rem;top:33.9375rem;left:34.3125rem;display:block; }
#thxnGfFoZi6JLXIB87tFapnmu3ChQ65W { position:absolute;display:block;z-index:15003;background-color:#e2be76;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.1) ;height:6.25rem;width:6.25rem;top:33.9375rem;left:50.0625rem;display:block; }
#RDnTM2TKNMT3dzQA41qhMcqRVbOGpvJW { position:absolute;display:block;z-index:15016;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:3.6875rem;width:3.6875rem;top:12.53125rem;left:20.3125rem;overflow:hidden;display:block; }
#AlQnvTrkz9uxzLwENwqyfbPU2FHB6MEt { 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:3.5625rem;width:3.5625rem;top:35.3125rem;left:51.4375rem;overflow:hidden;display:block; }
#BCTR3VCrxBCoKmRLL9FSnHXO1Xi0wTBy { color:#ff9100;display:block;width:12.936625rem;position:absolute;font-family:"source sans pro";font-size:1.4375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:18.211045265198rem;left:0.68568801879881rem;height:7.4739375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#C97kVFTcv3vXh1yuwWN0oEq1MdzMMC53 { position:absolute;display:block;z-index:15001;background-color:#e2be76;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.1) ;height:6.25rem;width:6.25rem;top:11.25rem;left:4rem;display:block; }
#nZXJufEtShx6Gh5HW9D2bcreX5F5dKAy { position:absolute;display:block;z-index:15003;background-color:#e2be76;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.1) ;height:6.25rem;width:6.25rem;top:11.28125rem;left:19.6875rem;display:block; }
#GC6L0hZJw8rbIkBIrTg7OhVw3xCa5U0F { position:absolute;display:block;z-index:15016;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:3.6875rem;width:3.6875rem;top:12.5625rem;left:5.25rem;overflow:hidden;display:block; }
#xfmr3We18D1tE7355TB5AOBSLwCUJI57 { 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:3.5625rem;width:3.5625rem;top:35.3125rem;left:35.6875rem;overflow:hidden;display:block; }
#kqJev1ZzZXxdtxTnZ2MwMRbiNXv6ATS8 { color:#263e5b;display:block;width:14.125rem;position:absolute;font-family:"source sans pro";font-size:1.4375rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:18.2099609375rem;left:15.7177734375rem;height:11.2109375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uGbgEaJMOdyUdquxUqJSC9gzeUnkmmPJ { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.1875rem 1.3125rem rgba(0,0,0,0.25) ;height:15.125rem;width:14.3125rem;top:36.75rem;left:30.6875rem;display:none; }
#fzLdte4Izd9XbCQtzCvT9xrwCMmkbBKC { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.1875rem 1.3125rem rgba(0,0,0,0.24) ;height:15.125rem;width:14.3125rem;top:36.75rem;left:30.6875rem;display:none; }
#MMADfQH9x5b6egXDwVUidGpXTML89bx0 { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.1875rem 1.3125rem rgba(0,0,0,0.25) ;height:15.125rem;width:14.3125rem;top:36.75rem;left:30.6875rem;display:none; }
#HJ3ec4Nw77lyoUhFFAo5VTSSApCxriT9 { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:15.125rem;width:14.3125rem;top:36.75rem;left:30.6875rem;display:none; }
#TrgrQv5H4ocxO0ZVvp9WtT0nX226As3q { position:absolute;display:block;z-index:15001;background-color:#033f42;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffcb66;border-left:0.0625rem solid #ffcb66;border-right:0.0625rem solid #ffcb66;border-bottom:0.0625rem solid #ffcb66;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:15.125rem;width:15.125rem;top:14.375rem;left:15.1552734375rem;display:block; }
#tSTCaBz5oGQGhde3ced3EAcFnhxWsMvW { position:absolute;display:block;z-index:14999;background-color:#033f42;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffcb66;border-left:0.0625rem solid #ffcb66;border-right:0.0625rem solid #ffcb66;border-bottom:0.0625rem solid #ffcb66;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:15.125rem;width:15.125rem;top:36.75rem;left:29.8125rem;display:block; }
#mabIdwunLNPZkwpqF4TuNa1D2BFMQatr { position:absolute;display:block;z-index:15000;background-color:#033f42;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffcb66;border-left:0.0625rem solid #ffcb66;border-right:0.0625rem solid #ffcb66;border-bottom:0.0625rem solid #ffcb66;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:15.125rem;width:13.125rem;top:36.75rem;left:46.25rem;display:block; }
#RLfIySH15u3CEw3O0dnlBRSD9O8s20T8 { position:relative;display:none; }#RLfIySH15u3CEw3O0dnlBRSD9O8s20T8 { border-width: 0; border-radius: 0; }#RLfIySH15u3CEw3O0dnlBRSD9O8s20T8 > .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; }#RLfIySH15u3CEw3O0dnlBRSD9O8s20T8 > .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:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#egAloArcVUa99ffZChsDPWkmevh44Nb7 { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:15.125rem;width:14.3125rem;top:36.75rem;left:30.6875rem;display:none; }
#D5QIScRI2xTD9qCQCrn20vC8NaIokV7B { color:#073843;display:block;width:60rem;position:absolute;font-family:"source sans pro";font-size:3.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.375rem;left:0rem;height:4.54996875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#FHe6Jy5wCp2Q8MXZMSVfd4IXsEFGs4BZ { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.875rem;width:21.75rem;top:12.875rem;left:31.396584641162rem;overflow:hidden;display:none; }
#HnwHsyKi4yNrWHfy9itLM3W5QcFMleec { position:absolute;display:block;z-index:15016;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:3.6875rem;width:3.6875rem;top:12.5625rem;left:5.25rem;overflow:hidden;display:none; }
#tvt1q79mtW1MbM0Z7zsd3zHZ4glnqPKU { color:#ff9100;display:block;width:12.936625rem;position:absolute;font-family:"source sans pro";font-size:1.4375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:18.211045265198rem;left:0.68568801879881rem;height:7.4706875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#PePLGl6GCw6UfS3gfk2W0ms81HZp5B8M { position:absolute;display:block;z-index:15016;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:3.6875rem;width:3.6875rem;top:12.5625rem;left:19.6875rem;overflow:hidden;display:none; }
#lMnhMO4Oa0L9hbN0xo9NbAcP8vdzs59p { color:#263e5b;display:block;width:12.561875rem;position:absolute;font-family:"source sans pro";font-size:1.4375rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:41.427408218384rem;left:46.811521530151rem;height:9.338375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#eDqh3QbKxyKM2yZF34pUUmuAHSWvQBCT { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.1875rem;width:27.0625rem;top:34rem;left:0rem;overflow:hidden;display:none; }
#P4uHFCTGimuJSzpc9pCc9Q97aXhUTFE1 { 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:3.5625rem;width:3.5625rem;top:35rem;left:36.0625rem;overflow:hidden;display:none; }
#sc95JfWTn3KILrDAulqgNVtZrF6LudBw { 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:3.5625rem;width:3.5625rem;top:35.0625rem;left:51.0625rem;overflow:hidden;display:none; }
#OZPLmt76MaS6XitqVsKxn9dAChu3vgu2 { color:#ffffff;display:block;width:13.9998125rem;position:absolute;font-family:"source sans pro";font-size:1.4375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:41.428220748901rem;left:30.998533248901rem;height:9.338375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#XtsalnPFXOBM5t5QZI6S9WExQC2ZeRAy { color:#263e5b;display:block;width:14.125rem;position:absolute;font-family:"source sans pro";font-size:1.4375rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:18.210428237915rem;left:15.155599594116rem;height:11.2060625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#kMC83Xs3TmZ8aSEvpJ76pWDm7goeOOi0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#033f42;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; }#kMC83Xs3TmZ8aSEvpJ76pWDm7goeOOi0 > .row .container { background-color: transparent; background-image: none; }#kMC83Xs3TmZ8aSEvpJ76pWDm7goeOOi0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kMC83Xs3TmZ8aSEvpJ76pWDm7goeOOi0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kMC83Xs3TmZ8aSEvpJ76pWDm7goeOOi0 > .row .container > .video-iframe-container { display: none; }#kMC83Xs3TmZ8aSEvpJ76pWDm7goeOOi0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kMC83Xs3TmZ8aSEvpJ76pWDm7goeOOi0 > .row > .video-iframe-container { display: none; }#kMC83Xs3TmZ8aSEvpJ76pWDm7goeOOi0 > .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); }#kMC83Xs3TmZ8aSEvpJ76pWDm7goeOOi0 > .row .container { border-width: 0; border-radius: 0; }#kMC83Xs3TmZ8aSEvpJ76pWDm7goeOOi0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kMC83Xs3TmZ8aSEvpJ76pWDm7goeOOi0 > .row .container { font-size:0.875rem;font-family:arial;height:12.25rem;width:60rem;position:relative;display:block; }#eL8VoaLDdwZ8fTZ2zgCKsfT8iiPvNcdW { color:#ffffff;display:block;width:45.998625rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:1.2480983734131rem;left:6.9994544982913rem;height:9.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dD0pSA5kt2PnInzezn0HdkVhxnzMwPs5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#033f42;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; }#dD0pSA5kt2PnInzezn0HdkVhxnzMwPs5 > .row .container { background-color: transparent; background-image: none; }#dD0pSA5kt2PnInzezn0HdkVhxnzMwPs5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dD0pSA5kt2PnInzezn0HdkVhxnzMwPs5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dD0pSA5kt2PnInzezn0HdkVhxnzMwPs5 > .row .container > .video-iframe-container { display: none; }#dD0pSA5kt2PnInzezn0HdkVhxnzMwPs5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dD0pSA5kt2PnInzezn0HdkVhxnzMwPs5 > .row > .video-iframe-container { display: none; }#dD0pSA5kt2PnInzezn0HdkVhxnzMwPs5 > .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); }#dD0pSA5kt2PnInzezn0HdkVhxnzMwPs5 > .row .container { border-width: 0; border-radius: 0; }#dD0pSA5kt2PnInzezn0HdkVhxnzMwPs5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dD0pSA5kt2PnInzezn0HdkVhxnzMwPs5 > .row .container { font-size:0.875rem;font-family:arial;height:24.6875rem;width:60rem;position:relative;display:block; }#FkidlicNxAFO1XcRfxvoevkw0DXphmsd { color:#ffffff;display:block;width:49.9369375rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:2.5605983734131rem;left:5.030704498291rem;height:7.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GTB6oLvWxCMnWL78WnJa5MdMUJsVTvzx { color:#ffffff;display:block;width:60rem;position:absolute;font-family:"marck script";font-size:2.5625rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:15.852718353271rem;left:0rem;height:6.6614625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ARyB9NgPuOBXGJMkQQozAT6ybyPwGias { background-color:#ffd479;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:#033f42;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:2.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.06225rem;height:4.74945625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:12.030162811279rem;left:11.468479156494rem;display:block; }
#ENIt77TbSmBT7VdJ3fXTez5gxWTG5T6h { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#N1D3sQZx8ozDAwhbholyxOqNaxPXIXHW { 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; }#N1D3sQZx8ozDAwhbholyxOqNaxPXIXHW > .row .container { background-color: transparent; background-image: none; }#N1D3sQZx8ozDAwhbholyxOqNaxPXIXHW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N1D3sQZx8ozDAwhbholyxOqNaxPXIXHW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N1D3sQZx8ozDAwhbholyxOqNaxPXIXHW > .row .container > .video-iframe-container { display: none; }#N1D3sQZx8ozDAwhbholyxOqNaxPXIXHW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N1D3sQZx8ozDAwhbholyxOqNaxPXIXHW > .row > .video-iframe-container { display: none; }#N1D3sQZx8ozDAwhbholyxOqNaxPXIXHW > .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); }#N1D3sQZx8ozDAwhbholyxOqNaxPXIXHW > .row .container { border-width: 0; border-radius: 0; }#N1D3sQZx8ozDAwhbholyxOqNaxPXIXHW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N1D3sQZx8ozDAwhbholyxOqNaxPXIXHW > .row .container { font-size:0.875rem;font-family:arial;height:3.625rem;width:60rem;position:relative;display:block; }#T2OOiB38rE0VZDrsNWE5o6RGoohcOdcR { color:#000000;display:block;width:37.6865rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0.875rem;left:13.90625rem;height:1.29980625rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #zdQw1eB7fiaxFgH1PyeUKcQFW7zaO5AR { display:block; }#zdQw1eB7fiaxFgH1PyeUKcQFW7zaO5AR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qnbdB3XJfr8c3n8eFJLVS0a8NfHkEiHA { width:15.625rem;height:3.3616073562925rem;top:0.375rem;left:18.598915100097rem;display:none; }
 }@media only screen and (max-width: 763px) { #MdKBUnsXJoepnTOqOiEePxGOGAOhG5M3 { display:block; }#MdKBUnsXJoepnTOqOiEePxGOGAOhG5M3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T0IE8wCWTOL2dTMkvXQqCrfezr7Gv2n1 { top:1.5rem;left:0rem;width:47.75rem;height:10.875rem;font-size:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGgoE5wWrs1EGGPmXLgBQTBd6qs8XanM { top:13.5rem;left:0rem;width:47.75rem;height:6.3125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7qNfKJr269VennxZumVooqAeJ3uBNaZ { width:19.5625rem;height:4rem;top:23rem;left:5.1533203125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBd3Nr5uUbm5nuQ1Tq8kAi1yJTs0ciQ8 { display:block; }
 }@media only screen and (max-width: 763px) { #qRVEaGlIVbkpTS2qwJiVXxQefIHZicbK { width:14.8125rem;height:3.5625rem;top:23.1875rem;left:26.384765625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIMh39t9P6pmfh0FUTXiFJOO8Vx93l9h { display:block; }
 }@media only screen and (max-width: 763px) { #IUepW3kP4SPNHuPKITRrOR8nBODmMCHg { display:block; }#IUepW3kP4SPNHuPKITRrOR8nBODmMCHg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cFMpags2WsfVXLdtACFe1CFGJhfxyNCT { top:4.875rem;left:13.1875rem;width:34.5625rem;height:20.4375rem;font-size:1.25rem;display:block; }#cFMpags2WsfVXLdtACFe1CFGJhfxyNCT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/756521d7-8527-40d1-842d-3cc3d55f6026/zakaz1.png); }
 }@media only screen and (max-width: 763px) { #atp7hsXMnBUwa71Z0k2VLBFNwycmuWnV { display:none; }
 }@media only screen and (max-width: 763px) { #xtexwzp9t9I43mGOq4S76OwePFPppXT2 { top:5.4375rem;left:0rem;width:19rem;height:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJBI1UmatfnZlM8hHl3tFckTI8WDV8oE { display:block; }#ZJBI1UmatfnZlM8hHl3tFckTI8WDV8oE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HxRmiSv4ktp27vWEwqTxe7U66yLFWJ3e { top:2.9375rem;left:0rem;width:47.75rem;height:8.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3IGLyfBbdmdZTlmqvv0S681QfDxHQyL { top:14.375rem;left:0rem;width:41.5625rem;height:10.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0MPaXXLfMhnA5JrXoHi38TiBIE8NBba { width:23.125rem;height:3.75rem;top:27.8125rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOJnlP22taZmV9kv3f1fnmEPfWRgDR3D { display:block; }
 }@media only screen and (max-width: 763px) { #CVSrFxNDLOafcMgfifiSZJ737xaKmNDV { top:5.4375rem;left:0rem;width:19rem;height:16.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NmLHrM5JiSDHnfETc2NcB7rocEzuTgbD { top:2.6875rem;left:1.998046875rem;width:10.9375rem;height:2.5625rem;font-size:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Jt4wzqo2hz5vSQaRmFZSNUxl1upqI8wI { top:34.875rem;left:0rem;width:18.6875rem;height:2.25rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #pNsWFhn9zWWx1wlPT3XnEX9novnDIqi2 { display:block; }#pNsWFhn9zWWx1wlPT3XnEX9novnDIqi2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z89TvL4wPoU0EbA61r1ZTww7ZpGsbW1N { width:47.75rem;height:6.5rem;top:1.875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QlTJwprS4126s2HVeJikP123rgT0x0w3 { width:18.9375rem;height:22.8125rem;top:11.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCUwLpneawb6hRf2tRr72FgMrhwcVc8l { width:16.875rem;height:1.8125rem;top:21.375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rgx0gGosqXHD9ERFnUoPbibQMn7mObmV { width:13.4375rem;height:7.9375rem;top:24.75rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aeLt45E5527sbxcW3yT6DJz4SETFMrkT { width:18.9375rem;height:22.625rem;top:11.9375rem;left:14.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWi3zaW1oaiWISgGfQMEpQfsBtGO2bma { width:14.3125rem;height:7.9375rem;top:25rem;left:16.71875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cd69rCf7JCewKAaJP7MqTCsMeqxEQDJs { width:15.9375rem;height:3.6875rem;top:20.4375rem;left:15.90625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUh9trUHMNT4KIt5fwxcVshZNqOlCrtC { width:5.8125rem;height:5.8125rem;top:13.1875rem;left:0.3427734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0bE9lFWVKMn4fHl6CwqZbkMoiUgcs9h { width:18.9375rem;height:22.625rem;top:11.9375rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTHGOT8FFbrAUdXs3sdVb1Q3hA26DBfB { width:15.375rem;height:7.9375rem;top:25rem;left:32.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDC793Imz2sRs5AREGJ9aDoFPkcFqaVF { width:16.875rem;height:1.8125rem;top:21.375rem;left:30.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKWTptlBVU1DAM2mHTAB97Qok0fLuPFq { width:18.875rem;height:28.875rem;top:36.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmn8DTEcrsHad5wTPo3ZIWbQ8beil6bJ { width:18.9375rem;height:30rem;top:36.875rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWBN6H3aixXuAUb9Zfe8ByJ0L79Xzohx { width:15.25rem;height:12.75rem;top:50.4375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQbaGGm2G5B1bG6UOF6QUtW0rQlX6FId { width:15.8125rem;height:14.3125rem;top:49.6875rem;left:31.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1SN5xefHM34d0AOlq9mCUhJQS8df1Wt { width:12.8125rem;height:3.6875rem;top:45.4375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNJXwnsahLa05erx1PhLaNJbUGJEOBJa { width:15.5625rem;height:3.6875rem;top:44.5625rem;left:32.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvByshawLFHuxfnvozbarFLVHdHkmKvA { width:5.8125rem;height:5.8125rem;top:13.125rem;left:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTdQF2MxaRQVlhvowdewW0bulSwt6bdN { width:5.8125rem;height:5.8125rem;top:13rem;left:41.499187469483rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3AFEy4hcitNHAxxraxnhfDn9ZkPX5M0 { width:6.5625rem;height:6.5625rem;top:38.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJlybIzdm4FbCGThrCwZ55vyCOO1VED3 { width:5.6875rem;height:5.6875rem;top:37.9375rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #my7Qq9PUk6sG7mka5HOwNEbLOw58oWTX { top:35.25rem;left:3.25rem;width:41.25rem;height:38.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPTiH0sfoNl05vdO8kIC47dB7qzv1nps { display:block; }#IPTiH0sfoNl05vdO8kIC47dB7qzv1nps > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K2s3pvgO5VVNs8MB6mTQPpkiPzoAXVy8 { width:47.75rem;height:3.25rem;top:2.125rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4snIUd2h8xMWBoDIm4vrb955vqQCrdA { display:block; }#s4snIUd2h8xMWBoDIm4vrb955vqQCrdA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I3iqR6mwwTf0nzPqgCb3WCJFMnXcLFhq { top:0rem;left:0rem;width:47.75rem;height:26.809635416667rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUOBqvub4ltKU1xphqoXGvBzc7Krm76E { display:block; }#sUOBqvub4ltKU1xphqoXGvBzc7Krm76E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OmIT7VIeTFQt0xghlStuw4yiEXkmBheF { width:36.5625rem;height:6.1875rem;top:2rem;left:5.5627708435059rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4F5T2ZXK1CSmJ2SX6kJf6pkGiSDGdkF { display:block; }
 }@media only screen and (max-width: 763px) { #NBF2K2fDkLw9V8pU4ClXRL8alDPu7wnd { display:block; }#NBF2K2fDkLw9V8pU4ClXRL8alDPu7wnd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z1GKavBJ2LayIpxsEy8u7QmidaJwz1TB { top:2.6875rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtxniyO6oOT4QsWAXvCcpIdzDpNvvnh7 { display:block; }#LtxniyO6oOT4QsWAXvCcpIdzDpNvvnh7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A2dnwHSEtJrD1H2KaCAhTbbFsJD1vmsn { width:16.875rem;height:2.0625rem;top:2.8125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZJSfpCr0JLERuw7cuJefiBPLovzLMph { width:16.9375rem;height:3.375rem;top:6.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOai0Ae3O7eCviidZkOoylVk2DKglAkN { width:16.875rem;height:2.0625rem;top:2.8125rem;left:14.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLPreFP4gWf35mQerxQGFt6f0d3Q3WXo { width:18.75rem;height:6.75rem;top:6.5625rem;left:13rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ViuQ1ZOT6lGSHO2LMSGUCUJiOasZms4y { width:16.875rem;height:2.0625rem;top:2.875rem;left:30.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #erTKVvU58ZdaOp8tBWbgeZI2BLzyKmp5 { width:18.25rem;height:3.375rem;top:6.5625rem;left:29.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwKS5baXx5DDuSENPhlVkqRIyF7Cm5VD { width:16.875rem;height:2.0625rem;top:16.375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1PJTNxupBXh84TJy6AMVfsUXJEqGDsL { width:18.4375rem;height:5.0625rem;top:20.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ge91QR7T6IH3vPCWcL4gTirFLRP2Tyty { width:14.6875rem;height:4.1875rem;top:15.875rem;left:17rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXuscfsq35KPLWvoRKzor2GJIpqzDFIQ { width:17.5rem;height:3.375rem;top:21.25rem;left:14.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sy7pGxx5RZTPiX95TQ2x4OnT1LpR90DK { top:2.125rem;left:0rem;width:3.375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5wNwV1xkRa10xMwTLfBwzDaMzZUqBGs { top:2.125rem;left:15.935054779052rem;width:3.375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4FyTVKcKwcVN5ONxvOf5O4IvGnMvGRf { top:2.1875rem;left:32.123645782471rem;width:3.375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqth7ez7k79Xzz6wisP8nwH6v0NX2dZ9 { top:15rem;left:0rem;width:4.375rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OR4vvQViVv5X4OcVXGxCcvk4KFOrXX8s { top:15rem;left:15.875rem;width:4.625rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZZgNz3QZ5dZRQetX0Umw72y75tMXJOf { display:block; }#ZZZgNz3QZ5dZRQetX0Umw72y75tMXJOf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wr6wR0205LSgWa2BceK7C8IleTGKRgeq { top:0.125rem;left:0rem;width:47.75rem;height:26.815762004176rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKo94tXg6fM0aWzI0rEnplwGn7wmfuB5 { display:block; }#rKo94tXg6fM0aWzI0rEnplwGn7wmfuB5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HQMWTPfu4Z9si38gTdf7NW8nvWT2gQy3 { top:1.9375rem;left:0rem;width:47.75rem;height:8.9375rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZoC7tCdIU5SrO0UoRaTBIMF8OCyeXyHx { display:block; }#ZoC7tCdIU5SrO0UoRaTBIMF8OCyeXyHx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sDkHTGSsSSc49zA6zKNimRinbTIsM6f7 { width:47.75rem;height:11.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #raathULrUdsv1ryBXIkudJZ3XLsQWpKF { width:45.25rem;height:5rem;top:2.875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTlFGznBt9TNozr39cCaNA5WuFyhnoPF { width:12.4375rem;height:1.4375rem;top:8.875rem;left:32.383298873901rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLHIrtdRdTGi7XuTNttfWFupvCoTsKfa { width:47.75rem;height:16.75rem;top:16.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCvrmob5znEWcCuEyILJHVme5PtOWgqu { width:44.0625rem;height:10.0625rem;top:17.125rem;left:3.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vcsgv5Soko7rZhAxgdVaLeXJ7AUlNtvn { width:12.4375rem;height:1.4375rem;top:29rem;left:35.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLa277G9SQmso6DOqUuTqRoqJh8PO9LL { width:47.75rem;height:13.375rem;top:36.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cyknqH5axNWZs4kK51Er7K646K5JJyzO { width:46.6875rem;height:6.6875rem;top:37.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fiqcx7UebnrAmLDQTzbDm2Xylrq7TT4b { width:12.4375rem;height:1.4375rem;top:45.4375rem;left:32.383298873901rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOBaZ7LBLfoV8xqvmbTC04Igx9RhHB1h { width:19.8125rem;height:4.1875rem;top:66.9375rem;left:13.9365234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpkwuABMXyRhfrWTWAr62u95iH3QIvSZ { display:block; }
 }@media only screen and (max-width: 763px) { #wTn9oHV2czT9V0XEMxaywip1VdTNglis { width:47.75rem;height:12.5rem;top:51.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgLp6FAkFuMTqiaQcKMR1QQ19HWzZN2N { width:46.6875rem;height:5rem;top:53.1875rem;left:1.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iie1xkRyGOSeWTmP0BRyLvDVD0gQyDDy { width:12.4375rem;height:1.4375rem;top:60.75rem;left:35.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9WTZmzUl2sr6G0gibFydfXEZyaALG2t { display:block; }#A9WTZmzUl2sr6G0gibFydfXEZyaALG2t > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qudC3pWVwPm8Il1404GBKxZywhotKZMF { top:0.625rem;left:3.6559791564941rem;width:40.375rem;height:4rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vObp7mHKaIzXy55m2LkB7Eh8EWXiAafP { top:5.5rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4w5qWV9ekUzD44V6v9pkS8sqeEAD5xA { display:block; }#O4w5qWV9ekUzD44V6v9pkS8sqeEAD5xA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cMGogEQQ9FoqTlHCgTpQDNE8PocfpGqh { top:-0.125rem;left:0rem;width:29.3125rem;height:29.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2slVzTVOseGayKnX3alNtVipHDkkt9t { top:2.3125rem;left:9.3100547790525rem;width:12.375rem;height:6.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wt6riZ9JsBZfM2h745BItfkwA6rr9vCT { top:11.125rem;left:0rem;width:25.6875rem;height:15.8125rem;font-size:1.0625rem;display:block; }#wt6riZ9JsBZfM2h745BItfkwA6rr9vCT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_2b72143fc6de6e0632857e7b3659a81ce49a047a.svg); }
 }@media only screen and (max-width: 763px) { #eNUogLtQO3KTdwk0oRS3l20k8tFDWxOk { top:-0.125rem;left:19.375rem;width:28.375rem;height:29.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SanPtCdpsvBLETMbRzlXerV5qIeLabG2 { top:0.4375rem;left:23.875rem;width:8.625rem;height:10.114305062918rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9x5qN6HcoVXNsUAVabr2EmKnOEAsMDc { top:2.3125rem;left:32.874454498291rem;width:11.0625rem;height:6.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #axyGkS0aeWcimaIENbroGodrCaTEXpsl { top:11.125rem;left:21.0625rem;width:26.6875rem;height:15.5rem;font-size:1.0625rem;display:block; }#axyGkS0aeWcimaIENbroGodrCaTEXpsl li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_2b72143fc6de6e0632857e7b3659a81ce49a047a.svg); }
 }@media only screen and (max-width: 763px) { #NMlq4NPRulxdZPmOVSkasqAkLI5altyS { top:0.5625rem;left:0rem;width:9rem;height:10.552130821913rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJPzJ0Xnh6c4nwm381khb1IDl3wAFdFC { display:block; }#PJPzJ0Xnh6c4nwm381khb1IDl3wAFdFC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gomWQgBgxacC3JQSgOKLD7CSuqzSXpvp { width:19.6875rem;height:12.9375rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKml4sf3dzNMxnnRn07vknTupDgI4L8Z { width:13.9375rem;height:4.625rem;top:4.25rem;left:1.9375rem;font-size:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAx9CpUA70qA1s0ipSrLGGU70vXm2GPl { width:15.5625rem;height:1.6875rem;top:9.5rem;left:0.15489196777344rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwlfsFTQHb6AHaEmJzQxsMShXIvO9HGu { width:19.5rem;height:29.625rem;top:14rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8rC1Tmmr5QdLQs0yku9mKasgF045baW { width:19.75rem;height:16.0625rem;top:27.9375rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUarKvxuu6QRlal951p0Kxww2OJLbyiy { width:13.0625rem;height:3.375rem;top:37rem;left:33.124729156494rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IK48xTacoJ0UgkgrO3MDGekHe8eGwDoa { width:13.875rem;height:4.625rem;top:32.3125rem;left:32.375rem;font-size:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHwMvAB62oHbM9T7qCTbf2hLE9ezVraf { width:17.25rem;height:7.125rem;top:3.5rem;left:30.375rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRGEs9eVtdMUnBQQCQlDkwoNG0q2Zvi9 { width:15.5625rem;height:10.625rem;top:12.3125rem;left:31.875001907349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8kqVVxOuXyZ8J4AKUeIPh7eEILBniZC { width:19.75rem;height:15.875rem;top:27.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZC2RdVaEEJmHH9CZzp1SVInnKPfN501S { width:15.25rem;height:4.625rem;top:29.5rem;left:0.28125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FU9Ap9h4mCDb5T6QyHU6FN6ZznPbMNWI { width:16.1875rem;height:5.6875rem;top:34.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xfh18ozvgRla0ATTGbbUxCn5UBpiFgJO { width:15.5rem;height:1.6875rem;top:34.1875rem;left:16.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6Uvlfz6GiNpN9lvrlwd6rvK3ikLCszO { width:5rem;height:1.6875rem;top:6.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBQa6rc4M2A9xT6iuHSETU9fRXzgGmx8 { width:19.6875rem;height:13.5625rem;top:14rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dp2Uh71nHuUOZColk60qLvvlDs88aKdX { width:14.0625rem;height:1.6875rem;top:22.9375rem;left:0.87554168701175rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANeHQB1DbOWGLLvEVeGPF3Z7tMLbJyZl { width:8.9375rem;height:1.6875rem;top:17.25rem;left:3.436954498291rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsrZR87sNplGNrGZgHr7cmrPF3aJCohm { width:19.6875rem;height:13.1241875rem;top:0.5rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIoV1RBraXVykUvylpTBkOx70XSf0xht { width:17.125rem;height:3.125rem;top:19.25rem;left:0rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JorTGIeI9msd8uEVqtsa6zDJDkMfxmoS { display:block; }#JorTGIeI9msd8uEVqtsa6zDJDkMfxmoS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iZBeWDyK38iGZaT4xPBd4gbHKWkJaIAI { width:47.75rem;height:6.4375rem;top:1.5rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uaKt2gSohThm9cIVElcpfognEE5CNXv6 { display:block; }#uaKt2gSohThm9cIVElcpfognEE5CNXv6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TroedSG7K6inP0uahBUeisFJNp17IHGK { top:3.375rem;left:4.59375rem;width:38.5rem;height:3.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qExVN26ua0JeXpPNTHql1sX8qZmAunzL { top:9.9375rem;left:3.638671875rem;width:42.375rem;height:;font-size:1.125rem;display:block; }#qExVN26ua0JeXpPNTHql1sX8qZmAunzL li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/cd74dd53-5b00-48da-bf3a-93a990ed8924/checkblack.svg); }
 }@media only screen and (max-width: 763px) { #mT3xBdrqbTy6LGpJpkRFguKGwD3Op8cm { top:67.375rem;left:21.969482421875rem;width:3.75rem;height:2.8275149811567rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTLhCH0TbCr3cMQQkZMO9u3s2E5QWaZf { top:67.6875rem;left:26.8779296875rem;width:7.5rem;height:2.31079375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnwA0wfbFaIDak24qTyAv455Hktzw7sL { top:67.0625rem;left:34.3779296875rem;width:7.5rem;height:3.4702836076279rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0CnrWKOhZiLVkVc1HOLDrf4rns6mNzF { top:68.375rem;left:11.10888671875rem;width:12.4375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NlD8GXtBUlCF6KQiTJaUKEDeUlgMRcXe { top:1.4375rem;left:0rem;width:47.75rem;height:70.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #erGkL1kQAGAWRA3L32e516DBcq5xRnoN { top:9.125rem;left:5.125rem;width:37.5rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #gGmxJ2IS9OlRqadbog0NELbLogsHTyla { top:42.625rem;left:14.001953125rem;width:19.6875rem;height:2.5rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1LmIVs49sO6nRiobnHIxvFFxEKNmciu { top:46.4375rem;left:13.345052719116rem;width:21rem;height:6.625rem;font-size:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3nvLxZMR4EQGpI2XMlIziNNiTTziCw0 { top:56.1875rem;left:2.03125rem;width:20.5625rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfQ7dkOAZSJallCpFqsMJLkVcRHpCfex { display:block; }
 }@media only screen and (max-width: 763px) { #iCLIBmKewXmPGyMUHi5BFXu81OBeMv1L { top:64.25rem;left:11.10888671875rem;width:27.4375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMRTs4BPEv7dRE6C5Aqk7CGoz9KPwi4E { top:71.9375rem;left:0rem;width:19.9375rem;height:2.9375rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #h1ICW23wRHhAiXVQL7NJdta0IleFSaHL { top:29.3125rem;left:13.03125rem;width:21.6875rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgIPtJG6Vpq8sWdU2hchvGV2kkT9wTV3 { top:56.1875rem;left:25.552736282349rem;width:20.5625rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tb6XJbQXbiBVVeR1oIq3o1SigeRw5l8c { display:block; }
 }@media only screen and (max-width: 763px) { #VdVJdAfrBxu1AU886OEO4tiSCoOK7CIx { top:53.9375rem;left:2.265625rem;width:19.6875rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixqBVSucME5pmGnLsuDLf29XTdmFomwp { top:53.9375rem;left:25.779947280884rem;width:19.6875rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCTc6sWVCiys08DCV0Leid1t98DZWoVL { display:block; }#uCTc6sWVCiys08DCV0Leid1t98DZWoVL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O7St9SvWRfdRryB94m5OeDVyLb0mIPZA { top:3.375rem;left:4.59375rem;width:38.5rem;height:3.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8sFSTB2gaAl5AQ3C0SLnKK6LTugbPx3 { top:9.9375rem;left:3.638671875rem;width:42.375rem;height:;font-size:1.125rem;display:block; }#R8sFSTB2gaAl5AQ3C0SLnKK6LTugbPx3 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/cd74dd53-5b00-48da-bf3a-93a990ed8924/checkblack.svg); }
 }@media only screen and (max-width: 763px) { #OVr6bG1ZglNUorbnF6NITAzHi38vDG8A { top:67.375rem;left:21.969482421875rem;width:3.75rem;height:2.8275149811567rem;display:block; }
 }@media only screen and (max-width: 763px) { #krDmbT3KBsgOzCiM4l2bxfFn5UNpydS9 { top:67.6875rem;left:26.8779296875rem;width:7.5rem;height:2.31079375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y193GOJlQKoNRLv8odTTfkHVqCyklxA2 { top:67.0625rem;left:34.3779296875rem;width:7.5rem;height:3.4702836076279rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWyqr2RpfvH27a38MMkxVuguSgwBDkDk { top:68.375rem;left:11.10888671875rem;width:12.4375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #irITsUueyRGubhciUhwOpA63UGNto0Ts { top:1.4375rem;left:0rem;width:47.75rem;height:70.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rf4D243lAO1xnwUWXRDLVFoFnwmI19Ja { top:9.125rem;left:5.125rem;width:37.5rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #QAxB2Euzzy6NOau6mHofCMytuARc3Psx { top:42.375rem;left:6.920654296875rem;width:20.8125rem;height:1.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTeEXf7WEs3mt7FJtwxv4uEeAm5yumKc { top:41.25rem;left:22.40771484375rem;width:16.375rem;height:3.6875rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KE5hWL7IEGKeFQAGq9SSbyQG09pGi5SR { top:45.625rem;left:14.001953125rem;width:19.6875rem;height:2.5rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOLUHPB2AEIl07p5KnzyMHDM1ohOaMQd { top:48.0625rem;left:13.34521484375rem;width:21rem;height:6.625rem;font-size:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwZJF9DKzbPc0FsioCWiIVUy7QaTNOCa { top:55.5rem;left:14.686767578125rem;width:18.3125rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcDkSeurh1qUTAOdBr1JGNRNqUChTE7z { top:59rem;left:12.968017578125rem;width:21.75rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfmKpnnNp6OLPcUbB6MyS8p3fTrevE05 { display:block; }
 }@media only screen and (max-width: 763px) { #uXvNSiFsMbNI36ZaT8nbGvORWTG9Zvsc { top:64.25rem;left:11.10888671875rem;width:27.4375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKsrr67ylXFzZkgIm4P9p0fLQQhvkB6g { top:38.3125rem;left:25.780517578125rem;width:9.5625rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xL8tpttE8PD9iW56SR7qtAObTTOOWqEx { top:72.375rem;left:0rem;width:19.9375rem;height:2.9375rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #hLzeKAp3RXD5KS6UKUps66nyI9keTvf2 { top:71.9375rem;left:0rem;width:19.9375rem;height:2.9375rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #AWS2c721GPXP0E15FvNBaqNW9fFXmm0Q { top:64.5625rem;left:0rem;width:19.9375rem;height:1.8125rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #aHrTcRTaHKDRbUoSJECK1dldD0oWLMnH { top:72.375rem;left:0rem;width:19.9375rem;height:2.9375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #b4NoLryrPqBFrFdT7xphqLlOFKoa8OZS { top:29.3125rem;left:13.03125rem;width:21.6875rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfEBEwbhrOpBDKr63hXoiUVo1S9SKLNx { display:block; }#bfEBEwbhrOpBDKr63hXoiUVo1S9SKLNx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lw5idRaGDgCKH5u8TPUDF3ZhmrDyrv32 { top:2.4375rem;left:0rem;width:47.75rem;height:23.42734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrZUTRvNTVKU4aJxV1TwSNauOyqnyUoR { display:block; }#JrZUTRvNTVKU4aJxV1TwSNauOyqnyUoR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q9ni5Po4BmUfWvHyZcQ6kSSvfwwFTaW0 { top:1.5rem;left:0rem;width:47.75rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDezDB0A9bdxLOCf7EvASishFNxRp061 { display:block; }#BDezDB0A9bdxLOCf7EvASishFNxRp061 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ezdqwTw9d1TCt03G2LwvHmvgaSymaOSH { top:0.875rem;left:0rem;width:47.75rem;height:5rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0zEp6f9aVfkZrvftAy8T7A1Vy7WC3Lw { top:7.5625rem;left:0rem;width:47.75rem;height:11.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #brGRv5Zqiyvl51BUF2Lx5UM5GSfl0HFL { display:block; }#brGRv5Zqiyvl51BUF2Lx5UM5GSfl0HFL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wOSfgTl3UosSa27D8uBSLmR7UaDk3KIr { top:1.125rem;left:0rem;width:47.75rem;height:5rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eENRUzc4qGO85wIhQLbIGfn4VO8ShrNA { top:7.5625rem;left:0rem;width:47.75rem;height:8.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V49EnutSKZ1l2oqsbsohgAZeqbfWxvG9 { top:18.25rem;left:0rem;width:47.75rem;height:10.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3vGBFqGH2CH16JklTt0Xw7ErfAn8Wti { display:block; }#m3vGBFqGH2CH16JklTt0Xw7ErfAn8Wti > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Arkg0dhiuK9hLxGMgxTgDslcViaTRqKn { top:1.125rem;left:0rem;width:47.75rem;height:2.5rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OuQceMkR0PfRkzeZ0pcw6Byhq7L9wn73 { top:7.5625rem;left:0rem;width:47.75rem;height:7.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNu2DKFwCmdHoKLJqSuFvhqguZtaGxXz { top:18.25rem;left:0rem;width:47.75rem;height:7.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5ra8JOMdtDCZC9qFOQVdr89WWRJzJzl { display:block; }#D5ra8JOMdtDCZC9qFOQVdr89WWRJzJzl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l4lSCeuLM0RvFHJkCTnHfG8eLWXZV3NX { width:36.5625rem;height:6.1875rem;top:2rem;left:6.1236419677734rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1so52E0rIwzQ8Tx8kIFBsSpAJHVHIK0 { display:block; }
 }@media only screen and (max-width: 763px) { #yh7wCRx9T0iFMNStNod43cs8D1hcOBnZ { display:block; }#yh7wCRx9T0iFMNStNod43cs8D1hcOBnZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KHAW58P8LTF9W1lfmeQDiTiK86QLsBXT { top:2.25rem;left:0rem;width:47.75rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7XnIzwWsHyTI0QHOBwJWP0REmdaQCpe { display:block; }#D7XnIzwWsHyTI0QHOBwJWP0REmdaQCpe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hURyrvtnI2aUsb4Cf8z3TULwZGLFW3ZT { top:2.4375rem;left:0rem;width:47.75rem;height:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPkAQwPrrRBrIEE3Uih2Fsftl8wzblAg { top:8rem;left:0rem;width:47.75rem;height:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFhd92o2dcLFXsMG3T9fMi2cfbgsTz5A { top:13.375rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAKqTPQA0ETehxPCJk9KxFsbBy5QxqAc { top:18.1875rem;left:0rem;width:47.75rem;height:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4fsu2SrmnTkkIqAfJSJmwAHaTTKp53l { display:block; }#V4fsu2SrmnTkkIqAfJSJmwAHaTTKp53l > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hobd0lTl19axnwDsfhxHe8ToJpCI28Ze { width:47.75rem;height:4.5rem;top:3.125rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTiFLlzoaAim9KAuKoobJqbk2quMyQN7 { top:36.6875rem;left:0rem;width:27.5rem;height:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzHxgRcxg0RpoRACniI8b3zcPchOIOTx { top:41.6875rem;left:24.375rem;width:13.9375rem;height:9.3125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yufybL6c0ksgHL94NAZ25ixmqEb2ZLTm { top:41.6875rem;left:35.25rem;width:12.5rem;height:9.3125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeAcuod6OITRUTkB8DXrBumVfk1Q5oag { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARdRkQZNXgmdk7AlQANdBDVzcdU5mILc { top:12.875rem;left:18.625rem;width:21.75rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCmIuQr5XvCzgpdB8kLl0wx3BB493B96 { width:6.25rem;height:6.25rem;top:33.9375rem;left:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #thxnGfFoZi6JLXIB87tFapnmu3ChQ65W { width:6.25rem;height:6.25rem;top:33.9375rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDnTM2TKNMT3dzQA41qhMcqRVbOGpvJW { top:12.5rem;left:14.1875rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlQnvTrkz9uxzLwENwqyfbPU2FHB6MEt { top:35.3125rem;left:44.1875rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCTR3VCrxBCoKmRLL9FSnHXO1Xi0wTBy { top:18.1875rem;left:0rem;width:12.875rem;height:7.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C97kVFTcv3vXh1yuwWN0oEq1MdzMMC53 { width:6.25rem;height:6.25rem;top:11.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZXJufEtShx6Gh5HW9D2bcreX5F5dKAy { width:6.25rem;height:6.25rem;top:11.25rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GC6L0hZJw8rbIkBIrTg7OhVw3xCa5U0F { top:12.5625rem;left:0rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfmr3We18D1tE7355TB5AOBSLwCUJI57 { top:35.3125rem;left:29.5625rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqJev1ZzZXxdtxTnZ2MwMRbiNXv6ATS8 { top:18.1875rem;left:9.5927734375rem;width:14.125rem;height:9.3125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGbgEaJMOdyUdquxUqJSC9gzeUnkmmPJ { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fzLdte4Izd9XbCQtzCvT9xrwCMmkbBKC { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MMADfQH9x5b6egXDwVUidGpXTML89bx0 { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HJ3ec4Nw77lyoUhFFAo5VTSSApCxriT9 { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TrgrQv5H4ocxO0ZVvp9WtT0nX226As3q { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tSTCaBz5oGQGhde3ced3EAcFnhxWsMvW { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mabIdwunLNPZkwpqF4TuNa1D2BFMQatr { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLfIySH15u3CEw3O0dnlBRSD9O8s20T8 { display:none; }#RLfIySH15u3CEw3O0dnlBRSD9O8s20T8 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #egAloArcVUa99ffZChsDPWkmevh44Nb7 { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #D5QIScRI2xTD9qCQCrn20vC8NaIokV7B { width:47.75rem;height:4.5rem;top:2.3125rem;left:0rem;font-size:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #FHe6Jy5wCp2Q8MXZMSVfd4IXsEFGs4BZ { top:12.875rem;left:18.625rem;width:21.8125rem;height:16.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HnwHsyKi4yNrWHfy9itLM3W5QcFMleec { top:12.5625rem;left:0rem;width:3.6875rem;height:3.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tvt1q79mtW1MbM0Z7zsd3zHZ4glnqPKU { top:18.1875rem;left:0rem;width:12.875rem;height:7.4375rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PePLGl6GCw6UfS3gfk2W0ms81HZp5B8M { top:12.5625rem;left:13.5625rem;width:3.6875rem;height:3.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #lMnhMO4Oa0L9hbN0xo9NbAcP8vdzs59p { top:41.375rem;left:35.25rem;width:12.5rem;height:9.3125rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #eDqh3QbKxyKM2yZF34pUUmuAHSWvQBCT { top:34rem;left:0rem;width:27.125rem;height:15.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #P4uHFCTGimuJSzpc9pCc9Q97aXhUTFE1 { top:35rem;left:29.9375rem;width:3.5625rem;height:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #sc95JfWTn3KILrDAulqgNVtZrF6LudBw { top:35.0625rem;left:44.1875rem;width:3.5625rem;height:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #OZPLmt76MaS6XitqVsKxn9dAChu3vgu2 { top:41.375rem;left:24.873533248901rem;width:13.9375rem;height:9.3125rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XtsalnPFXOBM5t5QZI6S9WExQC2ZeRAy { top:18.1875rem;left:9.0305995941163rem;width:14.0625rem;height:9.3125rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #kMC83Xs3TmZ8aSEvpJ76pWDm7goeOOi0 { display:block; }#kMC83Xs3TmZ8aSEvpJ76pWDm7goeOOi0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eL8VoaLDdwZ8fTZ2zgCKsfT8iiPvNcdW { width:45.9375rem;height:9.75rem;top:1.1875rem;left:0.874454498291rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dD0pSA5kt2PnInzezn0HdkVhxnzMwPs5 { display:block; }#dD0pSA5kt2PnInzezn0HdkVhxnzMwPs5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FkidlicNxAFO1XcRfxvoevkw0DXphmsd { width:47.75rem;height:7.3125rem;top:2.5rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTB6oLvWxCMnWL78WnJa5MdMUJsVTvzx { width:47.75rem;height:6.625rem;top:15.8125rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARyB9NgPuOBXGJMkQQozAT6ybyPwGias { width:37rem;height:4.6875rem;top:12rem;left:5.3434791564941rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENIt77TbSmBT7VdJ3fXTez5gxWTG5T6h { display:block; }
 }@media only screen and (max-width: 763px) { #N1D3sQZx8ozDAwhbholyxOqNaxPXIXHW { display:block; }#N1D3sQZx8ozDAwhbholyxOqNaxPXIXHW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T2OOiB38rE0VZDrsNWE5o6RGoohcOdcR { top:0.875rem;left:7.78125rem;width:37.625rem;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) { #zdQw1eB7fiaxFgH1PyeUKcQFW7zaO5AR { display:block; }#zdQw1eB7fiaxFgH1PyeUKcQFW7zaO5AR > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qnbdB3XJfr8c3n8eFJLVS0a8NfHkEiHA { top:0rem;left:6.0619571208954rem;width:10.62475rem;height:2.25rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #MdKBUnsXJoepnTOqOiEePxGOGAOhG5M3 { position:relative;z-index:auto;display:block; }#MdKBUnsXJoepnTOqOiEePxGOGAOhG5M3 > .row .container { width:20rem;height:29.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T0IE8wCWTOL2dTMkvXQqCrfezr7Gv2n1 { width:19.9959375rem;height:4.22395625rem;top:2.1533203125rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #TGgoE5wWrs1EGGPmXLgBQTBd6qs8XanM { width:20rem;height:10.3984375rem;top:7.81494140625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #d7qNfKJr269VennxZumVooqAeJ3uBNaZ { width:16rem;height:3.9375rem;top:20.1552734375rem;left:1.77734375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBd3Nr5uUbm5nuQ1Tq8kAi1yJTs0ciQ8 { display:block; }
 }@media only screen and (max-width: 763px) { #qRVEaGlIVbkpTS2qwJiVXxQefIHZicbK { width:15.875rem;height:2.625rem;top:25.052734375rem;left:1.77734375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIMh39t9P6pmfh0FUTXiFJOO8Vx93l9h { display:block; }
 }@media only screen and (max-width: 763px) { #IUepW3kP4SPNHuPKITRrOR8nBODmMCHg { position:relative;z-index:auto;background-color:rgba(3,63,66,0.4);background-image:url("https://images.assets-landingi.com/uc/8284b62b-c8de-4dbf-b3ac-1f3dbd5a23e1/AdobeStock_271342868.jpeg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#IUepW3kP4SPNHuPKITRrOR8nBODmMCHg.adaptive-delivery-prevent-bg, #IUepW3kP4SPNHuPKITRrOR8nBODmMCHg.lazyload, #IUepW3kP4SPNHuPKITRrOR8nBODmMCHg.lazyloading { background-image: none; }#IUepW3kP4SPNHuPKITRrOR8nBODmMCHg > .row .container { background-color: transparent; background-image: none; }#IUepW3kP4SPNHuPKITRrOR8nBODmMCHg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IUepW3kP4SPNHuPKITRrOR8nBODmMCHg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IUepW3kP4SPNHuPKITRrOR8nBODmMCHg > .row .container > .video-iframe-container { display: none; }#IUepW3kP4SPNHuPKITRrOR8nBODmMCHg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IUepW3kP4SPNHuPKITRrOR8nBODmMCHg > .row > .video-iframe-container { display: none; }#IUepW3kP4SPNHuPKITRrOR8nBODmMCHg > .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); }#IUepW3kP4SPNHuPKITRrOR8nBODmMCHg > .row .container { width:20rem;height:27.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cFMpags2WsfVXLdtACFe1CFGJhfxyNCT { width:19rem;height:23.996125rem;top:1.2497253417969rem;left:0.875rem;font-size:1rem;display:block; }#cFMpags2WsfVXLdtACFe1CFGJhfxyNCT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/756521d7-8527-40d1-842d-3cc3d55f6026/zakaz1.png); }
 }@media only screen and (max-width: 763px) { #atp7hsXMnBUwa71Z0k2VLBFNwycmuWnV { top:0rem;left:0rem;width:20rem;height:26.4375rem;z-index:15000;background-color:#e9e9e9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtexwzp9t9I43mGOq4S76OwePFPppXT2 { width:14.8125rem;height:13.125rem;top:52.686525rem;left:2.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZJBI1UmatfnZlM8hHl3tFckTI8WDV8oE { position:relative;z-index:auto;display:block; }#ZJBI1UmatfnZlM8hHl3tFckTI8WDV8oE > .row .container { width:20rem;height:68.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HxRmiSv4ktp27vWEwqTxe7U66yLFWJ3e { width:20rem;height:22.09375rem;top:10.375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3IGLyfBbdmdZTlmqvv0S681QfDxHQyL { width:20rem;height:20.712875rem;top:39.3125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0MPaXXLfMhnA5JrXoHi38TiBIE8NBba { width:18.9980625rem;height:3.561525rem;top:63.125rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOJnlP22taZmV9kv3f1fnmEPfWRgDR3D { display:block; }
 }@media only screen and (max-width: 763px) { #CVSrFxNDLOafcMgfifiSZJ737xaKmNDV { width:8.0625rem;height:7.125rem;top:1.25rem;left:0rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #NmLHrM5JiSDHnfETc2NcB7rocEzuTgbD { width:10rem;height:2.5996125rem;top:2.69921875rem;left:9.060546875rem;font-size:2rem;text-align:left;text-align-last:left;z-index:15013;font-weight:700;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Jt4wzqo2hz5vSQaRmFZSNUxl1upqI8wI { width:18.6875rem;height:2.2747375rem;top:34.88671875rem;left:0.5625rem;font-size:1.75rem;text-align:left;text-align-last:left;z-index:15014;font-weight:700;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #pNsWFhn9zWWx1wlPT3XnEX9novnDIqi2 { display:block; }#pNsWFhn9zWWx1wlPT3XnEX9novnDIqi2 > .row .container { width:20rem;height:128.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z89TvL4wPoU0EbA61r1ZTww7ZpGsbW1N { width:18.4375rem;height:5.1171875rem;top:1.3115234375rem;left:0rem;text-align:left;text-align-last:left;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QlTJwprS4126s2HVeJikP123rgT0x0w3 { width:18.9371875rem;height:18.75rem;top:19.5625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCUwLpneawb6hRf2tRr72FgMrhwcVc8l { width:16.25rem;height:1.625rem;top:25.5625rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rgx0gGosqXHD9ERFnUoPbibQMn7mObmV { width:16.25rem;height:4.78125rem;top:27.75rem;left:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aeLt45E5527sbxcW3yT6DJz4SETFMrkT { width:18.9375rem;height:19.375rem;top:39.3125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWi3zaW1oaiWISgGfQMEpQfsBtGO2bma { width:16.25rem;height:7.96875rem;top:49rem;left:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Cd69rCf7JCewKAaJP7MqTCsMeqxEQDJs { width:16.25rem;height:1.625rem;top:46.3125rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUh9trUHMNT4KIt5fwxcVshZNqOlCrtC { width:4.375rem;height:4.375rem;top:20.1875rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0bE9lFWVKMn4fHl6CwqZbkMoiUgcs9h { width:18.9375rem;height:17.5625rem;top:59.625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTHGOT8FFbrAUdXs3sdVb1Q3hA26DBfB { width:16.25rem;height:7.96875rem;top:68.0625rem;left:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fDC793Imz2sRs5AREGJ9aDoFPkcFqaVF { width:15.25rem;height:1.625rem;top:65.6875rem;left:2.125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKWTptlBVU1DAM2mHTAB97Qok0fLuPFq { width:18.9375rem;height:24.375rem;top:78.125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmn8DTEcrsHad5wTPo3ZIWbQ8beil6bJ { width:18.9375rem;height:22.75rem;top:103.5rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWBN6H3aixXuAUb9Zfe8ByJ0L79Xzohx { width:18.811875rem;height:11.15625rem;top:88.3125rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQbaGGm2G5B1bG6UOF6QUtW0rQlX6FId { width:17.8125rem;height:11.15625rem;top:114.0625rem;left:1.125rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1SN5xefHM34d0AOlq9mCUhJQS8df1Wt { width:18.811875rem;height:1.625rem;top:84.375rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNJXwnsahLa05erx1PhLaNJbUGJEOBJa { width:18.811875rem;height:3.25rem;top:110rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvByshawLFHuxfnvozbarFLVHdHkmKvA { width:4.375rem;height:4.375rem;top:40.75rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTdQF2MxaRQVlhvowdewW0bulSwt6bdN { width:4.375rem;height:4.375rem;top:60.6875rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3AFEy4hcitNHAxxraxnhfDn9ZkPX5M0 { width:4.375rem;height:4.375rem;top:79.4375rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJlybIzdm4FbCGThrCwZ55vyCOO1VED3 { width:4.375rem;height:4.375rem;top:105.125rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #my7Qq9PUk6sG7mka5HOwNEbLOw58oWTX { width:18.8125rem;height:17.6875rem;top:3.4365234375rem;left:1.1875rem;overflow:hidden;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #IPTiH0sfoNl05vdO8kIC47dB7qzv1nps { background-color:#033f42;background-image:none;display:block; }#IPTiH0sfoNl05vdO8kIC47dB7qzv1nps > .row .container { background-color: transparent; background-image: none; }#IPTiH0sfoNl05vdO8kIC47dB7qzv1nps::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IPTiH0sfoNl05vdO8kIC47dB7qzv1nps > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IPTiH0sfoNl05vdO8kIC47dB7qzv1nps > .row .container > .video-iframe-container { display: none; }#IPTiH0sfoNl05vdO8kIC47dB7qzv1nps > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IPTiH0sfoNl05vdO8kIC47dB7qzv1nps > .row > .video-iframe-container { display: none; }#IPTiH0sfoNl05vdO8kIC47dB7qzv1nps > .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); }#IPTiH0sfoNl05vdO8kIC47dB7qzv1nps > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K2s3pvgO5VVNs8MB6mTQPpkiPzoAXVy8 { width:20rem;height:4.875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #s4snIUd2h8xMWBoDIm4vrb955vqQCrdA { display:block; }#s4snIUd2h8xMWBoDIm4vrb955vqQCrdA > .row .container { width:20rem;height:12rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I3iqR6mwwTf0nzPqgCb3WCJFMnXcLFhq { width:20rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUOBqvub4ltKU1xphqoXGvBzc7Krm76E { display:block; }#sUOBqvub4ltKU1xphqoXGvBzc7Krm76E > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OmIT7VIeTFQt0xghlStuw4yiEXkmBheF { width:19rem;height:3.625rem;top:1.25rem;left:0.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4F5T2ZXK1CSmJ2SX6kJf6pkGiSDGdkF { display:block; }
 }@media only screen and (max-width: 763px) { #NBF2K2fDkLw9V8pU4ClXRL8alDPu7wnd { display:block; }#NBF2K2fDkLw9V8pU4ClXRL8alDPu7wnd > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z1GKavBJ2LayIpxsEy8u7QmidaJwz1TB { width:20rem;height:1.787325rem;top:1.1800136566162rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtxniyO6oOT4QsWAXvCcpIdzDpNvvnh7 { display:block; }#LtxniyO6oOT4QsWAXvCcpIdzDpNvvnh7 > .row .container { width:20rem;height:49.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A2dnwHSEtJrD1H2KaCAhTbbFsJD1vmsn { width:16.875rem;height:1.4625rem;top:1.5348243713379rem;left:2.1427408456803rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZJSfpCr0JLERuw7cuJefiBPLovzLMph { width:16.875rem;height:3rem;top:4.287109375rem;left:1.5616861581802rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOai0Ae3O7eCviidZkOoylVk2DKglAkN { width:16.875rem;height:1.4622375rem;top:9.0625rem;left:2.125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLPreFP4gWf35mQerxQGFt6f0d3Q3WXo { width:16.875rem;height:6rem;top:11.75rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ViuQ1ZOT6lGSHO2LMSGUCUJiOasZms4y { width:19.9373125rem;height:1.4622375rem;top:20.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #erTKVvU58ZdaOp8tBWbgeZI2BLzyKmp5 { width:16.875rem;height:3rem;top:23.1875rem;left:1rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwKS5baXx5DDuSENPhlVkqRIyF7Cm5VD { width:17.935375rem;height:1.4622375rem;top:29.8125rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1PJTNxupBXh84TJy6AMVfsUXJEqGDsL { width:16.875rem;height:4.5rem;top:32.4375rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ge91QR7T6IH3vPCWcL4gTirFLRP2Tyty { width:12.125rem;height:2.92448125rem;top:40.6875rem;left:5.0625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXuscfsq35KPLWvoRKzor2GJIpqzDFIQ { width:16.875rem;height:3rem;top:44.625rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sy7pGxx5RZTPiX95TQ2x4OnT1LpR90DK { width:2.5rem;height:2.5rem;top:1.0139980316162rem;left:3.6246742010117rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5wNwV1xkRa10xMwTLfBwzDaMzZUqBGs { width:2.5rem;height:2.5rem;top:8.5625rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4FyTVKcKwcVN5ONxvOf5O4IvGnMvGRf { width:2.5rem;height:2.5rem;top:20rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqth7ez7k79Xzz6wisP8nwH6v0NX2dZ9 { width:3.5rem;height:2.375rem;top:28.5rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OR4vvQViVv5X4OcVXGxCcvk4KFOrXX8s { width:3.3125rem;height:3.5rem;top:39.875rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZZgNz3QZ5dZRQetX0Umw72y75tMXJOf { display:block; }#ZZZgNz3QZ5dZRQetX0Umw72y75tMXJOf > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wr6wR0205LSgWa2BceK7C8IleTGKRgeq { width:19.6875rem;height:11.0625rem;top:5.1498413085938E-5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKo94tXg6fM0aWzI0rEnplwGn7wmfuB5 { display:block; }#rKo94tXg6fM0aWzI0rEnplwGn7wmfuB5 > .row .container { width:20rem;height:7.685546875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HQMWTPfu4Z9si38gTdf7NW8nvWT2gQy3 { width:19.874125rem;height:6.09375rem;top:1.5922307968139rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZoC7tCdIU5SrO0UoRaTBIMF8OCyeXyHx { display:block; }#ZoC7tCdIU5SrO0UoRaTBIMF8OCyeXyHx > .row .container { width:20rem;height:79.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sDkHTGSsSSc49zA6zKNimRinbTIsM6f7 { width:20rem;height:11rem;top:1.185546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #raathULrUdsv1ryBXIkudJZ3XLsQWpKF { width:18.811875rem;height:7.03125rem;top:2.1549472808838rem;left:0.59326171875rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTlFGznBt9TNozr39cCaNA5WuFyhnoPF { width:9.8746875rem;height:1.21875rem;top:9.1853733062744rem;left:10.124511122704rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLHIrtdRdTGi7XuTNttfWFupvCoTsKfa { width:20rem;height:21.4375rem;top:13.9140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCvrmob5znEWcCuEyILJHVme5PtOWgqu { width:18.811875rem;height:15.46875rem;top:14.893391609192rem;left:0.59326171875rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vcsgv5Soko7rZhAxgdVaLeXJ7AUlNtvn { width:10.061875rem;height:1.21875rem;top:31.987303733826rem;left:9.3945306539537rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLa277G9SQmso6DOqUuTqRoqJh8PO9LL { width:20rem;height:18.5625rem;top:36.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cyknqH5axNWZs4kK51Er7K646K5JJyzO { width:19.0625rem;height:12.65625rem;top:37.6875rem;left:0.5rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fiqcx7UebnrAmLDQTzbDm2Xylrq7TT4b { width:8.25rem;height:1.21875rem;top:52.125rem;left:11.0625rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOBaZ7LBLfoV8xqvmbTC04Igx9RhHB1h { width:16.625rem;height:4.25rem;top:73.6875rem;left:1.6875rem;background-color:#e2be76;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#033f42;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpkwuABMXyRhfrWTWAr62u95iH3QIvSZ { display:block; }
 }@media only screen and (max-width: 763px) { #wTn9oHV2czT9V0XEMxaywip1VdTNglis { width:20rem;height:14.5625rem;top:57.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgLp6FAkFuMTqiaQcKMR1QQ19HWzZN2N { width:19.187rem;height:9.84375rem;top:58.4375rem;left:0.375rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iie1xkRyGOSeWTmP0BRyLvDVD0gQyDDy { width:10.374375rem;height:1.21875rem;top:68.875rem;left:9.0625rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9WTZmzUl2sr6G0gibFydfXEZyaALG2t { background-color:#033f42;background-image:none;display:block; }#A9WTZmzUl2sr6G0gibFydfXEZyaALG2t > .row .container { background-color: transparent; background-image: none; }#A9WTZmzUl2sr6G0gibFydfXEZyaALG2t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A9WTZmzUl2sr6G0gibFydfXEZyaALG2t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A9WTZmzUl2sr6G0gibFydfXEZyaALG2t > .row .container > .video-iframe-container { display: none; }#A9WTZmzUl2sr6G0gibFydfXEZyaALG2t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A9WTZmzUl2sr6G0gibFydfXEZyaALG2t > .row > .video-iframe-container { display: none; }#A9WTZmzUl2sr6G0gibFydfXEZyaALG2t > .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); }#A9WTZmzUl2sr6G0gibFydfXEZyaALG2t > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qudC3pWVwPm8Il1404GBKxZywhotKZMF { width:15.5rem;height:2.51855625rem;top:0.8125rem;left:2.2500001192093rem;font-size:1.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #vObp7mHKaIzXy55m2LkB7Eh8EWXiAafP { width:19.5621875rem;height:4.6308625rem;top:4.6240234375rem;left:0rem;font-size:1.1875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #O4w5qWV9ekUzD44V6v9pkS8sqeEAD5xA { background-color:rgba(3,63,66,0.9);background-image:none;display:block; }#O4w5qWV9ekUzD44V6v9pkS8sqeEAD5xA > .row .container { background-color: transparent; background-image: none; }#O4w5qWV9ekUzD44V6v9pkS8sqeEAD5xA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O4w5qWV9ekUzD44V6v9pkS8sqeEAD5xA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O4w5qWV9ekUzD44V6v9pkS8sqeEAD5xA > .row .container > .video-iframe-container { display: none; }#O4w5qWV9ekUzD44V6v9pkS8sqeEAD5xA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O4w5qWV9ekUzD44V6v9pkS8sqeEAD5xA > .row > .video-iframe-container { display: none; }#O4w5qWV9ekUzD44V6v9pkS8sqeEAD5xA > .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); }#O4w5qWV9ekUzD44V6v9pkS8sqeEAD5xA > .row .container { width:20rem;height:61.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cMGogEQQ9FoqTlHCgTpQDNE8PocfpGqh { width:20rem;height:26.0625rem;top:2.1113290786743rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2slVzTVOseGayKnX3alNtVipHDkkt9t { width:10.999375rem;height:1.95rem;top:4.2757167816162rem;left:0.99934899806975rem;font-size:1.5rem;color:#e9e9e9;display:block; }
 }@media only screen and (max-width: 763px) { #wt6riZ9JsBZfM2h745BItfkwA6rr9vCT { width:19.3744375rem;height:17.8203125rem;top:9.2478344440462rem;left:0.31141304969787rem;font-size:1.0625rem;display:block; }#wt6riZ9JsBZfM2h745BItfkwA6rr9vCT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_2b72143fc6de6e0632857e7b3659a81ce49a047a.svg); }
 }@media only screen and (max-width: 763px) { #eNUogLtQO3KTdwk0oRS3l20k8tFDWxOk { width:20rem;height:29.5rem;top:30.750000953674rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SanPtCdpsvBLETMbRzlXerV5qIeLabG2 { width:5.625rem;height:6.625rem;top:30.749510765076rem;left:13.14290368557rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9x5qN6HcoVXNsUAVabr2EmKnOEAsMDc { width:17.4373125rem;height:1.95rem;top:32.727048873901rem;left:1.2801107168198rem;font-size:1.5rem;color:#e9e9e9;display:block; }
 }@media only screen and (max-width: 763px) { #axyGkS0aeWcimaIENbroGodrCaTEXpsl { width:18.5625rem;height:21.650375rem;top:37.372803211212rem;left:0.717391371727rem;font-size:1.0625rem;display:block; }#axyGkS0aeWcimaIENbroGodrCaTEXpsl li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_2b72143fc6de6e0632857e7b3659a81ce49a047a.svg); }
 }@media only screen and (max-width: 763px) { #NMlq4NPRulxdZPmOVSkasqAkLI5altyS { width:5.625rem;height:6.5625rem;top:2.1110029220581rem;left:12.74983727932rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJPzJ0Xnh6c4nwm381khb1IDl3wAFdFC { display:block; }#PJPzJ0Xnh6c4nwm381khb1IDl3wAFdFC > .row .container { width:20rem;height:113.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gomWQgBgxacC3JQSgOKLD7CSuqzSXpvp { width:19.75rem;height:11.25rem;top:13.3740234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKml4sf3dzNMxnnRn07vknTupDgI4L8Z { width:14.3123125rem;height:4.0625rem;top:14.499530792236rem;left:4.1145833730697rem;font-size:3.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yAx9CpUA70qA1s0ipSrLGGU70vXm2GPl { width:14.187rem;height:3.1497375rem;top:19.811197280884rem;left:3.0297850370407rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #gwlfsFTQHb6AHaEmJzQxsMShXIvO9HGu { width:20rem;height:30.0625rem;top:68.1240234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8rC1Tmmr5QdLQs0yku9mKasgF045baW { width:19.749375rem;height:11.4998125rem;top:41.499000549316rem;left:0.24983727931976rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUarKvxuu6QRlal951p0Kxww2OJLbyiy { width:13.9371875rem;height:3.1497375rem;top:47.56103515625rem;left:3.0305989980697rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #IK48xTacoJ0UgkgrO3MDGekHe8eGwDoa { width:9.6875rem;height:4.0625rem;top:42.186685562134rem;left:7.5797523260119rem;font-size:3.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WHwMvAB62oHbM9T7qCTbf2hLE9ezVraf { width:18rem;height:4.3997375rem;top:0.875rem;left:1rem;font-size:2rem;text-align:left;text-align-last:left;line-height:1.1;color:#033f42;display:block; }
 }@media only screen and (max-width: 763px) { #ZRGEs9eVtdMUnBQQCQlDkwoNG0q2Zvi9 { width:17.999rem;height:6.7995rem;top:6.001953125rem;left:0.9990234375rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #r8kqVVxOuXyZ8J4AKUeIPh7eEILBniZC { width:19.6875rem;height:13.562rem;top:99.0625rem;left:0.1875rem;background-color:#033f42;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #ZC2RdVaEEJmHH9CZzp1SVInnKPfN501S { width:15.3125rem;height:4.6308625rem;top:100.625rem;left:2.5rem;font-size:3.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FU9Ap9h4mCDb5T6QyHU6FN6ZznPbMNWI { width:17.6871875rem;height:4.7246125rem;top:105.1875rem;left:1.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Xfh18ozvgRla0ATTGbbUxCn5UBpiFgJO { width:6.624375rem;height:1.575rem;top:43.946939468384rem;left:2.3437498807907rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #K6Uvlfz6GiNpN9lvrlwd6rvK3ikLCszO { width:6.25rem;height:1.575rem;top:16.24836063385rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #MBQa6rc4M2A9xT6iuHSETU9fRXzgGmx8 { width:19.6875rem;height:13.5625rem;top:53.819986343384rem;left:0.31168621778488rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dp2Uh71nHuUOZColk60qLvvlDs88aKdX { width:14.0625rem;height:1.575rem;top:62.26318359375rem;left:2.9687498807907rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ANeHQB1DbOWGLLvEVeGPF3Z7tMLbJyZl { width:8.9371875rem;height:1.575rem;top:54.890949249267rem;left:5.4060872793197rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #EsrZR87sNplGNrGZgHr7cmrPF3aJCohm { width:19.749375rem;height:13.125rem;top:26.874165534973rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIoV1RBraXVykUvylpTBkOx70XSf0xht { width:17.124rem;height:2.599825rem;top:58.007844924927rem;left:1.4371744394302rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JorTGIeI9msd8uEVqtsa6zDJDkMfxmoS { display:block; }#JorTGIeI9msd8uEVqtsa6zDJDkMfxmoS > .row .container { width:20rem;height:16rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iZBeWDyK38iGZaT4xPBd4gbHKWkJaIAI { width:20rem;height:12.1875rem;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) { #uaKt2gSohThm9cIVElcpfognEE5CNXv6 { display:block; }#uaKt2gSohThm9cIVElcpfognEE5CNXv6 > .row .container { width:20rem;height:98.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TroedSG7K6inP0uahBUeisFJNp17IHGK { width:15.875rem;height:4.5rem;top:1.998046875rem;left:1.6552734375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qExVN26ua0JeXpPNTHql1sX8qZmAunzL { width:18.5625rem;height:36.9479375rem;top:7.6220703125rem;left:0.5625rem;font-size:1.0625rem;z-index:14995;display:block; }#qExVN26ua0JeXpPNTHql1sX8qZmAunzL li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/cd74dd53-5b00-48da-bf3a-93a990ed8924/checkblack.svg); }
 }@media only screen and (max-width: 763px) { #mT3xBdrqbTy6LGpJpkRFguKGwD3Op8cm { width:4.2487rem;height:3.18555rem;top:93.4375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTLhCH0TbCr3cMQQkZMO9u3s2E5QWaZf { width:4.8737rem;height:1.4987rem;top:94.25rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnwA0wfbFaIDak24qTyAv455Hktzw7sL { width:5.43555rem;height:2.4987rem;top:94.1875rem;left:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0CnrWKOhZiLVkVc1HOLDrf4rns6mNzF { width:12.497375rem;height:1.29948125rem;top:90.625rem;left:0.0625rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15152;display:block; }
 }@media only screen and (max-width: 763px) { #NlD8GXtBUlCF6KQiTJaUKEDeUlgMRcXe { width:20rem;height:87.4375rem;top:1.060546875rem;left:0rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #erGkL1kQAGAWRA3L32e516DBcq5xRnoN { width:20rem;height:0;top:117rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gGmxJ2IS9OlRqadbog0NELbLogsHTyla { width:19.99975rem;height:0;top:71.446472167969rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #m1LmIVs49sO6nRiobnHIxvFFxEKNmciu { width:19.9980625rem;height:5.76823125rem;top:61.687505722046rem;left:0rem;font-size:4.4375rem;color:#033f42;display:block; }
 }@media only screen and (max-width: 763px) { #c3nvLxZMR4EQGpI2XMlIziNNiTTziCw0 { top:71.75000190735rem;left:1.7812501192093rem;width:16.4375rem;height:4.125rem;background-color:#f41d1d;background-image:none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #TfQ7dkOAZSJallCpFqsMJLkVcRHpCfex { display:block; }
 }@media only screen and (max-width: 763px) { #iCLIBmKewXmPGyMUHi5BFXu81OBeMv1L { width:20rem;height:0.9746125rem;top:86.56250190735rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uMRTs4BPEv7dRE6C5Aqk7CGoz9KPwi4E { width:20rem;height:3rem;top:57.500001907349rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #h1ICW23wRHhAiXVQL7NJdta0IleFSaHL { width:17.125rem;height:8.25rem;top:46.8125rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgIPtJG6Vpq8sWdU2hchvGV2kkT9wTV3 { top:80.416667938231rem;left:1.7812501192093rem;width:16.4375rem;height:3.9375rem;background-color:#f41d1d;background-image:none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Tb6XJbQXbiBVVeR1oIq3o1SigeRw5l8c { display:block; }
 }@media only screen and (max-width: 763px) { #VdVJdAfrBxu1AU886OEO4tiSCoOK7CIx { width:19.6875rem;height:1.40625rem;top:69.226563930512rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ixqBVSucME5pmGnLsuDLf29XTdmFomwp { width:19.6875rem;height:1.40625rem;top:78.320964813231rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uCTc6sWVCiys08DCV0Leid1t98DZWoVL { display:none; }#uCTc6sWVCiys08DCV0Leid1t98DZWoVL > .row .container { width:20rem;height:99.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #O7St9SvWRfdRryB94m5OeDVyLb0mIPZA { width:15.875rem;height:4.5rem;top:1.998046875rem;left:1.6552734375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R8sFSTB2gaAl5AQ3C0SLnKK6LTugbPx3 { width:18.5625rem;height:36.9375rem;top:7.6220703125rem;left:0.5625rem;font-size:1.0625rem;z-index:14995;display:block; }#R8sFSTB2gaAl5AQ3C0SLnKK6LTugbPx3 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/cd74dd53-5b00-48da-bf3a-93a990ed8924/checkblack.svg); }
 }@media only screen and (max-width: 763px) { #OVr6bG1ZglNUorbnF6NITAzHi38vDG8A { width:4.24926875rem;height:3.1860375rem;top:95.4375rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #krDmbT3KBsgOzCiM4l2bxfFn5UNpydS9 { width:4.87426875rem;height:1.499025rem;top:96.25rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y193GOJlQKoNRLv8odTTfkHVqCyklxA2 { width:5.43579375rem;height:2.49878125rem;top:95.75rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWyqr2RpfvH27a38MMkxVuguSgwBDkDk { width:12.4975625rem;height:1.29980625rem;top:92.9375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15152;display:block; }
 }@media only screen and (max-width: 763px) { #irITsUueyRGubhciUhwOpA63UGNto0Ts { width:20rem;height:91.125rem;top:1.060546875rem;left:0rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #rf4D243lAO1xnwUWXRDLVFoFnwmI19Ja { width:20rem;height:0;top:117rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #QAxB2Euzzy6NOau6mHofCMytuARc3Psx { width:20rem;height:0;top:63.850910186769rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #DTeEXf7WEs3mt7FJtwxv4uEeAm5yumKc { width:16.3720625rem;height:3.4121125rem;top:61rem;left:2.8125rem;font-size:2.625rem;color:#212226;display:block; }
 }@media only screen and (max-width: 763px) { #KE5hWL7IEGKeFQAGq9SSbyQG09pGi5SR { width:19.99975rem;height:0;top:71.446472167969rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #DOLUHPB2AEIl07p5KnzyMHDM1ohOaMQd { width:19.99875rem;height:5.76855625rem;top:72.5rem;left:0rem;font-size:4.4375rem;color:#033f42;display:block; }
 }@media only screen and (max-width: 763px) { #gwZJF9DKzbPc0FsioCWiIVUy7QaTNOCa { width:14.8115rem;height:1.7871125rem;top:79.75rem;left:2.185546875rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TcDkSeurh1qUTAOdBr1JGNRNqUChTE7z { top:83rem;left:1.3740234375rem;width:16.4375rem;height:4.125rem;background-color:#f41d1d;background-image:none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #tfmKpnnNp6OLPcUbB6MyS8p3fTrevE05 { display:block; }
 }@media only screen and (max-width: 763px) { #uXvNSiFsMbNI36ZaT8nbGvORWTG9Zvsc { width:20rem;height:0.9746125rem;top:89rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vKsrr67ylXFzZkgIm4P9p0fLQQhvkB6g { width:10.1245rem;height:10.1245rem;top:57.625rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xL8tpttE8PD9iW56SR7qtAObTTOOWqEx { width:19.99875rem;height:2.34375rem;top:70.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;z-index:15023;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #hLzeKAp3RXD5KS6UKUps66nyI9keTvf2 { width:20rem;height:3rem;top:65.8125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #AWS2c721GPXP0E15FvNBaqNW9fFXmm0Q { width:13.999rem;height:1.8681625rem;top:58.5625rem;left:1.1875rem;font-size:1.4375rem;text-align:left;text-align-last:left;z-index:15145;display:block; }
 }@media only screen and (max-width: 763px) { #aHrTcRTaHKDRbUoSJECK1dldD0oWLMnH { width:4.87426875rem;height:1.875rem;top:58.5625rem;left:15.125rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15024;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #b4NoLryrPqBFrFdT7xphqLlOFKoa8OZS { width:17.125rem;height:8.25rem;top:46.8125rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfEBEwbhrOpBDKr63hXoiUVo1S9SKLNx { background-color:#f2f2f2;background-image:url("https://images.assets-landingi.com/uc/5cda1708-be7e-457e-aca0-911c5935bf7d/AdobeStock_411824095.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#bfEBEwbhrOpBDKr63hXoiUVo1S9SKLNx.adaptive-delivery-prevent-bg, #bfEBEwbhrOpBDKr63hXoiUVo1S9SKLNx.lazyload, #bfEBEwbhrOpBDKr63hXoiUVo1S9SKLNx.lazyloading { background-image: none; }#bfEBEwbhrOpBDKr63hXoiUVo1S9SKLNx > .row .container { background-color: transparent; background-image: none; }#bfEBEwbhrOpBDKr63hXoiUVo1S9SKLNx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bfEBEwbhrOpBDKr63hXoiUVo1S9SKLNx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bfEBEwbhrOpBDKr63hXoiUVo1S9SKLNx > .row .container > .video-iframe-container { display: none; }#bfEBEwbhrOpBDKr63hXoiUVo1S9SKLNx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bfEBEwbhrOpBDKr63hXoiUVo1S9SKLNx > .row > .video-iframe-container { display: none; }#bfEBEwbhrOpBDKr63hXoiUVo1S9SKLNx > .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); }#bfEBEwbhrOpBDKr63hXoiUVo1S9SKLNx > .row .container { width:20rem;height:15.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lw5idRaGDgCKH5u8TPUDF3ZhmrDyrv32 { width:11.9375rem;height:5.875rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JrZUTRvNTVKU4aJxV1TwSNauOyqnyUoR { display:block; }#JrZUTRvNTVKU4aJxV1TwSNauOyqnyUoR > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q9ni5Po4BmUfWvHyZcQ6kSSvfwwFTaW0 { width:20rem;height:5.19965rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BDezDB0A9bdxLOCf7EvASishFNxRp061 { display:block; }#BDezDB0A9bdxLOCf7EvASishFNxRp061 > .row .container { width:20rem;height:38.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ezdqwTw9d1TCt03G2LwvHmvgaSymaOSH { width:20rem;height:5.60546875rem;top:1.4990215301514rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W0zEp6f9aVfkZrvftAy8T7A1Vy7WC3Lw { width:17.561875rem;height:28.5885625rem;top:8.3846035003663rem;left:1.21826171875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #brGRv5Zqiyvl51BUF2Lx5UM5GSfl0HFL { display:block; }#brGRv5Zqiyvl51BUF2Lx5UM5GSfl0HFL > .row .container { width:20rem;height:51.832641601562rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wOSfgTl3UosSa27D8uBSLmR7UaDk3KIr { width:20rem;height:5.60546875rem;top:1.0612392425537rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eENRUzc4qGO85wIhQLbIGfn4VO8ShrNA { width:17.5625rem;height:19.4921875rem;top:7.69921875rem;left:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V49EnutSKZ1l2oqsbsohgAZeqbfWxvG9 { width:18.5625rem;height:23.390625rem;top:28.4423828125rem;left:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3vGBFqGH2CH16JklTt0Xw7ErfAn8Wti { display:block; }#m3vGBFqGH2CH16JklTt0Xw7ErfAn8Wti > .row .container { width:20rem;height:39.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Arkg0dhiuK9hLxGMgxTgDslcViaTRqKn { width:20rem;height:1.86889375rem;top:1.4990253448486rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OuQceMkR0PfRkzeZ0pcw6Byhq7L9wn73 { width:17.561875rem;height:18.1926875rem;top:4.2610683441162rem;left:1.21826171875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNu2DKFwCmdHoKLJqSuFvhqguZtaGxXz { width:18.6246875rem;height:14.29425rem;top:23.767089247704rem;left:1.3745115995407rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5ra8JOMdtDCZC9qFOQVdr89WWRJzJzl { display:block; }#D5ra8JOMdtDCZC9qFOQVdr89WWRJzJzl > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l4lSCeuLM0RvFHJkCTnHfG8eLWXZV3NX { width:19rem;height:3.625rem;top:1.25rem;left:0.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1so52E0rIwzQ8Tx8kIFBsSpAJHVHIK0 { display:block; }
 }@media only screen and (max-width: 763px) { #yh7wCRx9T0iFMNStNod43cs8D1hcOBnZ { display:block; }#yh7wCRx9T0iFMNStNod43cs8D1hcOBnZ > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KHAW58P8LTF9W1lfmeQDiTiK86QLsBXT { width:20rem;height:5.19965rem;top:0.681640625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D7XnIzwWsHyTI0QHOBwJWP0REmdaQCpe { display:block; }#D7XnIzwWsHyTI0QHOBwJWP0REmdaQCpe > .row .container { width:20rem;height:38.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hURyrvtnI2aUsb4Cf8z3TULwZGLFW3ZT { width:20rem;height:7.796875rem;top:1.3860683441162rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPkAQwPrrRBrIEE3Uih2Fsftl8wzblAg { width:20rem;height:5.19791875rem;top:11.819661140442rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFhd92o2dcLFXsMG3T9fMi2cfbgsTz5A { width:20rem;height:6.49739375rem;top:19.627278327942rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAKqTPQA0ETehxPCJk9KxFsbBy5QxqAc { width:20rem;height:6.49739375rem;top:29.0888671875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4fsu2SrmnTkkIqAfJSJmwAHaTTKp53l { display:none; }#V4fsu2SrmnTkkIqAfJSJmwAHaTTKp53l { border-width: 0; border-radius: 0; }#V4fsu2SrmnTkkIqAfJSJmwAHaTTKp53l > .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; }#V4fsu2SrmnTkkIqAfJSJmwAHaTTKp53l > .row .container { width:20rem;height:172rem;background-color:#f2f2f2;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hobd0lTl19axnwDsfhxHe8ToJpCI28Ze { width:19.998375rem;height:2.92480625rem;top:4.2480211257934rem;left:0rem;text-align:center;text-align-last:center;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTiFLlzoaAim9KAuKoobJqbk2quMyQN7 { width:18.125rem;height:10.1875rem;top:44.0625rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #NzHxgRcxg0RpoRACniI8b3zcPchOIOTx { width:18.625rem;height:4.62890625rem;top:61.311828613281rem;left:0.49983727931976rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yufybL6c0ksgHL94NAZ25ixmqEb2ZLTm { width:16.375rem;height:4.62890625rem;top:37.998875617981rem;left:1.5314124822617rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeAcuod6OITRUTkB8DXrBumVfk1Q5oag { width:0.12429rem;height:0.12429rem;top:121.0625rem;left:5.9375rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #ARdRkQZNXgmdk7AlQANdBDVzcdU5mILc { width:16.9375rem;height:13.1875rem;top:9.9366455078125rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #oCmIuQr5XvCzgpdB8kLl0wx3BB493B96 { width:6.25rem;height:6.25rem;top:54.4375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #thxnGfFoZi6JLXIB87tFapnmu3ChQ65W { width:6.25rem;height:6.25rem;top:66.4375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDnTM2TKNMT3dzQA41qhMcqRVbOGpvJW { width:3.68685rem;height:3.68685rem;top:31.093100547791rem;left:7.8977867364881rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlQnvTrkz9uxzLwENwqyfbPU2FHB6MEt { width:3.5625rem;height:3.5625rem;top:67.75rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCTR3VCrxBCoKmRLL9FSnHXO1Xi0wTBy { width:16.4371875rem;height:3.0859375rem;top:25.561522006989rem;left:1.7805989980698rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C97kVFTcv3vXh1yuwWN0oEq1MdzMMC53 { width:6.25rem;height:6.25rem;top:18.125rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZXJufEtShx6Gh5HW9D2bcreX5F5dKAy { width:6.25rem;height:6.25rem;top:29.8125rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GC6L0hZJw8rbIkBIrTg7OhVw3xCa5U0F { width:3.6875rem;height:3.6875rem;top:19.5625rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfmr3We18D1tE7355TB5AOBSLwCUJI57 { width:3.5625rem;height:3.5625rem;top:55.8125rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqJev1ZzZXxdtxTnZ2MwMRbiNXv6ATS8 { width:16.936875rem;height:6.171875rem;top:73.311339855194rem;left:1.5299478769302rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGbgEaJMOdyUdquxUqJSC9gzeUnkmmPJ { width:20rem;height:11.6875rem;top:56.1875rem;left:0rem;z-index:14994;box-shadow: 0rem 0.1875rem 1.3125rem rgba(0,0,0,0.25) ;background-color:#073843;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #fzLdte4Izd9XbCQtzCvT9xrwCMmkbBKC { width:20rem;height:12.9375rem;top:31.123698234558rem;left:0rem;z-index:14995;box-shadow: 0rem 0.1875rem 1.3125rem rgba(0,0,0,0.24) ;background-color:#073843;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #MMADfQH9x5b6egXDwVUidGpXTML89bx0 { width:20rem;height:11.25rem;top:19.89501953125rem;left:0rem;z-index:14996;box-shadow: 0rem 0.1875rem 1.3125rem rgba(0,0,0,0.25) ;background-color:#073843;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #HJ3ec4Nw77lyoUhFFAo5VTSSApCxriT9 { width:20rem;height:12.125rem;top:1.4967441558838rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #TrgrQv5H4ocxO0ZVvp9WtT0nX226As3q { width:15.125rem;height:15.125rem;top:122.56100495117rem;left:2.375rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #tSTCaBz5oGQGhde3ced3EAcFnhxWsMvW { width:15.125rem;height:15.125rem;top:139.06100495117rem;left:2.375rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #mabIdwunLNPZkwpqF4TuNa1D2BFMQatr { width:13.125rem;height:15.125rem;top:155.56100495117rem;left:3.375rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #RLfIySH15u3CEw3O0dnlBRSD9O8s20T8 { background-color:#033f42;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RLfIySH15u3CEw3O0dnlBRSD9O8s20T8 > .row .container { background-color: transparent; background-image: none; }#RLfIySH15u3CEw3O0dnlBRSD9O8s20T8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RLfIySH15u3CEw3O0dnlBRSD9O8s20T8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RLfIySH15u3CEw3O0dnlBRSD9O8s20T8 > .row .container > .video-iframe-container { display: none; }#RLfIySH15u3CEw3O0dnlBRSD9O8s20T8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RLfIySH15u3CEw3O0dnlBRSD9O8s20T8 > .row > .video-iframe-container { display: none; }#RLfIySH15u3CEw3O0dnlBRSD9O8s20T8 > .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); }#RLfIySH15u3CEw3O0dnlBRSD9O8s20T8 > .row .container { border-width: 0; border-radius: 0; }#RLfIySH15u3CEw3O0dnlBRSD9O8s20T8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RLfIySH15u3CEw3O0dnlBRSD9O8s20T8 > .row .container { width:20rem;height:79.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #egAloArcVUa99ffZChsDPWkmevh44Nb7 { width:20rem;height:12.1248125rem;top:1.9336242675781rem;left:0rem;z-index:14998;background-color:#033f42;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #D5QIScRI2xTD9qCQCrn20vC8NaIokV7B { width:19.998375rem;height:2.92480625rem;top:1.9336032867432rem;left:0.00081384181976319rem;text-align:center;text-align-last:center;font-size:2.25rem;z-index:15001;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #FHe6Jy5wCp2Q8MXZMSVfd4IXsEFGs4BZ { width:16.936125rem;height:13.186125rem;top:5.6119127273559rem;left:1.5309784412384rem;z-index:14999;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnwHsyKi4yNrWHfy9itLM3W5QcFMleec { width:2.625rem;height:2.625rem;top:20.404296875rem;left:8.6875rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #tvt1q79mtW1MbM0Z7zsd3zHZ4glnqPKU { width:16.4371875rem;height:3.0872375rem;top:23.998985290528rem;left:2.4055989980697rem;font-size:1.1875rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #PePLGl6GCw6UfS3gfk2W0ms81HZp5B8M { width:3.5rem;height:3.5rem;top:29.1123046875rem;left:8.25rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #lMnhMO4Oa0L9hbN0xo9NbAcP8vdzs59p { width:16.374rem;height:4.6308625rem;top:33.623046875rem;left:1.8115234375rem;font-size:1.1875rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #eDqh3QbKxyKM2yZF34pUUmuAHSWvQBCT { width:18.125rem;height:10.1875rem;top:66.623046875rem;left:0.9375rem;z-index:15000;overflow:hidden;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4uHFCTGimuJSzpc9pCc9Q97aXhUTFE1 { width:3.0625rem;height:3.0625rem;top:40.28125rem;left:8.46875rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #sc95JfWTn3KILrDAulqgNVtZrF6LudBw { width:2.875rem;height:2.875rem;top:52.8095703125rem;left:8.5625rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #OZPLmt76MaS6XitqVsKxn9dAChu3vgu2 { width:16.4375rem;height:6.17448125rem;top:44.7802734375rem;left:1.78125rem;font-size:1.1875rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #XtsalnPFXOBM5t5QZI6S9WExQC2ZeRAy { width:13.5rem;height:7.718125rem;top:56.6865234375rem;left:3.25rem;font-size:1.1875rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #kMC83Xs3TmZ8aSEvpJ76pWDm7goeOOi0 { background-color:#033f42;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kMC83Xs3TmZ8aSEvpJ76pWDm7goeOOi0 > .row .container { background-color: transparent; background-image: none; }#kMC83Xs3TmZ8aSEvpJ76pWDm7goeOOi0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kMC83Xs3TmZ8aSEvpJ76pWDm7goeOOi0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kMC83Xs3TmZ8aSEvpJ76pWDm7goeOOi0 > .row .container > .video-iframe-container { display: none; }#kMC83Xs3TmZ8aSEvpJ76pWDm7goeOOi0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kMC83Xs3TmZ8aSEvpJ76pWDm7goeOOi0 > .row > .video-iframe-container { display: none; }#kMC83Xs3TmZ8aSEvpJ76pWDm7goeOOi0 > .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); }#kMC83Xs3TmZ8aSEvpJ76pWDm7goeOOi0 > .row .container { border-width: 0; border-radius: 0; }#kMC83Xs3TmZ8aSEvpJ76pWDm7goeOOi0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kMC83Xs3TmZ8aSEvpJ76pWDm7goeOOi0 > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eL8VoaLDdwZ8fTZ2zgCKsfT8iiPvNcdW { width:19.9989375rem;height:7.4739375rem;top:0.40681076049805rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #dD0pSA5kt2PnInzezn0HdkVhxnzMwPs5 { display:block; }#dD0pSA5kt2PnInzezn0HdkVhxnzMwPs5 > .row .container { width:20rem;height:27.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FkidlicNxAFO1XcRfxvoevkw0DXphmsd { width:20rem;height:11.2109375rem;top:1.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTB6oLvWxCMnWL78WnJa5MdMUJsVTvzx { width:20rem;height:7.5546875rem;top:17.433307647705rem;left:0rem;text-align:center;text-align-last:center;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARyB9NgPuOBXGJMkQQozAT6ybyPwGias { width:20rem;height:3.9375rem;top:14.962890625rem;left:0rem;font-size:1.375rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;background-color:#ffd479;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #ENIt77TbSmBT7VdJ3fXTez5gxWTG5T6h { display:block; }
 }@media only screen and (max-width: 763px) { #N1D3sQZx8ozDAwhbholyxOqNaxPXIXHW { display:block; }#N1D3sQZx8ozDAwhbholyxOqNaxPXIXHW > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T2OOiB38rE0VZDrsNWE5o6RGoohcOdcR { width:20rem;height:2.59895625rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }