.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;
}
html,
body {
  font-size: 16px;
}
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;
}
:root { --color-primary-0:220,247,255;--color-primary-1:149,230,254;--color-primary-2:79,214,254;--color-primary-3:14,154,229;--color-primary-4:34,98,138;--color-secondary-0:255,239,228;--color-secondary-1:255,200,166;--color-secondary-2:255,145,77;--color-secondary-3:128,73,39;--color-secondary-4:38,22,12;--color-tertiary-0:255,255,255;--color-tertiary-1:246,246,246;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Lato";--paragraphs-font-family:"Lato"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(244,239,239,0.3);background-image:none;position:relative;display:block; }
#ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ > .row > .video-iframe-container { display: none; }#ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ > .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); }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U { background-color:rgba(var(--color-tertiary-0),0.75);background-image:url("https://images.assets-landingi.com/uc/ffdcea73-04dc-427c-89c9-4a4213504289/Beztytuu1400x1000px.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;z-index:auto;display:block; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U.adaptive-delivery-prevent-bg, #Drw1oLkv8seugqkhgUJfCRud3FNzsV9U.lazyload, #Drw1oLkv8seugqkhgUJfCRud3FNzsV9U.lazyloading { background-image: none; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row .container { background-color: transparent; background-image: none; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row .container > .video-iframe-container { display: none; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row > .video-iframe-container { display: none; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .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); }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row .container { border-width: 0; border-radius: 0; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row .container { width:75rem;height:62.5rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#x6drCiQQTbOhOduRyCH6EdrwGsIpyZQW { background-color:#0e9ae5;background-image: -webkit-linear-gradient(top, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(top, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(top, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(top, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(to bottom, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.872375rem;height:3.75rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:39.125rem;left:6.6484375rem;display:block; }
#QBsezAe8EMIL1AuVOnlbDiNVEsOOXtAM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OxTVf8iSehF29cX6htmDBn1P5p2ypJFU { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:1.9995125rem;width:1.9995125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;top:50.74951171875rem;left:38.3125rem; }
#Th19Hn6J3iiGLsaEaTrvbv22UUKm1VAy { position:absolute;display:block;z-index:15013;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.375rem;width:11.875rem;top:1.1865234375rem;left:1.890869140625rem;overflow:hidden;display:block; }
#HBpOqelbcLE8WyiqohTohOE7P34380sb { position:absolute;display:block;z-index:15014;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:20.3125rem;width:20.3125rem;top:12.333333969116rem;left:3.42578125rem;overflow:hidden;display:block; }
#d1EoQT465v8qnKUaiJRvqlbqarT9bVnF { color:rgba(var(--color-primary-4),1);display:block;width:26.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:30.944011688233rem;left:0.51953125rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aPRHXqyOLgeWLTSVic8kvIICuyz3GFV5 { position:absolute;display:block;z-index:14998;background-color:rgba(244,248,255,0.65);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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:41.1875rem;width:26.0625rem;top:10.625rem;left:0rem;display:block; }
#htoE8psCxuLqQB6x0AwwoJzoR2VOvecW { position:absolute;display:block;z-index:15015;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:13.9375rem;width:13.9375rem;top:61.1875rem;left:49.009113311767rem;overflow:hidden;display:block; }
#cOeAo8iHVG7rclwhwJUFp5VxWEEUZNXD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#cOeAo8iHVG7rclwhwJUFp5VxWEEUZNXD > .row .container { background-color: transparent; background-image: none; }#cOeAo8iHVG7rclwhwJUFp5VxWEEUZNXD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cOeAo8iHVG7rclwhwJUFp5VxWEEUZNXD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cOeAo8iHVG7rclwhwJUFp5VxWEEUZNXD > .row .container > .video-iframe-container { display: none; }#cOeAo8iHVG7rclwhwJUFp5VxWEEUZNXD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cOeAo8iHVG7rclwhwJUFp5VxWEEUZNXD > .row > .video-iframe-container { display: none; }#cOeAo8iHVG7rclwhwJUFp5VxWEEUZNXD > .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); }#cOeAo8iHVG7rclwhwJUFp5VxWEEUZNXD > .row .container { border-width: 0; border-radius: 0; }#cOeAo8iHVG7rclwhwJUFp5VxWEEUZNXD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cOeAo8iHVG7rclwhwJUFp5VxWEEUZNXD > .row .container { font-size:0.875rem;font-family:arial;height:28.75rem;width:75rem;position:relative;display:block; }#HZUOXiPghm9V2BIr04SVvIbGMkxvnmrg { color:rgba(var(--color-primary-4),1);display:block;width:58.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:12.875003814698rem;left:8.65625rem;height:12.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RTi8sPG0utu7otG939LGdE3BZ7zttx6l { color:rgba(var(--color-secondary-2),1);display:block;width:71.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:5.3125rem;left:0rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LzrMvnohwU47IBfElWR2Bhm5DWoAp653 { 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:31.25rem;width:31.25rem;display:none; }
#m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image: -webkit-linear-gradient(top, rgba(var(--color-primary-4),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(top, rgba(var(--color-primary-4),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(top, rgba(var(--color-primary-4),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(top, rgba(var(--color-primary-4),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(to bottom, rgba(var(--color-primary-4),1), rgba(var(--color-primary-4),1));background-size:auto !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; }#m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM > .row .container { background-color: transparent; background-image: none; }#m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM > .row .container > .video-iframe-container { display: none; }#m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM > .row > .video-iframe-container { display: none; }#m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM > .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); }#m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM > .row .container { border-width: 0; border-radius: 0; }#m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM > .row .container { font-size:0.875rem;font-family:arial;height:19.8125rem;width:75rem;position:relative;display:block; }#icZhdl3IrI6ktQPfOFPPkaDPvuvBNhJ1 { color:rgba(var(--color-tertiary-1),1);display:block;width:73.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:0.58723926544189rem;left:0.53125rem;height:15.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eTKiIhrmQSlTwHugfTqvdC7oOnw0hTKO { background-color:#0e9ae5;background-image: -webkit-linear-gradient(top, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(top, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(top, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(top, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(to bottom, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);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.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.8733125rem;height:3.875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:14.005208969116rem;left:31.156253814698rem;display:block; }
#SglMzvadWWOShRA4rnDBTnJVEVEJBDRN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hUHsSG24tCxkvrBzzd7dM3I0TqvbsFus { color:rgba(var(--color-tertiary-1),1);display:block;width:55.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:9.2330722808837rem;left:10.125rem;height:3.9375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ToUHuRoJhvWDx4eqOWa9zyopKORZs5qT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#ToUHuRoJhvWDx4eqOWa9zyopKORZs5qT > .row .container { background-color: transparent; background-image: none; }#ToUHuRoJhvWDx4eqOWa9zyopKORZs5qT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ToUHuRoJhvWDx4eqOWa9zyopKORZs5qT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ToUHuRoJhvWDx4eqOWa9zyopKORZs5qT > .row .container > .video-iframe-container { display: none; }#ToUHuRoJhvWDx4eqOWa9zyopKORZs5qT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ToUHuRoJhvWDx4eqOWa9zyopKORZs5qT > .row > .video-iframe-container { display: none; }#ToUHuRoJhvWDx4eqOWa9zyopKORZs5qT > .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); }#ToUHuRoJhvWDx4eqOWa9zyopKORZs5qT > .row .container { border-width: 0; border-radius: 0; }#ToUHuRoJhvWDx4eqOWa9zyopKORZs5qT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ToUHuRoJhvWDx4eqOWa9zyopKORZs5qT > .row .container { font-size:0.875rem;font-family:arial;height:43.9375rem;width:75rem;position:relative;display:block; }#Jtr31FEZB0FEnotQcAPTqXrrfEEEzgFd { color:rgba(var(--color-primary-4),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:8.1875rem;left:26.1875rem;height:3.673825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PvqeliIVdwaFJTykEnwB4TPc1DtThtT5 { color:rgba(var(--color-primary-4),1);display:block;width:23.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:13.498699188233rem;left:26.375003814698rem;height:30.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#PvqeliIVdwaFJTykEnwB4TPc1DtThtT5 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#PvqeliIVdwaFJTykEnwB4TPc1DtThtT5 li:before{  }
#skIhNwkWKSPterKUkPHgKAmLrFDg1lhU { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:6.25rem;width:6.25rem;top:1.8125rem;left:34.1875rem;display:block; }
#lTRzlAtgp9TqNXT0OUPdh4dGzorD0A1T { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),1);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:2.5rem;top:12.1875rem;left:36.0625rem;display:block; }
#gM3EHvMkKHrxhSRDzix6FCs5fKEtkmk2 { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.124025rem;width:2.124025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;top:3.873291015625rem;left:36.25rem; }
#FTLnAzliBRR53mnOASAtuJGSn57l7VAh { 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:15rem;width:15rem;top:13.499998092651rem;left:5rem;overflow:hidden;display:block; }
#ZQPX9VTkV5VL0Ue43MxKWukUmi8sdcN1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#ZQPX9VTkV5VL0Ue43MxKWukUmi8sdcN1 > .row .container { background-color: transparent; background-image: none; }#ZQPX9VTkV5VL0Ue43MxKWukUmi8sdcN1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZQPX9VTkV5VL0Ue43MxKWukUmi8sdcN1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZQPX9VTkV5VL0Ue43MxKWukUmi8sdcN1 > .row .container > .video-iframe-container { display: none; }#ZQPX9VTkV5VL0Ue43MxKWukUmi8sdcN1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZQPX9VTkV5VL0Ue43MxKWukUmi8sdcN1 > .row > .video-iframe-container { display: none; }#ZQPX9VTkV5VL0Ue43MxKWukUmi8sdcN1 > .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); }#ZQPX9VTkV5VL0Ue43MxKWukUmi8sdcN1 > .row .container { border-width: 0; border-radius: 0; }#ZQPX9VTkV5VL0Ue43MxKWukUmi8sdcN1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZQPX9VTkV5VL0Ue43MxKWukUmi8sdcN1 > .row .container { font-size:0.875rem;font-family:arial;height:39.1875rem;width:75rem;position:relative;display:block; }#oIThtFdJp6VIZ2Sws5IO0A9K8PKeZFHo { color:rgba(var(--color-primary-4),1);display:block;width:25.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15008;line-height:1.4;letter-spacing:0;top:7.625rem;left:0rem;height:5.5107375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xAuqXu0scDCkg8TRyrhzSN4EuxzlJsVS { color:rgba(var(--color-primary-4),1);display:block;width:22.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:12.9375rem;left:1.375rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#xAuqXu0scDCkg8TRyrhzSN4EuxzlJsVS li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#xAuqXu0scDCkg8TRyrhzSN4EuxzlJsVS li:before{  }
#QRwkuQKBUQtm3zyJBCUORmeNgMwJWaJa { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),1);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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:6.25rem;width:6.25rem;top:1.25rem;left:9.375rem;display:block; }
#HIVv3Hkgwm4GWEOKJGv7npJAPhzmkm2v { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-2),1);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:2.5rem;top:11.625rem;left:11.25rem;display:block; }
#qKgBZuSnM63O7TTc5M5zXGLllklySSBn { color:rgba(var(--color-primary-4),1);display:block;width:20.7495rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15013;line-height:1.4;letter-spacing:0;top:7.625rem;left:52.1240234375rem;height:3.674475rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T8PvTQck2qnyBmHmTbETTeVPgMZmsN7G { color:rgba(var(--color-primary-4),1);display:block;width:22.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:12.9375rem;left:51.374267578125rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#T8PvTQck2qnyBmHmTbETTeVPgMZmsN7G li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#T8PvTQck2qnyBmHmTbETTeVPgMZmsN7G li:before{  }
#JCcdGtui3y3OFLTAAbotXTNmgpnTuv9p { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-2),1);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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:6.25rem;width:6.25rem;top:1.25rem;left:59.375rem;display:block; }
#mbugsThQ0dlOXRuyK2U2SbtKvs1zEmIX { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-primary-2),1);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:2.5rem;top:11.6240234375rem;left:61.25rem;display:block; }
#PdFvVLQLWIbomV3s9W0FZB6Uin4coz4Q { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;top:3.3125rem;left:61.4375rem; }
#eOGHsdf7Wubar7U9RpQW7xP5PfGN0IPf { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.124025rem;width:2.124025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;top:3.311767578125rem;left:11.436767578125rem; }
#EWMDSMvFSZZsD1gWDEbtXJoG4qvNxy3T { 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:20.75rem;width:24.8125rem;top:9.708335876465rem;left:25.000003814698rem;overflow:hidden;display:block; }
#ClQKHediqHQhnbf3fQTUsPEClvU6X3Zv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);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; }#ClQKHediqHQhnbf3fQTUsPEClvU6X3Zv > .row .container { background-color: transparent; background-image: none; }#ClQKHediqHQhnbf3fQTUsPEClvU6X3Zv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ClQKHediqHQhnbf3fQTUsPEClvU6X3Zv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ClQKHediqHQhnbf3fQTUsPEClvU6X3Zv > .row .container > .video-iframe-container { display: none; }#ClQKHediqHQhnbf3fQTUsPEClvU6X3Zv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ClQKHediqHQhnbf3fQTUsPEClvU6X3Zv > .row > .video-iframe-container { display: none; }#ClQKHediqHQhnbf3fQTUsPEClvU6X3Zv > .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); }#ClQKHediqHQhnbf3fQTUsPEClvU6X3Zv > .row .container { border-width: 0; border-radius: 0; }#ClQKHediqHQhnbf3fQTUsPEClvU6X3Zv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ClQKHediqHQhnbf3fQTUsPEClvU6X3Zv > .row .container { font-size:0.875rem;font-family:arial;height:8.875rem;width:75rem;position:relative;display:block; }#phGNct4R19dfpTtnPNS4eDT4tTk9aDw1 { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:1.024169921875rem;left:0rem;height:6.824225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OJBvN7Cm6u8UPARPTAP4Z3qbTZuSz8tM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);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; }#OJBvN7Cm6u8UPARPTAP4Z3qbTZuSz8tM > .row .container { background-color: transparent; background-image: none; }#OJBvN7Cm6u8UPARPTAP4Z3qbTZuSz8tM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OJBvN7Cm6u8UPARPTAP4Z3qbTZuSz8tM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OJBvN7Cm6u8UPARPTAP4Z3qbTZuSz8tM > .row .container > .video-iframe-container { display: none; }#OJBvN7Cm6u8UPARPTAP4Z3qbTZuSz8tM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OJBvN7Cm6u8UPARPTAP4Z3qbTZuSz8tM > .row > .video-iframe-container { display: none; }#OJBvN7Cm6u8UPARPTAP4Z3qbTZuSz8tM > .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); }#OJBvN7Cm6u8UPARPTAP4Z3qbTZuSz8tM > .row .container { border-width: 0; border-radius: 0; }#OJBvN7Cm6u8UPARPTAP4Z3qbTZuSz8tM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OJBvN7Cm6u8UPARPTAP4Z3qbTZuSz8tM > .row .container { font-size:0.875rem;font-family:arial;height:28.625rem;width:75rem;position:relative;display:block; }#dHg1hAz4HvUMC99GQOhvyZEdrk07yKDs { color:rgba(var(--color-tertiary-0),1);display:block;width:17.4365rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:8.6875rem;left:3.625rem;height:3.67448125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wv2oztqLTlyBJwIXmGgxpTzSC4M7rbkh { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),1);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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:11.75rem;width:19.625rem;top:15rem;left:27.762939453125rem;display:block; }
#d1gJG6PD8le4egDIcLO3XZ7IEzQdmbnw { color:rgba(var(--color-tertiary-0),1);display:block;width:19.187rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15008;line-height:1.4;letter-spacing:0;top:8.486328125rem;left:27.9052734375rem;height:3.674475rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#E7IyiAgTfsNRu8qrwVn7DGePMcLstbQJ { color:rgba(var(--color-tertiary-0),1);display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:15.71875rem;left:28.761722564698rem;height:12.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#E7IyiAgTfsNRu8qrwVn7DGePMcLstbQJ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#E7IyiAgTfsNRu8qrwVn7DGePMcLstbQJ li:before{  }
#tkcksO8O8RDO2xhXnzRKCeQlqQ7crLXC { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-2),1);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.124511875rem;width:2.5rem;top:13.123779296875rem;left:35.543212890625rem;display:block; }
#XJuTysETc80Q41wKmPWtMIBpqqyGaDdG { color:rgba(var(--color-tertiary-0),1);display:block;width:17.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15013;line-height:1.4;letter-spacing:0;top:8.75rem;left:53.998779296875rem;height:3.67448125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#r3BDAtTxt1a042gTm2GpT2eKoOw8nl3T { color:rgba(var(--color-tertiary-0),1);display:block;width:15.872375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:16.65625rem;left:54.750003814698rem;height:8.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#r3BDAtTxt1a042gTm2GpT2eKoOw8nl3T li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#r3BDAtTxt1a042gTm2GpT2eKoOw8nl3T li:before{  }
#HNBt6a8wTpTWGqBA8o9etr3bJog5cADV { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-primary-2),1);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.124511875rem;width:2.5rem;top:13.123779296875rem;left:61.25rem;display:block; }
#hBgeHwvrIp4ybW8O34Ll6s3aq08hHoBo { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:6.25rem;width:6.25rem;top:1.25rem;left:9.375rem;display:block; }
#OIT9KXpEHfoqnJerQxlc7DBarhKbxWNq { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:3.31176875rem;width:3.31176875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;top:2.718505859375rem;left:10.906005859375rem; }
#hTJ5F3PqAnHdIbTccvVSmfrUK4qhTLDc { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-2),1);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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:6.25rem;width:6.25rem;top:1.25rem;left:34.375rem;display:block; }
#FDpdxt5Q7UTkIMmd4ZkNlsd2TzXsZ6xT { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:3.2495125rem;width:3.2495125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;top:2.7490234375rem;left:35.937744140625rem; }
#sJMO1fcN16izE7J5QMqmeTbWnCtManQv { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-2),1);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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:6.25rem;width:6.25rem;top:1.25rem;left:59.375rem;display:block; }
#bvoD2wgisd6A5PCBITcIeooGpJSdwbRU { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.87475625rem;width:2.87475625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;top:2.93701171875rem;left:61.06201171875rem; }
#G3Dd2vIexOiiziwSu7TabugB0OJV1Hh5 { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),1);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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:11.6875rem;width:19.5625rem;top:15.12451171875rem;left:2.624267578125rem;display:block; }
#PU37g02WnX8ywdgGZ1ZsrHHiFOERk42b { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-2),1);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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:11.75rem;width:19.5rem;top:15rem;left:52.750244140625rem;display:block; }
#vby7n9Pgi8ffuJx2LIfP8gZrOG5UTFZi { color:rgba(var(--color-tertiary-0),1);display:block;width:15.872375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:17.90625rem;left:3.625rem;height:5.9375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#vby7n9Pgi8ffuJx2LIfP8gZrOG5UTFZi li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#vby7n9Pgi8ffuJx2LIfP8gZrOG5UTFZi li:before{  }
#zBDDMBBtUyxkLczCkcgkMIRGtEhuvPbf { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-2),1);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.124511875rem;width:2.5rem;top:13.25rem;left:11.0625rem;display:block; }
#IEedeb9Kuaa68yKCSoKdIc3TubH3ETLy { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),1);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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:11.6875rem;width:19.5625rem;top:15.12451171875rem;left:2.624267578125rem;display:none; }
#yIpAzL6fMbkMBLxfgoIm7xI2Xo0mIb5O { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);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; }#yIpAzL6fMbkMBLxfgoIm7xI2Xo0mIb5O > .row .container { background-color: transparent; background-image: none; }#yIpAzL6fMbkMBLxfgoIm7xI2Xo0mIb5O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yIpAzL6fMbkMBLxfgoIm7xI2Xo0mIb5O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yIpAzL6fMbkMBLxfgoIm7xI2Xo0mIb5O > .row .container > .video-iframe-container { display: none; }#yIpAzL6fMbkMBLxfgoIm7xI2Xo0mIb5O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yIpAzL6fMbkMBLxfgoIm7xI2Xo0mIb5O > .row > .video-iframe-container { display: none; }#yIpAzL6fMbkMBLxfgoIm7xI2Xo0mIb5O > .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); }#yIpAzL6fMbkMBLxfgoIm7xI2Xo0mIb5O > .row .container { border-width: 0; border-radius: 0; }#yIpAzL6fMbkMBLxfgoIm7xI2Xo0mIb5O > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yIpAzL6fMbkMBLxfgoIm7xI2Xo0mIb5O > .row .container { font-size:0.875rem;font-family:arial;height:8.875rem;width:75rem;position:relative;display:block; }#DHkiDb4Umia13cw6GHTuZES4DyRlTFT2 { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:3.6875rem;left:0rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EZXBKraC2D04Jd4S7m0PnwsVlJU27E50 { 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:15rem;width:15rem;top:7.0976486206056rem;left:42.937503814698rem;overflow:hidden;display:block; }
#zAwe7L9kgTQJgTZN8zTO270qvGwA3PAs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#zAwe7L9kgTQJgTZN8zTO270qvGwA3PAs > .row .container { background-color: transparent; background-image: none; }#zAwe7L9kgTQJgTZN8zTO270qvGwA3PAs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zAwe7L9kgTQJgTZN8zTO270qvGwA3PAs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zAwe7L9kgTQJgTZN8zTO270qvGwA3PAs > .row .container > .video-iframe-container { display: none; }#zAwe7L9kgTQJgTZN8zTO270qvGwA3PAs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zAwe7L9kgTQJgTZN8zTO270qvGwA3PAs > .row > .video-iframe-container { display: none; }#zAwe7L9kgTQJgTZN8zTO270qvGwA3PAs > .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); }#zAwe7L9kgTQJgTZN8zTO270qvGwA3PAs > .row .container { border-width: 0; border-radius: 0; }#zAwe7L9kgTQJgTZN8zTO270qvGwA3PAs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zAwe7L9kgTQJgTZN8zTO270qvGwA3PAs > .row .container { font-size:0.875rem;font-family:arial;height:66.1875rem;width:75rem;position:relative;display:block; }#D9cFOw2ZeIzPF8KIqZ5iQZzKlVTcPAsT { color:rgba(var(--color-primary-4),1);display:block;width:59.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:4.7487030029297rem;left:7.3736991882325rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zCD2pWPNl5hPlyIXKbkVWO6Hi4OgxKzQ { color:rgba(var(--color-primary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:7.1875rem;left:0rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FP7LwcyTEsdGuJarf2T7L3z9lS6tWZvl { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:56.1875rem;width:70.3125rem;top:8.1588542461394rem;left:1.64453125rem;overflow:hidden;display:block; }
#pIx89dVAKmqhcrbWP3lasnoLcnEHIz7C { 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:31.25rem;width:31.25rem;display:none; }
#TPBizX0cTDipi5tT0H34XWmLntfsAqQ5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image: -webkit-linear-gradient(top, rgba(var(--color-primary-4),1), #1f6494);background-image: -moz-linear-gradient(top, rgba(var(--color-primary-4),1), #1f6494);background-image: -ms-linear-gradient(top, rgba(var(--color-primary-4),1), #1f6494);background-image: -o-linear-gradient(top, rgba(var(--color-primary-4),1), #1f6494);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='#1f6494' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='#1f6494' );";background-image: linear-gradient(to bottom, rgba(var(--color-primary-4),1), #1f6494);background-size:auto !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; }#TPBizX0cTDipi5tT0H34XWmLntfsAqQ5 > .row .container { background-color: transparent; background-image: none; }#TPBizX0cTDipi5tT0H34XWmLntfsAqQ5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TPBizX0cTDipi5tT0H34XWmLntfsAqQ5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TPBizX0cTDipi5tT0H34XWmLntfsAqQ5 > .row .container > .video-iframe-container { display: none; }#TPBizX0cTDipi5tT0H34XWmLntfsAqQ5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TPBizX0cTDipi5tT0H34XWmLntfsAqQ5 > .row > .video-iframe-container { display: none; }#TPBizX0cTDipi5tT0H34XWmLntfsAqQ5 > .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); }#TPBizX0cTDipi5tT0H34XWmLntfsAqQ5 > .row .container { border-width: 0; border-radius: 0; }#TPBizX0cTDipi5tT0H34XWmLntfsAqQ5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TPBizX0cTDipi5tT0H34XWmLntfsAqQ5 > .row .container { font-size:0.875rem;font-family:arial;height:17.125rem;width:75rem;position:relative;display:block; }#PHoTGThK8qxH8QcySizTlUO6GVJHVStE { color:rgba(var(--color-tertiary-1),1);display:block;width:73.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:1.8333339691162rem;left:1.0611991882324rem;height:4.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#f131r7vDzIzQKoVW9DSn094KxPkiizrs { background-color:#0e9ae5;background-image: -webkit-linear-gradient(top, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(top, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(top, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(top, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(to bottom, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);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.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.872375rem;height:3.875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:11.128908157349rem;left:31.093753814698rem;display:block; }
#SyaKinhpOuP2aB1xQ7D3HxVh9E9xmOCP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ovr56OHcgzzmGyQrRSCma9T8e2WgIuxH { color:rgba(var(--color-tertiary-1),1);display:block;width:55.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:6.6692714691163rem;left:10.061199188233rem;height:3.46875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eoNhz4O4ytFXpWpp1vEnpVbkQUlqk88b { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#eoNhz4O4ytFXpWpp1vEnpVbkQUlqk88b > .row .container { background-color: transparent; background-image: none; }#eoNhz4O4ytFXpWpp1vEnpVbkQUlqk88b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eoNhz4O4ytFXpWpp1vEnpVbkQUlqk88b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eoNhz4O4ytFXpWpp1vEnpVbkQUlqk88b > .row .container > .video-iframe-container { display: none; }#eoNhz4O4ytFXpWpp1vEnpVbkQUlqk88b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eoNhz4O4ytFXpWpp1vEnpVbkQUlqk88b > .row > .video-iframe-container { display: none; }#eoNhz4O4ytFXpWpp1vEnpVbkQUlqk88b > .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); }#eoNhz4O4ytFXpWpp1vEnpVbkQUlqk88b > .row .container { border-width: 0; border-radius: 0; }#eoNhz4O4ytFXpWpp1vEnpVbkQUlqk88b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eoNhz4O4ytFXpWpp1vEnpVbkQUlqk88b > .row .container { font-size:0.875rem;font-family:arial;height:74.5625rem;width:75rem;position:relative;display:block; }#RIJmDl3zy3idrmHBzD40JP721PaL7842 { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:0rem;left:0rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZOH2Im3XxOhTp678SOxpmGtJGn2fLmoU { color:rgba(var(--color-primary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:1.9375rem;left:0rem;height:6.824225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TCQ1MznyO1FTCWGEUTqMxqkLFeTRUX9u { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:59.9375rem;width:75rem;top:9.6875rem;left:0.3125rem;overflow:hidden;display:block; }
#Q9S5rLSoRBd1u61Ru5GuzVLrom0epQbc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image: -webkit-linear-gradient(top, rgba(var(--color-primary-4),1), #1f6494);background-image: -moz-linear-gradient(top, rgba(var(--color-primary-4),1), #1f6494);background-image: -ms-linear-gradient(top, rgba(var(--color-primary-4),1), #1f6494);background-image: -o-linear-gradient(top, rgba(var(--color-primary-4),1), #1f6494);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='#1f6494' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='#1f6494' );";background-image: linear-gradient(to bottom, rgba(var(--color-primary-4),1), #1f6494);background-size:auto !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; }#Q9S5rLSoRBd1u61Ru5GuzVLrom0epQbc > .row .container { background-color: transparent; background-image: none; }#Q9S5rLSoRBd1u61Ru5GuzVLrom0epQbc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q9S5rLSoRBd1u61Ru5GuzVLrom0epQbc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q9S5rLSoRBd1u61Ru5GuzVLrom0epQbc > .row .container > .video-iframe-container { display: none; }#Q9S5rLSoRBd1u61Ru5GuzVLrom0epQbc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q9S5rLSoRBd1u61Ru5GuzVLrom0epQbc > .row > .video-iframe-container { display: none; }#Q9S5rLSoRBd1u61Ru5GuzVLrom0epQbc > .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); }#Q9S5rLSoRBd1u61Ru5GuzVLrom0epQbc > .row .container { border-width: 0; border-radius: 0; }#Q9S5rLSoRBd1u61Ru5GuzVLrom0epQbc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Q9S5rLSoRBd1u61Ru5GuzVLrom0epQbc > .row .container { font-size:0.875rem;font-family:arial;height:26.0625rem;width:75rem;position:relative;display:block; }#xJAMLQ6mBars4ERboz0borE1U7202MsX { color:rgba(var(--color-tertiary-1),1);display:block;width:73.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:2.0859375rem;left:0.53125rem;height:15.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H2fgnxqAg5cmI7WnOuxaeoeG1xJDd4AO { background-color:#0e9ae5;background-image: -webkit-linear-gradient(top, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(top, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(top, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(top, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(to bottom, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);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.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.872375rem;height:3.875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:19.817710876465rem;left:31.156253814698rem;display:block; }
#zalZzt9R1hXSycNJT75SVQMUfuAQDfrs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HtuFm2mlFHNrkMzfa2ewlvHS5kOA7HPJ { color:rgba(var(--color-tertiary-1),1);display:block;width:55.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:14.731773376465rem;left:9.53125rem;height:3.9375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CKdTGuELyEBJsyLRQ4n5SVFzXrRcRLMK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !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; }#CKdTGuELyEBJsyLRQ4n5SVFzXrRcRLMK.adaptive-delivery-prevent-bg, #CKdTGuELyEBJsyLRQ4n5SVFzXrRcRLMK.lazyload, #CKdTGuELyEBJsyLRQ4n5SVFzXrRcRLMK.lazyloading { background-image: none; }#CKdTGuELyEBJsyLRQ4n5SVFzXrRcRLMK > .row .container { background-color: transparent; background-image: none; }#CKdTGuELyEBJsyLRQ4n5SVFzXrRcRLMK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CKdTGuELyEBJsyLRQ4n5SVFzXrRcRLMK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CKdTGuELyEBJsyLRQ4n5SVFzXrRcRLMK > .row .container > .video-iframe-container { display: none; }#CKdTGuELyEBJsyLRQ4n5SVFzXrRcRLMK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CKdTGuELyEBJsyLRQ4n5SVFzXrRcRLMK > .row > .video-iframe-container { display: none; }#CKdTGuELyEBJsyLRQ4n5SVFzXrRcRLMK > .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); }#CKdTGuELyEBJsyLRQ4n5SVFzXrRcRLMK > .row .container { border-width: 0; border-radius: 0; }#CKdTGuELyEBJsyLRQ4n5SVFzXrRcRLMK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CKdTGuELyEBJsyLRQ4n5SVFzXrRcRLMK > .row .container { font-size:0.875rem;font-family:arial;height:102.0625rem;width:75rem;position:relative;display:block; }#sq6QPWHwBccz3LTKIZA2W6Jh1kxkmu85 { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:0rem;left:0rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Eik4il3GeLzECA5dvvvDwCS4Bo9u9kso { color:rgba(var(--color-primary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:6.0716018676758rem;left:8.70703125rem;height:6.824225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#C2k9Ki8DlCok915oJ5fxtq5kBugSqSra { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:89.25rem;width:74.9375rem;top:12.812488555908rem;left:0rem;overflow:hidden;display:block; }
#KHO24vE9UQlTJTt0pt1GVwtnw1tHS0Kr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image: -webkit-linear-gradient(top, rgba(var(--color-primary-4),1), #1f6494);background-image: -moz-linear-gradient(top, rgba(var(--color-primary-4),1), #1f6494);background-image: -ms-linear-gradient(top, rgba(var(--color-primary-4),1), #1f6494);background-image: -o-linear-gradient(top, rgba(var(--color-primary-4),1), #1f6494);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='#1f6494' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='#1f6494' );";background-image: linear-gradient(to bottom, rgba(var(--color-primary-4),1), #1f6494);background-size:auto !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; }#KHO24vE9UQlTJTt0pt1GVwtnw1tHS0Kr > .row .container { background-color: transparent; background-image: none; }#KHO24vE9UQlTJTt0pt1GVwtnw1tHS0Kr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KHO24vE9UQlTJTt0pt1GVwtnw1tHS0Kr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KHO24vE9UQlTJTt0pt1GVwtnw1tHS0Kr > .row .container > .video-iframe-container { display: none; }#KHO24vE9UQlTJTt0pt1GVwtnw1tHS0Kr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KHO24vE9UQlTJTt0pt1GVwtnw1tHS0Kr > .row > .video-iframe-container { display: none; }#KHO24vE9UQlTJTt0pt1GVwtnw1tHS0Kr > .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); }#KHO24vE9UQlTJTt0pt1GVwtnw1tHS0Kr > .row .container { border-width: 0; border-radius: 0; }#KHO24vE9UQlTJTt0pt1GVwtnw1tHS0Kr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KHO24vE9UQlTJTt0pt1GVwtnw1tHS0Kr > .row .container { font-size:0.875rem;font-family:arial;height:17.125rem;width:75rem;position:relative;display:block; }#d7GkDX6n2ZUIQgGwiSbf2m16KaoF4kSJ { color:rgba(var(--color-tertiary-1),1);display:block;width:73.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:1.8333339691162rem;left:1.0611991882324rem;height:4.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gTZL3JJS1ZeeqeKulHRCLbvXv2J5WCqc { background-color:#0e9ae5;background-image: -webkit-linear-gradient(top, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(top, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(top, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(top, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(to bottom, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);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.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.872375rem;height:3.875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:11.128908157349rem;left:31.093753814698rem;display:block; }
#EmysdtqL1NFOQ18x0eOPypieW2vF1xJU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Jwz3gpHc9IBHNZrM5p84AAxpsc6xqATR { color:rgba(var(--color-tertiary-1),1);display:block;width:55.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:6.6692714691163rem;left:10.061199188233rem;height:3.46875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SinTsdJQ0rV8Rn80fh5p1iqR8oH9ieXx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#SinTsdJQ0rV8Rn80fh5p1iqR8oH9ieXx > .row .container { background-color: transparent; background-image: none; }#SinTsdJQ0rV8Rn80fh5p1iqR8oH9ieXx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SinTsdJQ0rV8Rn80fh5p1iqR8oH9ieXx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SinTsdJQ0rV8Rn80fh5p1iqR8oH9ieXx > .row .container > .video-iframe-container { display: none; }#SinTsdJQ0rV8Rn80fh5p1iqR8oH9ieXx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SinTsdJQ0rV8Rn80fh5p1iqR8oH9ieXx > .row > .video-iframe-container { display: none; }#SinTsdJQ0rV8Rn80fh5p1iqR8oH9ieXx > .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); }#SinTsdJQ0rV8Rn80fh5p1iqR8oH9ieXx > .row .container { border-width: 0; border-radius: 0; }#SinTsdJQ0rV8Rn80fh5p1iqR8oH9ieXx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SinTsdJQ0rV8Rn80fh5p1iqR8oH9ieXx > .row .container { font-size:0.875rem;font-family:arial;height:29.0625rem;width:75rem;position:relative;display:block; }#bfhP3nBpTMLn6f2y39wf6vokoiUzxGH4 { color:rgba(var(--color-secondary-2),1);display:block;width:66.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:4.1875rem;left:3.875rem;height:9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bh5WWTxJKy2432zr6S4Ra8PAbLxsz9DK { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.4375rem;width:17.4375rem;top:9.80859375rem;left:30.062503814698rem;overflow:hidden;display:block; }
#dJFQPiioL0BoJgWF2qSKU9ukZJPn7lkp { color:#5a4f48;display:block;width:66.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:26.625003814698rem;left:1.9375rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Drw1oLkv8seugqkhgUJfCRud3FNzsV9U { display:block; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x6drCiQQTbOhOduRyCH6EdrwGsIpyZQW { width:13.8125rem;height:3.75rem;top:39.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBsezAe8EMIL1AuVOnlbDiNVEsOOXtAM { display:block; }
 }@media only screen and (max-width: 763px) { #OxTVf8iSehF29cX6htmDBn1P5p2ypJFU { width:1.9375rem;height:1.9375rem;top:50.6875rem;left:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Th19Hn6J3iiGLsaEaTrvbv22UUKm1VAy { top:1.125rem;left:0rem;width:11.875rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBpOqelbcLE8WyiqohTohOE7P34380sb { top:12.3125rem;left:0rem;width:20.3125rem;height:20.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1EoQT465v8qnKUaiJRvqlbqarT9bVnF { width:26.125rem;height:10.5rem;top:6.5625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPRHXqyOLgeWLTSVic8kvIICuyz3GFV5 { top:10.625rem;left:0rem;width:26.0625rem;height:41.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #htoE8psCxuLqQB6x0AwwoJzoR2VOvecW { top:61.1875rem;left:33.8125rem;width:13.9375rem;height:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOeAo8iHVG7rclwhwJUFp5VxWEEUZNXD { display:block; }#cOeAo8iHVG7rclwhwJUFp5VxWEEUZNXD > .row .container { width:47.75rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HZUOXiPghm9V2BIr04SVvIbGMkxvnmrg { width:47.75rem;height:12.1875rem;top:12.875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTi8sPG0utu7otG939LGdE3BZ7zttx6l { width:47.75rem;height:3.4375rem;top:5.3125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzrMvnohwU47IBfElWR2Bhm5DWoAp653 { width:31.25rem;height:31.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM { display:block; }#m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #icZhdl3IrI6ktQPfOFPPkaDPvuvBNhJ1 { width:47.75rem;height:11.8125rem;top:0.5625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTKiIhrmQSlTwHugfTqvdC7oOnw0hTKO { width:13.8125rem;height:3.875rem;top:14rem;left:17.531253814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #SglMzvadWWOShRA4rnDBTnJVEVEJBDRN { display:block; }
 }@media only screen and (max-width: 763px) { #hUHsSG24tCxkvrBzzd7dM3I0TqvbsFus { width:47.75rem;height:3.9375rem;top:9.1875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToUHuRoJhvWDx4eqOWa9zyopKORZs5qT { display:block; }#ToUHuRoJhvWDx4eqOWa9zyopKORZs5qT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jtr31FEZB0FEnotQcAPTqXrrfEEEzgFd { width:12.9375rem;height:1.5625rem;top:8.0625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvqeliIVdwaFJTykEnwB4TPc1DtThtT5 { width:23.0625rem;height:28.4375rem;top:13.4375rem;left:8.6875rem;font-size:1.125rem;display:block; }#PvqeliIVdwaFJTykEnwB4TPc1DtThtT5 li:before{  }
 }@media only screen and (max-width: 763px) { #skIhNwkWKSPterKUkPHgKAmLrFDg1lhU { width:6.25rem;height:6.25rem;top:1.0625rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTRzlAtgp9TqNXT0OUPdh4dGzorD0A1T { width:2.5rem;height:0.125rem;top:10.25rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gM3EHvMkKHrxhSRDzix6FCs5fKEtkmk2 { width:2.0625rem;height:2.0625rem;top:3.8125rem;left:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTLnAzliBRR53mnOASAtuJGSn57l7VAh { top:13.4375rem;left:0.4375rem;width:15rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQPX9VTkV5VL0Ue43MxKWukUmi8sdcN1 { display:block; }#ZQPX9VTkV5VL0Ue43MxKWukUmi8sdcN1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oIThtFdJp6VIZ2Sws5IO0A9K8PKeZFHo { width:12.9375rem;height:1.5625rem;top:8.0625rem;left:17.416666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAuqXu0scDCkg8TRyrhzSN4EuxzlJsVS { width:22.125rem;height:;top:12.9375rem;left:0rem;font-size:1.125rem;display:block; }#xAuqXu0scDCkg8TRyrhzSN4EuxzlJsVS li:before{  }
 }@media only screen and (max-width: 763px) { #QRwkuQKBUQtm3zyJBCUORmeNgMwJWaJa { width:6.25rem;height:6.25rem;top:1.0625rem;left:21.291666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIVv3Hkgwm4GWEOKJGv7npJAPhzmkm2v { width:2.5rem;height:0.125rem;top:10.25rem;left:23.166666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKgBZuSnM63O7TTc5M5zXGLllklySSBn { width:12.9375rem;height:1.5625rem;top:8.0625rem;left:33.333333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8PvTQck2qnyBmHmTbETTeVPgMZmsN7G { width:22.3125rem;height:;top:12.9375rem;left:25.3125rem;font-size:1.125rem;display:block; }#T8PvTQck2qnyBmHmTbETTeVPgMZmsN7G li:before{  }
 }@media only screen and (max-width: 763px) { #JCcdGtui3y3OFLTAAbotXTNmgpnTuv9p { width:6.25rem;height:6.25rem;top:1.0625rem;left:37.208333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbugsThQ0dlOXRuyK2U2SbtKvs1zEmIX { width:2.5rem;height:0.125rem;top:10.25rem;left:39.083333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #PdFvVLQLWIbomV3s9W0FZB6Uin4coz4Q { width:2.125rem;height:2.125rem;top:3.25rem;left:38.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOGHsdf7Wubar7U9RpQW7xP5PfGN0IPf { width:2.0625rem;height:2.0625rem;top:3.25rem;left:6.874267578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWMDSMvFSZZsD1gWDEbtXJoG4qvNxy3T { top:9.6875rem;left:6.9375rem;width:24.8125rem;height:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClQKHediqHQhnbf3fQTUsPEClvU6X3Zv { display:block; }#ClQKHediqHQhnbf3fQTUsPEClvU6X3Zv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #phGNct4R19dfpTtnPNS4eDT4tTk9aDw1 { width:47.75rem;height:6.8125rem;top:1rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJBvN7Cm6u8UPARPTAP4Z3qbTZuSz8tM { display:block; }#OJBvN7Cm6u8UPARPTAP4Z3qbTZuSz8tM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dHg1hAz4HvUMC99GQOhvyZEdrk07yKDs { width:12.9375rem;height:1.5625rem;top:8.0625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wv2oztqLTlyBJwIXmGgxpTzSC4M7rbkh { width:2.5rem;height:0.125rem;top:10.25rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1gJG6PD8le4egDIcLO3XZ7IEzQdmbnw { width:12.9375rem;height:1.5625rem;top:8.0625rem;left:17.416666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7IyiAgTfsNRu8qrwVn7DGePMcLstbQJ { width:17.625rem;height:10.3125rem;top:15.6875rem;left:14.125rem;font-size:1.25rem;display:block; }#E7IyiAgTfsNRu8qrwVn7DGePMcLstbQJ li:before{  }
 }@media only screen and (max-width: 763px) { #tkcksO8O8RDO2xhXnzRKCeQlqQ7crLXC { width:2.5rem;height:0.125rem;top:10.25rem;left:23.166666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJuTysETc80Q41wKmPWtMIBpqqyGaDdG { width:12.9375rem;height:1.5625rem;top:8.0625rem;left:33.333333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3BDAtTxt1a042gTm2GpT2eKoOw8nl3T { width:15.8125rem;height:8.4375rem;top:16.625rem;left:31.8125rem;font-size:1.25rem;display:block; }#r3BDAtTxt1a042gTm2GpT2eKoOw8nl3T li:before{  }
 }@media only screen and (max-width: 763px) { #HNBt6a8wTpTWGqBA8o9etr3bJog5cADV { width:2.5rem;height:0.125rem;top:10.25rem;left:39.083333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBgeHwvrIp4ybW8O34Ll6s3aq08hHoBo { width:6.25rem;height:6.25rem;top:1.0625rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIT9KXpEHfoqnJerQxlc7DBarhKbxWNq { width:3.25rem;height:3.25rem;top:2.6875rem;left:6.343505859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTJ5F3PqAnHdIbTccvVSmfrUK4qhTLDc { width:6.25rem;height:6.25rem;top:1.0625rem;left:21.291666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDpdxt5Q7UTkIMmd4ZkNlsd2TzXsZ6xT { width:3.1875rem;height:3.1875rem;top:2.6875rem;left:22.250244140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJMO1fcN16izE7J5QMqmeTbWnCtManQv { width:6.25rem;height:6.25rem;top:1.0625rem;left:37.208333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvoD2wgisd6A5PCBITcIeooGpJSdwbRU { width:2.8125rem;height:2.8125rem;top:2.875rem;left:38.24951171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3Dd2vIexOiiziwSu7TabugB0OJV1Hh5 { width:2.5rem;height:0.125rem;top:10.25rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PU37g02WnX8ywdgGZ1ZsrHHiFOERk42b { width:2.5rem;height:0.125rem;top:10.25rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vby7n9Pgi8ffuJx2LIfP8gZrOG5UTFZi { width:15.8125rem;height:5.9375rem;top:17.875rem;left:0rem;font-size:1.25rem;display:block; }#vby7n9Pgi8ffuJx2LIfP8gZrOG5UTFZi li:before{  }
 }@media only screen and (max-width: 763px) { #zBDDMBBtUyxkLczCkcgkMIRGtEhuvPbf { width:2.5rem;height:0.125rem;top:10.25rem;left:23.166666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEedeb9Kuaa68yKCSoKdIc3TubH3ETLy { width:2.5rem;height:0.125rem;top:10.25rem;left:7.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #yIpAzL6fMbkMBLxfgoIm7xI2Xo0mIb5O { display:block; }#yIpAzL6fMbkMBLxfgoIm7xI2Xo0mIb5O > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DHkiDb4Umia13cw6GHTuZES4DyRlTFT2 { width:47.75rem;height:3.375rem;top:3.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZXBKraC2D04Jd4S7m0PnwsVlJU27E50 { top:7.0625rem;left:29.312503814698rem;width:15rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAwe7L9kgTQJgTZN8zTO270qvGwA3PAs { display:block; }#zAwe7L9kgTQJgTZN8zTO270qvGwA3PAs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D9cFOw2ZeIzPF8KIqZ5iQZzKlVTcPAsT { width:47.75rem;height:3.4375rem;top:4.6875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCD2pWPNl5hPlyIXKbkVWO6Hi4OgxKzQ { width:47.75rem;height:1.5625rem;top:7.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FP7LwcyTEsdGuJarf2T7L3z9lS6tWZvl { top:8.125rem;left:0rem;width:47.75rem;height:38.157555555556rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIx89dVAKmqhcrbWP3lasnoLcnEHIz7C { width:31.25rem;height:31.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #TPBizX0cTDipi5tT0H34XWmLntfsAqQ5 { display:block; }#TPBizX0cTDipi5tT0H34XWmLntfsAqQ5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PHoTGThK8qxH8QcySizTlUO6GVJHVStE { width:47.75rem;height:4.1875rem;top:1.8125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #f131r7vDzIzQKoVW9DSn094KxPkiizrs { width:13.8125rem;height:3.875rem;top:11.125rem;left:17.468753814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #SyaKinhpOuP2aB1xQ7D3HxVh9E9xmOCP { display:block; }
 }@media only screen and (max-width: 763px) { #Ovr56OHcgzzmGyQrRSCma9T8e2WgIuxH { width:47.75rem;height:3.4375rem;top:6.625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eoNhz4O4ytFXpWpp1vEnpVbkQUlqk88b { display:block; }#eoNhz4O4ytFXpWpp1vEnpVbkQUlqk88b > .row .container { width:47.75rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RIJmDl3zy3idrmHBzD40JP721PaL7842 { width:47.75rem;height:0;top:0rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOH2Im3XxOhTp678SOxpmGtJGn2fLmoU { width:47.75rem;height:6.8125rem;top:1.9375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCQ1MznyO1FTCWGEUTqMxqkLFeTRUX9u { top:9.6875rem;left:0rem;width:47.75rem;height:38.160208333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9S5rLSoRBd1u61Ru5GuzVLrom0epQbc { display:block; }#Q9S5rLSoRBd1u61Ru5GuzVLrom0epQbc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xJAMLQ6mBars4ERboz0borE1U7202MsX { width:47.75rem;height:15.75rem;top:2.0625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2fgnxqAg5cmI7WnOuxaeoeG1xJDd4AO { width:13.8125rem;height:3.875rem;top:19.8125rem;left:17.531253814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #zalZzt9R1hXSycNJT75SVQMUfuAQDfrs { display:block; }
 }@media only screen and (max-width: 763px) { #HtuFm2mlFHNrkMzfa2ewlvHS5kOA7HPJ { width:47.75rem;height:3.9375rem;top:14.6875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKdTGuELyEBJsyLRQ4n5SVFzXrRcRLMK { display:block; }#CKdTGuELyEBJsyLRQ4n5SVFzXrRcRLMK > .row .container { width:47.75rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sq6QPWHwBccz3LTKIZA2W6Jh1kxkmu85 { width:47.75rem;height:0;top:0rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eik4il3GeLzECA5dvvvDwCS4Bo9u9kso { top:6.0625rem;left:0rem;width:47.75rem;height:6.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2k9Ki8DlCok915oJ5fxtq5kBugSqSra { top:12.75rem;left:0rem;width:47.75rem;height:56.869891576314rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHO24vE9UQlTJTt0pt1GVwtnw1tHS0Kr { display:block; }#KHO24vE9UQlTJTt0pt1GVwtnw1tHS0Kr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d7GkDX6n2ZUIQgGwiSbf2m16KaoF4kSJ { width:47.75rem;height:4.1875rem;top:1.8125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTZL3JJS1ZeeqeKulHRCLbvXv2J5WCqc { width:13.8125rem;height:3.875rem;top:11.125rem;left:17.468753814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmysdtqL1NFOQ18x0eOPypieW2vF1xJU { display:block; }
 }@media only screen and (max-width: 763px) { #Jwz3gpHc9IBHNZrM5p84AAxpsc6xqATR { width:47.75rem;height:3.4375rem;top:6.625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SinTsdJQ0rV8Rn80fh5p1iqR8oH9ieXx { display:block; }#SinTsdJQ0rV8Rn80fh5p1iqR8oH9ieXx > .row .container { width:47.75rem;height:43.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bfhP3nBpTMLn6f2y39wf6vokoiUzxGH4 { width:33.75rem;height:4.5rem;top:4.25rem;left:7rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bh5WWTxJKy2432zr6S4Ra8PAbLxsz9DK { top:9.75rem;left:16.437503814698rem;width:17.4375rem;height:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJFQPiioL0BoJgWF2qSKU9ukZJPn7lkp { width:33.75rem;height:4.5rem;top:4.25rem;left:7rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Drw1oLkv8seugqkhgUJfCRud3FNzsV9U { background-color:rgba(255,255,255,0.75);background-image:none;position:relative;z-index:auto;display:block; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row .container { background-color: transparent; background-image: none; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row .container > .video-iframe-container { display: none; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row > .video-iframe-container { display: none; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .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); }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row .container { width:20rem;height:41.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x6drCiQQTbOhOduRyCH6EdrwGsIpyZQW { width:13.875rem;height:3.75rem;top:22.75rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBsezAe8EMIL1AuVOnlbDiNVEsOOXtAM { display:block; }
 }@media only screen and (max-width: 763px) { #OxTVf8iSehF29cX6htmDBn1P5p2ypJFU { width:2rem;height:2rem;top:29.25rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #Th19Hn6J3iiGLsaEaTrvbv22UUKm1VAy { width:11.875rem;height:4.375rem;top:1.25rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBpOqelbcLE8WyiqohTohOE7P34380sb { width:13.0625rem;height:13.0625rem;top:8.21875rem;left:3.95703125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1EoQT465v8qnKUaiJRvqlbqarT9bVnF { width:20rem;height:2.59895625rem;top:18.766927719116rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPRHXqyOLgeWLTSVic8kvIICuyz3GFV5 { width:19.8125rem;height:19rem;top:8.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #htoE8psCxuLqQB6x0AwwoJzoR2VOvecW { width:13.9375rem;height:13.9375rem;top:27.8125rem;left:3.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOeAo8iHVG7rclwhwJUFp5VxWEEUZNXD { display:block; }#cOeAo8iHVG7rclwhwJUFp5VxWEEUZNXD > .row .container { width:20rem;height:29.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HZUOXiPghm9V2BIr04SVvIbGMkxvnmrg { width:20rem;height:15rem;top:10.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTi8sPG0utu7otG939LGdE3BZ7zttx6l { width:19.8125rem;height:5.9375rem;top:1.25rem;left:0.125rem;text-align:center;text-align-last:center;font-size:1.5625rem;line-height:1.9;display:block; }
 }@media only screen and (max-width: 763px) { #LzrMvnohwU47IBfElWR2Bhm5DWoAp653 { top:1.25rem;left:8.59375rem;width:7.8125rem;height:7.8125rem;z-index:15004;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM { display:block; }#m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM > .row .container { width:20rem;height:32.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #icZhdl3IrI6ktQPfOFPPkaDPvuvBNhJ1 { width:18.75rem;height:21rem;top:1.25rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTKiIhrmQSlTwHugfTqvdC7oOnw0hTKO { width:13.8125rem;height:3.875rem;top:26.375001907349rem;left:3.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SglMzvadWWOShRA4rnDBTnJVEVEJBDRN { display:block; }
 }@media only screen and (max-width: 763px) { #hUHsSG24tCxkvrBzzd7dM3I0TqvbsFus { width:20rem;height:5.25rem;top:19.809896469116rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToUHuRoJhvWDx4eqOWa9zyopKORZs5qT { display:block; }#ToUHuRoJhvWDx4eqOWa9zyopKORZs5qT > .row .container { width:20rem;height:66.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jtr31FEZB0FEnotQcAPTqXrrfEEEzgFd { width:12.9375rem;height:5.51171875rem;top:20.375rem;left:3.5rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PvqeliIVdwaFJTykEnwB4TPc1DtThtT5 { width:16.5rem;height:36.875rem;top:28.4375rem;left:1.75rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#PvqeliIVdwaFJTykEnwB4TPc1DtThtT5 li:before{  }
 }@media only screen and (max-width: 763px) { #skIhNwkWKSPterKUkPHgKAmLrFDg1lhU { width:6.25rem;height:6.25rem;top:13.125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTRzlAtgp9TqNXT0OUPdh4dGzorD0A1T { width:2.5rem;height:0.125rem;top:27.3125rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gM3EHvMkKHrxhSRDzix6FCs5fKEtkmk2 { width:2.0625rem;height:2.0625rem;top:15.3125rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTLnAzliBRR53mnOASAtuJGSn57l7VAh { width:15rem;height:15rem;top:0.375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQPX9VTkV5VL0Ue43MxKWukUmi8sdcN1 { display:block; }#ZQPX9VTkV5VL0Ue43MxKWukUmi8sdcN1 > .row .container { width:20rem;height:106.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oIThtFdJp6VIZ2Sws5IO0A9K8PKeZFHo { width:12.9375rem;height:7.34895625rem;top:8.75rem;left:3.5rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAuqXu0scDCkg8TRyrhzSN4EuxzlJsVS { width:16.5rem;height:25.8125rem;top:18.722625rem;left:1.75rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }#xAuqXu0scDCkg8TRyrhzSN4EuxzlJsVS li:before{  }
 }@media only screen and (max-width: 763px) { #QRwkuQKBUQtm3zyJBCUORmeNgMwJWaJa { width:6.25rem;height:6.25rem;top:1.25rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIVv3Hkgwm4GWEOKJGv7npJAPhzmkm2v { width:2.5rem;height:0.125rem;top:17.347625rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKgBZuSnM63O7TTc5M5zXGLllklySSBn { width:12.9375rem;height:5.51171875rem;top:70.760375rem;left:3.5rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8PvTQck2qnyBmHmTbETTeVPgMZmsN7G { width:16.5rem;height:26.875rem;top:78.89709375rem;left:1.75rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }#T8PvTQck2qnyBmHmTbETTeVPgMZmsN7G li:before{  }
 }@media only screen and (max-width: 763px) { #JCcdGtui3y3OFLTAAbotXTNmgpnTuv9p { width:6.25rem;height:6.25rem;top:63.260375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbugsThQ0dlOXRuyK2U2SbtKvs1zEmIX { width:2.5rem;height:0.125rem;top:77.52209375rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PdFvVLQLWIbomV3s9W0FZB6Uin4coz4Q { width:2.125rem;height:2.125rem;top:65.322875rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOGHsdf7Wubar7U9RpQW7xP5PfGN0IPf { width:2.0625rem;height:2.0625rem;top:3.3112030029297rem;left:8.9361991882325rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWMDSMvFSZZsD1gWDEbtXJoG4qvNxy3T { width:20rem;height:16.72525rem;top:46.617176055908rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClQKHediqHQhnbf3fQTUsPEClvU6X3Zv { display:block; }#ClQKHediqHQhnbf3fQTUsPEClvU6X3Zv > .row .container { width:20rem;height:12.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #phGNct4R19dfpTtnPNS4eDT4tTk9aDw1 { width:18.75rem;height:9.0989625rem;top:1.25rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJBvN7Cm6u8UPARPTAP4Z3qbTZuSz8tM { display:block; }#OJBvN7Cm6u8UPARPTAP4Z3qbTZuSz8tM > .row .container { width:20rem;height:93.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dHg1hAz4HvUMC99GQOhvyZEdrk07yKDs { width:12.9375rem;height:3.67448125rem;top:7.5000114440919rem;left:3.53125rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wv2oztqLTlyBJwIXmGgxpTzSC4M7rbkh { width:2.5rem;height:0.125rem;top:39.81120300293rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1gJG6PD8le4egDIcLO3XZ7IEzQdmbnw { width:12.9375rem;height:5.51171875rem;top:33.569012641907rem;left:3.53125rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7IyiAgTfsNRu8qrwVn7DGePMcLstbQJ { width:16.5rem;height:14.0625rem;top:43.122406005859rem;left:2.61328125rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }#E7IyiAgTfsNRu8qrwVn7DGePMcLstbQJ li:before{  }
 }@media only screen and (max-width: 763px) { #tkcksO8O8RDO2xhXnzRKCeQlqQ7crLXC { width:2.5rem;height:0.125rem;top:39.809898376465rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJuTysETc80Q41wKmPWtMIBpqqyGaDdG { width:14.875rem;height:3.67448125rem;top:69.9375rem;left:2.6875rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3BDAtTxt1a042gTm2GpT2eKoOw8nl3T { width:16.5rem;height:8.4375rem;top:80.3125rem;left:2.625rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }#r3BDAtTxt1a042gTm2GpT2eKoOw8nl3T li:before{  }
 }@media only screen and (max-width: 763px) { #HNBt6a8wTpTWGqBA8o9etr3bJog5cADV { width:2.5rem;height:0.125rem;top:76.125rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBgeHwvrIp4ybW8O34Ll6s3aq08hHoBo { width:6.25rem;height:6.25rem;top:1.25rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIT9KXpEHfoqnJerQxlc7DBarhKbxWNq { width:2.125rem;height:2.125rem;top:3.3124923706055rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTJ5F3PqAnHdIbTccvVSmfrUK4qhTLDc { width:6.25rem;height:6.25rem;top:26.61198125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDpdxt5Q7UTkIMmd4ZkNlsd2TzXsZ6xT { width:2.125rem;height:2.125rem;top:28.674480438233rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJMO1fcN16izE7J5QMqmeTbWnCtManQv { width:6.25rem;height:6.25rem;top:63.375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvoD2wgisd6A5PCBITcIeooGpJSdwbRU { width:2.125rem;height:2.125rem;top:65.4375rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3Dd2vIexOiiziwSu7TabugB0OJV1Hh5 { width:19.5625rem;height:11.6875rem;top:13.799479961395rem;left:0.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PU37g02WnX8ywdgGZ1ZsrHHiFOERk42b { width:19.5rem;height:11.75rem;top:78.1875rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vby7n9Pgi8ffuJx2LIfP8gZrOG5UTFZi { width:15.375rem;height:5.9375rem;top:16.752605438233rem;left:2.5rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }#vby7n9Pgi8ffuJx2LIfP8gZrOG5UTFZi li:before{  }
 }@media only screen and (max-width: 763px) { #zBDDMBBtUyxkLczCkcgkMIRGtEhuvPbf { width:2.5rem;height:0.0625rem;top:11.80077824707rem;left:8.6263008117675rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEedeb9Kuaa68yKCSoKdIc3TubH3ETLy { width:19.5625rem;height:17.6875rem;top:41.716146469116rem;left:0.25rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #yIpAzL6fMbkMBLxfgoIm7xI2Xo0mIb5O { background-color:#ffffff;background-image:none;display:block; }#yIpAzL6fMbkMBLxfgoIm7xI2Xo0mIb5O > .row .container { background-color: transparent; background-image: none; }#yIpAzL6fMbkMBLxfgoIm7xI2Xo0mIb5O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yIpAzL6fMbkMBLxfgoIm7xI2Xo0mIb5O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yIpAzL6fMbkMBLxfgoIm7xI2Xo0mIb5O > .row .container > .video-iframe-container { display: none; }#yIpAzL6fMbkMBLxfgoIm7xI2Xo0mIb5O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yIpAzL6fMbkMBLxfgoIm7xI2Xo0mIb5O > .row > .video-iframe-container { display: none; }#yIpAzL6fMbkMBLxfgoIm7xI2Xo0mIb5O > .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); }#yIpAzL6fMbkMBLxfgoIm7xI2Xo0mIb5O > .row .container { width:20rem;height:15.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DHkiDb4Umia13cw6GHTuZES4DyRlTFT2 { width:18.75rem;height:2.4375rem;top:1.25rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZXBKraC2D04Jd4S7m0PnwsVlJU27E50 { width:15rem;height:15rem;top:0.5rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAwe7L9kgTQJgTZN8zTO270qvGwA3PAs { display:block; }#zAwe7L9kgTQJgTZN8zTO270qvGwA3PAs > .row .container { width:20rem;height:25.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D9cFOw2ZeIzPF8KIqZ5iQZzKlVTcPAsT { width:18.1875rem;height:4.54948125rem;top:1.33203125rem;left:1.75rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCD2pWPNl5hPlyIXKbkVWO6Hi4OgxKzQ { width:18.75rem;height:1.29948125rem;top:7.375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FP7LwcyTEsdGuJarf2T7L3z9lS6tWZvl { width:20rem;height:15.875rem;top:9.2190706718294rem;left:0.022201052691642rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIx89dVAKmqhcrbWP3lasnoLcnEHIz7C { top:1.125rem;left:5.25rem;width:9.5rem;height:9.5rem;z-index:15006;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TPBizX0cTDipi5tT0H34XWmLntfsAqQ5 { display:block; }#TPBizX0cTDipi5tT0H34XWmLntfsAqQ5 > .row .container { width:20rem;height:22.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PHoTGThK8qxH8QcySizTlUO6GVJHVStE { width:18.75rem;height:5.25rem;top:1.25rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #f131r7vDzIzQKoVW9DSn094KxPkiizrs { width:13.8125rem;height:3.875rem;top:16.34375rem;left:3.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SyaKinhpOuP2aB1xQ7D3HxVh9E9xmOCP { display:block; }
 }@media only screen and (max-width: 763px) { #Ovr56OHcgzzmGyQrRSCma9T8e2WgIuxH { width:20rem;height:5.25rem;top:8.15625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eoNhz4O4ytFXpWpp1vEnpVbkQUlqk88b { display:block; }#eoNhz4O4ytFXpWpp1vEnpVbkQUlqk88b > .row .container { width:20rem;height:24.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RIJmDl3zy3idrmHBzD40JP721PaL7842 { width:18.75rem;height:0;top:1.25rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOH2Im3XxOhTp678SOxpmGtJGn2fLmoU { width:20rem;height:6.82421875rem;top:2.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCQ1MznyO1FTCWGEUTqMxqkLFeTRUX9u { width:18.25rem;height:14.5rem;top:9.3450525rem;left:1.0681617894694rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9S5rLSoRBd1u61Ru5GuzVLrom0epQbc { display:block; }#Q9S5rLSoRBd1u61Ru5GuzVLrom0epQbc > .row .container { width:20rem;height:35.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xJAMLQ6mBars4ERboz0borE1U7202MsX { width:18.75rem;height:21rem;top:1.25rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2fgnxqAg5cmI7WnOuxaeoeG1xJDd4AO { width:13.8125rem;height:3.875rem;top:28.687500953674rem;left:3.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zalZzt9R1hXSycNJT75SVQMUfuAQDfrs { display:block; }
 }@media only screen and (max-width: 763px) { #HtuFm2mlFHNrkMzfa2ewlvHS5kOA7HPJ { width:20rem;height:5.25rem;top:21.373698234558rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKdTGuELyEBJsyLRQ4n5SVFzXrRcRLMK { display:block; }#CKdTGuELyEBJsyLRQ4n5SVFzXrRcRLMK > .row .container { width:20rem;height:39.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sq6QPWHwBccz3LTKIZA2W6Jh1kxkmu85 { width:18.75rem;height:0;top:1.25rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eik4il3GeLzECA5dvvvDwCS4Bo9u9kso { width:20rem;height:9.0989625rem;top:27.5676875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C2k9Ki8DlCok915oJ5fxtq5kBugSqSra { width:20rem;height:23.8125rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHO24vE9UQlTJTt0pt1GVwtnw1tHS0Kr { display:block; }#KHO24vE9UQlTJTt0pt1GVwtnw1tHS0Kr > .row .container { width:20rem;height:22.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d7GkDX6n2ZUIQgGwiSbf2m16KaoF4kSJ { width:18.75rem;height:5.25rem;top:1.25rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTZL3JJS1ZeeqeKulHRCLbvXv2J5WCqc { width:13.8125rem;height:3.875rem;top:16.34375rem;left:3.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmysdtqL1NFOQ18x0eOPypieW2vF1xJU { display:block; }
 }@media only screen and (max-width: 763px) { #Jwz3gpHc9IBHNZrM5p84AAxpsc6xqATR { width:20rem;height:5.25rem;top:8.15625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SinTsdJQ0rV8Rn80fh5p1iqR8oH9ieXx { display:block; }#SinTsdJQ0rV8Rn80fh5p1iqR8oH9ieXx > .row .container { width:20rem;height:31.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bfhP3nBpTMLn6f2y39wf6vokoiUzxGH4 { width:20rem;height:4.1979125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bh5WWTxJKy2432zr6S4Ra8PAbLxsz9DK { width:17.4375rem;height:17.4375rem;top:13.5234375rem;left:1.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJFQPiioL0BoJgWF2qSKU9ukZJPn7lkp { width:20rem;height:3.82421875rem;top:9.69925rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }