.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container { display: none; }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:5.75rem;width:60rem;overflow:visible;position:relative;display:block; }#Oom21qlqW1pMtfmo6N2RLhvPhCnU6CXI { z-index:100000;top:0.78125rem;left:29.3125rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.125rem;height:3.125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Pmp2vNyR7PU6fLlx5TvReTMDXBRCzuHB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#l3zuQR8MTDCg3demoHEJGw6DkAUsGwZ0 { z-index:100000;top:0.90625rem;left:41.25rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.3125rem;height:2.875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#UrBExhV6O42daNzz7t737UHVr3QHB67P { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#WZmesVzzfTApOVNCbGODMsqCkT4uCd58 { z-index:100000;top:0.90625rem;left:49.875rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:rgba(11,14,14,0.98);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.125rem;height:3.125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#M2AKfKFgJWVEeRQKr0oucnlAHcG6grLD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Jkmm80UiPnhPw2X8yOr90NSOBqysEetf { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.5623375rem;width:15.625rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#CINRcRmpA4FgOqTMtDAiDxokzJgteAg3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(40deg, #a53f71, #2e4f8d);background-image: -moz-linear-gradient(40deg, #a53f71, #2e4f8d);background-image: -ms-linear-gradient(40deg, #a53f71, #2e4f8d);background-image: -o-linear-gradient(40deg, #a53f71, #2e4f8d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a53f71', endColorstr='#2e4f8d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a53f71', endColorstr='#2e4f8d' );";background-image: linear-gradient(40deg, #a53f71, #2e4f8d);background-size:auto !important;position:relative;display:block; }#CINRcRmpA4FgOqTMtDAiDxokzJgteAg3 > .row .container { background-color: transparent; background-image: none; }#CINRcRmpA4FgOqTMtDAiDxokzJgteAg3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CINRcRmpA4FgOqTMtDAiDxokzJgteAg3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CINRcRmpA4FgOqTMtDAiDxokzJgteAg3 > .row .container > .video-iframe-container { display: none; }#CINRcRmpA4FgOqTMtDAiDxokzJgteAg3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CINRcRmpA4FgOqTMtDAiDxokzJgteAg3 > .row > .video-iframe-container { display: none; }#CINRcRmpA4FgOqTMtDAiDxokzJgteAg3 > .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); }#CINRcRmpA4FgOqTMtDAiDxokzJgteAg3 > .row .container { border-width: 0; border-radius: 0; }#CINRcRmpA4FgOqTMtDAiDxokzJgteAg3 > .row .container { font-size:0.875rem;font-family:arial;height:23.5625rem;width:60rem;position:relative;display:block; }#wno1R4d0Vr8IcF8kIE7ZdVVgXtFTtaUW { color:#ffffff;display:block;width:47rem;position:absolute;font-family:montserrat;font-size:3.25rem;font-weight:300;z-index:100000;line-height:1.2;letter-spacing:0;top:3.6875rem;left:7.4375rem;height:7.799475rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Jt9TgRmswBHK6snuT6bmgtWANMfQfeIL { color:#ffffff;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:5rem;font-weight:700;z-index:100001;line-height:.9;letter-spacing:0;top:14.0625rem;left:0.09375rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#JLJmKm7yo2vl2aWfRwJdEJPTCgIcgbIN { background-color:#0e9ae5;background-image:url("https://images.assets-landingi.com/CUKbef6C/gradient_02.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:3.1875rem;text-decoration:none;z-index:100002;text-align:center;text-align-last:center;top:34.125rem;left:17.4375rem;display:none; }#JLJmKm7yo2vl2aWfRwJdEJPTCgIcgbIN.adaptive-delivery-prevent-bg, #JLJmKm7yo2vl2aWfRwJdEJPTCgIcgbIN.lazyload, #JLJmKm7yo2vl2aWfRwJdEJPTCgIcgbIN.lazyloading { background-image: none; }
#WJTiF0TwZIUzTz4kJFo4psExdFB9Rtms { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#sKn1Pe3ZQGNe9WFVzXHe41wFrL4U7Ocy { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:3.1875rem;text-decoration:none;z-index:100003;text-align:center;text-align-last:center;top:34.125rem;left:30.5rem;display:none; }
#ltuhKI4QQsL5QFvbqcvXFlvTEdKWXu3K { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#OAZD7uU6OKkyOAlsM9v4dzOFUSE168mD { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:0.25rem;left:24.6875rem;height:1.867675rem;display:block; }
#JBR88MAHUM2RO1HhJ4AkEBm9RgzeM0Gd { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:19.5625rem;left:25.96875rem;height:;display:block; }
#cL4KwgeDmZrFT1bpdRw6av4bqWN2iDgH { color:#f1f2f3;display:block;width:54.187rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:300;z-index:100010;line-height:1.3;letter-spacing:0;top:17.186685562134rem;left:3.8427734375rem;height:2.4373375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hnCVIyUTL7ROWXmX1Hs2TIKKV8gpPwc0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#hnCVIyUTL7ROWXmX1Hs2TIKKV8gpPwc0 > .row .container { background-color: transparent; background-image: none; }#hnCVIyUTL7ROWXmX1Hs2TIKKV8gpPwc0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hnCVIyUTL7ROWXmX1Hs2TIKKV8gpPwc0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hnCVIyUTL7ROWXmX1Hs2TIKKV8gpPwc0 > .row .container > .video-iframe-container { display: none; }#hnCVIyUTL7ROWXmX1Hs2TIKKV8gpPwc0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hnCVIyUTL7ROWXmX1Hs2TIKKV8gpPwc0 > .row > .video-iframe-container { display: none; }#hnCVIyUTL7ROWXmX1Hs2TIKKV8gpPwc0 > .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); }#hnCVIyUTL7ROWXmX1Hs2TIKKV8gpPwc0 > .row .container { border-width: 0; border-radius: 0; }#hnCVIyUTL7ROWXmX1Hs2TIKKV8gpPwc0 > .row .container { font-size:0.875rem;font-family:arial;height:42.3125rem;width:60rem;position:relative;display:block; }#fKhPdTTBTRkopN6JUt6Z3FrpOSeFHnWM { background-color:#2e4f8d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;top:33.828125rem;left:4.21875rem;display:block; }
#K5uRdN3Ly8uQfM0lDtAmVQuT92NLdvm6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#QPpTdyLaLDLqoTIiEe2O6tqIrMMdrtxh { background-color:#a53f71;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100001;text-align:center;text-align-last:center;top:24.703779220581rem;left:4.21875rem;display:block; }
#s7GcZlhFgkCwmMZ2oRMTV5463UAvPGxr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#VlK0KaLxB0VGeXmthpWReE7stN4yHC7l { background-color:#2e4f8d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100002;text-align:center;text-align-last:center;top:15.996908187866rem;left:4.21875rem;display:block; }
#P647NHNX8fyFSIhsUMEMWTPXJ3fTZr5u { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#fb03muRroc8wuVnT1MznObIKWPDo2XAo { background-color:#a53f71;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100003;text-align:center;text-align-last:center;top:6.0685234069824rem;left:4.21875rem;display:block; }
#UBeaFMJaPiOuDomBoQLGGpCQVSZbr7rV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#GiKMyoyOiGZXuewd0QaZqQoED5nMvFec { color:#000000;display:block;width:26.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:100004;line-height:1.3;letter-spacing:0;top:5.0625rem;left:26.59375rem;height:4.3847625rem;font-style:normal;display:block; }
#v3dZTQgW5oUWP7cKUt4S7RglQ95OJBx6 { position:absolute;display:block;z-index:100006;background-color:#35368f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.1875rem;width:25rem;top:4.3125rem;left:26.59375rem;display:block; }
#fhn7hnMtT9dDk3zwt370i8NKy8tIkp6x { position:absolute;display:block;z-index:100007;background-color:#a53f71;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.1875rem;width:25rem;top:13.3125rem;left:26.59375rem;display:block; }
#xzQlTFc2P0omOD32ktOZca7TAUz2aJJO { color:#000000;display:block;width:25.25rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:100008;line-height:1.3;letter-spacing:0;top:14.0625rem;left:26.59375rem;height:7.3079375rem;font-style:normal;display:block; }
#bs85Uv7Fyu7dvZZmPWIhIXelgWgPzmsD { color:#000000;display:block;width:26.5625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:100009;line-height:1.3;letter-spacing:0;top:23.5rem;left:26.5625rem;height:5.84635625rem;font-style:normal;display:block; }
#KICyM8UckBUgsUfS0BW0VX2nofcXAP5P { color:#000000;display:block;width:28.6875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:100010;line-height:1.3;letter-spacing:0;top:32.625rem;left:26.59375rem;height:5.84635625rem;font-style:normal;display:block; }
#NmsXGOT27fQsETlTTRE7vByyMrahd107 { position:absolute;display:block;z-index:100008;background-color:#a53f71;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.1875rem;width:25rem;top:31.75rem;left:26.59375rem;display:block; }
#uKRDzoTM8bFWW80s1OB3AzAxxlncv15K { position:absolute;display:block;z-index:100007;background-color:#a53f71;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.1875rem;width:25rem;top:22.5625rem;left:26.59375rem;display:block; }
#U961ClTyJKVdfrUlQwWNsUrxMHxxeNyO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#U961ClTyJKVdfrUlQwWNsUrxMHxxeNyO > .row .container { background-color: transparent; background-image: none; }#U961ClTyJKVdfrUlQwWNsUrxMHxxeNyO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U961ClTyJKVdfrUlQwWNsUrxMHxxeNyO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U961ClTyJKVdfrUlQwWNsUrxMHxxeNyO > .row .container > .video-iframe-container { display: none; }#U961ClTyJKVdfrUlQwWNsUrxMHxxeNyO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U961ClTyJKVdfrUlQwWNsUrxMHxxeNyO > .row > .video-iframe-container { display: none; }#U961ClTyJKVdfrUlQwWNsUrxMHxxeNyO > .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); }#U961ClTyJKVdfrUlQwWNsUrxMHxxeNyO > .row .container { border-width: 0; border-radius: 0; }#U961ClTyJKVdfrUlQwWNsUrxMHxxeNyO > .row .container { font-size:0.875rem;font-family:arial;height:0;width:60rem;position:relative;display:block; }#beOtvAANiiDxlmqyywyF7aoTDF9MTlkn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#beOtvAANiiDxlmqyywyF7aoTDF9MTlkn > .row .container { background-color: transparent; background-image: none; }#beOtvAANiiDxlmqyywyF7aoTDF9MTlkn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#beOtvAANiiDxlmqyywyF7aoTDF9MTlkn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#beOtvAANiiDxlmqyywyF7aoTDF9MTlkn > .row .container > .video-iframe-container { display: none; }#beOtvAANiiDxlmqyywyF7aoTDF9MTlkn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#beOtvAANiiDxlmqyywyF7aoTDF9MTlkn > .row > .video-iframe-container { display: none; }#beOtvAANiiDxlmqyywyF7aoTDF9MTlkn > .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); }#beOtvAANiiDxlmqyywyF7aoTDF9MTlkn > .row .container { border-width: 0; border-radius: 0; }#beOtvAANiiDxlmqyywyF7aoTDF9MTlkn > .row .container { font-size:0.875rem;font-family:arial;height:0;width:60rem;position:relative;display:block; }#rRs7qoihA3r90Dyp31nyuguidOhvX6Pt { position:relative;display:block; }#rRs7qoihA3r90Dyp31nyuguidOhvX6Pt { background-color: transparent; background-image: none; }#rRs7qoihA3r90Dyp31nyuguidOhvX6Pt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rRs7qoihA3r90Dyp31nyuguidOhvX6Pt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rRs7qoihA3r90Dyp31nyuguidOhvX6Pt > .row .container > .video-iframe-container { display: none; }#rRs7qoihA3r90Dyp31nyuguidOhvX6Pt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rRs7qoihA3r90Dyp31nyuguidOhvX6Pt > .row > .video-iframe-container { display: none; }#rRs7qoihA3r90Dyp31nyuguidOhvX6Pt > .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); }#rRs7qoihA3r90Dyp31nyuguidOhvX6Pt { border-width: 0; border-radius: 0; }#rRs7qoihA3r90Dyp31nyuguidOhvX6Pt > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:3.125rem;width:60rem;position:relative;display:block; }#d08i0v1tl5SZIpNJytBTUzGVx8Hkx4DC { color:#000000;display:block;width:56.8125rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:300;z-index:100006;line-height:1.4;letter-spacing:0;top:0.49807262420654rem;left:1.591796875rem;height:1.8375625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uGPSI6M3UnBMzduMOJNixQfsnKG26bIM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/btM1dRLr/bg2.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#uGPSI6M3UnBMzduMOJNixQfsnKG26bIM.adaptive-delivery-prevent-bg, #uGPSI6M3UnBMzduMOJNixQfsnKG26bIM.lazyload, #uGPSI6M3UnBMzduMOJNixQfsnKG26bIM.lazyloading { background-image: none; }#uGPSI6M3UnBMzduMOJNixQfsnKG26bIM > .row .container { background-color: transparent; background-image: none; }#uGPSI6M3UnBMzduMOJNixQfsnKG26bIM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.5); }#uGPSI6M3UnBMzduMOJNixQfsnKG26bIM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uGPSI6M3UnBMzduMOJNixQfsnKG26bIM > .row .container > .video-iframe-container { display: none; }#uGPSI6M3UnBMzduMOJNixQfsnKG26bIM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.5); }#uGPSI6M3UnBMzduMOJNixQfsnKG26bIM > .row > .video-iframe-container { display: none; }#uGPSI6M3UnBMzduMOJNixQfsnKG26bIM > .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); }#uGPSI6M3UnBMzduMOJNixQfsnKG26bIM > .row .container { border-width: 0; border-radius: 0; }#uGPSI6M3UnBMzduMOJNixQfsnKG26bIM > .row .container { font-size:0.875rem;font-family:arial;height:38.25rem;width:60rem;position:relative;display:block; }#XMAst1iimx1L6ai9nFdWkuDUT8SN7lce { color:#ffffff;display:block;width:33.0623125rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:300;z-index:100029;line-height:1.4;letter-spacing:0;top:12.79296875rem;left:26.9384765625rem;height:12.59764375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pdvAmlUIKgrL6TT2RLFOig7KPWaoyp4O { position:absolute;display:block;z-index:100030;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.5625rem;width:18.5625rem;top:9.8125004768369rem;left:0.5625rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { height:31.25rem;width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Oom21qlqW1pMtfmo6N2RLhvPhCnU6CXI { top:0.75rem;left:23.1875rem;width:10.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pmp2vNyR7PU6fLlx5TvReTMDXBRCzuHB { display:block; }
 }@media only screen and (max-width: 763px) { #l3zuQR8MTDCg3demoHEJGw6DkAUsGwZ0 { top:0.875rem;left:35.125rem;width:9.3125rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrBExhV6O42daNzz7t737UHVr3QHB67P { display:block; }
 }@media only screen and (max-width: 763px) { #WZmesVzzfTApOVNCbGODMsqCkT4uCd58 { top:0.875rem;left:37.625rem;width:10.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2AKfKFgJWVEeRQKr0oucnlAHcG6grLD { display:block; }
 }@media only screen and (max-width: 763px) { #Jkmm80UiPnhPw2X8yOr90NSOBqysEetf { width:15.625rem;height:5.5623375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CINRcRmpA4FgOqTMtDAiDxokzJgteAg3 { display:block; }#CINRcRmpA4FgOqTMtDAiDxokzJgteAg3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wno1R4d0Vr8IcF8kIE7ZdVVgXtFTtaUW { width:46.9375rem;height:7.75rem;top:3.625rem;left:0.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jt9TgRmswBHK6snuT6bmgtWANMfQfeIL { width:47.75rem;height:4.5rem;top:14.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLJmKm7yo2vl2aWfRwJdEJPTCgIcgbIN { width:11.25rem;height:3.1875rem;top:34.125rem;left:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJTiF0TwZIUzTz4kJFo4psExdFB9Rtms { display:block; }
 }@media only screen and (max-width: 763px) { #sKn1Pe3ZQGNe9WFVzXHe41wFrL4U7Ocy { width:11.25rem;height:3.1875rem;top:34.125rem;left:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltuhKI4QQsL5QFvbqcvXFlvTEdKWXu3K { display:block; }
 }@media only screen and (max-width: 763px) { #OAZD7uU6OKkyOAlsM9v4dzOFUSE168mD { width:12.5rem;height:1.8125rem;top:0.25rem;left:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBR88MAHUM2RO1HhJ4AkEBm9RgzeM0Gd { width:12.5rem;height:;top:19.5625rem;left:19.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cL4KwgeDmZrFT1bpdRw6av4bqWN2iDgH { width:47.75rem;height:2.375rem;top:17.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnCVIyUTL7ROWXmX1Hs2TIKKV8gpPwc0 { display:block; }#hnCVIyUTL7ROWXmX1Hs2TIKKV8gpPwc0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fKhPdTTBTRkopN6JUt6Z3FrpOSeFHnWM { width:17.5rem;height:3.4375rem;top:33.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5uRdN3Ly8uQfM0lDtAmVQuT92NLdvm6 { display:block; }
 }@media only screen and (max-width: 763px) { #QPpTdyLaLDLqoTIiEe2O6tqIrMMdrtxh { width:17.5rem;height:3.4375rem;top:24.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7GcZlhFgkCwmMZ2oRMTV5463UAvPGxr { display:block; }
 }@media only screen and (max-width: 763px) { #VlK0KaLxB0VGeXmthpWReE7stN4yHC7l { width:17.5rem;height:3.4375rem;top:15.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P647NHNX8fyFSIhsUMEMWTPXJ3fTZr5u { display:block; }
 }@media only screen and (max-width: 763px) { #fb03muRroc8wuVnT1MznObIKWPDo2XAo { width:17.5rem;height:3.4375rem;top:6.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBeaFMJaPiOuDomBoQLGGpCQVSZbr7rV { display:block; }
 }@media only screen and (max-width: 763px) { #GiKMyoyOiGZXuewd0QaZqQoED5nMvFec { width:26.4375rem;height:4.375rem;top:5rem;left:20.468425750733rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3dZTQgW5oUWP7cKUt4S7RglQ95OJBx6 { width:25rem;height:0.1875rem;top:4.3125rem;left:20.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhn7hnMtT9dDk3zwt370i8NKy8tIkp6x { width:25rem;height:0.1875rem;top:13.3125rem;left:20.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzQlTFc2P0omOD32ktOZca7TAUz2aJJO { width:25.1875rem;height:7.25rem;top:14.0625rem;left:20.468425750733rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bs85Uv7Fyu7dvZZmPWIhIXelgWgPzmsD { width:26.5625rem;height:5.8125rem;top:23.4375rem;left:20.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KICyM8UckBUgsUfS0BW0VX2nofcXAP5P { width:28.625rem;height:5.8125rem;top:32.5625rem;left:19.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmsXGOT27fQsETlTTRE7vByyMrahd107 { width:25rem;height:0.1875rem;top:31.75rem;left:20.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKRDzoTM8bFWW80s1OB3AzAxxlncv15K { width:25rem;height:0.1875rem;top:22.5625rem;left:20.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U961ClTyJKVdfrUlQwWNsUrxMHxxeNyO { display:block; }#U961ClTyJKVdfrUlQwWNsUrxMHxxeNyO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #beOtvAANiiDxlmqyywyF7aoTDF9MTlkn { display:block; }#beOtvAANiiDxlmqyywyF7aoTDF9MTlkn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rRs7qoihA3r90Dyp31nyuguidOhvX6Pt { display:block; }#rRs7qoihA3r90Dyp31nyuguidOhvX6Pt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d08i0v1tl5SZIpNJytBTUzGVx8Hkx4DC { width:47.75rem;height:1.8125rem;top:0.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGPSI6M3UnBMzduMOJNixQfsnKG26bIM { display:block; }#uGPSI6M3UnBMzduMOJNixQfsnKG26bIM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XMAst1iimx1L6ai9nFdWkuDUT8SN7lce { width:33rem;height:6.295575rem;top:12.75rem;left:14.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdvAmlUIKgrL6TT2RLFOig7KPWaoyp4O { width:18.5625rem;height:18.5625rem;top:9.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { position:relative;z-index:auto;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { height:14.75rem;width:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Oom21qlqW1pMtfmo6N2RLhvPhCnU6CXI { top:5.1863603591919rem;left:3.7499997019767rem;width:12.376302125rem;height:3.813477125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pmp2vNyR7PU6fLlx5TvReTMDXBRCzuHB { display:block; }
 }@media only screen and (max-width: 763px) { #l3zuQR8MTDCg3demoHEJGw6DkAUsGwZ0 { top:7.8743486404419rem;left:3.8728839755058rem;width:12.252614625rem;height:3.689777125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrBExhV6O42daNzz7t737UHVr3QHB67P { display:block; }
 }@media only screen and (max-width: 763px) { #WZmesVzzfTApOVNCbGODMsqCkT4uCd58 { top:10.936685562134rem;left:3.9347330927849rem;width:12.252614625rem;height:3.689777125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2AKfKFgJWVEeRQKr0oucnlAHcG6grLD { display:block; }
 }@media only screen and (max-width: 763px) { #Jkmm80UiPnhPw2X8yOr90NSOBqysEetf { width:12.312rem;height:4.43685rem;top:0rem;left:3.7499997019767rem;display:block; }
 }@media only screen and (max-width: 763px) { #CINRcRmpA4FgOqTMtDAiDxokzJgteAg3 { background-color:transparent;background-image: -webkit-linear-gradient(40deg, #a53f71, #2e4f8d);background-image: -moz-linear-gradient(40deg, #a53f71, #2e4f8d);background-image: -ms-linear-gradient(40deg, #a53f71, #2e4f8d);background-image: -o-linear-gradient(40deg, #a53f71, #2e4f8d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a53f71', endColorstr='#2e4f8d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a53f71', endColorstr='#2e4f8d' );";background-image: linear-gradient(40deg, #a53f71, #2e4f8d);background-size:auto !important;display:block; }#CINRcRmpA4FgOqTMtDAiDxokzJgteAg3 > .row .container { background-color: transparent; background-image: none; }#CINRcRmpA4FgOqTMtDAiDxokzJgteAg3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CINRcRmpA4FgOqTMtDAiDxokzJgteAg3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CINRcRmpA4FgOqTMtDAiDxokzJgteAg3 > .row .container > .video-iframe-container { display: none; }#CINRcRmpA4FgOqTMtDAiDxokzJgteAg3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CINRcRmpA4FgOqTMtDAiDxokzJgteAg3 > .row > .video-iframe-container { display: none; }#CINRcRmpA4FgOqTMtDAiDxokzJgteAg3 > .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); }#CINRcRmpA4FgOqTMtDAiDxokzJgteAg3 > .row .container { width:20rem;height:26.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wno1R4d0Vr8IcF8kIE7ZdVVgXtFTtaUW { width:20rem;height:6.74805rem;top:3.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jt9TgRmswBHK6snuT6bmgtWANMfQfeIL { width:19.9375rem;height:1.75rem;top:14.25rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #JLJmKm7yo2vl2aWfRwJdEJPTCgIcgbIN { width:11.25rem;height:3.1875rem;top:41.875rem;left:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #WJTiF0TwZIUzTz4kJFo4psExdFB9Rtms { display:block; }
 }@media only screen and (max-width: 763px) { #sKn1Pe3ZQGNe9WFVzXHe41wFrL4U7Ocy { width:11.25rem;height:3.1875rem;top:49rem;left:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ltuhKI4QQsL5QFvbqcvXFlvTEdKWXu3K { display:block; }
 }@media only screen and (max-width: 763px) { #OAZD7uU6OKkyOAlsM9v4dzOFUSE168mD { width:12.5rem;height:1.867675rem;top:0.4375rem;left:3.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JBR88MAHUM2RO1HhJ4AkEBm9RgzeM0Gd { width:12.5rem;height:0;top:20.875rem;left:3.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cL4KwgeDmZrFT1bpdRw6av4bqWN2iDgH { width:20rem;height:4.0625rem;top:16.249184936285rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnCVIyUTL7ROWXmX1Hs2TIKKV8gpPwc0 { display:block; }#hnCVIyUTL7ROWXmX1Hs2TIKKV8gpPwc0 > .row .container { width:20rem;height:71.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fKhPdTTBTRkopN6JUt6Z3FrpOSeFHnWM { width:17.5rem;height:3.4375rem;top:55.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5uRdN3Ly8uQfM0lDtAmVQuT92NLdvm6 { display:block; }
 }@media only screen and (max-width: 763px) { #QPpTdyLaLDLqoTIiEe2O6tqIrMMdrtxh { width:17.5rem;height:3.4375rem;top:38.0625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7GcZlhFgkCwmMZ2oRMTV5463UAvPGxr { display:block; }
 }@media only screen and (max-width: 763px) { #VlK0KaLxB0VGeXmthpWReE7stN4yHC7l { width:17.5rem;height:3.4375rem;top:19.75rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P647NHNX8fyFSIhsUMEMWTPXJ3fTZr5u { display:block; }
 }@media only screen and (max-width: 763px) { #fb03muRroc8wuVnT1MznObIKWPDo2XAo { width:17.5rem;height:3.4375rem;top:1.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBeaFMJaPiOuDomBoQLGGpCQVSZbr7rV { display:block; }
 }@media only screen and (max-width: 763px) { #GiKMyoyOiGZXuewd0QaZqQoED5nMvFec { width:20rem;height:7.3079375rem;top:7.375rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v3dZTQgW5oUWP7cKUt4S7RglQ95OJBx6 { width:20rem;height:0.1875rem;top:5.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhn7hnMtT9dDk3zwt370i8NKy8tIkp6x { width:20rem;height:0.1875rem;top:24.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzQlTFc2P0omOD32ktOZca7TAUz2aJJO { width:20rem;height:8.7695rem;top:26.125rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bs85Uv7Fyu7dvZZmPWIhIXelgWgPzmsD { width:20rem;height:7.3079375rem;top:45.0625rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KICyM8UckBUgsUfS0BW0VX2nofcXAP5P { width:20rem;height:7.3079375rem;top:61.5rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NmsXGOT27fQsETlTTRE7vByyMrahd107 { width:20rem;height:0.1875rem;top:60.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKRDzoTM8bFWW80s1OB3AzAxxlncv15K { width:20rem;height:0.1875rem;top:43.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U961ClTyJKVdfrUlQwWNsUrxMHxxeNyO { display:block; }#U961ClTyJKVdfrUlQwWNsUrxMHxxeNyO > .row .container { width:20rem;height:1.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #beOtvAANiiDxlmqyywyF7aoTDF9MTlkn { display:block; }#beOtvAANiiDxlmqyywyF7aoTDF9MTlkn > .row .container { width:20rem;height:1.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rRs7qoihA3r90Dyp31nyuguidOhvX6Pt { display:block; }#rRs7qoihA3r90Dyp31nyuguidOhvX6Pt > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d08i0v1tl5SZIpNJytBTUzGVx8Hkx4DC { width:20rem;height:3.32356875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGPSI6M3UnBMzduMOJNixQfsnKG26bIM { display:block; }#uGPSI6M3UnBMzduMOJNixQfsnKG26bIM > .row .container { width:20rem;height:31.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XMAst1iimx1L6ai9nFdWkuDUT8SN7lce { width:18.75rem;height:11.01724375rem;top:4.3750009536743rem;left:0.59375rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdvAmlUIKgrL6TT2RLFOig7KPWaoyp4O { width:7.6875rem;height:7.625rem;top:19.025001049042rem;left:6.1250003576279rem;display:block; }
 }