.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-input-select option {
  color: #000;
}
.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 {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;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); }#HHprRPtiEyq11m2W5r3Ny6eyTXZi1Xo1 { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #dbdee3;background-color:#ffffff;background-image:none;position:relative;z-index:auto;display:block; }#HHprRPtiEyq11m2W5r3Ny6eyTXZi1Xo1 > .row .container { background-color: transparent; background-image: none; }#HHprRPtiEyq11m2W5r3Ny6eyTXZi1Xo1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HHprRPtiEyq11m2W5r3Ny6eyTXZi1Xo1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HHprRPtiEyq11m2W5r3Ny6eyTXZi1Xo1 > .row .container > .video-iframe-container { display: none; }#HHprRPtiEyq11m2W5r3Ny6eyTXZi1Xo1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HHprRPtiEyq11m2W5r3Ny6eyTXZi1Xo1 > .row > .video-iframe-container { display: none; }#HHprRPtiEyq11m2W5r3Ny6eyTXZi1Xo1 > .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); }#HHprRPtiEyq11m2W5r3Ny6eyTXZi1Xo1 > .row .container { border-width: 0; border-radius: 0; }#HHprRPtiEyq11m2W5r3Ny6eyTXZi1Xo1 > .row > .video-iframe-container {  }#HHprRPtiEyq11m2W5r3Ny6eyTXZi1Xo1 > .row .container { font-size:0.875rem;font-family:arial;height:6.5rem;width:75rem;position:relative;display:block; }#EIRiA7uPZQg9rsTGN5dgfcXSmTeEhwsU { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.25rem;width:11.375rem;top:0rem;left:7.5rem;overflow:hidden;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#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 {  }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:35.5625rem;width:75rem;overflow:visible;position:relative;display:block; }#JwXElT1Cb2NGZATt2KBd7WHbhJcSNHy8 { color:#1b2670;display:block;width:34.875rem;position:absolute;font-family:roboto;font-size:2.3125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:4.3115234375rem;left:4.625rem;height:3.00636875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#gHtsgxW0250Rn509pvp70yq3Jh6k5dfF { color:#1b2670;display:block;width:37.375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15001;line-height:1.9;letter-spacing:0;top:8.8125rem;left:3.375rem;height:16.62400625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oRM39lBCAkgmTskbcQMOaQD6x61qIWzF { z-index:15001;top:28.9365234375rem;left:12.15625rem;background-color:#dc2664;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;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:roboto;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.8125rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#nkF8efioZKO1ad7uSx9dytpASOvcZZJJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rusFLn7HGv8ooB6AEcBs0UL9XaV5IRoc { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.125rem;width:20rem;top:5.3740234375rem;left:43.9365234375rem;overflow:hidden;display:none; }
#qxV00sLHTwt09Mg8E8h0WweS11BUCbG4 { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;height:24.625rem;width:25.75rem;top:3.25rem;left:44.84375rem;overflow:hidden;display:block; }
#UtAficyMbzbKyu1gocEiDG95tTfWGzgw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#UtAficyMbzbKyu1gocEiDG95tTfWGzgw > .row .container { background-color: transparent; background-image: none; }#UtAficyMbzbKyu1gocEiDG95tTfWGzgw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UtAficyMbzbKyu1gocEiDG95tTfWGzgw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UtAficyMbzbKyu1gocEiDG95tTfWGzgw > .row .container > .video-iframe-container { display: none; }#UtAficyMbzbKyu1gocEiDG95tTfWGzgw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UtAficyMbzbKyu1gocEiDG95tTfWGzgw > .row > .video-iframe-container { display: none; }#UtAficyMbzbKyu1gocEiDG95tTfWGzgw > .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); }#UtAficyMbzbKyu1gocEiDG95tTfWGzgw > .row .container { border-width: 0; border-radius: 0; }#UtAficyMbzbKyu1gocEiDG95tTfWGzgw > .row > .video-iframe-container {  }#UtAficyMbzbKyu1gocEiDG95tTfWGzgw > .row .container { font-size:0.875rem;font-family:arial;height:29.4375rem;width:75rem;position:relative;display:block; }#M7nTnOspiGumMsw1euD9eFEci3aerRSb { color:#1b2670;display:block;width:75rem;position:absolute;font-family:roboto;font-size:2.1875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:1.9375rem;left:0rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#oDwBIbWIGrsZJzMsenxBfBRta5Th7muH { position:absolute;display:block;z-index:15000;background-color:rgba(255,255,255,0.35);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #b2c1c8;border-left:0.0625rem solid #b2c1c8;border-right:0.0625rem solid #b2c1c8;border-bottom:0.0625rem solid #b2c1c8;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:18.75rem;width:18.9375rem;top:6.6875rem;left:3rem;display:block; }
#X8oDE4FOnSfPOKncfqeLuP3eeBsoduxN { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #d3d7da;border-left:0.0625rem solid #d3d7da;border-right:0.0625rem solid #d3d7da;border-bottom:0.0625rem solid #d3d7da;height:18.75rem;width:18.9375rem;top:6.6875rem;left:28.5rem;display:block; }
#Nnf1kNtNDSTvNMNJ3Q1y26wGIihJuN4i { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #b4bec3;border-left:0.0625rem solid #b4bec3;border-right:0.0625rem solid #b4bec3;border-bottom:0.0625rem solid #b4bec3;height:18.75rem;width:18.9375rem;top:6.6875rem;left:53.5rem;display:block; }
#e6o8lvUi6A9gd4ZtPpL07T4GmVL3m2cR { position:absolute;display:block;z-index:15031;background-color:#fbfdff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #d5dae5;border-left:0.125rem solid #d5dae5;border-right:0.125rem solid #d5dae5;border-bottom:0.125rem solid #d5dae5;border-top-left-radius:6.8125rem;border-top-right-radius:6.8125rem;border-bottom-left-radius:6.8125rem;border-bottom-right-radius:6.8125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:12.875rem;width:12.875rem;top:8.15625rem;left:5.96875rem;display:block; }
#LzMDA0lDAHsTF1hy5FClpAMz9LJfRB4s { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9rem;width:9rem;top:10.34375rem;left:8.15625rem;overflow:hidden;display:block; }
#gkmr3TXLXRK6GaQV3zCq23kJCOhKQ5Bd { position:absolute;display:block;z-index:15032;background-color:#fbfdff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #d5dae5;border-left:0.125rem solid #d5dae5;border-right:0.125rem solid #d5dae5;border-bottom:0.125rem solid #d5dae5;border-top-left-radius:6.8125rem;border-top-right-radius:6.8125rem;border-bottom-left-radius:6.8125rem;border-bottom-right-radius:6.8125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:12.875rem;width:12.875rem;top:8.15625rem;left:31.46875rem;display:block; }
#oVnptlkcnLKitNGIUbNU5KpN5ZlnfrbQ { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.25rem;width:9.25rem;top:10.09375rem;left:33.40625rem;overflow:hidden;display:block; }
#XLVEz3llz0v5cmRrppXH1a1UvmXbTqub { position:absolute;display:block;z-index:15032;background-color:#fbfdff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #d5dae5;border-left:0.125rem solid #d5dae5;border-right:0.125rem solid #d5dae5;border-bottom:0.125rem solid #d5dae5;border-top-left-radius:6.8125rem;border-top-right-radius:6.8125rem;border-bottom-left-radius:6.8125rem;border-bottom-right-radius:6.8125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:12.875rem;width:12.875rem;top:8.1875rem;left:56.53125rem;display:block; }
#XcawRwvNVV8f46OFkbQGdpIT0RAZcT8L { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.875rem;width:8.875rem;top:10.28125rem;left:58.59375rem;overflow:hidden;display:block; }
#vPoaP6GOoKq53Uq2lzyuIP8AW5ERefur { color:#ca1476;display:block;width:16.75rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:22.1875rem;left:4.15625rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vFoRwuOPDH0PzRHqDTTTZ7RBVWyPXx9x { color:#ca1476;display:block;width:20.0625rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:22.25rem;left:27.5rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AhK9sScZ1VckDhLJmFTKADncyT746bta { color:#ca1476;display:block;width:16.9375rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;top:22.25rem;left:55.5rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#B7HFnK8XwwggtEsgnyQfEIHmuOLgA4cF { position:relative;display:block; }#B7HFnK8XwwggtEsgnyQfEIHmuOLgA4cF { background-color: transparent; background-image: none; }#B7HFnK8XwwggtEsgnyQfEIHmuOLgA4cF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B7HFnK8XwwggtEsgnyQfEIHmuOLgA4cF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B7HFnK8XwwggtEsgnyQfEIHmuOLgA4cF > .row .container > .video-iframe-container { display: none; }#B7HFnK8XwwggtEsgnyQfEIHmuOLgA4cF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B7HFnK8XwwggtEsgnyQfEIHmuOLgA4cF > .row > .video-iframe-container { display: none; }#B7HFnK8XwwggtEsgnyQfEIHmuOLgA4cF > .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); }#B7HFnK8XwwggtEsgnyQfEIHmuOLgA4cF { border-width: 0; border-radius: 0; }#B7HFnK8XwwggtEsgnyQfEIHmuOLgA4cF > .row .container > .video-iframe-container {  }#B7HFnK8XwwggtEsgnyQfEIHmuOLgA4cF > .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:3.0625rem;width:75rem;position:relative;display:block; }#wVEVITzLrJiwXI1sJZ0pWryTSazq5grW { color:#1b2670;display:block;width:75rem;position:absolute;font-family:roboto;font-size:2.1875rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#usBnmG5QostxmUtcRqRIi1KWDShrWmHZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#usBnmG5QostxmUtcRqRIi1KWDShrWmHZ > .row .container { background-color: transparent; background-image: none; }#usBnmG5QostxmUtcRqRIi1KWDShrWmHZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#usBnmG5QostxmUtcRqRIi1KWDShrWmHZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#usBnmG5QostxmUtcRqRIi1KWDShrWmHZ > .row .container > .video-iframe-container { display: none; }#usBnmG5QostxmUtcRqRIi1KWDShrWmHZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#usBnmG5QostxmUtcRqRIi1KWDShrWmHZ > .row > .video-iframe-container { display: none; }#usBnmG5QostxmUtcRqRIi1KWDShrWmHZ > .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); }#usBnmG5QostxmUtcRqRIi1KWDShrWmHZ > .row .container { border-width: 0; border-radius: 0; }#usBnmG5QostxmUtcRqRIi1KWDShrWmHZ > .row > .video-iframe-container {  }#usBnmG5QostxmUtcRqRIi1KWDShrWmHZ > .row .container { font-size:0.875rem;font-family:arial;height:25.875rem;width:75rem;position:relative;display:block; }#A6EaTTcETArLbEHVZohekb4Z81OgXHKw { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.81175rem;width:9.7496875rem;top:5.2792243957519rem;left:7.6236977577213rem;overflow:hidden;display:block; }
#ICL4wzSJPTTouiALZ42C2VB2uA13yn5Q { color:#ca1476;display:block;width:25rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:16.875rem;left:0rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zBCw11B7SzotMMbR1DAkfJyedTSDiWiR { position:absolute;display:block;z-index:15030;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #b7becc;border-left:0.125rem solid #b7becc;border-right:0.125rem solid #b7becc;border-bottom:0.125rem solid #b7becc;border-top-left-radius:6.8125rem;border-top-right-radius:6.8125rem;border-bottom-left-radius:6.8125rem;border-bottom-right-radius:6.8125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:12.875rem;width:12.875rem;top:2.625rem;left:5.9375rem;display:block; }
#SxUlkynItzhJP6eo3WD9fQvlA8B35P8S { position:absolute;display:block;z-index:15040;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #c2c8d7;border-left:0.125rem solid #c2c8d7;border-right:0.125rem solid #c2c8d7;border-bottom:0.125rem solid #c2c8d7;border-top-left-radius:6.8125rem;border-top-right-radius:6.8125rem;border-bottom-left-radius:6.8125rem;border-bottom-right-radius:6.8125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:12.875rem;width:12.875rem;top:2.625rem;left:31.4375rem;display:block; }
#yhToyO9Ipv8nBDTnX6okBaFsUfVo8X6X { position:absolute;display:block;z-index:14998;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #c4c7ce;border-left:0.125rem solid #c4c7ce;border-right:0.125rem solid #c4c7ce;border-bottom:0.125rem solid #c4c7ce;border-top-left-radius:6.8125rem;border-top-right-radius:6.8125rem;border-bottom-left-radius:6.8125rem;border-bottom-right-radius:6.8125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:12.875rem;width:12.875rem;top:2.625rem;left:56.28125rem;display:block; }
#vPTOKDLlFwCt04ccBvMLD5I34tLKHUJ6 { color:#ca1476;display:block;width:18.875rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:16.874275207519rem;left:28.249710559845rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OPbVKCUFZIRtA2bTBthUPJHOevFNgC8V { color:#ca1476;display:block;width:20.0625rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:16.875rem;left:52.46875rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GMpwEI4zgAUdVAkhfrVSFvlWCkEW8oym { position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #b4bec3;border-left:0.0625rem solid #b4bec3;border-right:0.0625rem solid #b4bec3;border-bottom:0.0625rem solid #b4bec3;height:18.75rem;width:18.9375rem;top:1.3125rem;left:3rem;display:block; }
#A99XTvMoFmoRonGZe2IJ2UhqrkmWOKvl { position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #b4bec3;border-left:0.0625rem solid #b4bec3;border-right:0.0625rem solid #b4bec3;border-bottom:0.0625rem solid #b4bec3;height:18.75rem;width:18.9375rem;top:1.3125rem;left:28.25rem;display:block; }
#aaduFpiING37CXwl6HxSlzwl8vNifak0 { position:absolute;display:block;z-index:14997;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #b4bec3;border-left:0.0625rem solid #b4bec3;border-right:0.0625rem solid #b4bec3;border-bottom:0.0625rem solid #b4bec3;height:18.75rem;width:18.9375rem;top:1.3125rem;left:53.3125rem;display:block; }
#uJe35HEGtWfi2oWv3va5GdITGT8l4np2 { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.6870625rem;width:8.6870625rem;top:4.8386869430542rem;left:33.653793811798rem;overflow:hidden;display:block; }
#yT2aLi02WRlUL8WzcEKRp5RGtiLR7EVN { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.875rem;width:8.625rem;top:5.75rem;left:58.1875rem;overflow:hidden;display:block; }
#bDTGHfxsPBHJ6u2lx4sTAWQk6t4u2y7N { z-index:15001;top:21.5625rem;left:29.53125rem;background-color:#ca285d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;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:roboto;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.9375rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#pVdmyc3g9SZkwJ5BldQiCeWSV0kgXcP0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tvf27uH6AzlkI2yZiRu7TPntiiOlOS3b { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#tvf27uH6AzlkI2yZiRu7TPntiiOlOS3b > .row .container { background-color: transparent; background-image: none; }#tvf27uH6AzlkI2yZiRu7TPntiiOlOS3b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tvf27uH6AzlkI2yZiRu7TPntiiOlOS3b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tvf27uH6AzlkI2yZiRu7TPntiiOlOS3b > .row .container > .video-iframe-container { display: none; }#tvf27uH6AzlkI2yZiRu7TPntiiOlOS3b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tvf27uH6AzlkI2yZiRu7TPntiiOlOS3b > .row > .video-iframe-container { display: none; }#tvf27uH6AzlkI2yZiRu7TPntiiOlOS3b > .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); }#tvf27uH6AzlkI2yZiRu7TPntiiOlOS3b > .row .container { border-width: 0; border-radius: 0; }#tvf27uH6AzlkI2yZiRu7TPntiiOlOS3b > .row > .video-iframe-container {  }#tvf27uH6AzlkI2yZiRu7TPntiiOlOS3b > .row .container { font-size:0.875rem;font-family:arial;height:25.4375rem;width:75rem;position:relative;display:block; }#IU9g2iwcHF7G9LwI3p7HLA3BBM7TbECU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#IU9g2iwcHF7G9LwI3p7HLA3BBM7TbECU > .row .container { background-color: transparent; background-image: none; }#IU9g2iwcHF7G9LwI3p7HLA3BBM7TbECU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IU9g2iwcHF7G9LwI3p7HLA3BBM7TbECU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IU9g2iwcHF7G9LwI3p7HLA3BBM7TbECU > .row .container > .video-iframe-container { display: none; }#IU9g2iwcHF7G9LwI3p7HLA3BBM7TbECU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IU9g2iwcHF7G9LwI3p7HLA3BBM7TbECU > .row > .video-iframe-container { display: none; }#IU9g2iwcHF7G9LwI3p7HLA3BBM7TbECU > .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); }#IU9g2iwcHF7G9LwI3p7HLA3BBM7TbECU > .row .container { border-width: 0; border-radius: 0; }#IU9g2iwcHF7G9LwI3p7HLA3BBM7TbECU > .row > .video-iframe-container {  }#IU9g2iwcHF7G9LwI3p7HLA3BBM7TbECU > .row .container { font-size:0.875rem;font-family:arial;height:21.25rem;width:75rem;position:relative;display:block; }#WSiE4k01LwLRq1zx2tGFp2DFILUkR9K8 { color:#1b2670;display:block;width:14.25rem;position:absolute;font-family:roboto;font-size:1.3125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:6.875rem;left:5.375rem;height:1.70605625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SsVOIfvTGmWxzMs0Bur2yOtyTpPbNzML { color:rgba(27,38,112,0.7);display:block;width:18.3125rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:9.40625rem;left:5.375rem;height:2.43634375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#srZOsiAQ3fAlkHI2huAqGEvOD9wGTvlp { color:rgba(27,38,112,0.7);display:block;width:16.625rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:9.40625rem;left:30.375rem;height:4.8726875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QM9xEW2byaRwXHPJqrmkhJMFIyqeR9kX { color:#1b2670;display:block;width:14.25rem;position:absolute;font-family:roboto;font-size:1.3125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:6.875rem;left:30.375rem;height:1.70605625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WVHqos45Gv1lRRL2plTRRIva6itfZsbb { color:rgba(27,38,112,0.7);display:block;width:17.375rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:9.40625rem;left:55.375rem;height:6.09085625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rQEF3vZlnFi5I43yH2lnZrkQT8RpXXXU { color:#1b2670;display:block;width:14.25rem;position:absolute;font-family:roboto;font-size:1.3125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:6.875rem;left:55.375rem;height:1.70605625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#L9rCwlDnxEEwCUVy1Hg4gyodJx8v8Jfu { background-color:#ca285d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;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:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.3125rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:17.8125rem;left:29.34375rem;display:block; }
#VcKRprTMDJkO4Vi1IVRwgmtWF7MTXgJz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#x12eIIM2XPR8sfpFTts0DLAGQ98Qluo1 { color:#091568;display:block;width:75rem;position:absolute;font-family:roboto;font-size:2.1875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:1.375rem;left:0rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vPP1hSXWqndZ4aqIZLhryIaLCo7KM4LG { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.0625rem;width:5.0625rem;top:5rem;left:0rem;overflow:hidden;display:block; }
#QbEVlR0Mu5aMPtOxTZQpvzG094CaLTeZ { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.0625rem;width:;top:4.8525390625rem;left:24.9375rem;overflow:hidden;display:block; }
#lQW5cTNqUvX5aBINAadRvdQ9By6QRcpD { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.0625rem;width:5.0625rem;top:4.8525390625rem;left:50rem;overflow:hidden;display:block; }
#qkrrkFDGJrQgxumplOyWqPD9l9Gfgi1V { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;background-image:none;position:relative;display:block; }#qkrrkFDGJrQgxumplOyWqPD9l9Gfgi1V > .row .container { background-color: transparent; background-image: none; }#qkrrkFDGJrQgxumplOyWqPD9l9Gfgi1V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qkrrkFDGJrQgxumplOyWqPD9l9Gfgi1V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qkrrkFDGJrQgxumplOyWqPD9l9Gfgi1V > .row .container > .video-iframe-container { display: none; }#qkrrkFDGJrQgxumplOyWqPD9l9Gfgi1V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qkrrkFDGJrQgxumplOyWqPD9l9Gfgi1V > .row > .video-iframe-container { display: none; }#qkrrkFDGJrQgxumplOyWqPD9l9Gfgi1V > .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); }#qkrrkFDGJrQgxumplOyWqPD9l9Gfgi1V > .row .container { border-width: 0; border-radius: 0; }#qkrrkFDGJrQgxumplOyWqPD9l9Gfgi1V > .row > .video-iframe-container {  }#qkrrkFDGJrQgxumplOyWqPD9l9Gfgi1V > .row .container { font-size:0.875rem;font-family:arial;height:19rem;width:75rem;position:relative;display:block; }#fWrDQ1SEEyTrHP6xTPbyJEvuuktdnxCH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/x9WGMWwp1NM/unsplash/nathana-rebou-as-x9WGMWwp1NM-photo-1592179900431-1e021ea53b28.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#fWrDQ1SEEyTrHP6xTPbyJEvuuktdnxCH.adaptive-delivery-prevent-bg, #fWrDQ1SEEyTrHP6xTPbyJEvuuktdnxCH.lazyload, #fWrDQ1SEEyTrHP6xTPbyJEvuuktdnxCH.lazyloading { background-image: none; }#fWrDQ1SEEyTrHP6xTPbyJEvuuktdnxCH > .row .container { background-color: transparent; background-image: none; }#fWrDQ1SEEyTrHP6xTPbyJEvuuktdnxCH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(220,38,100,0.85); }#fWrDQ1SEEyTrHP6xTPbyJEvuuktdnxCH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fWrDQ1SEEyTrHP6xTPbyJEvuuktdnxCH > .row .container > .video-iframe-container { display: none; }#fWrDQ1SEEyTrHP6xTPbyJEvuuktdnxCH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(220,38,100,0.85); }#fWrDQ1SEEyTrHP6xTPbyJEvuuktdnxCH > .row > .video-iframe-container { display: none; }#fWrDQ1SEEyTrHP6xTPbyJEvuuktdnxCH > .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); }#fWrDQ1SEEyTrHP6xTPbyJEvuuktdnxCH > .row .container { border-width: 0; border-radius: 0; }#fWrDQ1SEEyTrHP6xTPbyJEvuuktdnxCH::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#fWrDQ1SEEyTrHP6xTPbyJEvuuktdnxCH > .row > .video-iframe-container {  }#fWrDQ1SEEyTrHP6xTPbyJEvuuktdnxCH > .row .container { font-size:0.875rem;font-family:arial;height:14.125rem;width:75rem;position:relative;display:block; }#O3qDcm9MNxVsQ3XaZyTMsqik5GzZfB6W { background-color:transparent;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#O3qDcm9MNxVsQ3XaZyTMsqik5GzZfB6W > .row .container { background-color: transparent; background-image: none; }#O3qDcm9MNxVsQ3XaZyTMsqik5GzZfB6W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O3qDcm9MNxVsQ3XaZyTMsqik5GzZfB6W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O3qDcm9MNxVsQ3XaZyTMsqik5GzZfB6W > .row .container > .video-iframe-container { display: none; }#O3qDcm9MNxVsQ3XaZyTMsqik5GzZfB6W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O3qDcm9MNxVsQ3XaZyTMsqik5GzZfB6W > .row > .video-iframe-container { display: none; }#O3qDcm9MNxVsQ3XaZyTMsqik5GzZfB6W > .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); }#O3qDcm9MNxVsQ3XaZyTMsqik5GzZfB6W > .row .container { border-width: 0; border-radius: 0; }#O3qDcm9MNxVsQ3XaZyTMsqik5GzZfB6W > .row > .video-iframe-container {  }#O3qDcm9MNxVsQ3XaZyTMsqik5GzZfB6W > .row .container { font-size:0.875rem;font-family:raleway;height:17.5625rem;width:75rem;overflow:visible;position:relative;display:block; }#As9qMOdNsFU8cEy4MiculZN1S2TJFH2a { color:#0f0853;display:block;width:75rem;position:absolute;font-family:roboto;font-size:2.375rem;font-weight:700;z-index:14999;line-height:1.3;letter-spacing:0;top:4.25rem;left:0rem;height:3.08711875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DTBZzfLJZO9cAxJTpTVA9ty3yMV7PATB { z-index:15001;top:8.875rem;left:29.34375rem;background-color:#dc2664;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;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:roboto;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.3125rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#yD9cTc0sTl1GAkZABe7xp6TcPVvUeVUT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JSkXaPLomCqkiu9sLX3gTTDudVNFnUJV { color:#1c1466;display:block;width:61.5625rem;position:absolute;font-family:roboto;font-size:0.8125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:14.222221374512rem;left:6.6727428436281rem;height:1.0556625rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #HHprRPtiEyq11m2W5r3Ny6eyTXZi1Xo1 { display:block; }#HHprRPtiEyq11m2W5r3Ny6eyTXZi1Xo1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EIRiA7uPZQg9rsTGN5dgfcXSmTeEhwsU { top:0rem;left:0rem;width:11.375rem;height:6.25rem;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) { #JwXElT1Cb2NGZATt2KBd7WHbhJcSNHy8 { width:34.875rem;height:3rem;top:4.25rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHtsgxW0250Rn509pvp70yq3Jh6k5dfF { width:37.375rem;height:19rem;top:8.8125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRM39lBCAkgmTskbcQMOaQD6x61qIWzF { top:28.875rem;left:0rem;width:19.8125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkF8efioZKO1ad7uSx9dytpASOvcZZJJ { display:block; }
 }@media only screen and (max-width: 763px) { #rusFLn7HGv8ooB6AEcBs0UL9XaV5IRoc { top:5.3125rem;left:27.75rem;width:20rem;height:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxV00sLHTwt09Mg8E8h0WweS11BUCbG4 { top:3.25rem;left:22rem;width:25.75rem;height:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UtAficyMbzbKyu1gocEiDG95tTfWGzgw { display:block; }#UtAficyMbzbKyu1gocEiDG95tTfWGzgw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M7nTnOspiGumMsw1euD9eFEci3aerRSb { width:47.75rem;height:;top:1.9375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDwBIbWIGrsZJzMsenxBfBRta5Th7muH { width:18.9375rem;height:18.75rem;top:6.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8oDE4FOnSfPOKncfqeLuP3eeBsoduxN { width:18.9375rem;height:18.75rem;top:6.6875rem;left:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nnf1kNtNDSTvNMNJ3Q1y26wGIihJuN4i { width:18.9375rem;height:18.75rem;top:6.6875rem;left:28.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6o8lvUi6A9gd4ZtPpL07T4GmVL3m2cR { top:8.125rem;left:0rem;width:12.875rem;height:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzMDA0lDAHsTF1hy5FClpAMz9LJfRB4s { width:9rem;height:9rem;top:10.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkmr3TXLXRK6GaQV3zCq23kJCOhKQ5Bd { top:8.125rem;left:17.84375rem;width:12.875rem;height:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVnptlkcnLKitNGIUbNU5KpN5ZlnfrbQ { width:9.25rem;height:9.25rem;top:10.0625rem;left:19.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLVEz3llz0v5cmRrppXH1a1UvmXbTqub { top:8.1875rem;left:34.625rem;width:12.875rem;height:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcawRwvNVV8f46OFkbQGdpIT0RAZcT8L { width:8.875rem;height:8.875rem;top:10.25rem;left:38.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPoaP6GOoKq53Uq2lzyuIP8AW5ERefur { width:16.75rem;height:2rem;top:22.1875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFoRwuOPDH0PzRHqDTTTZ7RBVWyPXx9x { width:20.0625rem;height:2rem;top:22.25rem;left:13.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhK9sScZ1VckDhLJmFTKADncyT746bta { width:16.9375rem;height:2rem;top:22.25rem;left:30.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7HFnK8XwwggtEsgnyQfEIHmuOLgA4cF { display:block; }#B7HFnK8XwwggtEsgnyQfEIHmuOLgA4cF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wVEVITzLrJiwXI1sJZ0pWryTSazq5grW { top:0rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #usBnmG5QostxmUtcRqRIi1KWDShrWmHZ { display:block; }#usBnmG5QostxmUtcRqRIi1KWDShrWmHZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A6EaTTcETArLbEHVZohekb4Z81OgXHKw { width:9.6875rem;height:7.761923459085rem;top:5.25rem;left:3.0611977577209rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICL4wzSJPTTouiALZ42C2VB2uA13yn5Q { width:24.9375rem;height:2rem;top:16.8125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBCw11B7SzotMMbR1DAkfJyedTSDiWiR { top:2.625rem;left:1.375rem;width:12.875rem;height:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxUlkynItzhJP6eo3WD9fQvlA8B35P8S { top:2.625rem;left:17.75rem;width:12.875rem;height:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhToyO9Ipv8nBDTnX6okBaFsUfVo8X6X { top:2.625rem;left:33.46875rem;width:12.875rem;height:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPTOKDLlFwCt04ccBvMLD5I34tLKHUJ6 { width:18.875rem;height:2rem;top:16.8125rem;left:12.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPbVKCUFZIRtA2bTBthUPJHOevFNgC8V { width:20.0625rem;height:2rem;top:16.875rem;left:27.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMpwEI4zgAUdVAkhfrVSFvlWCkEW8oym { width:18.9375rem;height:18.75rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A99XTvMoFmoRonGZe2IJ2UhqrkmWOKvl { width:18.9375rem;height:18.75rem;top:1.3125rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aaduFpiING37CXwl6HxSlzwl8vNifak0 { width:18.9375rem;height:18.75rem;top:1.3125rem;left:28.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJe35HEGtWfi2oWv3va5GdITGT8l4np2 { width:8.625rem;height:8.625rem;top:4.8125rem;left:19.966293811798rem;display:block; }
 }@media only screen and (max-width: 763px) { #yT2aLi02WRlUL8WzcEKRp5RGtiLR7EVN { width:8.625rem;height:6.875rem;top:5.75rem;left:35.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDTGHfxsPBHJ6u2lx4sTAWQk6t4u2y7N { top:21.5625rem;left:14.8125rem;width:16.9375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVdmyc3g9SZkwJ5BldQiCeWSV0kgXcP0 { display:block; }
 }@media only screen and (max-width: 763px) { #tvf27uH6AzlkI2yZiRu7TPntiiOlOS3b { display:block; }#tvf27uH6AzlkI2yZiRu7TPntiiOlOS3b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IU9g2iwcHF7G9LwI3p7HLA3BBM7TbECU { display:block; }#IU9g2iwcHF7G9LwI3p7HLA3BBM7TbECU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WSiE4k01LwLRq1zx2tGFp2DFILUkR9K8 { width:14.25rem;height:1.6875rem;top:6.875rem;left:0.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SsVOIfvTGmWxzMs0Bur2yOtyTpPbNzML { width:18.3125rem;height:2.4375rem;top:9.375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #srZOsiAQ3fAlkHI2huAqGEvOD9wGTvlp { width:16.625rem;height:4.875rem;top:9.375rem;left:15.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QM9xEW2byaRwXHPJqrmkhJMFIyqeR9kX { width:14.25rem;height:1.6875rem;top:6.875rem;left:16.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVHqos45Gv1lRRL2plTRRIva6itfZsbb { width:17.375rem;height:6.0625rem;top:9.375rem;left:30.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQEF3vZlnFi5I43yH2lnZrkQT8RpXXXU { width:14.25rem;height:1.6875rem;top:6.875rem;left:32.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9rCwlDnxEEwCUVy1Hg4gyodJx8v8Jfu { width:16.3125rem;height:3.4375rem;top:17.8125rem;left:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VcKRprTMDJkO4Vi1IVRwgmtWF7MTXgJz { display:block; }
 }@media only screen and (max-width: 763px) { #x12eIIM2XPR8sfpFTts0DLAGQ98Qluo1 { width:47.75rem;height:2.8125rem;top:1.375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPP1hSXWqndZ4aqIZLhryIaLCo7KM4LG { top:5rem;left:0rem;width:5.0625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbEVlR0Mu5aMPtOxTZQpvzG094CaLTeZ { top:4.8125rem;left:10.125rem;width:0;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQW5cTNqUvX5aBINAadRvdQ9By6QRcpD { top:4.8125rem;left:31.75rem;width:5.0625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkrrkFDGJrQgxumplOyWqPD9l9Gfgi1V { display:block; }#qkrrkFDGJrQgxumplOyWqPD9l9Gfgi1V > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fWrDQ1SEEyTrHP6xTPbyJEvuuktdnxCH { display:block; }#fWrDQ1SEEyTrHP6xTPbyJEvuuktdnxCH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O3qDcm9MNxVsQ3XaZyTMsqik5GzZfB6W { display:block; }#O3qDcm9MNxVsQ3XaZyTMsqik5GzZfB6W > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #As9qMOdNsFU8cEy4MiculZN1S2TJFH2a { width:47.75rem;height:3.0625rem;top:4.25rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTBZzfLJZO9cAxJTpTVA9ty3yMV7PATB { top:8.875rem;left:15.71875rem;width:16.3125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yD9cTc0sTl1GAkZABe7xp6TcPVvUeVUT { display:block; }
 }@media only screen and (max-width: 763px) { #JSkXaPLomCqkiu9sLX3gTTDudVNFnUJV { top:14.1875rem;left:0rem;width:47.75rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #HHprRPtiEyq11m2W5r3Ny6eyTXZi1Xo1 { position:relative;z-index:auto;background-color:#ffffff;background-image:none;display:block; }#HHprRPtiEyq11m2W5r3Ny6eyTXZi1Xo1 > .row .container { background-color: transparent; background-image: none; }#HHprRPtiEyq11m2W5r3Ny6eyTXZi1Xo1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HHprRPtiEyq11m2W5r3Ny6eyTXZi1Xo1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HHprRPtiEyq11m2W5r3Ny6eyTXZi1Xo1 > .row .container > .video-iframe-container { display: none; }#HHprRPtiEyq11m2W5r3Ny6eyTXZi1Xo1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HHprRPtiEyq11m2W5r3Ny6eyTXZi1Xo1 > .row > .video-iframe-container { display: none; }#HHprRPtiEyq11m2W5r3Ny6eyTXZi1Xo1 > .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); }#HHprRPtiEyq11m2W5r3Ny6eyTXZi1Xo1 > .row .container { width:20rem;height:6.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EIRiA7uPZQg9rsTGN5dgfcXSmTeEhwsU { width:11.375rem;height:6.25rem;top:0rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:55.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JwXElT1Cb2NGZATt2KBd7WHbhJcSNHy8 { width:20rem;height:4.38715rem;top:19.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHtsgxW0250Rn509pvp70yq3Jh6k5dfF { width:18.9375rem;height:24.22743125rem;top:24.51171875rem;left:0.53125rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRM39lBCAkgmTskbcQMOaQD6x61qIWzF { top:50.6708984375rem;left:1.71875rem;width:16.5625rem;height:3.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkF8efioZKO1ad7uSx9dytpASOvcZZJJ { display:block; }
 }@media only screen and (max-width: 763px) { #rusFLn7HGv8ooB6AEcBs0UL9XaV5IRoc { width:20rem;height:19.125rem;top:0rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #qxV00sLHTwt09Mg8E8h0WweS11BUCbG4 { width:20rem;height:19.125rem;top:55.0458984375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #UtAficyMbzbKyu1gocEiDG95tTfWGzgw { display:block; }#UtAficyMbzbKyu1gocEiDG95tTfWGzgw > .row .container { width:20rem;height:60.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M7nTnOspiGumMsw1euD9eFEci3aerRSb { width:20rem;height:4.0625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDwBIbWIGrsZJzMsenxBfBRta5Th7muH { width:16.3125rem;height:16.125rem;top:6.5625rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8oDE4FOnSfPOKncfqeLuP3eeBsoduxN { width:16.1875rem;height:16rem;top:25.162109375rem;left:1.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nnf1kNtNDSTvNMNJ3Q1y26wGIihJuN4i { width:16.0625rem;height:15.875rem;top:43.662109375rem;left:1.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6o8lvUi6A9gd4ZtPpL07T4GmVL3m2cR { width:12.3125rem;height:12.3125rem;top:6.5625rem;left:3.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzMDA0lDAHsTF1hy5FClpAMz9LJfRB4s { width:7.75rem;height:7.75rem;top:8.96875rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkmr3TXLXRK6GaQV3zCq23kJCOhKQ5Bd { width:12.25rem;height:12.25rem;top:25.162109375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVnptlkcnLKitNGIUbNU5KpN5ZlnfrbQ { width:8.1875rem;height:8.1875rem;top:27.83984375rem;left:5.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLVEz3llz0v5cmRrppXH1a1UvmXbTqub { width:11.6875rem;height:11.6875rem;top:43.662109375rem;left:4.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcawRwvNVV8f46OFkbQGdpIT0RAZcT8L { width:8.1875rem;height:8.1875rem;top:45.537109375rem;left:5.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPoaP6GOoKq53Uq2lzyuIP8AW5ERefur { width:20rem;height:1.70605625rem;top:19.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFoRwuOPDH0PzRHqDTTTZ7RBVWyPXx9x { width:20rem;height:1.70605625rem;top:38.5810546875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhK9sScZ1VckDhLJmFTKADncyT746bta { width:20rem;height:1.70605625rem;top:56.474609375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7HFnK8XwwggtEsgnyQfEIHmuOLgA4cF { display:block; }#B7HFnK8XwwggtEsgnyQfEIHmuOLgA4cF > .row .container { width:20rem;height:4.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wVEVITzLrJiwXI1sJZ0pWryTSazq5grW { width:20rem;height:2.03125rem;top:1.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #usBnmG5QostxmUtcRqRIi1KWDShrWmHZ { display:block; }#usBnmG5QostxmUtcRqRIi1KWDShrWmHZ > .row .container { width:20rem;height:59.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A6EaTTcETArLbEHVZohekb4Z81OgXHKw { width:9.4994375rem;height:7.5621875rem;top:2.9984088540077rem;left:5.2495663166046rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICL4wzSJPTTouiALZ42C2VB2uA13yn5Q { width:20rem;height:1.70605625rem;top:14.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBCw11B7SzotMMbR1DAkfJyedTSDiWiR { width:11.6875rem;height:11.6875rem;top:0.8125rem;left:4.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxUlkynItzhJP6eo3WD9fQvlA8B35P8S { width:11.6875rem;height:11.6875rem;top:18.875rem;left:4.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhToyO9Ipv8nBDTnX6okBaFsUfVo8X6X { width:11.6875rem;height:11.6875rem;top:37.4375rem;left:4.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPTOKDLlFwCt04ccBvMLD5I34tLKHUJ6 { width:20rem;height:1.70605625rem;top:31.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPbVKCUFZIRtA2bTBthUPJHOevFNgC8V { width:20rem;height:1.70573125rem;top:50.224609375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMpwEI4zgAUdVAkhfrVSFvlWCkEW8oym { width:16.0625rem;height:15.875rem;top:0.8125rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #A99XTvMoFmoRonGZe2IJ2UhqrkmWOKvl { width:16.0625rem;height:15.875rem;top:18.875rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aaduFpiING37CXwl6HxSlzwl8vNifak0 { width:16.0625rem;height:15.875rem;top:37.4375rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJe35HEGtWfi2oWv3va5GdITGT8l4np2 { width:8.12425rem;height:8.12425rem;top:20.779080867768rem;left:5.9360535144806rem;display:block; }
 }@media only screen and (max-width: 763px) { #yT2aLi02WRlUL8WzcEKRp5RGtiLR7EVN { width:7.875rem;height:6.25rem;top:40.46875rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDTGHfxsPBHJ6u2lx4sTAWQk6t4u2y7N { top:55.0625rem;left:1.25rem;width:17.5rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVdmyc3g9SZkwJ5BldQiCeWSV0kgXcP0 { display:block; }
 }@media only screen and (max-width: 763px) { #tvf27uH6AzlkI2yZiRu7TPntiiOlOS3b { display:block; }#tvf27uH6AzlkI2yZiRu7TPntiiOlOS3b > .row .container { width:20rem;height:71rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IU9g2iwcHF7G9LwI3p7HLA3BBM7TbECU { display:block; }#IU9g2iwcHF7G9LwI3p7HLA3BBM7TbECU > .row .container { width:20rem;height:46.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WSiE4k01LwLRq1zx2tGFp2DFILUkR9K8 { width:14.25rem;height:1.625rem;top:9.59375rem;left:2.875rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SsVOIfvTGmWxzMs0Bur2yOtyTpPbNzML { width:19.9375rem;height:2.43634375rem;top:12.03125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #srZOsiAQ3fAlkHI2huAqGEvOD9wGTvlp { width:19.9375rem;height:3.6545125rem;top:22.5498046875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QM9xEW2byaRwXHPJqrmkhJMFIyqeR9kX { width:14.25rem;height:1.70605625rem;top:20.15625rem;left:2.875rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVHqos45Gv1lRRL2plTRRIva6itfZsbb { width:19.9375rem;height:4.8726875rem;top:34.912109375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQEF3vZlnFi5I43yH2lnZrkQT8RpXXXU { width:14.25rem;height:1.70605625rem;top:32.5185546875rem;left:2.875rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9rCwlDnxEEwCUVy1Hg4gyodJx8v8Jfu { width:13.875rem;height:3.125rem;top:41.349609375rem;left:3.0625rem;font-size:1.125rem;font-family:roboto;display:block; }
 }@media only screen and (max-width: 763px) { #VcKRprTMDJkO4Vi1IVRwgmtWF7MTXgJz { display:block; }
 }@media only screen and (max-width: 763px) { #x12eIIM2XPR8sfpFTts0DLAGQ98Qluo1 { width:20rem;height:2.03125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #vPP1hSXWqndZ4aqIZLhryIaLCo7KM4LG { width:5.0625rem;height:5.0625rem;top:4.53125rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbEVlR0Mu5aMPtOxTZQpvzG094CaLTeZ { width:5.0625rem;height:5.0625rem;top:15.09375rem;left:7.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQW5cTNqUvX5aBINAadRvdQ9By6QRcpD { width:5.0625rem;height:5.0625rem;top:27.4560546875rem;left:7.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkrrkFDGJrQgxumplOyWqPD9l9Gfgi1V { display:block; }#qkrrkFDGJrQgxumplOyWqPD9l9Gfgi1V > .row .container { width:20rem;height:17.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fWrDQ1SEEyTrHP6xTPbyJEvuuktdnxCH { background-color:transparent;background-image:url("https://images.assets-landingi.com/x9WGMWwp1NM/unsplash/nathana-rebou-as-x9WGMWwp1NM-photo-1592179900431-1e021ea53b28.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#fWrDQ1SEEyTrHP6xTPbyJEvuuktdnxCH.adaptive-delivery-prevent-bg, #fWrDQ1SEEyTrHP6xTPbyJEvuuktdnxCH.lazyload, #fWrDQ1SEEyTrHP6xTPbyJEvuuktdnxCH.lazyloading { background-image: none; }#fWrDQ1SEEyTrHP6xTPbyJEvuuktdnxCH > .row .container { background-color: transparent; background-image: none; }#fWrDQ1SEEyTrHP6xTPbyJEvuuktdnxCH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(202,40,93,0.85); }#fWrDQ1SEEyTrHP6xTPbyJEvuuktdnxCH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fWrDQ1SEEyTrHP6xTPbyJEvuuktdnxCH > .row .container > .video-iframe-container { display: none; }#fWrDQ1SEEyTrHP6xTPbyJEvuuktdnxCH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(202,40,93,0.85); }#fWrDQ1SEEyTrHP6xTPbyJEvuuktdnxCH > .row > .video-iframe-container { display: none; }#fWrDQ1SEEyTrHP6xTPbyJEvuuktdnxCH > .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); }#fWrDQ1SEEyTrHP6xTPbyJEvuuktdnxCH > .row .container { width:20rem;height:27.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O3qDcm9MNxVsQ3XaZyTMsqik5GzZfB6W { display:block; }#O3qDcm9MNxVsQ3XaZyTMsqik5GzZfB6W > .row .container { width:20rem;height:13.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #As9qMOdNsFU8cEy4MiculZN1S2TJFH2a { width:20rem;height:2.4375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTBZzfLJZO9cAxJTpTVA9ty3yMV7PATB { top:4.9375rem;left:1.5625rem;width:16.875rem;height:3.125rem;background-color:#ca285d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yD9cTc0sTl1GAkZABe7xp6TcPVvUeVUT { display:block; }
 }@media only screen and (max-width: 763px) { #JSkXaPLomCqkiu9sLX3gTTDudVNFnUJV { width:18.5rem;height:2.92535rem;top:10.250001907349rem;left:0.75rem;font-size:0.75rem;display:block; }
 }