.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:228,204,255;--color-primary-1:174,102,255;--color-primary-2:120,0,255;--color-primary-3:72,0,153;--color-primary-4:66,22,116;--color-secondary-0:249,220,234;--color-secondary-1:234,140,187;--color-secondary-2:212,24,118;--color-secondary-3:106,12,59;--color-secondary-4:32,4,18;--color-tertiary-0:255,255,255;--color-tertiary-1:246,246,246;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Raleway";--paragraphs-font-family:"Raleway"; }@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:transparent;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); }#nJvgBJ7M2rbb0PyS1FXkAC2x2fx7OFRw { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5359aa91-3d5b-463d-8b95-a9c3c3aea614/to.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#nJvgBJ7M2rbb0PyS1FXkAC2x2fx7OFRw.adaptive-delivery-prevent-bg, #nJvgBJ7M2rbb0PyS1FXkAC2x2fx7OFRw.lazyload, #nJvgBJ7M2rbb0PyS1FXkAC2x2fx7OFRw.lazyloading { background-image: none; }#nJvgBJ7M2rbb0PyS1FXkAC2x2fx7OFRw > .row .container { background-color: transparent; background-image: none; }#nJvgBJ7M2rbb0PyS1FXkAC2x2fx7OFRw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.01); }#nJvgBJ7M2rbb0PyS1FXkAC2x2fx7OFRw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nJvgBJ7M2rbb0PyS1FXkAC2x2fx7OFRw > .row .container > .video-iframe-container { display: none; }#nJvgBJ7M2rbb0PyS1FXkAC2x2fx7OFRw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.01); }#nJvgBJ7M2rbb0PyS1FXkAC2x2fx7OFRw > .row > .video-iframe-container { display: none; }#nJvgBJ7M2rbb0PyS1FXkAC2x2fx7OFRw > .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); }#nJvgBJ7M2rbb0PyS1FXkAC2x2fx7OFRw > .row .container { border-width: 0; border-radius: 0; }#nJvgBJ7M2rbb0PyS1FXkAC2x2fx7OFRw::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#nJvgBJ7M2rbb0PyS1FXkAC2x2fx7OFRw > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#nJvgBJ7M2rbb0PyS1FXkAC2x2fx7OFRw > .row .container { font-size:0.875rem;font-family:arial;height:61.375rem;width:75rem;overflow:visible;position:relative;display:block; }#QtgUMuKonfWtvf47kxGeaVzOHTpwsvQ6 { color:rgba(var(--color-tertiary-1),1);display:block;width:75rem;position:absolute;font-family:"josefin sans";font-size:3.9375rem;font-weight:700;z-index:15002;line-height:.9;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.625rem rgba(var(--color-primary-4),1);top:4.25rem;left:0rem;height:3.5294115625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#c1NBT3zepis6XQ3l02CKTFZOlk1ISyBs { color:rgba(var(--color-primary-4),1);display:block;width:75rem;position:absolute;font-family:"josefin sans";font-size:2.875rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.3125rem #e3fff8;top:8.3125rem;left:0rem;height:3.3823528125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iRHmQlZyEJuDG56RrnGRckA3iICOMSOS { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:3.3125rem;top:16.1875rem;left:4.6875rem;overflow:hidden;display:block; }
#VvniPNXldw3t83gdMUf88HGLTHwVA6Dp { position:absolute;display:block;z-index:15007;border-top:0.3125rem solid rgba(var(--color-secondary-2),1);border-left:0.3125rem solid rgba(var(--color-secondary-2),1);border-right:0.3125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.3125rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:10.6875rem;width:19rem;top:13.8125rem;left:31.3125rem;overflow:hidden;display:block; }
#wqvh0WfVQ5FB8A6f1syqRW9PWIdNJJZk { position:absolute;display:block;z-index:15008;border-top:0.3125rem solid rgba(var(--color-secondary-2),1);border-left:0.3125rem solid rgba(var(--color-secondary-2),1);border-right:0.3125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.3125rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:10.6875rem;width:19rem;top:42rem;left:52.6875rem;overflow:hidden;display:block; }
#TtD8tQkHiFVJQ0TZnDQCi2NorFTN65w6 { position:absolute;display:block;z-index:15009;border-top:0.3125rem solid rgba(var(--color-secondary-2),1);border-left:0.3125rem solid rgba(var(--color-secondary-2),1);border-right:0.3125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.3125rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:10.6875rem;width:19rem;top:27.9375rem;left:52.6875rem;overflow:hidden;display:block; }
#T4vMiwawf180zw2SgDS1lS0Np8wVsh9f { position:absolute;display:block;z-index:15010;border-top:0.3125rem solid rgba(var(--color-secondary-2),1);border-left:0.3125rem solid rgba(var(--color-secondary-2),1);border-right:0.3125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.3125rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:10.6875rem;width:19rem;top:42rem;left:31.3125rem;overflow:hidden;display:block; }
#FvDkBWtTHOsiVDy2Olbdng94Ttf9W6bb { position:absolute;display:block;z-index:15011;border-top:0.3125rem solid rgba(var(--color-secondary-2),1);border-left:0.3125rem solid rgba(var(--color-secondary-2),1);border-right:0.3125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.3125rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:10.6875rem;width:19rem;top:27.9375rem;left:31.3125rem;overflow:hidden;display:block; }
#dZTvOQAFLehppbczxo4edxuXPpGPheOh { color:rgba(var(--color-tertiary-1),1);display:block;width:23.25rem;position:absolute;font-family:lato;font-size:3.1875rem;font-weight:700;z-index:15003;line-height:.9;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.625rem rgba(var(--color-primary-4),1);top:14.6875rem;left:50.875rem;height:8.6029405625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#giFdtVVincd506x6Ar8ZezEuxRobm0wl { position:absolute;display:block;z-index:15008;border-top:0.3125rem solid rgba(var(--color-secondary-2),1);border-left:0.3125rem solid rgba(var(--color-secondary-2),1);border-right:0.3125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.3125rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:39.25rem;width:26.125rem;top:13.6875rem;left:2.625rem;overflow:hidden;display:block; }
#ayTa2l1ETbhn6AQM8GTL9MiTQXSCUmvA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6eeee;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; }#ayTa2l1ETbhn6AQM8GTL9MiTQXSCUmvA > .row .container { background-color: transparent; background-image: none; }#ayTa2l1ETbhn6AQM8GTL9MiTQXSCUmvA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ayTa2l1ETbhn6AQM8GTL9MiTQXSCUmvA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ayTa2l1ETbhn6AQM8GTL9MiTQXSCUmvA > .row .container > .video-iframe-container { display: none; }#ayTa2l1ETbhn6AQM8GTL9MiTQXSCUmvA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ayTa2l1ETbhn6AQM8GTL9MiTQXSCUmvA > .row > .video-iframe-container { display: none; }#ayTa2l1ETbhn6AQM8GTL9MiTQXSCUmvA > .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); }#ayTa2l1ETbhn6AQM8GTL9MiTQXSCUmvA > .row .container { border-width: 0; border-radius: 0; }#ayTa2l1ETbhn6AQM8GTL9MiTQXSCUmvA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ayTa2l1ETbhn6AQM8GTL9MiTQXSCUmvA > .row .container { font-size:0.875rem;font-family:arial;height:26.5rem;width:75rem;position:relative;display:block; }#X94LbVhdhveJwDsevCPrhA3DHbueyiqv { color:rgba(var(--color-tertiary-4),1);display:block;width:28.625rem;position:absolute;font-family:fraunces;font-size:1.625rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:5rem;left:5.15625rem;height:16.4705876875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#LUMWocIZ0CEhAKTV6l48tQ6KK9narmgz { position:absolute;display:block;z-index:15007;border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:22.4375rem;width:22.4375rem;top:1.90625rem;left:40.0166015625rem;overflow:hidden;display:block; }
#q53cpNcrT4eBBa1wWACN7DTcZwqqISR7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#q53cpNcrT4eBBa1wWACN7DTcZwqqISR7 > .row .container { background-color: transparent; background-image: none; }#q53cpNcrT4eBBa1wWACN7DTcZwqqISR7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q53cpNcrT4eBBa1wWACN7DTcZwqqISR7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q53cpNcrT4eBBa1wWACN7DTcZwqqISR7 > .row .container > .video-iframe-container { display: none; }#q53cpNcrT4eBBa1wWACN7DTcZwqqISR7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q53cpNcrT4eBBa1wWACN7DTcZwqqISR7 > .row > .video-iframe-container { display: none; }#q53cpNcrT4eBBa1wWACN7DTcZwqqISR7 > .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); }#q53cpNcrT4eBBa1wWACN7DTcZwqqISR7 > .row .container { border-width: 0; border-radius: 0; }#q53cpNcrT4eBBa1wWACN7DTcZwqqISR7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q53cpNcrT4eBBa1wWACN7DTcZwqqISR7 > .row .container { font-size:0.875rem;font-family:arial;height:79.8125rem;width:75rem;position:relative;display:block; }#S2d7qWkC9JtHG87NdgPTysdACpOZGEr2 { color:#e3fff8;display:block;width:47.625rem;position:absolute;font-family:lato;font-size:2rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:65.5625rem;left:13.6875rem;height:9.411764125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LPTzFWwrycLA17tu4UTbacJWDc2VEh3Q { color:#e3fff8;display:block;width:50.9375rem;position:absolute;font-family:lato;font-size:2.625rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:3.625rem;left:12.03125rem;height:3.088235125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wBdGPAeRyRHGlb1EaKA3E148KdaKsB03 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:10.8125rem;width:19.25rem;top:13.4375rem;left:2.84375rem;overflow:hidden;display:block; }
#BTxxtdh6bMip9dhCqwMe6X0nypmTpOri { color:#000000;display:block;width:17.75rem;position:absolute;font-family:raleway;font-size:1.0625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:33.75rem;left:3.625rem;height:23.8235285rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qPSTInnrylkByfboMLI78fVbWvMfbvfO { box-sizing:content-box;height:46.5rem;width:19.1875rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:1.25rem solid rgba(var(--color-secondary-2),1);border-left:1.25rem solid rgba(var(--color-secondary-2),1);border-right:1.25rem solid rgba(var(--color-secondary-2),1);border-bottom:1.25rem solid rgba(var(--color-secondary-2),1);top:12.25rem;left:1.65625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#DAF3MRogb3BwdAQQTyvnmrp6vrMHa00G { color:#000000;display:block;width:17.25rem;position:absolute;font-family:raleway;font-size:1.0625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:24.9375rem;left:3.625rem;height:2.64705875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BFnTnvdyHpWMmUog9Fz3Ny0rA6TwQMCW { box-sizing:content-box;height:46.5rem;width:19.1875rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:1.25rem solid rgba(var(--color-secondary-2),1);border-left:1.25rem solid rgba(var(--color-secondary-2),1);border-right:1.25rem solid rgba(var(--color-secondary-2),1);border-bottom:1.25rem solid rgba(var(--color-secondary-2),1);top:12.25rem;left:26.6875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#KQqo1qPkodMIZ8ppeBIOwFTAmkpyJ0US { color:#000000;display:block;width:17.6875rem;position:absolute;font-family:raleway;font-size:1.0625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:34.4375rem;left:28.6875rem;height:22.4999994375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#S8xT3HnWQvsWcCbPt1x8ldGCxwgX5Uz5 { color:#000000;display:block;width:17.25rem;position:absolute;font-family:raleway;font-size:1.0625rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:24.9375rem;left:28.625rem;height:2.64705875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xTHi10e1TEVtiKIZyd6lLa28awdliS4W { box-sizing:content-box;height:46.4375rem;width:19.1875rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:1.25rem solid rgba(var(--color-secondary-2),1);border-left:1.25rem solid rgba(var(--color-secondary-2),1);border-right:1.25rem solid rgba(var(--color-secondary-2),1);border-bottom:1.25rem solid rgba(var(--color-secondary-2),1);top:12.375rem;left:51.6875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#RgZ6JJEshfi3PC0HbRMnr5NXO2dZ2uOL { color:#000000;display:block;width:17.75rem;position:absolute;font-family:raleway;font-size:1.0625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:33.375rem;left:53.625rem;height:25.1470583125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZeEJJXqVxrqUh6CMPuT0m3aCiHsPotIW { color:#000000;display:block;width:17.25rem;position:absolute;font-family:raleway;font-size:1.0625rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:24.9375rem;left:53.625rem;height:2.64705875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TyF6lwTv3GdFM9nUvMgMGQ40DiNWcD2S { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:10.8125rem;width:19.25rem;top:13.4375rem;left:27.96875rem;overflow:hidden;display:block; }
#Qtn5xrtWoavpTdEVKydEMhTundKwnFiy { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:10.8125rem;width:19.25rem;top:13.625rem;left:52.96875rem;overflow:hidden;display:block; }
#Dd5rB8dQPurA4ThA1XumQLPJScQd9MRg { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #cd1735;border-left:0.1875rem solid #cd1735;border-right:0.1875rem solid #cd1735;border-bottom:0.1875rem solid #cd1735;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"josefin sans";font-size:1.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.375rem;height:3.625rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:28.5rem;left:4.3125rem;display:block; }
#yrfeX5b7XucSycdL1QDQ5vJUPT7tTwo7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JllLeWKCKt00L4JfEXaiClv36tZlEiDm { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #cd1735;border-left:0.1875rem solid #cd1735;border-right:0.1875rem solid #cd1735;border-bottom:0.1875rem solid #cd1735;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"josefin sans";font-size:1.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.375rem;height:3.625rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:28.5rem;left:29.3125rem;display:block; }
#gAeTG8snyioXN8VHqUUwUSUdGIRp16pW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FrnxrHT3IDO4qhQ8EoHwL67JiT1PCt96 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #cd1735;border-left:0.1875rem solid #cd1735;border-right:0.1875rem solid #cd1735;border-bottom:0.1875rem solid #cd1735;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"josefin sans";font-size:1.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.375rem;height:3.625rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:28.5rem;left:54.3125rem;display:block; }
#f9JIPEQAOeza0LPHZ0RyMHA9osxHFhGX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XGmJ2gIRW0l6zzXlsxmbkRlm8aLivAnD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0c6413;background-image:url("https://images.assets-landingi.com/uc/77d230d1-b749-4ff4-a3b7-b58dbab5a667/fds.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XGmJ2gIRW0l6zzXlsxmbkRlm8aLivAnD.adaptive-delivery-prevent-bg, #XGmJ2gIRW0l6zzXlsxmbkRlm8aLivAnD.lazyload, #XGmJ2gIRW0l6zzXlsxmbkRlm8aLivAnD.lazyloading { background-image: none; }#XGmJ2gIRW0l6zzXlsxmbkRlm8aLivAnD > .row .container { background-color: transparent; background-image: none; }#XGmJ2gIRW0l6zzXlsxmbkRlm8aLivAnD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XGmJ2gIRW0l6zzXlsxmbkRlm8aLivAnD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XGmJ2gIRW0l6zzXlsxmbkRlm8aLivAnD > .row .container > .video-iframe-container { display: none; }#XGmJ2gIRW0l6zzXlsxmbkRlm8aLivAnD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XGmJ2gIRW0l6zzXlsxmbkRlm8aLivAnD > .row > .video-iframe-container { display: none; }#XGmJ2gIRW0l6zzXlsxmbkRlm8aLivAnD > .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); }#XGmJ2gIRW0l6zzXlsxmbkRlm8aLivAnD > .row .container { border-width: 0; border-radius: 0; }#XGmJ2gIRW0l6zzXlsxmbkRlm8aLivAnD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XGmJ2gIRW0l6zzXlsxmbkRlm8aLivAnD > .row .container { font-size:0.875rem;font-family:arial;height:89.5625rem;width:75rem;position:relative;display:block; }#E8iRt4o6ETSDefWusn8M9mEbaDRKgJQw { box-sizing:content-box;height:40.125rem;width:57.5625rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:1.25rem solid rgba(var(--color-secondary-2),1);border-left:1.25rem solid rgba(var(--color-secondary-2),1);border-right:1.25rem solid rgba(var(--color-secondary-2),1);border-bottom:1.25rem solid rgba(var(--color-secondary-2),1);top:40.96875rem;left:8.5625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#i4JO6AtXWCbxitvirJtTLm27NBkqA9cP { position:absolute;display:block;z-index:15024;border-top:0.3125rem solid rgba(var(--color-secondary-2),1);border-left:0.3125rem solid rgba(var(--color-secondary-2),1);border-right:0.3125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.3125rem solid rgba(var(--color-secondary-2),1);box-shadow: none;height:25.75rem;width:46rem;top:11.5rem;left:27.397009029346rem;display:block; }
#k4r9WCfA0hnIhc5hMBFt1d0GNUTW7WUi { color:rgba(var(--color-tertiary-4),1);display:block;width:13.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:4.9375rem;left:6.875rem;height:3.235294125rem;text-align:left;text-align-last:left;display:block; }
#EInVHEmMbg8eW5yJHaadZLNrHxefA18e { color:rgba(var(--color-tertiary-0),1);display:block;width:29rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.625rem;font-weight:normal;z-index:15025;line-height:.9;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1);top:9.3125rem;left:6.875rem;height:10rem;text-align:left;text-align-last:left;display:block; }
#gfg6dBSDHXtEtk3MiyH5TgTHUtKT6anC { color:#00ff14;display:block;width:33.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1);top:5.28125rem;left:33.583984375rem;height:2.57352925rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IVAziKchsiTKk7P5y5KeKLTzMlFpwoyz { box-sizing:content-box;height:15rem;width:18.75rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-2),0.74);background-image:none;top:22.75rem;left:5.28125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#eM2eI64zpCVx6FwF9kBok3ZMSITJzR17 { color:#00ff14;display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.1875rem;font-weight:normal;z-index:15008;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1);top:24.0625rem;left:8.09375rem;height:7.0588231875rem;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; }
#LFB0HizTZZV32tVwAAzSs9AWVgBmvaKZ { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #cd1735;border-left:0.1875rem solid #cd1735;border-right:0.1875rem solid #cd1735;border-bottom:0.1875rem solid #cd1735;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"josefin sans";font-size:1.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.375rem;height:3.625rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:32.4375rem;left:6.5rem;display:block; }
#pLiqgHH5mUMnFx87uvABk3C1dQvQJmOB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#buGku6ZivXrMPVNwevpm2b2qtBTB3qV0 { color:#100e0e;display:block;width:55.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:normal;z-index:15020;line-height:1.5;letter-spacing:0;top:53.09375rem;left:10.96875rem;height:17.058822625rem;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; }
#NCf3lPtOW0TvbnoMpUZiJtcwdPO5T9nL { color:rgba(var(--color-tertiary-4),1);display:block;width:50.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15021;line-height:1.5;letter-spacing:0;top:43.625rem;left:12.5625rem;height:7.2794118125rem;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; }
#qtQ4t462Nyryiw7hkZQMwsAodEMQaTnr { color:rgba(var(--color-tertiary-4),1);display:block;width:50.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:normal;z-index:15022;line-height:1.5;letter-spacing:0;top:72.125rem;left:13.25rem;height:8.5294113125rem;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; }
#vzvhF4FzkvtneECJ8aHwpei1ai19X4iG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vzvhF4FzkvtneECJ8aHwpei1ai19X4iG > .row .container { background-color: transparent; background-image: none; }#vzvhF4FzkvtneECJ8aHwpei1ai19X4iG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vzvhF4FzkvtneECJ8aHwpei1ai19X4iG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vzvhF4FzkvtneECJ8aHwpei1ai19X4iG > .row .container > .video-iframe-container { display: none; }#vzvhF4FzkvtneECJ8aHwpei1ai19X4iG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vzvhF4FzkvtneECJ8aHwpei1ai19X4iG > .row > .video-iframe-container { display: none; }#vzvhF4FzkvtneECJ8aHwpei1ai19X4iG > .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); }#vzvhF4FzkvtneECJ8aHwpei1ai19X4iG > .row .container { border-width: 0; border-radius: 0; }#vzvhF4FzkvtneECJ8aHwpei1ai19X4iG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vzvhF4FzkvtneECJ8aHwpei1ai19X4iG > .row .container { font-size:0.875rem;font-family:arial;height:64.8125rem;width:75rem;position:relative;display:block; }#O5hK7T3BvpPdJaGkxOLpx1HR8Sf81q0E { color:#e3fff8;display:block;width:70.625rem;position:absolute;font-family:lato;font-size:2.625rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:5.0625rem;left:2.84375rem;height:3.088235125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sp0Vfoeto6eSQEJe9QHvLVwl8wxhosdQ { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:10.8125rem;width:19.25rem;top:13.4375rem;left:2.84375rem;overflow:hidden;display:block; }
#f8OdCNWTFIhmuFyZX5xhsSpF4RMoyIa7 { color:#000000;display:block;width:17.75rem;position:absolute;font-family:raleway;font-size:1.0625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:33.09375rem;left:3.625rem;height:17.2058819375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T9A3zgXCqXUEHuPEH1pxIqQd4ekQbGKt { box-sizing:content-box;height:48.0625rem;width:19.1875rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:1.25rem solid rgba(var(--color-secondary-2),1);border-left:1.25rem solid rgba(var(--color-secondary-2),1);border-right:1.25rem solid rgba(var(--color-secondary-2),1);border-bottom:1.25rem solid rgba(var(--color-secondary-2),1);top:12.25rem;left:1.65625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#bIIeNNb1rIzUnWt3iDoRXwAmBSRt7Gi2 { color:#000000;display:block;width:17.25rem;position:absolute;font-family:raleway;font-size:1.0625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:24.9375rem;left:3.625rem;height:2.64705875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rAULoatol3Z530eyvtiJAo8E6vpveWAH { box-sizing:content-box;height:48rem;width:19.1875rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:1.25rem solid rgba(var(--color-secondary-2),1);border-left:1.25rem solid rgba(var(--color-secondary-2),1);border-right:1.25rem solid rgba(var(--color-secondary-2),1);border-bottom:1.25rem solid rgba(var(--color-secondary-2),1);top:12.25rem;left:26.71875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#NBJwWf039boySDHJKt5GB9OamFw59TpT { color:#000000;display:block;width:17.75rem;position:absolute;font-family:raleway;font-size:1.0625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:33.09375rem;left:28.625rem;height:15.8823525rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZITR9iEXRfxnABCrd1aytpCg0JAfRr6F { color:#000000;display:block;width:17.25rem;position:absolute;font-family:raleway;font-size:1.0625rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:24.9375rem;left:28.875rem;height:2.64705875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bOdoXXK7N88c54NbG9skveKTzUdMdXGb { box-sizing:content-box;height:48rem;width:19.1875rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:1.25rem solid rgba(var(--color-secondary-2),1);border-left:1.25rem solid rgba(var(--color-secondary-2),1);border-right:1.25rem solid rgba(var(--color-secondary-2),1);border-bottom:1.25rem solid rgba(var(--color-secondary-2),1);top:12.25rem;left:51.6875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#KJwUCEGZ5SxwNSgJ5fF6QTFLBTGic2HK { color:#000000;display:block;width:17.75rem;position:absolute;font-family:raleway;font-size:1.0625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:33rem;left:53.625rem;height:10.588235125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZuiLdRrnuI60K2t3hzyGaimK8VXlSe0C { color:#000000;display:block;width:17.25rem;position:absolute;font-family:raleway;font-size:1.0625rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:24.9375rem;left:53.875rem;height:2.64705875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eAMm33FnrwTnuvoq3trTODBAgg89sQa0 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:10.8125rem;width:19.25rem;top:13.4375rem;left:27.96875rem;overflow:hidden;display:block; }
#SEO8EpKt4DRRq1nvyNE6UhvoFBRJTFF4 { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:10.8125rem;width:19.25rem;top:13.5rem;left:52.9375rem;overflow:hidden;display:block; }
#vZIb5B5mia4932mRQc748sJ1HLfuDPZV { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #cd1735;border-left:0.1875rem solid #cd1735;border-right:0.1875rem solid #cd1735;border-bottom:0.1875rem solid #cd1735;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"josefin sans";font-size:1.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.375rem;height:3.625rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:28.375rem;left:4.3125rem;display:block; }
#Nr5ld1oVd9wGwCnmAVXo915endOd5GwP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#f1HUZCifNftwJwTibGQFIGiBp3KDVJ7U { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #cd1735;border-left:0.1875rem solid #cd1735;border-right:0.1875rem solid #cd1735;border-bottom:0.1875rem solid #cd1735;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"josefin sans";font-size:1.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.375rem;height:3.625rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:28.375rem;left:29.3125rem;display:block; }
#xtEFneHfT6T4HgOHCV1zUxqIV7WzaLCt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uZpOdHmPTaa1DfpDoPi6TXeJe6WTHX9u { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #cd1735;border-left:0.1875rem solid #cd1735;border-right:0.1875rem solid #cd1735;border-bottom:0.1875rem solid #cd1735;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"josefin sans";font-size:1.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.375rem;height:3.625rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:28.375rem;left:54.3125rem;display:block; }
#XPWhM5pXrovlZ3ScIhoOf3xmULsOrz2s { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NXzf4STsGth1BdE0loUc5lA0ayfryEfo { color:#000000;display:block;width:17.75rem;position:absolute;font-family:raleway;font-size:1.0625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:51.09375rem;left:3.625rem;height:7.94117625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RXG72Vyxe0bZnhED6yoMsGfuUXkklP6t { color:#000000;display:block;width:17.75rem;position:absolute;font-family:raleway;font-size:1.0625rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:49.625rem;left:28.625rem;height:10.588235rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#daWhuNRRE818hvnE1gveTPKaitcvCVVW { color:#000000;display:block;width:17.75rem;position:absolute;font-family:raleway;font-size:1.0625rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:44rem;left:53.625rem;height:15.8823525625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DHJVoWO2L6PtLF45IwhL412lHvq3OCfh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5359aa91-3d5b-463d-8b95-a9c3c3aea614/to.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DHJVoWO2L6PtLF45IwhL412lHvq3OCfh.adaptive-delivery-prevent-bg, #DHJVoWO2L6PtLF45IwhL412lHvq3OCfh.lazyload, #DHJVoWO2L6PtLF45IwhL412lHvq3OCfh.lazyloading { background-image: none; }#DHJVoWO2L6PtLF45IwhL412lHvq3OCfh > .row .container { background-color: transparent; background-image: none; }#DHJVoWO2L6PtLF45IwhL412lHvq3OCfh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.3); }#DHJVoWO2L6PtLF45IwhL412lHvq3OCfh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DHJVoWO2L6PtLF45IwhL412lHvq3OCfh > .row .container > .video-iframe-container { display: none; }#DHJVoWO2L6PtLF45IwhL412lHvq3OCfh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.3); }#DHJVoWO2L6PtLF45IwhL412lHvq3OCfh > .row > .video-iframe-container { display: none; }#DHJVoWO2L6PtLF45IwhL412lHvq3OCfh > .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); }#DHJVoWO2L6PtLF45IwhL412lHvq3OCfh > .row .container { border-width: 0; border-radius: 0; }#DHJVoWO2L6PtLF45IwhL412lHvq3OCfh::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DHJVoWO2L6PtLF45IwhL412lHvq3OCfh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DHJVoWO2L6PtLF45IwhL412lHvq3OCfh > .row .container { font-size:0.875rem;font-family:arial;height:48.375rem;width:75rem;position:relative;display:block; }#QtiKq03NSTzBJTxzhJoShEaIHxXoskt4 { color:rgba(var(--color-tertiary-4),1);display:block;width:33.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.6;letter-spacing:0;top:9.5625rem;left:39.59375rem;height:33.7499993125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ICAKd3ODHkRfvfktO0qR7b6fZwwUFuqU { color:rgba(var(--color-tertiary-0),1);display:block;width:37.4375rem;position:absolute;font-family:lato;font-size:3.3125rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.625rem #ec0a83;top:4.3125rem;left:37.5625rem;height:5.2941174375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wmdFu9zF2RVcVJHIUFKt1nd9QHkJV4vJ { position:absolute;display:block;z-index:15007;border-top:0.3125rem solid #ec0a83;border-left:0.3125rem solid #ec0a83;border-right:0.3125rem solid #ec0a83;border-bottom:0.3125rem solid #ec0a83;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:35.5625rem;width:28.375rem;top:7.25rem;left:4.4375rem;overflow:hidden;display:block; }
#SVT5UyrWZQUC3TTKkHIwpQ4ZEEAlmvGl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6eeee;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; }#SVT5UyrWZQUC3TTKkHIwpQ4ZEEAlmvGl > .row .container { background-color: transparent; background-image: none; }#SVT5UyrWZQUC3TTKkHIwpQ4ZEEAlmvGl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SVT5UyrWZQUC3TTKkHIwpQ4ZEEAlmvGl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SVT5UyrWZQUC3TTKkHIwpQ4ZEEAlmvGl > .row .container > .video-iframe-container { display: none; }#SVT5UyrWZQUC3TTKkHIwpQ4ZEEAlmvGl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SVT5UyrWZQUC3TTKkHIwpQ4ZEEAlmvGl > .row > .video-iframe-container { display: none; }#SVT5UyrWZQUC3TTKkHIwpQ4ZEEAlmvGl > .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); }#SVT5UyrWZQUC3TTKkHIwpQ4ZEEAlmvGl > .row .container { border-width: 0; border-radius: 0; }#SVT5UyrWZQUC3TTKkHIwpQ4ZEEAlmvGl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SVT5UyrWZQUC3TTKkHIwpQ4ZEEAlmvGl > .row .container { font-size:0.875rem;font-family:arial;height:49.75rem;width:75rem;position:relative;display:block; }#CllOxCWPalN8PXV7qkIZxHVtD9mXbfT4 { color:rgba(var(--color-tertiary-4),1);display:block;width:21.375rem;position:absolute;font-family:fraunces;font-size:1.4375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:13.34375rem;left:51.5625rem;height:9.1911764375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#S214wUiT3loEMrw4bMSHnKvws1k7JFQu { position:absolute;display:block;z-index:15008;border-top:0.3125rem solid #ec0a83;border-left:0.3125rem solid #ec0a83;border-right:0.3125rem solid #ec0a83;border-bottom:0.3125rem solid #ec0a83;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:28.8125rem;width:46.0625rem;top:12.71875rem;left:2.09375rem;overflow:hidden;display:block; }
#vvzUULd48Zk84XgMs5VJey450omtTNPn { color:rgba(var(--color-primary-4),1);display:block;width:36.8125rem;position:absolute;font-family:"josefin sans";font-size:3.25rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.3125rem #e3fff8;top:4.46875rem;left:19.09375rem;height:3.5294115625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dQULZhUoqQGUEM8kBvTAkp94NnMlZGdp { color:rgba(var(--color-primary-4),1);display:block;width:15.875rem;position:absolute;font-family:"josefin sans";font-size:2.0625rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.3125rem #e3fff8;top:25.8125rem;left:54.3125rem;height:6.6176469375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#V2I1EFuaicLh4vIhJeE1U2svw4kTAPKF { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;font-weight:400;line-height:1;height:8rem;width:8rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:34.21875rem;left:63rem; }
#V2I1EFuaicLh4vIhJeE1U2svw4kTAPKF > img { max-width: 100%;max-height:100%; width:8rem; height:8rem; }#ZdGaUJ2x0wKbBc08a4roFwGPS2FdEEw1 { box-sizing:content-box;color:#5d92ff;font-size:5.5625rem;font-weight:400;line-height:1;height:8rem;width:8rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:34.21875rem;left:53.5rem; }
#ZdGaUJ2x0wKbBc08a4roFwGPS2FdEEw1 > img { max-width: 100%;max-height:100%; width:8rem; height:8rem; }#EFtJbOe9wB79upbaA3FX30Zfsy1lAhvk { position:relative;display:block; }#EFtJbOe9wB79upbaA3FX30Zfsy1lAhvk { background-color: transparent; background-image: none; }#EFtJbOe9wB79upbaA3FX30Zfsy1lAhvk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EFtJbOe9wB79upbaA3FX30Zfsy1lAhvk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EFtJbOe9wB79upbaA3FX30Zfsy1lAhvk > .row .container > .video-iframe-container { display: none; }#EFtJbOe9wB79upbaA3FX30Zfsy1lAhvk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EFtJbOe9wB79upbaA3FX30Zfsy1lAhvk > .row > .video-iframe-container { display: none; }#EFtJbOe9wB79upbaA3FX30Zfsy1lAhvk > .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); }#EFtJbOe9wB79upbaA3FX30Zfsy1lAhvk { border-width: 0; border-radius: 0; }#EFtJbOe9wB79upbaA3FX30Zfsy1lAhvk > .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; }#EFtJbOe9wB79upbaA3FX30Zfsy1lAhvk > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:131.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#tMH3LT0b6f6LxoDRGCxaWH4Hiv9x46mL { position:absolute;display:block;z-index:15000;height:36rem;width:75rem;top:0rem;left:0rem;display:block; }
#vhphfNxy7bR7kCBkt8uVA7Ia3IdLoWWK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5359aa91-3d5b-463d-8b95-a9c3c3aea614/to.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vhphfNxy7bR7kCBkt8uVA7Ia3IdLoWWK.adaptive-delivery-prevent-bg, #vhphfNxy7bR7kCBkt8uVA7Ia3IdLoWWK.lazyload, #vhphfNxy7bR7kCBkt8uVA7Ia3IdLoWWK.lazyloading { background-image: none; }#vhphfNxy7bR7kCBkt8uVA7Ia3IdLoWWK > .row .container { background-color: transparent; background-image: none; }#vhphfNxy7bR7kCBkt8uVA7Ia3IdLoWWK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.4); }#vhphfNxy7bR7kCBkt8uVA7Ia3IdLoWWK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vhphfNxy7bR7kCBkt8uVA7Ia3IdLoWWK > .row .container > .video-iframe-container { display: none; }#vhphfNxy7bR7kCBkt8uVA7Ia3IdLoWWK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.4); }#vhphfNxy7bR7kCBkt8uVA7Ia3IdLoWWK > .row > .video-iframe-container { display: none; }#vhphfNxy7bR7kCBkt8uVA7Ia3IdLoWWK > .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); }#vhphfNxy7bR7kCBkt8uVA7Ia3IdLoWWK > .row .container { border-width: 0; border-radius: 0; }#vhphfNxy7bR7kCBkt8uVA7Ia3IdLoWWK::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vhphfNxy7bR7kCBkt8uVA7Ia3IdLoWWK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vhphfNxy7bR7kCBkt8uVA7Ia3IdLoWWK > .row .container { font-size:0.875rem;font-family:arial;height:44.0625rem;width:75rem;position:relative;display:block; }#VPf0zDxuHzHIgqOkzpwzm9TtMzN4yVCa { position:absolute;display:block;z-index:15008;border-top:0.125rem solid #ec0a83;border-left:0.125rem solid #ec0a83;border-right:0.125rem solid #ec0a83;border-bottom:0.125rem solid #ec0a83;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:32.9375rem;width:32.9375rem;top:5.4375rem;left:39.65625rem;overflow:hidden;display:block; }
#q4R8QmhEoTFngKWDH5DVTc30XODomCmv { color:rgba(var(--color-tertiary-4),1);display:block;width:28.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.6;letter-spacing:0;top:6.5rem;left:4.71875rem;height:17.8676464375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#R5I9NPRUWVPvK8UVoblG08xtWZKxE4zd { color:rgba(var(--color-tertiary-4),1);display:block;width:28.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:400;z-index:15007;line-height:1.1;letter-spacing:0;top:28.125rem;left:5.0625rem;height:4.411764625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NMF8k3TOwayu2INN3oLhl0Sixpi1K3gA { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #cd1735;border-left:0.1875rem solid #cd1735;border-right:0.1875rem solid #cd1735;border-bottom:0.1875rem solid #cd1735;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"josefin sans";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.375rem;height:3.625rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:33.625rem;left:10.875rem;display:block; }
#MonQgZPg52T1q4ycgaC0NTOsoUtbUwqI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cOGKh4qBvV45ZcbEFRJvZwRMNpo0Hdvg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cOGKh4qBvV45ZcbEFRJvZwRMNpo0Hdvg > .row .container { background-color: transparent; background-image: none; }#cOGKh4qBvV45ZcbEFRJvZwRMNpo0Hdvg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cOGKh4qBvV45ZcbEFRJvZwRMNpo0Hdvg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cOGKh4qBvV45ZcbEFRJvZwRMNpo0Hdvg > .row .container > .video-iframe-container { display: none; }#cOGKh4qBvV45ZcbEFRJvZwRMNpo0Hdvg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cOGKh4qBvV45ZcbEFRJvZwRMNpo0Hdvg > .row > .video-iframe-container { display: none; }#cOGKh4qBvV45ZcbEFRJvZwRMNpo0Hdvg > .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); }#cOGKh4qBvV45ZcbEFRJvZwRMNpo0Hdvg > .row .container { border-width: 0; border-radius: 0; }#cOGKh4qBvV45ZcbEFRJvZwRMNpo0Hdvg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cOGKh4qBvV45ZcbEFRJvZwRMNpo0Hdvg > .row .container { font-size:0.875rem;font-family:arial;height:24.125rem;width:75rem;position:relative;display:block; }#qVRRHcaIh8RF9ri3TELMrtPNqlyRIVaJ { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:7.8125rem;left:43.9375rem; }
#qVRRHcaIh8RF9ri3TELMrtPNqlyRIVaJ > img { max-width: 100%;max-height:100%; width:3.75rem; height:3.75rem; }#G3VAXheDVbFleTeTb6VAAIA2tFMT3toH { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:7.8125rem;left:38.625rem; }
#G3VAXheDVbFleTeTb6VAAIA2tFMT3toH > img { max-width: 100%;max-height:100%; width:3.75rem; height:3.75rem; }#KFqqMnyQA8Bc1hS6dbBTd8PCfISo2K50 { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:7.8125rem;left:32.9375rem; }
#KFqqMnyQA8Bc1hS6dbBTd8PCfISo2K50 > img { max-width: 100%;max-height:100%; width:3.75rem; height:3.75rem; }#vpP8342QJs8wW2AK0VoQmswtrVLEzCFB { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:7.75rem;left:27.5625rem; }
#vpP8342QJs8wW2AK0VoQmswtrVLEzCFB > img { max-width: 100%;max-height:100%; width:3.75rem; height:3.75rem; }#XABHJqDX1y7ZOy3hkKJgLC07J4mXnIOB { color:rgba(var(--color-tertiary-0),1);display:block;width:23.5625rem;position:absolute;font-family:lato;font-size:2rem;font-weight:400;z-index:15007;line-height:1.6;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.625rem #ec0a83;top:2.375rem;left:25.75rem;height:3.161764625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tqgvIi7bzbCf8KJXGC6A8NmFnrs7MBng { color:rgba(var(--color-tertiary-0),1);display:block;width:53.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:20.3125rem;left:10.9375rem;height:1.39705875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WEDFBvDUiTJbht6Ld9FI0OChD29qI5FQ { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:4.125rem;top:12.09375rem;left:27.375rem;overflow:hidden;display:block; }
#uzmNwL3DV8ST7iHfAUsG71U84wJew6in { color:rgba(var(--color-tertiary-0),1);display:block;width:24.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:13.375rem;left:31.5rem;height:1.5441175625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #nJvgBJ7M2rbb0PyS1FXkAC2x2fx7OFRw { display:block; }#nJvgBJ7M2rbb0PyS1FXkAC2x2fx7OFRw > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QtgUMuKonfWtvf47kxGeaVzOHTpwsvQ6 { width:47.75rem;height:3.5rem;top:4.25rem;left:0rem;font-size:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1NBT3zepis6XQ3l02CKTFZOlk1ISyBs { width:47.75rem;height:3.4375rem;top:8.3125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRHmQlZyEJuDG56RrnGRckA3iICOMSOS { width:3.3125rem;height:3.3125rem;top:16.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvniPNXldw3t83gdMUf88HGLTHwVA6Dp { width:19rem;height:10.6875rem;top:13.8125rem;left:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqvh0WfVQ5FB8A6f1syqRW9PWIdNJJZk { width:19rem;height:10.6875rem;top:42rem;left:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtD8tQkHiFVJQ0TZnDQCi2NorFTN65w6 { width:19rem;height:10.6875rem;top:27.9375rem;left:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4vMiwawf180zw2SgDS1lS0Np8wVsh9f { width:19rem;height:10.6875rem;top:42rem;left:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvDkBWtTHOsiVDy2Olbdng94Ttf9W6bb { width:19rem;height:10.6875rem;top:27.9375rem;left:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZTvOQAFLehppbczxo4edxuXPpGPheOh { width:23.25rem;height:8.4375rem;top:14.6875rem;left:24.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #giFdtVVincd506x6Ar8ZezEuxRobm0wl { width:26.125rem;height:39.25rem;top:13.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayTa2l1ETbhn6AQM8GTL9MiTQXSCUmvA { display:block; }#ayTa2l1ETbhn6AQM8GTL9MiTQXSCUmvA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X94LbVhdhveJwDsevCPrhA3DHbueyiqv { width:28.625rem;height:16.5rem;top:5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUMWocIZ0CEhAKTV6l48tQ6KK9narmgz { width:22.4375rem;height:22.4375rem;top:1.875rem;left:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q53cpNcrT4eBBa1wWACN7DTcZwqqISR7 { display:block; }#q53cpNcrT4eBBa1wWACN7DTcZwqqISR7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S2d7qWkC9JtHG87NdgPTysdACpOZGEr2 { width:47.625rem;height:9.5rem;top:65.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPTzFWwrycLA17tu4UTbacJWDc2VEh3Q { width:47.75rem;height:3.125rem;top:3.625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBdGPAeRyRHGlb1EaKA3E148KdaKsB03 { width:19.25rem;height:10.8125rem;top:13.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTxxtdh6bMip9dhCqwMe6X0nypmTpOri { width:17.75rem;height:24.75rem;top:33.75rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPSTInnrylkByfboMLI78fVbWvMfbvfO { width:19.1875rem;height:46.5rem;top:12.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DAF3MRogb3BwdAQQTyvnmrp6vrMHa00G { width:17.25rem;height:2.75rem;top:24.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFnTnvdyHpWMmUog9Fz3Ny0rA6TwQMCW { width:19.1875rem;height:46.5rem;top:12.25rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQqo1qPkodMIZ8ppeBIOwFTAmkpyJ0US { width:17.6875rem;height:23.375rem;top:34.4375rem;left:14.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8xT3HnWQvsWcCbPt1x8ldGCxwgX5Uz5 { width:17.25rem;height:2.75rem;top:24.9375rem;left:14.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTHi10e1TEVtiKIZyd6lLa28awdliS4W { width:19.1875rem;height:46.4375rem;top:12.375rem;left:25.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgZ6JJEshfi3PC0HbRMnr5NXO2dZ2uOL { width:17.75rem;height:26.125rem;top:33.375rem;left:29.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZeEJJXqVxrqUh6CMPuT0m3aCiHsPotIW { width:17.25rem;height:2.75rem;top:24.9375rem;left:30.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyF6lwTv3GdFM9nUvMgMGQ40DiNWcD2S { width:19.25rem;height:10.8125rem;top:13.4375rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qtn5xrtWoavpTdEVKydEMhTundKwnFiy { width:19.25rem;height:10.8125rem;top:13.625rem;left:28.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dd5rB8dQPurA4ThA1XumQLPJScQd9MRg { width:16.375rem;height:3.625rem;top:28.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrfeX5b7XucSycdL1QDQ5vJUPT7tTwo7 { display:block; }
 }@media only screen and (max-width: 763px) { #JllLeWKCKt00L4JfEXaiClv36tZlEiDm { width:16.375rem;height:3.625rem;top:28.5rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAeTG8snyioXN8VHqUUwUSUdGIRp16pW { display:block; }
 }@media only screen and (max-width: 763px) { #FrnxrHT3IDO4qhQ8EoHwL67JiT1PCt96 { width:16.375rem;height:3.625rem;top:28.5rem;left:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9JIPEQAOeza0LPHZ0RyMHA9osxHFhGX { display:block; }
 }@media only screen and (max-width: 763px) { #XGmJ2gIRW0l6zzXlsxmbkRlm8aLivAnD { display:block; }#XGmJ2gIRW0l6zzXlsxmbkRlm8aLivAnD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E8iRt4o6ETSDefWusn8M9mEbaDRKgJQw { width:45.25rem;height:40.125rem;top:40.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4JO6AtXWCbxitvirJtTLm27NBkqA9cP { width:46rem;height:25.75rem;top:11.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4r9WCfA0hnIhc5hMBFt1d0GNUTW7WUi { width:13.625rem;height:3.25rem;top:4.9375rem;left:0.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EInVHEmMbg8eW5yJHaadZLNrHxefA18e { width:29rem;height:10.125rem;top:9.3125rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfg6dBSDHXtEtk3MiyH5TgTHUtKT6anC { width:33.625rem;height:2.5625rem;top:5.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVAziKchsiTKk7P5y5KeKLTzMlFpwoyz { width:18.75rem;height:15rem;top:22.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eM2eI64zpCVx6FwF9kBok3ZMSITJzR17 { width:13.125rem;height:7.125rem;top:24.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFB0HizTZZV32tVwAAzSs9AWVgBmvaKZ { width:16.375rem;height:3.625rem;top:32.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLiqgHH5mUMnFx87uvABk3C1dQvQJmOB { display:block; }
 }@media only screen and (max-width: 763px) { #buGku6ZivXrMPVNwevpm2b2qtBTB3qV0 { width:47.75rem;height:17rem;top:53.0625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCf3lPtOW0TvbnoMpUZiJtcwdPO5T9nL { width:47.75rem;height:7.3125rem;top:43.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtQ4t462Nyryiw7hkZQMwsAodEMQaTnr { width:47.75rem;height:8.5rem;top:72.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzvhF4FzkvtneECJ8aHwpei1ai19X4iG { display:block; }#vzvhF4FzkvtneECJ8aHwpei1ai19X4iG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O5hK7T3BvpPdJaGkxOLpx1HR8Sf81q0E { width:47.75rem;height:3.125rem;top:5.0625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sp0Vfoeto6eSQEJe9QHvLVwl8wxhosdQ { width:19.25rem;height:10.8125rem;top:13.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8OdCNWTFIhmuFyZX5xhsSpF4RMoyIa7 { width:17.75rem;height:17.875rem;top:33.0625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9A3zgXCqXUEHuPEH1pxIqQd4ekQbGKt { width:19.1875rem;height:48.0625rem;top:12.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIIeNNb1rIzUnWt3iDoRXwAmBSRt7Gi2 { width:17.25rem;height:2.75rem;top:24.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAULoatol3Z530eyvtiJAo8E6vpveWAH { width:19.1875rem;height:48rem;top:12.25rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBJwWf039boySDHJKt5GB9OamFw59TpT { width:17.75rem;height:16.5rem;top:33.0625rem;left:14rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZITR9iEXRfxnABCrd1aytpCg0JAfRr6F { width:17.25rem;height:2.75rem;top:24.9375rem;left:14.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOdoXXK7N88c54NbG9skveKTzUdMdXGb { width:19.1875rem;height:48rem;top:12.25rem;left:25.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJwUCEGZ5SxwNSgJ5fF6QTFLBTGic2HK { width:17.75rem;height:11rem;top:33rem;left:29.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZuiLdRrnuI60K2t3hzyGaimK8VXlSe0C { width:17.25rem;height:2.75rem;top:24.9375rem;left:30.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAMm33FnrwTnuvoq3trTODBAgg89sQa0 { width:19.25rem;height:10.8125rem;top:13.4375rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEO8EpKt4DRRq1nvyNE6UhvoFBRJTFF4 { width:19.25rem;height:10.8125rem;top:13.5rem;left:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZIb5B5mia4932mRQc748sJ1HLfuDPZV { width:16.375rem;height:3.625rem;top:28.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nr5ld1oVd9wGwCnmAVXo915endOd5GwP { display:block; }
 }@media only screen and (max-width: 763px) { #f1HUZCifNftwJwTibGQFIGiBp3KDVJ7U { width:16.375rem;height:3.625rem;top:28.375rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtEFneHfT6T4HgOHCV1zUxqIV7WzaLCt { display:block; }
 }@media only screen and (max-width: 763px) { #uZpOdHmPTaa1DfpDoPi6TXeJe6WTHX9u { width:16.375rem;height:3.625rem;top:28.375rem;left:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPWhM5pXrovlZ3ScIhoOf3xmULsOrz2s { display:block; }
 }@media only screen and (max-width: 763px) { #NXzf4STsGth1BdE0loUc5lA0ayfryEfo { width:17.75rem;height:8.25rem;top:51.0625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXG72Vyxe0bZnhED6yoMsGfuUXkklP6t { width:17.75rem;height:11rem;top:49.625rem;left:14rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #daWhuNRRE818hvnE1gveTPKaitcvCVVW { width:17.75rem;height:16.5rem;top:44rem;left:29.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHJVoWO2L6PtLF45IwhL412lHvq3OCfh { display:block; }#DHJVoWO2L6PtLF45IwhL412lHvq3OCfh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QtiKq03NSTzBJTxzhJoShEaIHxXoskt4 { width:33.3125rem;height:34rem;top:9.5625rem;left:14.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICAKd3ODHkRfvfktO0qR7b6fZwwUFuqU { width:37.4375rem;height:5.25rem;top:4.3125rem;left:10.3125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmdFu9zF2RVcVJHIUFKt1nd9QHkJV4vJ { width:28.375rem;height:35.5625rem;top:7.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVT5UyrWZQUC3TTKkHIwpQ4ZEEAlmvGl { display:block; }#SVT5UyrWZQUC3TTKkHIwpQ4ZEEAlmvGl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CllOxCWPalN8PXV7qkIZxHVtD9mXbfT4 { width:21.375rem;height:9.0625rem;top:13.3125rem;left:26.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S214wUiT3loEMrw4bMSHnKvws1k7JFQu { width:46.0625rem;height:28.8125rem;top:12.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvzUULd48Zk84XgMs5VJey450omtTNPn { width:36.8125rem;height:3.5625rem;top:4.4375rem;left:5.46875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQULZhUoqQGUEM8kBvTAkp94NnMlZGdp { width:15.875rem;height:6.75rem;top:25.8125rem;left:31.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2I1EFuaicLh4vIhJeE1U2svw4kTAPKF { width:8rem;height:8rem;top:34.1875rem;left:39.75rem;display:block; }
#V2I1EFuaicLh4vIhJeE1U2svw4kTAPKF > img { max-width: 100%;max-height:100%; width:8rem; height:8rem; } }@media only screen and (max-width: 763px) { #ZdGaUJ2x0wKbBc08a4roFwGPS2FdEEw1 { width:8rem;height:8rem;top:34.1875rem;left:39.75rem;display:block; }
#ZdGaUJ2x0wKbBc08a4roFwGPS2FdEEw1 > img { max-width: 100%;max-height:100%; width:8rem; height:8rem; } }@media only screen and (max-width: 763px) { #EFtJbOe9wB79upbaA3FX30Zfsy1lAhvk { display:block; }#EFtJbOe9wB79upbaA3FX30Zfsy1lAhvk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tMH3LT0b6f6LxoDRGCxaWH4Hiv9x46mL { width:47.75rem;height:36rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhphfNxy7bR7kCBkt8uVA7Ia3IdLoWWK { display:block; }#vhphfNxy7bR7kCBkt8uVA7Ia3IdLoWWK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VPf0zDxuHzHIgqOkzpwzm9TtMzN4yVCa { width:32.9375rem;height:32.9375rem;top:5.4375rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4R8QmhEoTFngKWDH5DVTc30XODomCmv { width:28.0625rem;height:18rem;top:6.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5I9NPRUWVPvK8UVoblG08xtWZKxE4zd { width:28.0625rem;height:4.5rem;top:28.125rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMF8k3TOwayu2INN3oLhl0Sixpi1K3gA { width:16.375rem;height:3.625rem;top:33.625rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MonQgZPg52T1q4ycgaC0NTOsoUtbUwqI { display:block; }
 }@media only screen and (max-width: 763px) { #cOGKh4qBvV45ZcbEFRJvZwRMNpo0Hdvg { display:block; }#cOGKh4qBvV45ZcbEFRJvZwRMNpo0Hdvg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qVRRHcaIh8RF9ri3TELMrtPNqlyRIVaJ { width:3.75rem;height:3.75rem;top:7.8125rem;left:30.3125rem;display:block; }
#qVRRHcaIh8RF9ri3TELMrtPNqlyRIVaJ > img { max-width: 100%;max-height:100%; width:3.75rem; height:3.75rem; } }@media only screen and (max-width: 763px) { #G3VAXheDVbFleTeTb6VAAIA2tFMT3toH { width:3.75rem;height:3.75rem;top:7.8125rem;left:25rem;display:block; }
#G3VAXheDVbFleTeTb6VAAIA2tFMT3toH > img { max-width: 100%;max-height:100%; width:3.75rem; height:3.75rem; } }@media only screen and (max-width: 763px) { #KFqqMnyQA8Bc1hS6dbBTd8PCfISo2K50 { width:3.75rem;height:3.75rem;top:7.8125rem;left:19.3125rem;display:block; }
#KFqqMnyQA8Bc1hS6dbBTd8PCfISo2K50 > img { max-width: 100%;max-height:100%; width:3.75rem; height:3.75rem; } }@media only screen and (max-width: 763px) { #vpP8342QJs8wW2AK0VoQmswtrVLEzCFB { width:3.75rem;height:3.75rem;top:7.75rem;left:13.9375rem;display:block; }
#vpP8342QJs8wW2AK0VoQmswtrVLEzCFB > img { max-width: 100%;max-height:100%; width:3.75rem; height:3.75rem; } }@media only screen and (max-width: 763px) { #XABHJqDX1y7ZOy3hkKJgLC07J4mXnIOB { width:23.5625rem;height:3.1875rem;top:2.375rem;left:12.125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqgvIi7bzbCf8KJXGC6A8NmFnrs7MBng { width:47.75rem;height:1.375rem;top:20.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEDFBvDUiTJbht6Ld9FI0OChD29qI5FQ { width:4.125rem;height:4.125rem;top:12.0625rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzmNwL3DV8ST7iHfAUsG71U84wJew6in { width:24.8125rem;height:1.5625rem;top:13.375rem;left:17.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #nJvgBJ7M2rbb0PyS1FXkAC2x2fx7OFRw { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5359aa91-3d5b-463d-8b95-a9c3c3aea614/to.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#nJvgBJ7M2rbb0PyS1FXkAC2x2fx7OFRw.adaptive-delivery-prevent-bg, #nJvgBJ7M2rbb0PyS1FXkAC2x2fx7OFRw.lazyload, #nJvgBJ7M2rbb0PyS1FXkAC2x2fx7OFRw.lazyloading { background-image: none; }#nJvgBJ7M2rbb0PyS1FXkAC2x2fx7OFRw > .row .container { background-color: transparent; background-image: none; }#nJvgBJ7M2rbb0PyS1FXkAC2x2fx7OFRw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nJvgBJ7M2rbb0PyS1FXkAC2x2fx7OFRw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nJvgBJ7M2rbb0PyS1FXkAC2x2fx7OFRw > .row .container > .video-iframe-container { display: none; }#nJvgBJ7M2rbb0PyS1FXkAC2x2fx7OFRw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nJvgBJ7M2rbb0PyS1FXkAC2x2fx7OFRw > .row > .video-iframe-container { display: none; }#nJvgBJ7M2rbb0PyS1FXkAC2x2fx7OFRw > .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); }#nJvgBJ7M2rbb0PyS1FXkAC2x2fx7OFRw > .row .container { width:20rem;height:34.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QtgUMuKonfWtvf47kxGeaVzOHTpwsvQ6 { width:19.625rem;height:3.088235125rem;top:1.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1NBT3zepis6XQ3l02CKTFZOlk1ISyBs { width:10.3125rem;height:3.5294115625rem;top:6.5rem;left:9.6875rem;text-align:center;text-align-last:center;font-size:1.1875rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #iRHmQlZyEJuDG56RrnGRckA3iICOMSOS { width:1.5625rem;height:1.5625rem;top:7.3125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvniPNXldw3t83gdMUf88HGLTHwVA6Dp { width:9.0625rem;height:5.0625rem;top:11.375rem;left:10.375rem;border-top:0.125rem solid #d41876;border-left:0.125rem solid #d41876;border-right:0.125rem solid #d41876;border-bottom:0.125rem solid #d41876;display:block; }
 }@media only screen and (max-width: 763px) { #wqvh0WfVQ5FB8A6f1syqRW9PWIdNJJZk { width:9.0625rem;height:5.0625rem;top:27.4375rem;left:10.4375rem;border-top:0.125rem solid #d41876;border-left:0.125rem solid #d41876;border-right:0.125rem solid #d41876;border-bottom:0.125rem solid #d41876;display:block; }
 }@media only screen and (max-width: 763px) { #TtD8tQkHiFVJQ0TZnDQCi2NorFTN65w6 { width:9.0625rem;height:5.0625rem;top:21.5rem;left:10.4375rem;border-top:0.125rem solid #d41876;border-left:0.125rem solid #d41876;border-right:0.125rem solid #d41876;border-bottom:0.125rem solid #d41876;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #T4vMiwawf180zw2SgDS1lS0Np8wVsh9f { width:9.0625rem;height:5.0625rem;top:27.4375rem;left:0rem;border-top:0.125rem solid #d41876;border-left:0.125rem solid #d41876;border-right:0.125rem solid #d41876;border-bottom:0.125rem solid #d41876;display:block; }
 }@media only screen and (max-width: 763px) { #FvDkBWtTHOsiVDy2Olbdng94Ttf9W6bb { width:9.0625rem;height:5.0625rem;top:21.5rem;left:0rem;border-top:0.125rem solid #d41876;border-left:0.125rem solid #d41876;border-right:0.125rem solid #d41876;border-bottom:0.125rem solid #d41876;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #dZTvOQAFLehppbczxo4edxuXPpGPheOh { width:9.5625rem;height:1.76470575rem;top:18.3125rem;left:10.4375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #giFdtVVincd506x6Ar8ZezEuxRobm0wl { width:8.8125rem;height:13.375rem;top:6.5rem;left:0rem;border-top:0.125rem solid #d41876;border-left:0.125rem solid #d41876;border-right:0.125rem solid #d41876;border-bottom:0.125rem solid #d41876;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ayTa2l1ETbhn6AQM8GTL9MiTQXSCUmvA { display:block; }#ayTa2l1ETbhn6AQM8GTL9MiTQXSCUmvA > .row .container { width:20rem;height:39.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X94LbVhdhveJwDsevCPrhA3DHbueyiqv { width:16.375rem;height:12.5735288125rem;top:2.5rem;left:1.8125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUMWocIZ0CEhAKTV6l48tQ6KK9narmgz { width:18.125rem;height:18.125rem;top:18.1875rem;left:0.8125rem;border-top:0.125rem solid #d41876;border-left:0.125rem solid #d41876;border-right:0.125rem solid #d41876;border-bottom:0.125rem solid #d41876;display:block; }
 }@media only screen and (max-width: 763px) { #q53cpNcrT4eBBa1wWACN7DTcZwqqISR7 { background-color:#421674;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#q53cpNcrT4eBBa1wWACN7DTcZwqqISR7 > .row .container { background-color: transparent; background-image: none; }#q53cpNcrT4eBBa1wWACN7DTcZwqqISR7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q53cpNcrT4eBBa1wWACN7DTcZwqqISR7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q53cpNcrT4eBBa1wWACN7DTcZwqqISR7 > .row .container > .video-iframe-container { display: none; }#q53cpNcrT4eBBa1wWACN7DTcZwqqISR7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q53cpNcrT4eBBa1wWACN7DTcZwqqISR7 > .row > .video-iframe-container { display: none; }#q53cpNcrT4eBBa1wWACN7DTcZwqqISR7 > .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); }#q53cpNcrT4eBBa1wWACN7DTcZwqqISR7 > .row .container { border-width: 0; border-radius: 0; }#q53cpNcrT4eBBa1wWACN7DTcZwqqISR7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q53cpNcrT4eBBa1wWACN7DTcZwqqISR7 > .row .container { width:20rem;height:136.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S2d7qWkC9JtHG87NdgPTysdACpOZGEr2 { width:18.625rem;height:6.985293875rem;top:126.9375rem;left:0.75rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #LPTzFWwrycLA17tu4UTbacJWDc2VEh3Q { width:16.875rem;height:4.7058820625rem;top:1.5625rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #wBdGPAeRyRHGlb1EaKA3E148KdaKsB03 { width:16.3125rem;height:9.0625rem;top:9.5625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTxxtdh6bMip9dhCqwMe6X0nypmTpOri { width:14.5625rem;height:18.749999875rem;top:25.125rem;left:2.8125rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #qPSTInnrylkByfboMLI78fVbWvMfbvfO { width:16.25rem;height:35.125rem;top:8.375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DAF3MRogb3BwdAQQTyvnmrp6vrMHa00G { width:16.3125rem;height:2.352941rem;top:19.1875rem;left:1.9375rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #BFnTnvdyHpWMmUog9Fz3Ny0rA6TwQMCW { width:16.25rem;height:34.4375rem;top:48.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQqo1qPkodMIZ8ppeBIOwFTAmkpyJ0US { width:14.375rem;height:17.6470580625rem;top:65.1875rem;left:2.875rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.4;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #S8xT3HnWQvsWcCbPt1x8ldGCxwgX5Uz5 { width:16.375rem;height:2.352941rem;top:59.0625rem;left:1.8125rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.4;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #xTHi10e1TEVtiKIZyd6lLa28awdliS4W { width:16.25rem;height:35.125rem;top:87.4375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgZ6JJEshfi3PC0HbRMnr5NXO2dZ2uOL { width:14.5rem;height:18.74999925rem;top:103.875rem;left:2.8125rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ZeEJJXqVxrqUh6CMPuT0m3aCiHsPotIW { width:16.3125rem;height:2.352941rem;top:98.0625rem;left:1.9375rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #TyF6lwTv3GdFM9nUvMgMGQ40DiNWcD2S { width:16.3125rem;height:9.0625rem;top:49.4375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qtn5xrtWoavpTdEVKydEMhTundKwnFiy { width:16.3125rem;height:9.0625rem;top:88.6875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dd5rB8dQPurA4ThA1XumQLPJScQd9MRg { width:13.375rem;height:2.4375rem;top:22.125rem;left:3.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrfeX5b7XucSycdL1QDQ5vJUPT7tTwo7 { display:block; }
 }@media only screen and (max-width: 763px) { #JllLeWKCKt00L4JfEXaiClv36tZlEiDm { width:13.375rem;height:2.4375rem;top:61.9375rem;left:3.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAeTG8snyioXN8VHqUUwUSUdGIRp16pW { display:block; }
 }@media only screen and (max-width: 763px) { #FrnxrHT3IDO4qhQ8EoHwL67JiT1PCt96 { width:13.375rem;height:2.4375rem;top:100.875rem;left:3.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9JIPEQAOeza0LPHZ0RyMHA9osxHFhGX { display:block; }
 }@media only screen and (max-width: 763px) { #XGmJ2gIRW0l6zzXlsxmbkRlm8aLivAnD { display:block; }#XGmJ2gIRW0l6zzXlsxmbkRlm8aLivAnD > .row .container { width:20rem;height:69.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E8iRt4o6ETSDefWusn8M9mEbaDRKgJQw { width:16.25rem;height:36.125rem;top:27.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4JO6AtXWCbxitvirJtTLm27NBkqA9cP { height:10.845703125rem;width:19.375rem;top:8.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4r9WCfA0hnIhc5hMBFt1d0GNUTW7WUi { width:8.625rem;height:1.83823525rem;top:2.9375rem;left:2.0625rem;font-size:1.4375rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #EInVHEmMbg8eW5yJHaadZLNrHxefA18e { width:6.75rem;height:6.17647025rem;top:1.5625rem;left:11.1875rem;font-size:3.125rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #gfg6dBSDHXtEtk3MiyH5TgTHUtKT6anC { width:10rem;height:2.64705875rem;top:4.8125rem;left:0.625rem;font-size:1.125rem;text-align:right;text-align-last:right;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #IVAziKchsiTKk7P5y5KeKLTzMlFpwoyz { width:18.75rem;height:5.4375rem;top:21.125rem;left:0.625rem;background-color:rgba(var(--color-secondary-2),0.69);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #eM2eI64zpCVx6FwF9kBok3ZMSITJzR17 { width:6.6875rem;height:3.5294115rem;top:22.0625rem;left:1.4375rem;font-size:1.125rem;color:#00ff14;display:block; }
 }@media only screen and (max-width: 763px) { #LFB0HizTZZV32tVwAAzSs9AWVgBmvaKZ { width:10.125rem;height:2.875rem;top:22.375rem;left:8.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLiqgHH5mUMnFx87uvABk3C1dQvQJmOB { display:block; }
 }@media only screen and (max-width: 763px) { #buGku6ZivXrMPVNwevpm2b2qtBTB3qV0 { width:14.6875rem;height:13.382352375rem;top:39.5625rem;left:2.6875rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #NCf3lPtOW0TvbnoMpUZiJtcwdPO5T9nL { width:14.6875rem;height:8.2352943125rem;top:29.4375rem;left:2.6875rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #qtQ4t462Nyryiw7hkZQMwsAodEMQaTnr { width:14.625rem;height:8.82352925rem;top:54.1875rem;left:2.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #vzvhF4FzkvtneECJ8aHwpei1ai19X4iG { background-color:#421674;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vzvhF4FzkvtneECJ8aHwpei1ai19X4iG > .row .container { background-color: transparent; background-image: none; }#vzvhF4FzkvtneECJ8aHwpei1ai19X4iG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vzvhF4FzkvtneECJ8aHwpei1ai19X4iG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vzvhF4FzkvtneECJ8aHwpei1ai19X4iG > .row .container > .video-iframe-container { display: none; }#vzvhF4FzkvtneECJ8aHwpei1ai19X4iG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vzvhF4FzkvtneECJ8aHwpei1ai19X4iG > .row > .video-iframe-container { display: none; }#vzvhF4FzkvtneECJ8aHwpei1ai19X4iG > .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); }#vzvhF4FzkvtneECJ8aHwpei1ai19X4iG > .row .container { border-width: 0; border-radius: 0; }#vzvhF4FzkvtneECJ8aHwpei1ai19X4iG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vzvhF4FzkvtneECJ8aHwpei1ai19X4iG > .row .container { width:20rem;height:136.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O5hK7T3BvpPdJaGkxOLpx1HR8Sf81q0E { width:20rem;height:3.5294115625rem;top:2.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #sp0Vfoeto6eSQEJe9QHvLVwl8wxhosdQ { width:16.3125rem;height:9.0625rem;top:9.25rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8OdCNWTFIhmuFyZX5xhsSpF4RMoyIa7 { width:14.4375rem;height:14.33823475rem;top:25.5625rem;left:2.8125rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #T9A3zgXCqXUEHuPEH1pxIqQd4ekQbGKt { width:16.25rem;height:38.6875rem;top:8rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIIeNNb1rIzUnWt3iDoRXwAmBSRt7Gi2 { width:14.9375rem;height:2.3529410625rem;top:19rem;left:2.53125rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #rAULoatol3Z530eyvtiJAo8E6vpveWAH { width:16.25rem;height:37.375rem;top:51.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBJwWf039boySDHJKt5GB9OamFw59TpT { width:14.9375rem;height:13.2352936875rem;top:68.875rem;left:2.53125rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.4;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #ZITR9iEXRfxnABCrd1aytpCg0JAfRr6F { width:16.375rem;height:2.352941rem;top:62.3125rem;left:1.8125rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.4;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #bOdoXXK7N88c54NbG9skveKTzUdMdXGb { width:16.25rem;height:37.625rem;top:93.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJwUCEGZ5SxwNSgJ5fF6QTFLBTGic2HK { width:14.9375rem;height:7.7205879375rem;top:110.6875rem;left:2.53125rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ZuiLdRrnuI60K2t3hzyGaimK8VXlSe0C { width:15.3125rem;height:2.3529410625rem;top:104.5rem;left:2.34375rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #eAMm33FnrwTnuvoq3trTODBAgg89sQa0 { width:16.3125rem;height:9.0625rem;top:52.6875rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEO8EpKt4DRRq1nvyNE6UhvoFBRJTFF4 { width:16.3125rem;height:9.0625rem;top:94.75rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZIb5B5mia4932mRQc748sJ1HLfuDPZV { width:13.375rem;height:2.4375rem;top:21.9375rem;left:3.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nr5ld1oVd9wGwCnmAVXo915endOd5GwP { display:block; }
 }@media only screen and (max-width: 763px) { #f1HUZCifNftwJwTibGQFIGiBp3KDVJ7U { width:13.375rem;height:2.4375rem;top:65.375rem;left:3.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtEFneHfT6T4HgOHCV1zUxqIV7WzaLCt { display:block; }
 }@media only screen and (max-width: 763px) { #uZpOdHmPTaa1DfpDoPi6TXeJe6WTHX9u { width:13.375rem;height:2.4375rem;top:107.4375rem;left:3.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPWhM5pXrovlZ3ScIhoOf3xmULsOrz2s { display:block; }
 }@media only screen and (max-width: 763px) { #NXzf4STsGth1BdE0loUc5lA0ayfryEfo { width:14.4375rem;height:6.6176468125rem;top:40.5625rem;left:2.8125rem;text-align:left;text-align-last:left;font-size:0.8125rem;line-height:1.4;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #RXG72Vyxe0bZnhED6yoMsGfuUXkklP6t { width:16.125rem;height:6.6176468125rem;top:82.375rem;left:2.125rem;text-align:left;text-align-last:left;font-size:0.8125rem;line-height:1.4;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #daWhuNRRE818hvnE1gveTPKaitcvCVVW { width:15.3125rem;height:13.235293625rem;top:118.5625rem;left:2.34375rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.4;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #DHJVoWO2L6PtLF45IwhL412lHvq3OCfh { display:block; }#DHJVoWO2L6PtLF45IwhL412lHvq3OCfh > .row .container { width:20rem;height:60.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QtiKq03NSTzBJTxzhJoShEaIHxXoskt4 { width:16rem;height:32.1323521875rem;top:25.75rem;left:2rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICAKd3ODHkRfvfktO0qR7b6fZwwUFuqU { width:17.9375rem;height:2.9411764375rem;top:2.375rem;left:1.03125rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmdFu9zF2RVcVJHIUFKt1nd9QHkJV4vJ { width:13.9375rem;height:17.4375rem;top:6.1875rem;left:2.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVT5UyrWZQUC3TTKkHIwpQ4ZEEAlmvGl { display:block; }#SVT5UyrWZQUC3TTKkHIwpQ4ZEEAlmvGl > .row .container { width:20rem;height:33.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CllOxCWPalN8PXV7qkIZxHVtD9mXbfT4 { width:16.375rem;height:4.411764625rem;top:19.875rem;left:1.8125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S214wUiT3loEMrw4bMSHnKvws1k7JFQu { width:19.375rem;height:12rem;top:6.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvzUULd48Zk84XgMs5VJey450omtTNPn { width:20rem;height:1.83823525rem;top:3.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #dQULZhUoqQGUEM8kBvTAkp94NnMlZGdp { width:8.125rem;height:2.8676469375rem;top:26.375rem;left:9.3125rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #V2I1EFuaicLh4vIhJeE1U2svw4kTAPKF { display:flex;width:2.5rem;height:2.5rem;top:26.3125rem;left:2.5625rem;font-size:1.75rem; }
#V2I1EFuaicLh4vIhJeE1U2svw4kTAPKF > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #ZdGaUJ2x0wKbBc08a4roFwGPS2FdEEw1 { display:flex;width:2.5rem;height:2.5rem;top:26.3125rem;left:5.8125rem;font-size:1.75rem; }
#ZdGaUJ2x0wKbBc08a4roFwGPS2FdEEw1 > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #EFtJbOe9wB79upbaA3FX30Zfsy1lAhvk { display:block; }#EFtJbOe9wB79upbaA3FX30Zfsy1lAhvk > .row .container { width:20rem;height:359.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tMH3LT0b6f6LxoDRGCxaWH4Hiv9x46mL { width:20rem;height:15.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhphfNxy7bR7kCBkt8uVA7Ia3IdLoWWK { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5359aa91-3d5b-463d-8b95-a9c3c3aea614/to.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#vhphfNxy7bR7kCBkt8uVA7Ia3IdLoWWK.adaptive-delivery-prevent-bg, #vhphfNxy7bR7kCBkt8uVA7Ia3IdLoWWK.lazyload, #vhphfNxy7bR7kCBkt8uVA7Ia3IdLoWWK.lazyloading { background-image: none; }#vhphfNxy7bR7kCBkt8uVA7Ia3IdLoWWK > .row .container { background-color: transparent; background-image: none; }#vhphfNxy7bR7kCBkt8uVA7Ia3IdLoWWK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.39); }#vhphfNxy7bR7kCBkt8uVA7Ia3IdLoWWK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vhphfNxy7bR7kCBkt8uVA7Ia3IdLoWWK > .row .container > .video-iframe-container { display: none; }#vhphfNxy7bR7kCBkt8uVA7Ia3IdLoWWK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.39); }#vhphfNxy7bR7kCBkt8uVA7Ia3IdLoWWK > .row > .video-iframe-container { display: none; }#vhphfNxy7bR7kCBkt8uVA7Ia3IdLoWWK > .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); }#vhphfNxy7bR7kCBkt8uVA7Ia3IdLoWWK > .row .container { width:20rem;height:57.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VPf0zDxuHzHIgqOkzpwzm9TtMzN4yVCa { width:17.125rem;height:17.125rem;top:3.875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4R8QmhEoTFngKWDH5DVTc30XODomCmv { width:16.875rem;height:16.9852939375rem;top:24.4375rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #R5I9NPRUWVPvK8UVoblG08xtWZKxE4zd { width:20rem;height:3.235294125rem;top:45.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMF8k3TOwayu2INN3oLhl0Sixpi1K3gA { width:16.375rem;height:3.625rem;top:50.3125rem;left:1.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MonQgZPg52T1q4ycgaC0NTOsoUtbUwqI { display:block; }
 }@media only screen and (max-width: 763px) { #cOGKh4qBvV45ZcbEFRJvZwRMNpo0Hdvg { background-color:#3f035f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#cOGKh4qBvV45ZcbEFRJvZwRMNpo0Hdvg.adaptive-delivery-prevent-bg, #cOGKh4qBvV45ZcbEFRJvZwRMNpo0Hdvg.lazyload, #cOGKh4qBvV45ZcbEFRJvZwRMNpo0Hdvg.lazyloading { background-image: none; }#cOGKh4qBvV45ZcbEFRJvZwRMNpo0Hdvg > .row .container { background-color: transparent; background-image: none; }#cOGKh4qBvV45ZcbEFRJvZwRMNpo0Hdvg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cOGKh4qBvV45ZcbEFRJvZwRMNpo0Hdvg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cOGKh4qBvV45ZcbEFRJvZwRMNpo0Hdvg > .row .container > .video-iframe-container { display: none; }#cOGKh4qBvV45ZcbEFRJvZwRMNpo0Hdvg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cOGKh4qBvV45ZcbEFRJvZwRMNpo0Hdvg > .row > .video-iframe-container { display: none; }#cOGKh4qBvV45ZcbEFRJvZwRMNpo0Hdvg > .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); }#cOGKh4qBvV45ZcbEFRJvZwRMNpo0Hdvg > .row .container { width:20rem;height:17.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qVRRHcaIh8RF9ri3TELMrtPNqlyRIVaJ { display:flex;width:2.3125rem;height:2.3125rem;top:5.3125rem;left:14.125rem;font-size:1.5625rem; }
#qVRRHcaIh8RF9ri3TELMrtPNqlyRIVaJ > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; } }@media only screen and (max-width: 763px) { #G3VAXheDVbFleTeTb6VAAIA2tFMT3toH { display:flex;width:2.3125rem;height:2.3125rem;top:5.3125rem;left:10.6875rem;font-size:1.5625rem; }
#G3VAXheDVbFleTeTb6VAAIA2tFMT3toH > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; } }@media only screen and (max-width: 763px) { #KFqqMnyQA8Bc1hS6dbBTd8PCfISo2K50 { display:flex;width:2.3125rem;height:2.3125rem;top:5.3125rem;left:3.5625rem; }
#KFqqMnyQA8Bc1hS6dbBTd8PCfISo2K50 > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; } }@media only screen and (max-width: 763px) { #vpP8342QJs8wW2AK0VoQmswtrVLEzCFB { display:flex;width:2.3125rem;height:2.3125rem;top:5.3125rem;left:7.0625rem;font-size:1.5625rem; }
#vpP8342QJs8wW2AK0VoQmswtrVLEzCFB > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; } }@media only screen and (max-width: 763px) { #XABHJqDX1y7ZOy3hkKJgLC07J4mXnIOB { width:20rem;height:1.83823525rem;top:2.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqgvIi7bzbCf8KJXGC6A8NmFnrs7MBng { width:20rem;height:2.0588235625rem;top:14.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEDFBvDUiTJbht6Ld9FI0OChD29qI5FQ { width:2.8125rem;height:2.8125rem;top:8.375rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzmNwL3DV8ST7iHfAUsG71U84wJew6in { width:11.3125rem;height:2.7941174375rem;top:8.65625rem;left:6.125rem;text-align:right;text-align-last:right;font-size:0.875rem;display:block; }
 }