.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BsCQvzTXoEpwv6aJrnv29Xeq8qG9urB8 { position:relative;display:block; }#BsCQvzTXoEpwv6aJrnv29Xeq8qG9urB8 { background-color: transparent; background-image: none; }#BsCQvzTXoEpwv6aJrnv29Xeq8qG9urB8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BsCQvzTXoEpwv6aJrnv29Xeq8qG9urB8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BsCQvzTXoEpwv6aJrnv29Xeq8qG9urB8 > .row .container > .video-iframe-container { display: none; }#BsCQvzTXoEpwv6aJrnv29Xeq8qG9urB8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BsCQvzTXoEpwv6aJrnv29Xeq8qG9urB8 > .row > .video-iframe-container { display: none; }#BsCQvzTXoEpwv6aJrnv29Xeq8qG9urB8 > .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); }#BsCQvzTXoEpwv6aJrnv29Xeq8qG9urB8 { border-width: 0; border-radius: 0; }#BsCQvzTXoEpwv6aJrnv29Xeq8qG9urB8 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#BsCQvzTXoEpwv6aJrnv29Xeq8qG9urB8 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:9.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#AFyNkfHkys0UtbDPwKkADEUq4phnXphz { 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:6.6875rem;width:20.25rem;top:1.4375rem;left:19.875rem;overflow:hidden;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/bac960fe-696a-4fee-89ca-dfb0edbcea15/870bbd9309c94f859b9a6c4c0ac28186.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:"open sans";height:56.6875rem;width:60rem;overflow:visible;position:relative;display:block; }#tVHicagyhR5nyKxe0P3F6dDwmrKbw2g9 { position:relative;display:block; }#tVHicagyhR5nyKxe0P3F6dDwmrKbw2g9 { background-color: transparent; background-image: none; }#tVHicagyhR5nyKxe0P3F6dDwmrKbw2g9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tVHicagyhR5nyKxe0P3F6dDwmrKbw2g9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tVHicagyhR5nyKxe0P3F6dDwmrKbw2g9 > .row .container > .video-iframe-container { display: none; }#tVHicagyhR5nyKxe0P3F6dDwmrKbw2g9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tVHicagyhR5nyKxe0P3F6dDwmrKbw2g9 > .row > .video-iframe-container { display: none; }#tVHicagyhR5nyKxe0P3F6dDwmrKbw2g9 > .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); }#tVHicagyhR5nyKxe0P3F6dDwmrKbw2g9 { border-width: 0; border-radius: 0; }#tVHicagyhR5nyKxe0P3F6dDwmrKbw2g9 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#tVHicagyhR5nyKxe0P3F6dDwmrKbw2g9 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:12rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#m39Wwa2n8itRTTz2hrABk4fBlZ7yVpQX { color:#000000;display:block;width:60rem;position:absolute;font-family:"bree serif";font-size:2.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:3.4375rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#T5hJklXn369Eg0tAfBpGU8DwTp95Caad { color:#000000;display:block;width:60rem;position:absolute;font-family:dosis;font-size:1.1875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:7.4375rem;left:0rem;height:1.54345625rem;text-align:center;text-align-last:center;display:block; }
#xWfiZqq9T4apKBoOu0AmmQUoMkN2Tg0Q { position:relative;display:block; }#xWfiZqq9T4apKBoOu0AmmQUoMkN2Tg0Q { background-color: transparent; background-image: none; }#xWfiZqq9T4apKBoOu0AmmQUoMkN2Tg0Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xWfiZqq9T4apKBoOu0AmmQUoMkN2Tg0Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xWfiZqq9T4apKBoOu0AmmQUoMkN2Tg0Q > .row .container > .video-iframe-container { display: none; }#xWfiZqq9T4apKBoOu0AmmQUoMkN2Tg0Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xWfiZqq9T4apKBoOu0AmmQUoMkN2Tg0Q > .row > .video-iframe-container { display: none; }#xWfiZqq9T4apKBoOu0AmmQUoMkN2Tg0Q > .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); }#xWfiZqq9T4apKBoOu0AmmQUoMkN2Tg0Q { border-width: 0; border-radius: 0; }#xWfiZqq9T4apKBoOu0AmmQUoMkN2Tg0Q > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#xWfiZqq9T4apKBoOu0AmmQUoMkN2Tg0Q > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:22.1875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#T7T1xH57xPbSJIbwGkB9kT0EmT9PCMTX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.8125rem;width:8rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;top:1rem;left:6rem; }
#HI9L7xSNRE5lK4Ttcq20PykqSQdWlzJG { color:#000000;display:block;width:20.125rem;position:absolute;font-family:dosis;font-size:1.5625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:10.1875rem;left:-0.0625rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zfWKtThLnQbK1rARHSRE7NeXd0UtkVJO { color:#000000;display:block;width:20.0625rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:13.46875rem;left:0rem;height:4.38720625rem;text-align:center;text-align-last:center;display:block; }
#xAPm1GnHgaWSvSkVyfS3SzXXRrHDq1SU { color:#000000;display:block;width:20.0625rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:13.4375rem;left:20.0625rem;height:4.38720625rem;text-align:center;text-align-last:center;display:block; }
#TUcoTRrTp65KpocKGn6azcr0a1Mr1BlO { color:#000000;display:block;width:20.125rem;position:absolute;font-family:dosis;font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:10.125rem;left:20rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eSO6NzMo8itEbWakO2QLtWfN6qu7I5DI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.8125rem;width:8rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;top:1rem;left:26rem; }
#ykXQp5hqWvqoh6dUdhkh249ANNgyS6wm { color:#000000;display:block;width:20.0625rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:13.4375rem;left:39.9375rem;height:5.84960625rem;text-align:center;text-align-last:center;display:block; }
#keHUT4SgRABZZhNSRClA3Ep40SaCPNw2 { color:#000000;display:block;width:20.125rem;position:absolute;font-family:dosis;font-size:1.5625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:10.125rem;left:39.875rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#t2goJC3vQpKFG8IuQMVsc6OyoJOkVN1P { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.8125rem;width:8rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;top:1rem;left:45.875rem; }
#UTmDdnB8HGZyhAC7hLaEXRby1tvfl9Z3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:10rem;width:10.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;top:21.625rem;left:4.875rem; }
#AXLZPQFWXS0MeLDT0NXHo5TSOsbh9reu { position:relative;display:block; }#AXLZPQFWXS0MeLDT0NXHo5TSOsbh9reu { background-color: transparent; background-image: none; }#AXLZPQFWXS0MeLDT0NXHo5TSOsbh9reu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AXLZPQFWXS0MeLDT0NXHo5TSOsbh9reu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AXLZPQFWXS0MeLDT0NXHo5TSOsbh9reu > .row .container > .video-iframe-container { display: none; }#AXLZPQFWXS0MeLDT0NXHo5TSOsbh9reu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AXLZPQFWXS0MeLDT0NXHo5TSOsbh9reu > .row > .video-iframe-container { display: none; }#AXLZPQFWXS0MeLDT0NXHo5TSOsbh9reu > .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); }#AXLZPQFWXS0MeLDT0NXHo5TSOsbh9reu { border-width: 0; border-radius: 0; }#AXLZPQFWXS0MeLDT0NXHo5TSOsbh9reu > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#AXLZPQFWXS0MeLDT0NXHo5TSOsbh9reu > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#KdQd2fpA99bX9WmCmkPMc2Z95KcmayJm { color:#000000;display:block;width:20.125rem;position:absolute;font-family:dosis;font-size:1.5625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:10.1875rem;left:-0.0625rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CwKarF9COWFw8OgeRq5aBSlsX4Ur57eM { color:#000000;display:block;width:20.0625rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:13.46875rem;left:0rem;height:2.92480625rem;text-align:center;text-align-last:center;display:block; }
#kehykSoIVPuBVzHGFN5skI8bl47bW53c { color:#000000;display:block;width:20.0625rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:13.4375rem;left:20.0625rem;height:2.9248rem;text-align:center;text-align-last:center;display:block; }
#eoKba5QVrUfcTGlOosOgUbdFcNdLSPUe { color:#000000;display:block;width:20.125rem;position:absolute;font-family:dosis;font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:10.125rem;left:20rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aXn5oQHqJ6D3dCPhLVstHxtHcowFSBtG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.8125rem;width:8rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;top:1rem;left:26rem; }
#Zptk0JqrtmAi4meLe2DL9mOIUVkPTH7o { color:#000000;display:block;width:20.0625rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:13.4375rem;left:39.9375rem;height:4.3872rem;text-align:center;text-align-last:center;display:block; }
#qrdMsdtyMehXnngUfURnk7RN2hyKegng { color:#000000;display:block;width:20.125rem;position:absolute;font-family:dosis;font-size:1.5625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:10.125rem;left:39.875rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tttvRbfIQi7KmWdMWXOnJ5zFFhwT7DHu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.8125rem;width:8rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;top:1rem;left:46rem; }
#XzRkD7hpzW0aKzhnQlHaqBESsPgNxTgZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#be0000;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; }#XzRkD7hpzW0aKzhnQlHaqBESsPgNxTgZ > .row .container { background-color: transparent; background-image: none; }#XzRkD7hpzW0aKzhnQlHaqBESsPgNxTgZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XzRkD7hpzW0aKzhnQlHaqBESsPgNxTgZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XzRkD7hpzW0aKzhnQlHaqBESsPgNxTgZ > .row .container > .video-iframe-container { display: none; }#XzRkD7hpzW0aKzhnQlHaqBESsPgNxTgZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XzRkD7hpzW0aKzhnQlHaqBESsPgNxTgZ > .row > .video-iframe-container { display: none; }#XzRkD7hpzW0aKzhnQlHaqBESsPgNxTgZ > .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); }#XzRkD7hpzW0aKzhnQlHaqBESsPgNxTgZ > .row .container { border-width: 0; border-radius: 0; }#XzRkD7hpzW0aKzhnQlHaqBESsPgNxTgZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XzRkD7hpzW0aKzhnQlHaqBESsPgNxTgZ > .row .container { font-size:0.875rem;font-family:arial;height:22.8125rem;width:60rem;position:relative;display:block; }#a6qDsV9llfW642nOBy4AqEmipEpCw9iV { color:#ffffff;display:block;width:23.8125rem;position:absolute;font-family:dosis;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:7.3125rem;left:0rem;height:12.9980375rem;display:block; }
#e5D5A7Q4TQrZM15ank1oaEHRUrt33XNo { color:#000000;display:block;width:29.75rem;position:absolute;font-family:"bree serif";font-size:2.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.375rem;left:0rem;height:3.25rem;text-align:left;text-align-last:left;display:block; }
#Q0Zz94IH6Qcyi9oipIXx7Dxr2DZMzNrU { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:16.75rem;width:29.875rem;top:3.03125rem;left:30.125rem;display:block; }
#GEFUHFdZqVJiUCnEh0RWHHV3MJLnTqeZ { position:relative;display:block; }#GEFUHFdZqVJiUCnEh0RWHHV3MJLnTqeZ { background-color: transparent; background-image: none; }#GEFUHFdZqVJiUCnEh0RWHHV3MJLnTqeZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GEFUHFdZqVJiUCnEh0RWHHV3MJLnTqeZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GEFUHFdZqVJiUCnEh0RWHHV3MJLnTqeZ > .row .container > .video-iframe-container { display: none; }#GEFUHFdZqVJiUCnEh0RWHHV3MJLnTqeZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GEFUHFdZqVJiUCnEh0RWHHV3MJLnTqeZ > .row > .video-iframe-container { display: none; }#GEFUHFdZqVJiUCnEh0RWHHV3MJLnTqeZ > .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); }#GEFUHFdZqVJiUCnEh0RWHHV3MJLnTqeZ { border-width: 0; border-radius: 0; }#GEFUHFdZqVJiUCnEh0RWHHV3MJLnTqeZ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#GEFUHFdZqVJiUCnEh0RWHHV3MJLnTqeZ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:34.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Ta9dwMSo2v35LKoBrBBDoDW9cNXW6lRt { 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:33.3125rem;width:44.375rem;top:0.59375rem;left:7.8125rem;overflow:hidden;display:block; }
#rvdW4lBFuTygiMmPDwT316ONk5sfhMuo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rvdW4lBFuTygiMmPDwT316ONk5sfhMuo > .row .container { background-color: transparent; background-image: none; }#rvdW4lBFuTygiMmPDwT316ONk5sfhMuo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rvdW4lBFuTygiMmPDwT316ONk5sfhMuo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rvdW4lBFuTygiMmPDwT316ONk5sfhMuo > .row .container > .video-iframe-container { display: none; }#rvdW4lBFuTygiMmPDwT316ONk5sfhMuo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rvdW4lBFuTygiMmPDwT316ONk5sfhMuo > .row > .video-iframe-container { display: none; }#rvdW4lBFuTygiMmPDwT316ONk5sfhMuo > .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); }#rvdW4lBFuTygiMmPDwT316ONk5sfhMuo > .row .container { border-width: 0; border-radius: 0; }#rvdW4lBFuTygiMmPDwT316ONk5sfhMuo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rvdW4lBFuTygiMmPDwT316ONk5sfhMuo > .row .container { font-size:0.875rem;font-family:arial;height:12rem;width:60rem;position:relative;display:block; }#kbeQ9qCImSHqWhMgfIvA18S6iGkeMxm8 { color:#000000;display:block;width:60rem;position:absolute;font-family:"bree serif";font-size:2.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:3.4375rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#qP6efyP70Tb3pztQRMGSLSbiTTCoWifJ { color:#000000;display:block;width:60rem;position:absolute;font-family:dosis;font-size:1.1875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:7.4375rem;left:0rem;height:3.0869125rem;text-align:center;text-align-last:center;display:block; }
#RRhC1lZePL0fLZ6patOMNDgbhyp3tZdE { position:relative;display:block; }#RRhC1lZePL0fLZ6patOMNDgbhyp3tZdE { background-color: transparent; background-image: none; }#RRhC1lZePL0fLZ6patOMNDgbhyp3tZdE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RRhC1lZePL0fLZ6patOMNDgbhyp3tZdE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RRhC1lZePL0fLZ6patOMNDgbhyp3tZdE > .row .container > .video-iframe-container { display: none; }#RRhC1lZePL0fLZ6patOMNDgbhyp3tZdE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RRhC1lZePL0fLZ6patOMNDgbhyp3tZdE > .row > .video-iframe-container { display: none; }#RRhC1lZePL0fLZ6patOMNDgbhyp3tZdE > .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); }#RRhC1lZePL0fLZ6patOMNDgbhyp3tZdE { border-width: 0; border-radius: 0; }#RRhC1lZePL0fLZ6patOMNDgbhyp3tZdE > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#RRhC1lZePL0fLZ6patOMNDgbhyp3tZdE > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:29.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Z0pE5xavGky6WLd9Nf7yhoe4dfhtKLft { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5625rem;width:11.875rem;top:3.0625rem;left:9.0625rem;overflow:hidden;display:block; }
#QxOF0R28zs6n3LmnQ7LagHM05q7wX6sK { color:#000000;display:block;width:15.0625rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:11.8125rem;left:7.5rem;height:1.94970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SLcETapM7URlGeAHg7DfPwgiSLmlNAxh { color:#000000;display:block;width:13.5625rem;position:absolute;font-family:dosis;font-size:1rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:14rem;left:8.25rem;height:3.89941875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yrOi1OXm75cmVViL38S4wpzGq7sogDde { color:#000000;display:block;width:14.25rem;position:absolute;font-family:dosis;font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:17.125rem;left:7.875rem;height:5.68603125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CrWz8R2gM8gtRx0FhgAX1Kk78eAtZ5t6 { background-color:#e6342a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.125rem;height:2.3125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:24.1875rem;left:8.9375rem;display:block; }
#kzAMHIQnfKf1yltqyqueWUhOffzMwm6J { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tp78ykwtbLzVdUbw5pngtIkop3CLhS0C { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5625rem;width:11.875rem;top:3.0625rem;left:39.0625rem;overflow:hidden;display:block; }
#CL81tKbklE2otbohQITHNUl9Etx6UPkw { color:#000000;display:block;width:15.0625rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:11.75rem;left:37.5rem;height:1.94970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KOzI9NIcllWBvqFV2ZbgMtTaUlVIlhFI { color:#000000;display:block;width:13.5625rem;position:absolute;font-family:dosis;font-size:1rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:13.9375rem;left:38.25rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vSga40yyQdExi3moRHkAwQI60nEAWAVX { color:#000000;display:block;width:14.25rem;position:absolute;font-family:dosis;font-size:0.875rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:17.0625rem;left:37.875rem;height:4.548825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pywcUuE19q5TladarVpsX7sHGLm8Jyq6 { background-color:#e6342a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.125rem;height:2.3125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:24.1875rem;left:38.9375rem;display:block; }
#Q4kUgQr6qL3ctBPl6CDv8hwa2B963FVk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HpXO4mMNJwbk6bViVpamTh6AAE4KMLwS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#HpXO4mMNJwbk6bViVpamTh6AAE4KMLwS > .row .container { border-width: 0; border-radius: 0; }#HpXO4mMNJwbk6bViVpamTh6AAE4KMLwS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HpXO4mMNJwbk6bViVpamTh6AAE4KMLwS > .row .container { font-size:0.875rem;font-family:arial;height:30.8125rem;width:60rem;position:relative;display:none; }#S7xrX9SZGu5OgZAn6GAv1zqC0ow2uOhP { color:#000000;display:block;width:13.5625rem;position:absolute;font-family:dosis;font-size:1rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:15.875rem;left:0.75rem;height:3.89941875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fHzrTphbuOqG1Jq33CNS4kngFZRpMtQm { color:#000000;display:block;width:15.0625rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:13.6875rem;left:0rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ucpIsINh71MM9SK3gBLA1ghLI4lVLQJR { 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:7.5625rem;width:11.875rem;top:5rem;left:1.5625rem;overflow:hidden;display:block; }
#LsT40q7XDUzGG1tb62VVNLDOkFoHRIxF { color:#000000;display:block;width:14.25rem;position:absolute;font-family:dosis;font-size:0.875rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:20.75rem;left:0.375rem;height:4.546875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Jl7Rpg2Mx966bVV4iL1FUlVnZBt1pz86 { background-color:#e6342a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.125rem;height:2.3125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:26.125rem;left:1.4375rem;display:block; }
#RTXyTzEpslD9D92IE9lIH3vAz4LEfbNT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AhnV1RDcn7coh47Bkkkslm6Au6PPGTor { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5625rem;width:11.875rem;top:2.9375rem;left:31.625rem;overflow:hidden;display:block; }
#zF2mmAqoMiKv2bCsQb3QUGAZwsvXpacG { color:#000000;display:block;width:15.0625rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:11.625rem;left:30rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cyRXHpLGbqh17PAZk6HWfgAZCe0PV0xT { color:#000000;display:block;width:13.5625rem;position:absolute;font-family:dosis;font-size:1rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:13.8125rem;left:30.75rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RpATTf4mnc5eKONvybQTKdaZtCirCkHH { color:#000000;display:block;width:14.25rem;position:absolute;font-family:dosis;font-size:0.875rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:16.9375rem;left:30.375rem;height:4.546875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MwCt8BE72aENRHJNeOvgl05TgUcAzWQT { background-color:#e6342a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.125rem;height:2.3125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:24.0625rem;left:31.4375rem;display:block; }
#nqgD1mP5Kp9UO0ne80FHLysS3qDVZyzd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ICRN5wwpDpzTSb2dTp3DkGEmoaCJgq4X { position:relative;display:none; }#ICRN5wwpDpzTSb2dTp3DkGEmoaCJgq4X { border-width: 0; border-radius: 0; }#ICRN5wwpDpzTSb2dTp3DkGEmoaCJgq4X > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ICRN5wwpDpzTSb2dTp3DkGEmoaCJgq4X > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:30.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#WZCqGEnczm0C3GetnA502nT49xQ1GJZl { 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:11.8125rem;width:18.875rem;top:2.625rem;left:35.5625rem;overflow:hidden;display:block; }
#p0SdbuIzTsTEzTh0dBRtU9cGgdZg1Wns { background-color:#e6342a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.125rem;height:2.3125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:25.1875rem;left:38.9375rem;display:block; }
#PSkbg7ghFd3Wlo6gsbAgGCtSBZJ028aT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LtHc11HXFx9AZ9JkKgr26s8V7XXHmaxP { color:#000000;display:block;width:13.5625rem;position:absolute;font-family:dosis;font-size:1rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:17.3125rem;left:38.25rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T6Ff2NnLosNHSc8bWU1QTXRMIOaAyxcH { color:#000000;display:block;width:14.25rem;position:absolute;font-family:dosis;font-size:0.875rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:20rem;left:37.625rem;height:4.546875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#R8cZ3m7i9mZGCxUqRM8lfT3HvW762RSP { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.9375rem;width:18.625rem;top:2.625rem;left:5.6875rem;overflow:hidden;display:block; }
#NVxy4TkH4atkDMmL5Uw7nqed2F8Ogrp7 { background-color:#e6342a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.125rem;height:2.3125rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:25.25rem;left:9.0625rem;display:block; }
#T5zyNF1p6Z3gHmBMhEXznIOFVXcTHVvs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#C2tqtpEtS48ES1OQFx8AFMZLXCN2Pxzn { color:#000000;display:block;width:14.25rem;position:absolute;font-family:dosis;font-size:0.875rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:20.0625rem;left:7.75rem;height:4.546875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uszBFNIbXX6veesxUXl0LBNZSBRLCC56 { color:#000000;display:block;width:13.5625rem;position:absolute;font-family:dosis;font-size:1rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:15.375rem;left:8.375rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hiagJrgrJxkn31hDDyTefnhJ876iXVEO { color:#000000;display:block;width:13.5625rem;position:absolute;font-family:dosis;font-size:1rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:16.75rem;left:9.0625rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#roDzyO3s1AcUq0ceTTvOchhaIQsKhS92 { color:#000000;display:block;width:13.5625rem;position:absolute;font-family:dosis;font-size:1rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:16.0625rem;left:38.25rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WFQmyMCRM6VvllObGNiaWEG2coC3lGy8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WFQmyMCRM6VvllObGNiaWEG2coC3lGy8 > .row .container { background-color: transparent; background-image: none; }#WFQmyMCRM6VvllObGNiaWEG2coC3lGy8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WFQmyMCRM6VvllObGNiaWEG2coC3lGy8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WFQmyMCRM6VvllObGNiaWEG2coC3lGy8 > .row .container > .video-iframe-container { display: none; }#WFQmyMCRM6VvllObGNiaWEG2coC3lGy8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WFQmyMCRM6VvllObGNiaWEG2coC3lGy8 > .row > .video-iframe-container { display: none; }#WFQmyMCRM6VvllObGNiaWEG2coC3lGy8 > .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); }#WFQmyMCRM6VvllObGNiaWEG2coC3lGy8 > .row .container { border-width: 0; border-radius: 0; }#WFQmyMCRM6VvllObGNiaWEG2coC3lGy8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WFQmyMCRM6VvllObGNiaWEG2coC3lGy8 > .row .container { font-size:0.875rem;font-family:arial;height:36.3125rem;width:60rem;position:relative;display:block; }#SoySx7eyvwGfQIiTugSl59gf82q05RyH { background-color:#e6342a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.125rem;height:2.3125rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:29.25rem;left:23.9375rem;display:block; }
#oDGF6HaHbrXx4zmWTUsrAzIHo3HrJpGN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xRDI7pt2KogrAxFVVipeDqxqkoMoNCvm { color:#000000;display:block;width:14.25rem;position:absolute;font-family:dosis;font-size:0.875rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:24.0625rem;left:22.625rem;height:4.548825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HE0ZimmvLQQvGWl8f42LoyVWpEigo7zJ { color:#000000;display:block;width:13.5625rem;position:absolute;font-family:dosis;font-size:1rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:21.375rem;left:23.25rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#N4VGNwTTVVfwu5LMnfTS0MwBsrTCGMTO { color:#000000;display:block;width:13.5625rem;position:absolute;font-family:dosis;font-size:1rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:20.125rem;left:23.25rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vMPpwWBTnaHcg4k4ytCkQ3KWV886pidl { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.75rem;width:23.0625rem;top:3.25rem;left:18.125rem;overflow:hidden;display:block; }
#nVKCOegdDu0P7F2b2bGnFGgiqdkofAI2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#be0000;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; }#nVKCOegdDu0P7F2b2bGnFGgiqdkofAI2 > .row .container { background-color: transparent; background-image: none; }#nVKCOegdDu0P7F2b2bGnFGgiqdkofAI2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nVKCOegdDu0P7F2b2bGnFGgiqdkofAI2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nVKCOegdDu0P7F2b2bGnFGgiqdkofAI2 > .row .container > .video-iframe-container { display: none; }#nVKCOegdDu0P7F2b2bGnFGgiqdkofAI2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nVKCOegdDu0P7F2b2bGnFGgiqdkofAI2 > .row > .video-iframe-container { display: none; }#nVKCOegdDu0P7F2b2bGnFGgiqdkofAI2 > .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); }#nVKCOegdDu0P7F2b2bGnFGgiqdkofAI2 > .row .container { border-width: 0; border-radius: 0; }#nVKCOegdDu0P7F2b2bGnFGgiqdkofAI2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nVKCOegdDu0P7F2b2bGnFGgiqdkofAI2 > .row .container { font-size:0.875rem;font-family:arial;height:22.875rem;width:60rem;position:relative;display:block; }#SmgdbRfm6GChX4RbrdWon09lTWCnzEZc { color:#000000;display:block;width:12.5rem;position:absolute;font-family:dosis;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:5.6875rem;left:11.15625rem;height:1.29980625rem;display:block; }
#emp2Pvqxs0yDOxpd9Zh65ycLC9BQdpRx { color:#000000;display:block;width:60rem;position:absolute;font-family:"bree serif";font-size:2.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.125rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#K46Jq6xa9aKCT1vHupo2AbekacTZaqb6 { color:#ffffff;display:block;width:60rem;position:absolute;font-family:dosis;font-size:1.1875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:5.8798828125rem;left:-0.125rem;height:7.71728125rem;text-align:center;text-align-last:center;display:block; }
#kfFKSunA7ZOrltAmAAEu7psuBI4V0Fgo { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:16.8125rem;left:10.875rem;display:block; }
#b1TIOKF1nTNXMC1TTeHS6K9STSw4V1NP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xTiwpxfMqciSz4Eued3UArMzVJnRayGb { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.6875rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:16.8125rem;left:31.5rem;display:block; }
#ue2E0lZ4JuKuxrAWVMJlVXKQcskmOn9o { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#U639UN5p6Qg9AyC5iaR9DBCuEOzxXHQe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;top:17.5rem;left:13.625rem; }
#FfnyKefkLx2f41ucUgZo57Jr93TvUNMv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;top:17.5rem;left:32.4375rem; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #BsCQvzTXoEpwv6aJrnv29Xeq8qG9urB8 { display:block; }#BsCQvzTXoEpwv6aJrnv29Xeq8qG9urB8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AFyNkfHkys0UtbDPwKkADEUq4phnXphz { width:20.25rem;height:6.6875rem;top:1.4375rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tVHicagyhR5nyKxe0P3F6dDwmrKbw2g9 { display:block; }#tVHicagyhR5nyKxe0P3F6dDwmrKbw2g9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m39Wwa2n8itRTTz2hrABk4fBlZ7yVpQX { width:47.75rem;height:3.25rem;top:3.4375rem;left:0rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5hJklXn369Eg0tAfBpGU8DwTp95Caad { width:47.75rem;height:1.5rem;top:7.4375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWfiZqq9T4apKBoOu0AmmQUoMkN2Tg0Q { display:block; }#xWfiZqq9T4apKBoOu0AmmQUoMkN2Tg0Q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T7T1xH57xPbSJIbwGkB9kT0EmT9PCMTX { width:8rem;height:7.8125rem;top:1rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HI9L7xSNRE5lK4Ttcq20PykqSQdWlzJG { width:20.125rem;height:2.0625rem;top:10.1875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfWKtThLnQbK1rARHSRE7NeXd0UtkVJO { width:20.0625rem;height:0;top:13.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAPm1GnHgaWSvSkVyfS3SzXXRrHDq1SU { width:20.0625rem;height:4.375rem;top:13.4375rem;left:11.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUcoTRrTp65KpocKGn6azcr0a1Mr1BlO { width:20.125rem;height:;top:10.125rem;left:11.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSO6NzMo8itEbWakO2QLtWfN6qu7I5DI { width:8rem;height:7.8125rem;top:1rem;left:19.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykXQp5hqWvqoh6dUdhkh249ANNgyS6wm { width:20.0625rem;height:4.375rem;top:13.4375rem;left:11.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #keHUT4SgRABZZhNSRClA3Ep40SaCPNw2 { width:20.125rem;height:2rem;top:10.125rem;left:11.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2goJC3vQpKFG8IuQMVsc6OyoJOkVN1P { width:8rem;height:7.8125rem;top:1rem;left:35.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTmDdnB8HGZyhAC7hLaEXRby1tvfl9Z3 { width:10.25rem;height:10rem;top:21.625rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXLZPQFWXS0MeLDT0NXHo5TSOsbh9reu { display:block; }#AXLZPQFWXS0MeLDT0NXHo5TSOsbh9reu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KdQd2fpA99bX9WmCmkPMc2Z95KcmayJm { width:20.125rem;height:2rem;top:10.1875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwKarF9COWFw8OgeRq5aBSlsX4Ur57eM { width:20.0625rem;height:2.875rem;top:13.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kehykSoIVPuBVzHGFN5skI8bl47bW53c { width:20.0625rem;height:2.875rem;top:13.4375rem;left:11.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eoKba5QVrUfcTGlOosOgUbdFcNdLSPUe { width:20.125rem;height:2rem;top:10.125rem;left:11.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXn5oQHqJ6D3dCPhLVstHxtHcowFSBtG { width:8rem;height:7.8125rem;top:1rem;left:19.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zptk0JqrtmAi4meLe2DL9mOIUVkPTH7o { width:20.0625rem;height:4.375rem;top:13.4375rem;left:11.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrdMsdtyMehXnngUfURnk7RN2hyKegng { width:20.125rem;height:2rem;top:10.125rem;left:11.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tttvRbfIQi7KmWdMWXOnJ5zFFhwT7DHu { width:8rem;height:7.8125rem;top:1rem;left:35.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzRkD7hpzW0aKzhnQlHaqBESsPgNxTgZ { display:block; }#XzRkD7hpzW0aKzhnQlHaqBESsPgNxTgZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a6qDsV9llfW642nOBy4AqEmipEpCw9iV { width:23.8125rem;height:11.6875rem;top:7.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5D5A7Q4TQrZM15ank1oaEHRUrt33XNo { width:29.75rem;height:3.25rem;top:2.375rem;left:0rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0Zz94IH6Qcyi9oipIXx7Dxr2DZMzNrU { width:29.875rem;height:16.75rem;top:3rem;left:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEFUHFdZqVJiUCnEh0RWHHV3MJLnTqeZ { display:block; }#GEFUHFdZqVJiUCnEh0RWHHV3MJLnTqeZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ta9dwMSo2v35LKoBrBBDoDW9cNXW6lRt { width:44.375rem;height:33.3125rem;top:0.5625rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvdW4lBFuTygiMmPDwT316ONk5sfhMuo { display:block; }#rvdW4lBFuTygiMmPDwT316ONk5sfhMuo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kbeQ9qCImSHqWhMgfIvA18S6iGkeMxm8 { width:47.75rem;height:3.25rem;top:3.4375rem;left:0rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qP6efyP70Tb3pztQRMGSLSbiTTCoWifJ { width:47.75rem;height:3.0625rem;top:7.4375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRhC1lZePL0fLZ6patOMNDgbhyp3tZdE { display:block; }#RRhC1lZePL0fLZ6patOMNDgbhyp3tZdE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z0pE5xavGky6WLd9Nf7yhoe4dfhtKLft { width:11.875rem;height:7.5625rem;top:3.0625rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxOF0R28zs6n3LmnQ7LagHM05q7wX6sK { width:15.0625rem;height:1.9375rem;top:11.8125rem;left:4.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLcETapM7URlGeAHg7DfPwgiSLmlNAxh { width:13.5625rem;height:3.875rem;top:14rem;left:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrOi1OXm75cmVViL38S4wpzGq7sogDde { width:14.25rem;height:4.5rem;top:17.125rem;left:4.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CrWz8R2gM8gtRx0FhgAX1Kk78eAtZ5t6 { width:12.125rem;height:2.3125rem;top:24.1875rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzAMHIQnfKf1yltqyqueWUhOffzMwm6J { display:block; }
 }@media only screen and (max-width: 763px) { #tp78ykwtbLzVdUbw5pngtIkop3CLhS0C { width:11.875rem;height:7.5625rem;top:3.0625rem;left:29.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CL81tKbklE2otbohQITHNUl9Etx6UPkw { width:15.0625rem;height:1.9375rem;top:11.75rem;left:28.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOzI9NIcllWBvqFV2ZbgMtTaUlVIlhFI { width:13.5625rem;height:2.5625rem;top:13.9375rem;left:29.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSga40yyQdExi3moRHkAwQI60nEAWAVX { width:14.25rem;height:3.375rem;top:17.0625rem;left:28.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pywcUuE19q5TladarVpsX7sHGLm8Jyq6 { width:12.125rem;height:2.3125rem;top:24.1875rem;left:29.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4kUgQr6qL3ctBPl6CDv8hwa2B963FVk { display:block; }
 }@media only screen and (max-width: 763px) { #HpXO4mMNJwbk6bViVpamTh6AAE4KMLwS { display:none; }#HpXO4mMNJwbk6bViVpamTh6AAE4KMLwS > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #S7xrX9SZGu5OgZAn6GAv1zqC0ow2uOhP { width:13.5625rem;height:3.875rem;top:15.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHzrTphbuOqG1Jq33CNS4kngFZRpMtQm { width:15.0625rem;height:1.9375rem;top:13.6875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucpIsINh71MM9SK3gBLA1ghLI4lVLQJR { width:11.875rem;height:7.5625rem;top:5rem;left:0.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsT40q7XDUzGG1tb62VVNLDOkFoHRIxF { width:14.25rem;height:4.5rem;top:20.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jl7Rpg2Mx966bVV4iL1FUlVnZBt1pz86 { width:12.125rem;height:2.3125rem;top:26.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTXyTzEpslD9D92IE9lIH3vAz4LEfbNT { display:block; }
 }@media only screen and (max-width: 763px) { #AhnV1RDcn7coh47Bkkkslm6Au6PPGTor { width:11.875rem;height:7.5625rem;top:2.9375rem;left:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zF2mmAqoMiKv2bCsQb3QUGAZwsvXpacG { width:15.0625rem;height:1.9375rem;top:11.625rem;left:20.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cyRXHpLGbqh17PAZk6HWfgAZCe0PV0xT { width:13.5625rem;height:2.5625rem;top:13.8125rem;left:22.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpATTf4mnc5eKONvybQTKdaZtCirCkHH { width:14.25rem;height:4.5rem;top:16.9375rem;left:21.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwCt8BE72aENRHJNeOvgl05TgUcAzWQT { width:12.125rem;height:2.3125rem;top:24.0625rem;left:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqgD1mP5Kp9UO0ne80FHLysS3qDVZyzd { display:block; }
 }@media only screen and (max-width: 763px) { #ICRN5wwpDpzTSb2dTp3DkGEmoaCJgq4X { display:none; }#ICRN5wwpDpzTSb2dTp3DkGEmoaCJgq4X > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WZCqGEnczm0C3GetnA502nT49xQ1GJZl { width:18.875rem;height:11.8125rem;top:2.625rem;left:26.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0SdbuIzTsTEzTh0dBRtU9cGgdZg1Wns { width:12.125rem;height:2.3125rem;top:25.1875rem;left:29.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSkbg7ghFd3Wlo6gsbAgGCtSBZJ028aT { display:block; }
 }@media only screen and (max-width: 763px) { #LtHc11HXFx9AZ9JkKgr26s8V7XXHmaxP { width:13.5625rem;height:1.25rem;top:17.3125rem;left:29.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6Ff2NnLosNHSc8bWU1QTXRMIOaAyxcH { width:14.25rem;height:3.375rem;top:20rem;left:28.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8cZ3m7i9mZGCxUqRM8lfT3HvW762RSP { width:18.625rem;height:11.9375rem;top:2.625rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVxy4TkH4atkDMmL5Uw7nqed2F8Ogrp7 { width:12.125rem;height:2.3125rem;top:25.25rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5zyNF1p6Z3gHmBMhEXznIOFVXcTHVvs { display:block; }
 }@media only screen and (max-width: 763px) { #C2tqtpEtS48ES1OQFx8AFMZLXCN2Pxzn { width:14.25rem;height:4.5rem;top:20.0625rem;left:4.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uszBFNIbXX6veesxUXl0LBNZSBRLCC56 { width:13.5625rem;height:1.25rem;top:15.375rem;left:5.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hiagJrgrJxkn31hDDyTefnhJ876iXVEO { width:13.5625rem;height:2.5625rem;top:16.75rem;left:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #roDzyO3s1AcUq0ceTTvOchhaIQsKhS92 { width:13.5625rem;height:1.25rem;top:16.0625rem;left:29.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFQmyMCRM6VvllObGNiaWEG2coC3lGy8 { display:block; }#WFQmyMCRM6VvllObGNiaWEG2coC3lGy8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SoySx7eyvwGfQIiTugSl59gf82q05RyH { width:12.125rem;height:2.3125rem;top:29.25rem;left:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDGF6HaHbrXx4zmWTUsrAzIHo3HrJpGN { display:block; }
 }@media only screen and (max-width: 763px) { #xRDI7pt2KogrAxFVVipeDqxqkoMoNCvm { width:14.25rem;height:3.375rem;top:24.0625rem;left:16.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HE0ZimmvLQQvGWl8f42LoyVWpEigo7zJ { width:13.5625rem;height:1.25rem;top:21.375rem;left:17.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4VGNwTTVVfwu5LMnfTS0MwBsrTCGMTO { width:13.5625rem;height:1.25rem;top:20.125rem;left:17.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMPpwWBTnaHcg4k4ytCkQ3KWV886pidl { width:23.0625rem;height:14.75rem;top:3.25rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVKCOegdDu0P7F2b2bGnFGgiqdkofAI2 { display:block; }#nVKCOegdDu0P7F2b2bGnFGgiqdkofAI2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SmgdbRfm6GChX4RbrdWon09lTWCnzEZc { width:12.5rem;height:1.25rem;top:5.6875rem;left:5.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #emp2Pvqxs0yDOxpd9Zh65ycLC9BQdpRx { width:47.75rem;height:3.25rem;top:1.125rem;left:0rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K46Jq6xa9aKCT1vHupo2AbekacTZaqb6 { width:47.75rem;height:7.6875rem;top:5.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfFKSunA7ZOrltAmAAEu7psuBI4V0Fgo { width:17.5rem;height:3.4375rem;top:16.8125rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1TIOKF1nTNXMC1TTeHS6K9STSw4V1NP { display:block; }
 }@media only screen and (max-width: 763px) { #xTiwpxfMqciSz4Eued3UArMzVJnRayGb { width:17.6875rem;height:3.4375rem;top:16.8125rem;left:25.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ue2E0lZ4JuKuxrAWVMJlVXKQcskmOn9o { display:block; }
 }@media only screen and (max-width: 763px) { #U639UN5p6Qg9AyC5iaR9DBCuEOzxXHQe { width:2.0625rem;height:2.0625rem;top:17.5rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfnyKefkLx2f41ucUgZo57Jr93TvUNMv { width:2.0625rem;height:2.0625rem;top:17.5rem;left:26.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #BsCQvzTXoEpwv6aJrnv29Xeq8qG9urB8 { display:block; }#BsCQvzTXoEpwv6aJrnv29Xeq8qG9urB8 > .row .container { width:20rem;height:8.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AFyNkfHkys0UtbDPwKkADEUq4phnXphz { width:20rem;height:6.604938271605rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/bac960fe-696a-4fee-89ca-dfb0edbcea15/870bbd9309c94f859b9a6c4c0ac28186.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:21.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tVHicagyhR5nyKxe0P3F6dDwmrKbw2g9 { display:block; }#tVHicagyhR5nyKxe0P3F6dDwmrKbw2g9 > .row .container { width:20rem;height:14.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m39Wwa2n8itRTTz2hrABk4fBlZ7yVpQX { width:20rem;height:6.01171875rem;top:2.056640625rem;left:0rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5hJklXn369Eg0tAfBpGU8DwTp95Caad { width:20rem;height:3.0869125rem;top:9.318359375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWfiZqq9T4apKBoOu0AmmQUoMkN2Tg0Q { display:block; }#xWfiZqq9T4apKBoOu0AmmQUoMkN2Tg0Q > .row .container { width:20rem;height:67.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T7T1xH57xPbSJIbwGkB9kT0EmT9PCMTX { width:8rem;height:7.8125rem;top:2.53125rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #HI9L7xSNRE5lK4Ttcq20PykqSQdWlzJG { width:20rem;height:2.03125rem;top:11rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfWKtThLnQbK1rARHSRE7NeXd0UtkVJO { width:20rem;height:4.38574375rem;top:13.59375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAPm1GnHgaWSvSkVyfS3SzXXRrHDq1SU { width:20rem;height:4.3857375rem;top:33.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUcoTRrTp65KpocKGn6azcr0a1Mr1BlO { width:20rem;height:2.03125rem;top:30.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSO6NzMo8itEbWakO2QLtWfN6qu7I5DI { width:8rem;height:7.8125rem;top:21rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykXQp5hqWvqoh6dUdhkh249ANNgyS6wm { width:20rem;height:4.3857375rem;top:51.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #keHUT4SgRABZZhNSRClA3Ep40SaCPNw2 { width:20rem;height:2.03125rem;top:48.875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2goJC3vQpKFG8IuQMVsc6OyoJOkVN1P { width:8rem;height:7.8125rem;top:39.6875rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTmDdnB8HGZyhAC7hLaEXRby1tvfl9Z3 { width:10.25rem;height:10rem;top:57.3125rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXLZPQFWXS0MeLDT0NXHo5TSOsbh9reu { display:block; }#AXLZPQFWXS0MeLDT0NXHo5TSOsbh9reu > .row .container { width:20rem;height:46.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KdQd2fpA99bX9WmCmkPMc2Z95KcmayJm { width:20rem;height:2.03125rem;top:1.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwKarF9COWFw8OgeRq5aBSlsX4Ur57eM { width:20rem;height:2.923825rem;top:4.53125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kehykSoIVPuBVzHGFN5skI8bl47bW53c { width:20rem;height:2.9248rem;top:21.60009765625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eoKba5QVrUfcTGlOosOgUbdFcNdLSPUe { width:20rem;height:2.03125rem;top:17.76855625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXn5oQHqJ6D3dCPhLVstHxtHcowFSBtG { width:8rem;height:7.8125rem;top:8.70605625rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zptk0JqrtmAi4meLe2DL9mOIUVkPTH7o { width:20rem;height:4.3857375rem;top:39.56787109375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrdMsdtyMehXnngUfURnk7RN2hyKegng { width:20rem;height:2.03125rem;top:35.76708984375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tttvRbfIQi7KmWdMWXOnJ5zFFhwT7DHu { width:8rem;height:7.8125rem;top:27.95458984375rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzRkD7hpzW0aKzhnQlHaqBESsPgNxTgZ { display:block; }#XzRkD7hpzW0aKzhnQlHaqBESsPgNxTgZ > .row .container { width:20rem;height:35.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a6qDsV9llfW642nOBy4AqEmipEpCw9iV { width:20rem;height:12.9980375rem;top:19.537109375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e5D5A7Q4TQrZM15ank1oaEHRUrt33XNo { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q0Zz94IH6Qcyi9oipIXx7Dxr2DZMzNrU { height:11.213389121339rem;width:20rem;top:5.90966796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEFUHFdZqVJiUCnEh0RWHHV3MJLnTqeZ { display:block; }#GEFUHFdZqVJiUCnEh0RWHHV3MJLnTqeZ > .row .container { width:20rem;height:20.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ta9dwMSo2v35LKoBrBBDoDW9cNXW6lRt { width:19.875rem;height:14.8125rem;top:2.90625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvdW4lBFuTygiMmPDwT316ONk5sfhMuo { display:block; }#rvdW4lBFuTygiMmPDwT316ONk5sfhMuo > .row .container { width:20rem;height:16.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kbeQ9qCImSHqWhMgfIvA18S6iGkeMxm8 { width:20rem;height:6.01171875rem;top:2.056640625rem;left:0rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qP6efyP70Tb3pztQRMGSLSbiTTCoWifJ { width:20rem;height:6.171875rem;top:9.318359375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRhC1lZePL0fLZ6patOMNDgbhyp3tZdE { display:block; }#RRhC1lZePL0fLZ6patOMNDgbhyp3tZdE > .row .container { width:20rem;height:67.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z0pE5xavGky6WLd9Nf7yhoe4dfhtKLft { width:16.8125rem;height:10.75rem;top:4.4375rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxOF0R28zs6n3LmnQ7LagHM05q7wX6sK { width:15.0625rem;height:1.94921875rem;top:16.1875rem;left:2.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLcETapM7URlGeAHg7DfPwgiSLmlNAxh { width:13.5625rem;height:3.89941875rem;top:18.6875rem;left:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrOi1OXm75cmVViL38S4wpzGq7sogDde { width:14.25rem;height:4.546875rem;top:22.125rem;left:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CrWz8R2gM8gtRx0FhgAX1Kk78eAtZ5t6 { width:12.125rem;height:2.3125rem;top:28.9375rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzAMHIQnfKf1yltqyqueWUhOffzMwm6J { display:block; }
 }@media only screen and (max-width: 763px) { #tp78ykwtbLzVdUbw5pngtIkop3CLhS0C { width:16.9375rem;height:10.8125rem;top:36.5rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CL81tKbklE2otbohQITHNUl9Etx6UPkw { width:15.0625rem;height:1.94921875rem;top:48.3125rem;left:2.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOzI9NIcllWBvqFV2ZbgMtTaUlVIlhFI { width:13.5625rem;height:2.5996125rem;top:50.75rem;left:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSga40yyQdExi3moRHkAwQI60nEAWAVX { width:14.25rem;height:3.41015625rem;top:53.9375rem;left:2.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pywcUuE19q5TladarVpsX7sHGLm8Jyq6 { width:12.125rem;height:2.3125rem;top:59.0625rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4kUgQr6qL3ctBPl6CDv8hwa2B963FVk { display:block; }
 }@media only screen and (max-width: 763px) { #HpXO4mMNJwbk6bViVpamTh6AAE4KMLwS { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#HpXO4mMNJwbk6bViVpamTh6AAE4KMLwS > .row .container { border-width: 0; border-radius: 0; }#HpXO4mMNJwbk6bViVpamTh6AAE4KMLwS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HpXO4mMNJwbk6bViVpamTh6AAE4KMLwS > .row .container { width:20rem;height:115.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #S7xrX9SZGu5OgZAn6GAv1zqC0ow2uOhP { width:13.5625rem;height:3.89941875rem;top:17.26171875rem;left:3.21875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fHzrTphbuOqG1Jq33CNS4kngFZRpMtQm { width:15.0625rem;height:1.94970625rem;top:15.3125rem;left:2.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucpIsINh71MM9SK3gBLA1ghLI4lVLQJR { width:16.9375rem;height:10.8125rem;top:3.1875rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsT40q7XDUzGG1tb62VVNLDOkFoHRIxF { width:14.25rem;height:4.546875rem;top:21.64892578125rem;left:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jl7Rpg2Mx966bVV4iL1FUlVnZBt1pz86 { width:12.125rem;height:2.3125rem;top:26.875rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTXyTzEpslD9D92IE9lIH3vAz4LEfbNT { display:block; }
 }@media only screen and (max-width: 763px) { #AhnV1RDcn7coh47Bkkkslm6Au6PPGTor { width:16.9375rem;height:10.8125rem;top:33.1875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zF2mmAqoMiKv2bCsQb3QUGAZwsvXpacG { width:15.0625rem;height:1.94921875rem;top:45.375rem;left:2.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cyRXHpLGbqh17PAZk6HWfgAZCe0PV0xT { width:13.5625rem;height:2.5996125rem;top:47.3125rem;left:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpATTf4mnc5eKONvybQTKdaZtCirCkHH { width:14.25rem;height:4.546875rem;top:50.375rem;left:3.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwCt8BE72aENRHJNeOvgl05TgUcAzWQT { width:12.125rem;height:2.3125rem;top:56.25rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqgD1mP5Kp9UO0ne80FHLysS3qDVZyzd { display:block; }
 }@media only screen and (max-width: 763px) { #ICRN5wwpDpzTSb2dTp3DkGEmoaCJgq4X { display:none; }#ICRN5wwpDpzTSb2dTp3DkGEmoaCJgq4X > .row .container { width:20rem;height:61.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WZCqGEnczm0C3GetnA502nT49xQ1GJZl { width:17.0625rem;height:10.6875rem;top:32.875rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0SdbuIzTsTEzTh0dBRtU9cGgdZg1Wns { width:12.125rem;height:2.3125rem;top:45.25rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSkbg7ghFd3Wlo6gsbAgGCtSBZJ028aT { display:block; }
 }@media only screen and (max-width: 763px) { #LtHc11HXFx9AZ9JkKgr26s8V7XXHmaxP { width:13.5625rem;height:1.29980625rem;top:51rem;left:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6Ff2NnLosNHSc8bWU1QTXRMIOaAyxcH { width:14.25rem;height:3.41015625rem;top:54.8125rem;left:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8cZ3m7i9mZGCxUqRM8lfT3HvW762RSP { width:17.0625rem;height:10.8125rem;top:2.625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVxy4TkH4atkDMmL5Uw7nqed2F8Ogrp7 { width:12.125rem;height:2.3125rem;top:27.125rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5zyNF1p6Z3gHmBMhEXznIOFVXcTHVvs { display:block; }
 }@media only screen and (max-width: 763px) { #C2tqtpEtS48ES1OQFx8AFMZLXCN2Pxzn { width:14.25rem;height:4.546875rem;top:21.3125rem;left:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uszBFNIbXX6veesxUXl0LBNZSBRLCC56 { width:13.5625rem;height:1.29980625rem;top:14.9375rem;left:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hiagJrgrJxkn31hDDyTefnhJ876iXVEO { width:13.5625rem;height:2.5996125rem;top:17.5rem;left:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #roDzyO3s1AcUq0ceTTvOchhaIQsKhS92 { width:13.5625rem;height:1.29980625rem;top:48.4375rem;left:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFQmyMCRM6VvllObGNiaWEG2coC3lGy8 { display:block; }#WFQmyMCRM6VvllObGNiaWEG2coC3lGy8 > .row .container { width:20rem;height:29.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SoySx7eyvwGfQIiTugSl59gf82q05RyH { width:12.125rem;height:2.3125rem;top:25.10451875rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDGF6HaHbrXx4zmWTUsrAzIHo3HrJpGN { display:block; }
 }@media only screen and (max-width: 763px) { #xRDI7pt2KogrAxFVVipeDqxqkoMoNCvm { width:14.25rem;height:3.41015625rem;top:20.4443625rem;left:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HE0ZimmvLQQvGWl8f42LoyVWpEigo7zJ { width:13.5625rem;height:1.29980625rem;top:17.89455625rem;left:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4VGNwTTVVfwu5LMnfTS0MwBsrTCGMTO { width:13.5625rem;height:1.29980625rem;top:15.34475rem;left:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMPpwWBTnaHcg4k4ytCkQ3KWV886pidl { width:20rem;height:12.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVKCOegdDu0P7F2b2bGnFGgiqdkofAI2 { display:block; }#nVKCOegdDu0P7F2b2bGnFGgiqdkofAI2 > .row .container { width:20rem;height:27.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SmgdbRfm6GChX4RbrdWon09lTWCnzEZc { width:12.5rem;height:1.29980625rem;top:17.375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #emp2Pvqxs0yDOxpd9Zh65ycLC9BQdpRx { width:20rem;height:2.5996125rem;top:1.421875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #K46Jq6xa9aKCT1vHupo2AbekacTZaqb6 { width:20rem;height:8.771475rem;top:5.162109375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfFKSunA7ZOrltAmAAEu7psuBI4V0Fgo { width:17.5rem;height:3.4375rem;top:16.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1TIOKF1nTNXMC1TTeHS6K9STSw4V1NP { display:block; }
 }@media only screen and (max-width: 763px) { #xTiwpxfMqciSz4Eued3UArMzVJnRayGb { width:17.6875rem;height:3.4375rem;top:22rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ue2E0lZ4JuKuxrAWVMJlVXKQcskmOn9o { display:block; }
 }@media only screen and (max-width: 763px) { #U639UN5p6Qg9AyC5iaR9DBCuEOzxXHQe { width:2.0625rem;height:2.0625rem;top:17.1875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfnyKefkLx2f41ucUgZo57Jr93TvUNMv { width:2.0625rem;height:2.0625rem;top:22.6875rem;left:1.75rem;display:block; }
 }