.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#eff7fc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#sbvZeTHGmQVTfOMqiZGAoeGETxO8h9VR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;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; }#sbvZeTHGmQVTfOMqiZGAoeGETxO8h9VR > .row .container { background-color: transparent; background-image: none; }#sbvZeTHGmQVTfOMqiZGAoeGETxO8h9VR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sbvZeTHGmQVTfOMqiZGAoeGETxO8h9VR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sbvZeTHGmQVTfOMqiZGAoeGETxO8h9VR > .row .container > .video-iframe-container { display: none; }#sbvZeTHGmQVTfOMqiZGAoeGETxO8h9VR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sbvZeTHGmQVTfOMqiZGAoeGETxO8h9VR > .row > .video-iframe-container { display: none; }#sbvZeTHGmQVTfOMqiZGAoeGETxO8h9VR > .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); }#sbvZeTHGmQVTfOMqiZGAoeGETxO8h9VR > .row .container { border-width: 0; border-radius: 0; }#sbvZeTHGmQVTfOMqiZGAoeGETxO8h9VR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sbvZeTHGmQVTfOMqiZGAoeGETxO8h9VR > .row .container { font-size:0.875rem;font-family:arial;height:7.875rem;width:60rem;position:relative;display:block; }#b6PgeHsI3y31ZNF9Wkp4ia6Ta9ZMs6kB { color:#0a4b3d;display:block;width:59.875rem;position:absolute;font-family:raleway;font-size:2rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:1.9680989980698rem;left:0rem;height:2.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H8Oq10khI1AKOE9JcmlEFVkg9thlA9ZP { color:#0a4b3d;display:block;width:59.875rem;position:absolute;font-family:raleway;font-size:2.1875rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:4.4554688930511rem;left:0rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qzIr8roK0PPunQrHHOvGBmdvPrcTv8DA { position:absolute;display:block;z-index:14999;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:8.3125rem;width:8.3125rem;top:6.2679687738419rem;left:50.312501907349rem;overflow:hidden;display:block; }
#QtexsyItezCTvxPOxBRG3CZTya4nOnzq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0a4b3d;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; }#QtexsyItezCTvxPOxBRG3CZTya4nOnzq > .row .container { background-color: transparent; background-image: none; }#QtexsyItezCTvxPOxBRG3CZTya4nOnzq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QtexsyItezCTvxPOxBRG3CZTya4nOnzq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QtexsyItezCTvxPOxBRG3CZTya4nOnzq > .row .container > .video-iframe-container { display: none; }#QtexsyItezCTvxPOxBRG3CZTya4nOnzq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QtexsyItezCTvxPOxBRG3CZTya4nOnzq > .row > .video-iframe-container { display: none; }#QtexsyItezCTvxPOxBRG3CZTya4nOnzq > .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); }#QtexsyItezCTvxPOxBRG3CZTya4nOnzq > .row .container { border-width: 0; border-radius: 0; }#QtexsyItezCTvxPOxBRG3CZTya4nOnzq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QtexsyItezCTvxPOxBRG3CZTya4nOnzq > .row .container { font-size:0.875rem;font-family:arial;height:24.625rem;width:60rem;position:relative;display:block; }#rmHp8zG6GPnH8qsk8ryneAaiv4UCKJxB { color:#f6f6f6;display:block;width:31.5rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(255,255,255,0.5);top:5.5500001907349rem;left:27.061719894409rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LQnHbD1Q8S5lxqpI9ozzz97ApSPS0q3p { position:absolute;display:block;z-index:15000;border-top:0.25rem solid #ffffff;border-left:0.25rem solid #ffffff;border-right:0.25rem solid #ffffff;border-bottom:0.25rem solid #ffffff;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.99) ;height:19.375rem;width:19.375rem;top:2.78125rem;left:5.1875rem;overflow:hidden;display:block; }
#L6dTV3f5PF93SZLKe3BOArmxC0KctPJ7 { color:#f6f6f6;display:block;width:30.0625rem;position:absolute;font-family:raleway;font-size:1.625rem;font-weight:700;z-index:15013;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(255,255,255,0.5);top:12.3125rem;left:27.780469894409rem;height:7.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#g8gdliCCIThgB3ecQ8AmOrznbRA0uUHf { color:#f6f6f6;display:block;width:31.5rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #f2c23b;top:22.018751144409rem;left:27.061719894409rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fPkTDPvLXvQlIOALmDRgSLaqtlXnHass { position:absolute;display:block;z-index:14988;background-color:transparent;background-image: -webkit-linear-gradient(273deg, rgba(10,75,61,0.64), rgba(0,0,0,0));background-image: -moz-linear-gradient(273deg, rgba(10,75,61,0.64), rgba(0,0,0,0));background-image: -ms-linear-gradient(273deg, rgba(10,75,61,0.64), rgba(0,0,0,0));background-image: -o-linear-gradient(273deg, rgba(10,75,61,0.64), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a4b3da3', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a4b3da3', endColorstr='#00000000' );";background-image: linear-gradient(273deg, rgba(10,75,61,0.64), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: none;height:31.9375rem;width:32.125rem;top:12.625000953674rem;left:17.437501907349rem;display:none; }
#yonOa2cHRAIB6rEU99ioLz9K8vJHK8l5 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5rem;width:6.5rem;top:38.125rem;left:51.906251907349rem;overflow:hidden;display:none; }
#KISXpAFv9hoCoCt0nStsbcev065Dxfqi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;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; }#KISXpAFv9hoCoCt0nStsbcev065Dxfqi > .row .container { background-color: transparent; background-image: none; }#KISXpAFv9hoCoCt0nStsbcev065Dxfqi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KISXpAFv9hoCoCt0nStsbcev065Dxfqi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KISXpAFv9hoCoCt0nStsbcev065Dxfqi > .row .container > .video-iframe-container { display: none; }#KISXpAFv9hoCoCt0nStsbcev065Dxfqi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KISXpAFv9hoCoCt0nStsbcev065Dxfqi > .row > .video-iframe-container { display: none; }#KISXpAFv9hoCoCt0nStsbcev065Dxfqi > .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); }#KISXpAFv9hoCoCt0nStsbcev065Dxfqi > .row .container { border-width: 0; border-radius: 0; }#KISXpAFv9hoCoCt0nStsbcev065Dxfqi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KISXpAFv9hoCoCt0nStsbcev065Dxfqi > .row .container { font-size:0.875rem;font-family:arial;height:36.5rem;width:60rem;position:relative;display:block; }#QHggLSBKTzqesTDHl59iwDibgT4N4CpD { background-color:#0a4b3d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem #0a4b3d ;box-sizing:border-box;color:#f6f6f6;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:22.25rem;height:3.4375rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:23.4375rem;left:18.875001907349rem;display:block; }
#f0Ug4yxrMCVrlK3OlPUXLUukDZ7wMsu9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ASZzeFwD4MaGxEMdZdpa9POqyktPv1BP { position:absolute;display:block;z-index:14994;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:25.6875rem;width:25.125rem;top:0.0625rem;left:11.770833015442rem;overflow:hidden;display:none; }
#nhahT0Izzd8WvUDCoJNGEIg49olzDifn { color:#0a4b3d;display:block;width:22.375rem;position:absolute;font-family:raleway;font-size:2.3125rem;font-weight:400;z-index:15005;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(255,255,255,0.5);top:10.4375rem;left:18.812501907349rem;height:2.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Pe7PAP99yO2RIBnK9g9B0418717NzI9k { box-sizing:content-box;height:32.6875rem;width:32.6875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14993;background-color:#e3e3e3;background-image:none;top:1.61328125rem;left:13.363932609558rem;border-top:0.3125rem solid #0a4b3d;border-left:0.3125rem solid #0a4b3d;border-right:0.3125rem solid #0a4b3d;border-bottom:0.3125rem solid #0a4b3d;display:block; }
#pBimZOpvzAXGpSEoW6upnN3Mc0uZ2lGH { color:#0a4b3d;display:block;width:24.375rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:14.796875rem;left:17.812501907349rem;height:6.90625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BLcC3CtgrpqSinmhZBybWnG5DpzpCAUp { color:#0a4b3d;display:block;width:18.5rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:400;z-index:15006;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #f2c23b;top:29.125rem;left:20.750001907349rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kSdmgwDvrzI7GPraUOcDUFJR19Ktnu4Z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/dtHT8bEh/background1_1.svg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#kSdmgwDvrzI7GPraUOcDUFJR19Ktnu4Z.adaptive-delivery-prevent-bg, #kSdmgwDvrzI7GPraUOcDUFJR19Ktnu4Z.lazyload, #kSdmgwDvrzI7GPraUOcDUFJR19Ktnu4Z.lazyloading { background-image: none; }#kSdmgwDvrzI7GPraUOcDUFJR19Ktnu4Z > .row .container { background-color: transparent; background-image: none; }#kSdmgwDvrzI7GPraUOcDUFJR19Ktnu4Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f6f6f6; }#kSdmgwDvrzI7GPraUOcDUFJR19Ktnu4Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kSdmgwDvrzI7GPraUOcDUFJR19Ktnu4Z > .row .container > .video-iframe-container { display: none; }#kSdmgwDvrzI7GPraUOcDUFJR19Ktnu4Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f6f6f6; }#kSdmgwDvrzI7GPraUOcDUFJR19Ktnu4Z > .row > .video-iframe-container { display: none; }#kSdmgwDvrzI7GPraUOcDUFJR19Ktnu4Z > .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); }#kSdmgwDvrzI7GPraUOcDUFJR19Ktnu4Z > .row .container { border-width: 0; border-radius: 0; }#kSdmgwDvrzI7GPraUOcDUFJR19Ktnu4Z::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; }#kSdmgwDvrzI7GPraUOcDUFJR19Ktnu4Z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kSdmgwDvrzI7GPraUOcDUFJR19Ktnu4Z > .row .container { font-size:0.875rem;font-family:arial;height:32rem;width:60rem;position:relative;display:block; }#qGAGuZJQsU2pugba9CZZ4PlWBIfx4ve1 { color:#0a4b3d;display:block;width:26.4375rem;position:absolute;font-family:raleway;font-size:2rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #f2c23b;top:7.5rem;left:16.8125rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#efoyCkd1KBhI1AVGEmDEJzn9u9zSQkQi { color:#0a4b3d;display:block;width:26.4375rem;position:absolute;font-family:raleway;font-size:2.3125rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:11.5rem;left:16.8125rem;height:2.775rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TAcdgzBOvANdpa0yso4xX8T8P3g6lVTw { color:#0a4b3d;display:block;width:24.0625rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:15.125rem;left:18rem;height:3.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lTvgMGffo3CmHDKMWBo03ia7KJwCOcDJ { background-color:#0a4b3d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(255,255,255,0.5) ;box-sizing:border-box;color:#f6f6f6;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.75rem;text-decoration:none;z-index:14999;text-align:center;text-align-last:center;top:19.8125rem;left:21.25rem;display:block; }
#TiATh5yxCzzVJ6pLDT5BUTTx41O7dvTA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#v3u0KCK6LHHdPdzTmoMJIbyubprRlcqQ { box-sizing:content-box;height:29.5rem;width:29.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14994;background-color:#e3e3e3;background-image:none;top:0.95703125rem;left:14.957682609558rem;border-top:0.3125rem solid #0a4b3d;border-left:0.3125rem solid #0a4b3d;border-right:0.3125rem solid #0a4b3d;border-bottom:0.3125rem solid #0a4b3d;display:block; }
#gVOwMxtQyTz8Nux4t3ILyy9mdJsa35hB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/dtHT8bEh/background1_1.svg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#gVOwMxtQyTz8Nux4t3ILyy9mdJsa35hB.adaptive-delivery-prevent-bg, #gVOwMxtQyTz8Nux4t3ILyy9mdJsa35hB.lazyload, #gVOwMxtQyTz8Nux4t3ILyy9mdJsa35hB.lazyloading { background-image: none; }#gVOwMxtQyTz8Nux4t3ILyy9mdJsa35hB > .row .container { background-color: transparent; background-image: none; }#gVOwMxtQyTz8Nux4t3ILyy9mdJsa35hB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f6f6f6; }#gVOwMxtQyTz8Nux4t3ILyy9mdJsa35hB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gVOwMxtQyTz8Nux4t3ILyy9mdJsa35hB > .row .container > .video-iframe-container { display: none; }#gVOwMxtQyTz8Nux4t3ILyy9mdJsa35hB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f6f6f6; }#gVOwMxtQyTz8Nux4t3ILyy9mdJsa35hB > .row > .video-iframe-container { display: none; }#gVOwMxtQyTz8Nux4t3ILyy9mdJsa35hB > .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); }#gVOwMxtQyTz8Nux4t3ILyy9mdJsa35hB > .row .container { border-width: 0; border-radius: 0; }#gVOwMxtQyTz8Nux4t3ILyy9mdJsa35hB::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; }#gVOwMxtQyTz8Nux4t3ILyy9mdJsa35hB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gVOwMxtQyTz8Nux4t3ILyy9mdJsa35hB > .row .container { font-size:0.875rem;font-family:arial;height:32.625rem;width:60rem;position:relative;display:block; }#RcZ8Oxx3qStEBuBzTvJ7OVNGff1IgqTE { color:#0a4b3d;display:block;width:26.4375rem;position:absolute;font-family:raleway;font-size:2rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #f2c23b;top:8.75rem;left:16.781250953674rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ekUnoU8FXIMyCuDgBADNfX96ZlsP3MK3 { color:#0a4b3d;display:block;width:26.4375rem;position:absolute;font-family:raleway;font-size:2.3125rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:12.875rem;left:16.8125rem;height:2.775rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DwgoQ5F7wKT1HOp0sS3VM6XvRHeDdbty { color:#0a4b3d;display:block;width:28.625rem;position:absolute;font-family:raleway;font-size:2.25rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:15.6875rem;left:15.6875rem;height:2.7rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#R6J4qiGe8LPAhneewQZAXD3vZzER1xgr { background-color:#0a4b3d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(255,255,255,0.5) ;box-sizing:border-box;color:#f6f6f6;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.75rem;text-decoration:none;z-index:14999;text-align:center;text-align-last:center;top:20.562501907349rem;left:21.250001907349rem;display:block; }
#gP3BlTHvm2He80tvcb0F34zRvA8s2xFB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pAWwHgluNz1WbgU6E5VDypD3ldOvbTvc { box-sizing:content-box;height:29.5rem;width:29.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14995;background-color:#e3e3e3;background-image:none;top:1.26953125rem;left:14.957682609558rem;border-top:0.3125rem solid #0a4b3d;border-left:0.3125rem solid #0a4b3d;border-right:0.3125rem solid #0a4b3d;border-bottom:0.3125rem solid #0a4b3d;display:block; }
#vy2rT5A6LnyxyXbBqkbFSLgh6sVzBPng { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/dtHT8bEh/background1_1.svg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#vy2rT5A6LnyxyXbBqkbFSLgh6sVzBPng.adaptive-delivery-prevent-bg, #vy2rT5A6LnyxyXbBqkbFSLgh6sVzBPng.lazyload, #vy2rT5A6LnyxyXbBqkbFSLgh6sVzBPng.lazyloading { background-image: none; }#vy2rT5A6LnyxyXbBqkbFSLgh6sVzBPng > .row .container { background-color: transparent; background-image: none; }#vy2rT5A6LnyxyXbBqkbFSLgh6sVzBPng::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f6f6f6; }#vy2rT5A6LnyxyXbBqkbFSLgh6sVzBPng > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vy2rT5A6LnyxyXbBqkbFSLgh6sVzBPng > .row .container > .video-iframe-container { display: none; }#vy2rT5A6LnyxyXbBqkbFSLgh6sVzBPng > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f6f6f6; }#vy2rT5A6LnyxyXbBqkbFSLgh6sVzBPng > .row > .video-iframe-container { display: none; }#vy2rT5A6LnyxyXbBqkbFSLgh6sVzBPng > .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); }#vy2rT5A6LnyxyXbBqkbFSLgh6sVzBPng > .row .container { border-width: 0; border-radius: 0; }#vy2rT5A6LnyxyXbBqkbFSLgh6sVzBPng::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; }#vy2rT5A6LnyxyXbBqkbFSLgh6sVzBPng > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vy2rT5A6LnyxyXbBqkbFSLgh6sVzBPng > .row .container { font-size:0.875rem;font-family:arial;height:32rem;width:60rem;position:relative;display:block; }#t69zCgkcJsy5nT63LzI1kgDrCZFkfxST { color:#0a4b3d;display:block;width:26.4375rem;position:absolute;font-family:raleway;font-size:2rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #f2c23b;top:6.5rem;left:16.812501907349rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xEt8VhSqyQXUZCV9r10VtHewMVO8ORHy { color:#0a4b3d;display:block;width:26.4375rem;position:absolute;font-family:raleway;font-size:2.3125rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:9.875rem;left:16.812501907349rem;height:2.775rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RKUuvD7BpEsBVMTVLR3UTyhf1u2nVVnk { color:#0a4b3d;display:block;width:23.625rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:13.875rem;left:18.000001907349rem;height:7.2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oCOomFzVCTw87JrK9d5TynbRiF3i3kOc { background-color:#0a4b3d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(255,255,255,0.5) ;box-sizing:border-box;color:#f6f6f6;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.75rem;text-decoration:none;z-index:14999;text-align:center;text-align-last:center;top:22.9375rem;left:21.250001907349rem;display:block; }
#nk9OTJGhzDcMmBU1mqSw64V1amKzloM4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#E8mgfFXUxkkHs1dBCSEhBoJR8LNnLnN7 { box-sizing:content-box;height:29.5rem;width:29.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14994;background-color:#e3e3e3;background-image:none;top:3.1445312947035rem;left:14.950002670288rem;border-top:0.3125rem solid #0a4b3d;border-left:0.3125rem solid #0a4b3d;border-right:0.3125rem solid #0a4b3d;border-bottom:0.3125rem solid #0a4b3d;display:block; }
#qEwf4C6yHH83GNVZBEvqcp8I7L7TbES6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/dtHT8bEh/background1_1.svg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#qEwf4C6yHH83GNVZBEvqcp8I7L7TbES6.adaptive-delivery-prevent-bg, #qEwf4C6yHH83GNVZBEvqcp8I7L7TbES6.lazyload, #qEwf4C6yHH83GNVZBEvqcp8I7L7TbES6.lazyloading { background-image: none; }#qEwf4C6yHH83GNVZBEvqcp8I7L7TbES6 > .row .container { background-color: transparent; background-image: none; }#qEwf4C6yHH83GNVZBEvqcp8I7L7TbES6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f6f6f6; }#qEwf4C6yHH83GNVZBEvqcp8I7L7TbES6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qEwf4C6yHH83GNVZBEvqcp8I7L7TbES6 > .row .container > .video-iframe-container { display: none; }#qEwf4C6yHH83GNVZBEvqcp8I7L7TbES6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f6f6f6; }#qEwf4C6yHH83GNVZBEvqcp8I7L7TbES6 > .row > .video-iframe-container { display: none; }#qEwf4C6yHH83GNVZBEvqcp8I7L7TbES6 > .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); }#qEwf4C6yHH83GNVZBEvqcp8I7L7TbES6 > .row .container { border-width: 0; border-radius: 0; }#qEwf4C6yHH83GNVZBEvqcp8I7L7TbES6::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; }#qEwf4C6yHH83GNVZBEvqcp8I7L7TbES6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qEwf4C6yHH83GNVZBEvqcp8I7L7TbES6 > .row .container { font-size:0.875rem;font-family:arial;height:36.75rem;width:60rem;position:relative;display:block; }#iCSODttnHNr7CKWhJJUMA9q0qyo6Dtfa { background-color:#0a4b3d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(255,255,255,0.5) ;box-sizing:border-box;color:#f6f6f6;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.75rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:31.8125rem;left:23.343750953674rem;display:block; }
#mI8MfQRouK1Qp48Il0P927Ahv8Nq7T6I { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pJsKELkLvDfT0vL51B4MqyMMXBTi5zDt { position:absolute;display:block;z-index:15013;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;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-shadow: none;height:21.4375rem;width:14.1875rem;top:6.1451816558838rem;left:24.957684516907rem;overflow:hidden;display:block; }
#xEkBc3w8qzvnQ1uHuwGsf8DbFOizTCiH { position:absolute;display:block;z-index:15012;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: none;height:4.125rem;width:17.5625rem;top:24.687507629394rem;left:23.312500953674rem;display:block; }
#mIctqyIllT7VXum76e5fFr4a2TEvk1BZ { box-sizing:content-box;height:29.5rem;width:29.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14996;background-color:#e3e3e3;background-image:none;top:0.8951823711395rem;left:14.957682609558rem;border-top:0.3125rem solid #0a4b3d;border-left:0.3125rem solid #0a4b3d;border-right:0.3125rem solid #0a4b3d;border-bottom:0.3125rem solid #0a4b3d;display:block; }
#qtAsFH1Oh7oAMxDHWTEapO3nkqcL2C0G { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.8125rem;width:23.0625rem;top:6.6757202148438E-6rem;left:18.843750953674rem;overflow:hidden;display:block; }
#auAiOpHLLX2nVssp7xl2c7xo9W1Hug9k { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/dtHT8bEh/background1_1.svg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#auAiOpHLLX2nVssp7xl2c7xo9W1Hug9k.adaptive-delivery-prevent-bg, #auAiOpHLLX2nVssp7xl2c7xo9W1Hug9k.lazyload, #auAiOpHLLX2nVssp7xl2c7xo9W1Hug9k.lazyloading { background-image: none; }#auAiOpHLLX2nVssp7xl2c7xo9W1Hug9k > .row .container { background-color: transparent; background-image: none; }#auAiOpHLLX2nVssp7xl2c7xo9W1Hug9k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f6f6f6; }#auAiOpHLLX2nVssp7xl2c7xo9W1Hug9k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#auAiOpHLLX2nVssp7xl2c7xo9W1Hug9k > .row .container > .video-iframe-container { display: none; }#auAiOpHLLX2nVssp7xl2c7xo9W1Hug9k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f6f6f6; }#auAiOpHLLX2nVssp7xl2c7xo9W1Hug9k > .row > .video-iframe-container { display: none; }#auAiOpHLLX2nVssp7xl2c7xo9W1Hug9k > .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); }#auAiOpHLLX2nVssp7xl2c7xo9W1Hug9k > .row .container { border-width: 0; border-radius: 0; }#auAiOpHLLX2nVssp7xl2c7xo9W1Hug9k::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; }#auAiOpHLLX2nVssp7xl2c7xo9W1Hug9k > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#auAiOpHLLX2nVssp7xl2c7xo9W1Hug9k > .row .container { font-size:0.875rem;font-family:arial;height:36.75rem;width:60rem;position:relative;display:block; }#kSeRb8TaZVTAoL9ofptvyrKQ1734cZfF { background-color:#0a4b3d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(255,255,255,0.5) ;box-sizing:border-box;color:#f6f6f6;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.75rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:31.8125rem;left:23.343750953674rem;display:block; }
#LHp7uaqumDg7ywzyn04SfLqMVJkv1znJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FuQglf4wRtvb8Xm4I1PfXagLnMokFORK { box-sizing:content-box;height:29.5rem;width:29.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14996;background-color:#e3e3e3;background-image:none;top:0.8951823711395rem;left:14.957682609558rem;border-top:0.3125rem solid #0a4b3d;border-left:0.3125rem solid #0a4b3d;border-right:0.3125rem solid #0a4b3d;border-bottom:0.3125rem solid #0a4b3d;display:block; }
#D8832pSVzHXyLBZS9IvTddyRwFmBfD0E { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.8125rem;width:23.0625rem;top:6.6757202148438E-6rem;left:18.843750953674rem;overflow:hidden;display:block; }
#QNcvxVsmsouI3mybdGG9KbHkhywh3dVN { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.6875rem;width:14.625rem;top:5.9680995941162rem;left:24.968750953674rem;overflow:hidden;display:block; }
#xptlL2fTVwftmchXlsLzvOc7iP2HKXTp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/dtHT8bEh/background1_1.svg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#xptlL2fTVwftmchXlsLzvOc7iP2HKXTp.adaptive-delivery-prevent-bg, #xptlL2fTVwftmchXlsLzvOc7iP2HKXTp.lazyload, #xptlL2fTVwftmchXlsLzvOc7iP2HKXTp.lazyloading { background-image: none; }#xptlL2fTVwftmchXlsLzvOc7iP2HKXTp > .row .container { background-color: transparent; background-image: none; }#xptlL2fTVwftmchXlsLzvOc7iP2HKXTp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f6f6f6; }#xptlL2fTVwftmchXlsLzvOc7iP2HKXTp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xptlL2fTVwftmchXlsLzvOc7iP2HKXTp > .row .container > .video-iframe-container { display: none; }#xptlL2fTVwftmchXlsLzvOc7iP2HKXTp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f6f6f6; }#xptlL2fTVwftmchXlsLzvOc7iP2HKXTp > .row > .video-iframe-container { display: none; }#xptlL2fTVwftmchXlsLzvOc7iP2HKXTp > .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); }#xptlL2fTVwftmchXlsLzvOc7iP2HKXTp > .row .container { border-width: 0; border-radius: 0; }#xptlL2fTVwftmchXlsLzvOc7iP2HKXTp::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; }#xptlL2fTVwftmchXlsLzvOc7iP2HKXTp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xptlL2fTVwftmchXlsLzvOc7iP2HKXTp > .row .container { font-size:0.875rem;font-family:arial;height:33.3125rem;width:60rem;position:relative;display:block; }#rbxZ9LaitABWXtwOd32M1qqq3mGg9M8d { color:#0a4b3d;display:block;width:26.4375rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #f2c23b;top:8.75rem;left:17.125rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RBsg4Z9KHsTDH8pqrGTpOuNEkkbyfy4i { color:#0a4b3d;display:block;width:23.3125rem;position:absolute;font-family:raleway;font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #f2c23b;top:10.3125rem;left:18.6875rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eMnyaww5p8davgORyIO7qzUBhQA1fWiT { background-color:#0a4b3d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(255,255,255,0.5) ;box-sizing:border-box;color:#f6f6f6;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.75rem;text-decoration:none;z-index:14998;text-align:center;text-align-last:center;top:20.9375rem;left:21.5625rem;display:block; }
#LvuCM593ABExdi7sNbkON2vKaEBuHXCZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#h5Mxbrf4aA4MUl79PTLkiIS7R0r8wgRB { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.1875rem;width:23.4375rem;top:12.6875rem;left:18.625rem;overflow:hidden;display:block; }
#EtesT2O91zONOKfXK3RvTWg6WOZv8dQU { box-sizing:content-box;height:29.5rem;width:29.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14996;background-color:#e3e3e3;background-image:none;top:0.73893737792969rem;left:14.957682609558rem;border-top:0.3125rem solid #0a4b3d;border-left:0.3125rem solid #0a4b3d;border-right:0.3125rem solid #0a4b3d;border-bottom:0.3125rem solid #0a4b3d;display:block; }
#FDoXAiVoH5prAeFAwmJJGzvFeiQ8sEKL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/dtHT8bEh/background1_1.svg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;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:none; }#FDoXAiVoH5prAeFAwmJJGzvFeiQ8sEKL.adaptive-delivery-prevent-bg, #FDoXAiVoH5prAeFAwmJJGzvFeiQ8sEKL.lazyload, #FDoXAiVoH5prAeFAwmJJGzvFeiQ8sEKL.lazyloading { background-image: none; }#FDoXAiVoH5prAeFAwmJJGzvFeiQ8sEKL > .row .container { border-width: 0; border-radius: 0; }#FDoXAiVoH5prAeFAwmJJGzvFeiQ8sEKL::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; }#FDoXAiVoH5prAeFAwmJJGzvFeiQ8sEKL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FDoXAiVoH5prAeFAwmJJGzvFeiQ8sEKL > .row .container { font-size:0.875rem;font-family:arial;height:32.0625rem;width:60rem;position:relative;display:none; }#M8n19BML644iueEae0mapWgUqErwddg6 { color:#0a4b3d;display:block;width:26.4375rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:8.0625rem;left:16.8125rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lQMWh2WihTXXMqqHWO1ZIXTUnXLlSO1S { color:#0a4b3d;display:block;width:23.3125rem;position:absolute;font-family:raleway;font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:10.25rem;left:18.375rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#S4r4vyq9H8DqMTFCSkbnLAXpqPCKzaOs { box-sizing:content-box;color:#37322b;font-size:4.9375rem;font-weight:400;line-height:1;height:7.125rem;width:10.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15019;top:12.875rem;left:30.5rem;display:block; }
#n7Lhs2TKquehb2TlpNenxyH4Jaz7TfRE { background-color:#0a4b3d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(255,255,255,0.5) ;box-sizing:border-box;color:#f6f6f6;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.75rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:20.3125rem;left:21.25rem;display:block; }
#mBi0BA4wiFl30XU8wRqEAnQGhuKcwJl0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wTF9MrM3ZE76KvJAecaPcQwkwP3NkgDA { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1875rem;width:5.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15018;top:20.5625rem;left:34.1875rem;display:block; }
#Db9qm60KlhX5wFgksIHUTFKdOvn7KJt0 { position:absolute;display:block;z-index:14999;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.4375rem;width:12.3125rem;top:14.75rem;left:20.0625rem;overflow:hidden;display:block; }
#tdDFRXcR6A3oGXQfzxAuKwK8XhuZgRpS { box-sizing:content-box;height:29.5rem;width:29.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14997;background-color:#e3e3e3;background-image:none;top:1rem;left:14.9375rem;border-top:0.3125rem solid #0a4b3d;border-left:0.3125rem solid #0a4b3d;border-right:0.3125rem solid #0a4b3d;border-bottom:0.3125rem solid #0a4b3d;display:block; }
#xWh1ACskyfu5yZDJwyRDpN7z3fIPfQI7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0a4b3d;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; }#xWh1ACskyfu5yZDJwyRDpN7z3fIPfQI7 > .row .container { background-color: transparent; background-image: none; }#xWh1ACskyfu5yZDJwyRDpN7z3fIPfQI7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xWh1ACskyfu5yZDJwyRDpN7z3fIPfQI7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xWh1ACskyfu5yZDJwyRDpN7z3fIPfQI7 > .row .container > .video-iframe-container { display: none; }#xWh1ACskyfu5yZDJwyRDpN7z3fIPfQI7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xWh1ACskyfu5yZDJwyRDpN7z3fIPfQI7 > .row > .video-iframe-container { display: none; }#xWh1ACskyfu5yZDJwyRDpN7z3fIPfQI7 > .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); }#xWh1ACskyfu5yZDJwyRDpN7z3fIPfQI7 > .row .container { border-width: 0; border-radius: 0; }#xWh1ACskyfu5yZDJwyRDpN7z3fIPfQI7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xWh1ACskyfu5yZDJwyRDpN7z3fIPfQI7 > .row .container { font-size:0.875rem;font-family:arial;height:14.75rem;width:60rem;position:relative;display:block; }#ifpRBLh924UNJDEQ8dZCUxxtTT4VLFZo { box-sizing:content-box;color:#f6f6f6;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:7.625rem;left:8.8125rem;display:block; }
#DgEdsCv6Ab1ApdqadCwVKbA3zQEk2nrX { color:#f6f6f6;display:block;width:16.0625rem;position:absolute;font-family:raleway;font-size:1.1875rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:8.25rem;left:11.5625rem;height:1.54375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#L1UhCtGtk5zLNGraCBq1eEXq2dKfxOT8 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:9.9375rem;top:7.625rem;left:34.0625rem;overflow:hidden;display:block; }
#iedEN8gqH79KvFl5PcF4VemF32epCF81 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:10.9375rem;top:7.625rem;left:44.75rem;overflow:hidden;display:block; }
#fTzyWLrkQxeIM0dKogXNg0S1iMrMHTdH { color:#f6f6f6;display:block;width:16.0625rem;position:absolute;font-family:raleway;font-size:1.1875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:5.5rem;left:8.8125rem;height:1.54375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Wzk8o9wJTMR6RT2qT6Mc3uOlhJXJb6IU { color:#f6f6f6;display:block;width:16.0625rem;position:absolute;font-family:raleway;font-size:1.1875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:5.5rem;left:34.0625rem;height:1.54375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#A6A9zLBdZeTU4RWwqR9DToDT8oiz6BA4 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:12.3125rem;top:0.875rem;left:23.843750953674rem;overflow:hidden;display:block; }
#dtxlUeXcrnCupUdQpeIDMdy11RxZNSu6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0a4b3d;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; }#dtxlUeXcrnCupUdQpeIDMdy11RxZNSu6 > .row .container { background-color: transparent; background-image: none; }#dtxlUeXcrnCupUdQpeIDMdy11RxZNSu6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dtxlUeXcrnCupUdQpeIDMdy11RxZNSu6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dtxlUeXcrnCupUdQpeIDMdy11RxZNSu6 > .row .container > .video-iframe-container { display: none; }#dtxlUeXcrnCupUdQpeIDMdy11RxZNSu6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dtxlUeXcrnCupUdQpeIDMdy11RxZNSu6 > .row > .video-iframe-container { display: none; }#dtxlUeXcrnCupUdQpeIDMdy11RxZNSu6 > .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); }#dtxlUeXcrnCupUdQpeIDMdy11RxZNSu6 > .row .container { border-width: 0; border-radius: 0; }#dtxlUeXcrnCupUdQpeIDMdy11RxZNSu6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dtxlUeXcrnCupUdQpeIDMdy11RxZNSu6 > .row .container { font-size:0.875rem;font-family:arial;height:2rem;width:60rem;position:relative;display:block; }#CntDC6socZVSycLNtTwUaeXNuAogrVSt { color:#f6f6f6;display:block;width:50.1875rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:300;z-index:15015;line-height:1.6;letter-spacing:0;top:0.1875rem;left:4.90625rem;height:1.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #sbvZeTHGmQVTfOMqiZGAoeGETxO8h9VR { display:block; }#sbvZeTHGmQVTfOMqiZGAoeGETxO8h9VR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b6PgeHsI3y31ZNF9Wkp4ia6Ta9ZMs6kB { top:1.9375rem;left:0rem;width:47.75rem;height:2.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8Oq10khI1AKOE9JcmlEFVkg9thlA9ZP { top:4.4375rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzIr8roK0PPunQrHHOvGBmdvPrcTv8DA { top:6.25rem;left:39.4375rem;width:8.3125rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtexsyItezCTvxPOxBRG3CZTya4nOnzq { display:block; }#QtexsyItezCTvxPOxBRG3CZTya4nOnzq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rmHp8zG6GPnH8qsk8ryneAaiv4UCKJxB { top:5.5rem;left:16.25rem;width:31.5rem;height:5.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQnHbD1Q8S5lxqpI9ozzz97ApSPS0q3p { top:2.75rem;left:0rem;width:19.375rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6dTV3f5PF93SZLKe3BOArmxC0KctPJ7 { top:12.3125rem;left:17.6875rem;width:30.0625rem;height:7.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8gdliCCIThgB3ecQ8AmOrznbRA0uUHf { top:22rem;left:16.25rem;width:31.5rem;height:1.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPkTDPvLXvQlIOALmDRgSLaqtlXnHass { width:32.125rem;height:31.9375rem;top:12.625rem;left:11.312501907349rem;display:none; }
 }@media only screen and (max-width: 763px) { #yonOa2cHRAIB6rEU99ioLz9K8vJHK8l5 { top:38.125rem;left:41.25rem;width:6.5rem;height:6.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #KISXpAFv9hoCoCt0nStsbcev065Dxfqi { display:block; }#KISXpAFv9hoCoCt0nStsbcev065Dxfqi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QHggLSBKTzqesTDHl59iwDibgT4N4CpD { width:22.25rem;height:3.4375rem;top:23.4375rem;left:12.750001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0Ug4yxrMCVrlK3OlPUXLUukDZ7wMsu9 { display:block; }
 }@media only screen and (max-width: 763px) { #ASZzeFwD4MaGxEMdZdpa9POqyktPv1BP { top:0.0625rem;left:5.6458330154419rem;width:25.125rem;height:25.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nhahT0Izzd8WvUDCoJNGEIg49olzDifn { top:10.4375rem;left:12.687501907349rem;width:22.375rem;height:2.3125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pe7PAP99yO2RIBnK9g9B0418717NzI9k { top:1.5625rem;left:7.2389326095581rem;width:32.6875rem;height:32.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBimZOpvzAXGpSEoW6upnN3Mc0uZ2lGH { top:14.75rem;left:11.687501907349rem;width:24.375rem;height:6.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLcC3CtgrpqSinmhZBybWnG5DpzpCAUp { top:29.125rem;left:14.625001907349rem;width:18.5rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSdmgwDvrzI7GPraUOcDUFJR19Ktnu4Z { display:block; }#kSdmgwDvrzI7GPraUOcDUFJR19Ktnu4Z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qGAGuZJQsU2pugba9CZZ4PlWBIfx4ve1 { top:7.5rem;left:10.687501907349rem;width:26.4375rem;height:2rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #efoyCkd1KBhI1AVGEmDEJzn9u9zSQkQi { top:11.5rem;left:10.6875rem;width:26.4375rem;height:2.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAcdgzBOvANdpa0yso4xX8T8P3g6lVTw { top:15.125rem;left:11.875rem;width:24.0625rem;height:3.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTvgMGffo3CmHDKMWBo03ia7KJwCOcDJ { width:17.5rem;height:3.75rem;top:19.8125rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiATh5yxCzzVJ6pLDT5BUTTx41O7dvTA { display:block; }
 }@media only screen and (max-width: 763px) { #v3u0KCK6LHHdPdzTmoMJIbyubprRlcqQ { top:0.9375rem;left:8.8326826095581rem;width:29.5rem;height:29.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVOwMxtQyTz8Nux4t3ILyy9mdJsa35hB { display:block; }#gVOwMxtQyTz8Nux4t3ILyy9mdJsa35hB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RcZ8Oxx3qStEBuBzTvJ7OVNGff1IgqTE { top:8.75rem;left:10.656251907349rem;width:26.4375rem;height:2rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekUnoU8FXIMyCuDgBADNfX96ZlsP3MK3 { top:12.875rem;left:10.687501907349rem;width:26.4375rem;height:2.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwgoQ5F7wKT1HOp0sS3VM6XvRHeDdbty { top:15.6875rem;left:9.5625019073488rem;width:28.625rem;height:2.6875rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6J4qiGe8LPAhneewQZAXD3vZzER1xgr { width:17.5rem;height:3.75rem;top:20.5625rem;left:15.125001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #gP3BlTHvm2He80tvcb0F34zRvA8s2xFB { display:block; }
 }@media only screen and (max-width: 763px) { #pAWwHgluNz1WbgU6E5VDypD3ldOvbTvc { top:1.25rem;left:8.8326826095581rem;width:29.5rem;height:29.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vy2rT5A6LnyxyXbBqkbFSLgh6sVzBPng { display:block; }#vy2rT5A6LnyxyXbBqkbFSLgh6sVzBPng > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t69zCgkcJsy5nT63LzI1kgDrCZFkfxST { top:6.5rem;left:10.687501907349rem;width:26.4375rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEt8VhSqyQXUZCV9r10VtHewMVO8ORHy { top:9.875rem;left:10.687501907349rem;width:26.4375rem;height:2.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKUuvD7BpEsBVMTVLR3UTyhf1u2nVVnk { top:13.875rem;left:11.875001907349rem;width:23.625rem;height:7.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCOomFzVCTw87JrK9d5TynbRiF3i3kOc { width:17.5rem;height:3.75rem;top:22.9375rem;left:15.125001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #nk9OTJGhzDcMmBU1mqSw64V1amKzloM4 { display:block; }
 }@media only screen and (max-width: 763px) { #E8mgfFXUxkkHs1dBCSEhBoJR8LNnLnN7 { top:3.125rem;left:8.8250026702881rem;width:29.5rem;height:29.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEwf4C6yHH83GNVZBEvqcp8I7L7TbES6 { display:block; }#qEwf4C6yHH83GNVZBEvqcp8I7L7TbES6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iCSODttnHNr7CKWhJJUMA9q0qyo6Dtfa { width:17.5rem;height:3.75rem;top:31.8125rem;left:17.218750953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #mI8MfQRouK1Qp48Il0P927Ahv8Nq7T6I { display:block; }
 }@media only screen and (max-width: 763px) { #pJsKELkLvDfT0vL51B4MqyMMXBTi5zDt { top:6.125rem;left:18.832684516907rem;width:14.1875rem;height:21.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEkBc3w8qzvnQ1uHuwGsf8DbFOizTCiH { top:24.6875rem;left:17.187500953674rem;width:17.5625rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIctqyIllT7VXum76e5fFr4a2TEvk1BZ { top:0.875rem;left:8.8326826095581rem;width:29.5rem;height:29.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtAsFH1Oh7oAMxDHWTEapO3nkqcL2C0G { top:0rem;left:12.718750953674rem;width:23.0625rem;height:33.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #auAiOpHLLX2nVssp7xl2c7xo9W1Hug9k { display:block; }#auAiOpHLLX2nVssp7xl2c7xo9W1Hug9k > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kSeRb8TaZVTAoL9ofptvyrKQ1734cZfF { width:17.5rem;height:3.75rem;top:31.8125rem;left:17.218750953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHp7uaqumDg7ywzyn04SfLqMVJkv1znJ { display:block; }
 }@media only screen and (max-width: 763px) { #FuQglf4wRtvb8Xm4I1PfXagLnMokFORK { top:0.875rem;left:8.8326826095581rem;width:29.5rem;height:29.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8832pSVzHXyLBZS9IvTddyRwFmBfD0E { top:0rem;left:12.718750953674rem;width:23.0625rem;height:33.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNcvxVsmsouI3mybdGG9KbHkhywh3dVN { top:5.9375rem;left:18.843750953674rem;width:14.625rem;height:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xptlL2fTVwftmchXlsLzvOc7iP2HKXTp { display:block; }#xptlL2fTVwftmchXlsLzvOc7iP2HKXTp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rbxZ9LaitABWXtwOd32M1qqq3mGg9M8d { top:8.75rem;left:11rem;width:26.4375rem;height:2.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBsg4Z9KHsTDH8pqrGTpOuNEkkbyfy4i { top:10.3125rem;left:12.5625rem;width:23.3125rem;height:3rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMnyaww5p8davgORyIO7qzUBhQA1fWiT { width:17.5rem;height:3.75rem;top:20.9375rem;left:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvuCM593ABExdi7sNbkON2vKaEBuHXCZ { display:block; }
 }@media only screen and (max-width: 763px) { #h5Mxbrf4aA4MUl79PTLkiIS7R0r8wgRB { top:12.6875rem;left:12.5rem;width:23.4375rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtesT2O91zONOKfXK3RvTWg6WOZv8dQU { top:0.6875rem;left:8.8326826095581rem;width:29.5rem;height:29.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDoXAiVoH5prAeFAwmJJGzvFeiQ8sEKL { display:block; }#FDoXAiVoH5prAeFAwmJJGzvFeiQ8sEKL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M8n19BML644iueEae0mapWgUqErwddg6 { top:8.0625rem;left:10.6875rem;width:26.4375rem;height:2.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQMWh2WihTXXMqqHWO1ZIXTUnXLlSO1S { top:10.25rem;left:12.25rem;width:23.3125rem;height:3rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4r4vyq9H8DqMTFCSkbnLAXpqPCKzaOs { top:12.875rem;left:24.375rem;width:10.3125rem;height:7.125rem;font-size:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7Lhs2TKquehb2TlpNenxyH4Jaz7TfRE { width:17.5rem;height:3.75rem;top:20.3125rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBi0BA4wiFl30XU8wRqEAnQGhuKcwJl0 { display:block; }
 }@media only screen and (max-width: 763px) { #wTF9MrM3ZE76KvJAecaPcQwkwP3NkgDA { top:20.5625rem;left:28.0625rem;width:5.25rem;height:3.1875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Db9qm60KlhX5wFgksIHUTFKdOvn7KJt0 { top:14.75rem;left:13.9375rem;width:12.3125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdDFRXcR6A3oGXQfzxAuKwK8XhuZgRpS { top:1rem;left:8.8125rem;width:29.5rem;height:29.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWh1ACskyfu5yZDJwyRDpN7z3fIPfQI7 { display:block; }#xWh1ACskyfu5yZDJwyRDpN7z3fIPfQI7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ifpRBLh924UNJDEQ8dZCUxxtTT4VLFZo { top:7.625rem;left:2.6875rem;width:2.8125rem;height:2.8125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgEdsCv6Ab1ApdqadCwVKbA3zQEk2nrX { width:16.0625rem;height:1.5rem;top:8.25rem;left:5.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1UhCtGtk5zLNGraCBq1eEXq2dKfxOT8 { width:9.9375rem;height:4.3125rem;top:7.625rem;left:27.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iedEN8gqH79KvFl5PcF4VemF32epCF81 { width:10.9375rem;height:4.25rem;top:7.625rem;left:36.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTzyWLrkQxeIM0dKogXNg0S1iMrMHTdH { width:16.0625rem;height:1.5rem;top:5.5rem;left:2.6875009536743rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wzk8o9wJTMR6RT2qT6Mc3uOlhJXJb6IU { width:16.0625rem;height:1.5rem;top:5.5rem;left:27.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6A9zLBdZeTU4RWwqR9DToDT8oiz6BA4 { top:0.875rem;left:17.718750953674rem;width:12.3125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtxlUeXcrnCupUdQpeIDMdy11RxZNSu6 { display:block; }#dtxlUeXcrnCupUdQpeIDMdy11RxZNSu6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CntDC6socZVSycLNtTwUaeXNuAogrVSt { top:0.1875rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #sbvZeTHGmQVTfOMqiZGAoeGETxO8h9VR { background-color:#f6f6f6;background-image:none;display:block; }#sbvZeTHGmQVTfOMqiZGAoeGETxO8h9VR > .row .container { background-color: transparent; background-image: none; }#sbvZeTHGmQVTfOMqiZGAoeGETxO8h9VR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sbvZeTHGmQVTfOMqiZGAoeGETxO8h9VR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sbvZeTHGmQVTfOMqiZGAoeGETxO8h9VR > .row .container > .video-iframe-container { display: none; }#sbvZeTHGmQVTfOMqiZGAoeGETxO8h9VR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sbvZeTHGmQVTfOMqiZGAoeGETxO8h9VR > .row > .video-iframe-container { display: none; }#sbvZeTHGmQVTfOMqiZGAoeGETxO8h9VR > .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); }#sbvZeTHGmQVTfOMqiZGAoeGETxO8h9VR > .row .container { width:20rem;height:7.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b6PgeHsI3y31ZNF9Wkp4ia6Ta9ZMs6kB { width:14.75rem;height:3rem;top:1.5416743755341rem;left:2.6250000596046rem;font-size:1.25rem;font-weight:700;font-style:normal;color:#0a4b3d;display:block; }
 }@media only screen and (max-width: 763px) { #H8Oq10khI1AKOE9JcmlEFVkg9thlA9ZP { width:20rem;height:1.725rem;top:5.2174482345581rem;left:0rem;font-size:1.4375rem;color:#0a4b3d;display:block; }
 }@media only screen and (max-width: 763px) { #qzIr8roK0PPunQrHHOvGBmdvPrcTv8DA { width:2.9375rem;height:2.9375rem;top:2.25rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtexsyItezCTvxPOxBRG3CZTya4nOnzq { background-color:#0a4b3d;background-image:none;display:block; }#QtexsyItezCTvxPOxBRG3CZTya4nOnzq > .row .container { background-color: transparent; background-image: none; }#QtexsyItezCTvxPOxBRG3CZTya4nOnzq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QtexsyItezCTvxPOxBRG3CZTya4nOnzq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QtexsyItezCTvxPOxBRG3CZTya4nOnzq > .row .container > .video-iframe-container { display: none; }#QtexsyItezCTvxPOxBRG3CZTya4nOnzq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QtexsyItezCTvxPOxBRG3CZTya4nOnzq > .row > .video-iframe-container { display: none; }#QtexsyItezCTvxPOxBRG3CZTya4nOnzq > .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); }#QtexsyItezCTvxPOxBRG3CZTya4nOnzq > .row .container { width:20rem;height:44.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rmHp8zG6GPnH8qsk8ryneAaiv4UCKJxB { width:20rem;height:6.5rem;top:22.4375rem;left:0rem;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;color:#f6f6f6;display:block; }
 }@media only screen and (max-width: 763px) { #LQnHbD1Q8S5lxqpI9ozzz97ApSPS0q3p { width:16.0625rem;height:16.0625rem;top:3.8125rem;left:2.0312500596046rem;border-top:0.25rem solid #f6f6f6;border-left:0.25rem solid #f6f6f6;border-right:0.25rem solid #f6f6f6;border-bottom:0.25rem solid #f6f6f6;display:block; }
 }@media only screen and (max-width: 763px) { #L6dTV3f5PF93SZLKe3BOArmxC0KctPJ7 { width:18.75rem;height:8.125rem;top:29.875rem;left:0.62499994039536rem;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;color:#f6f6f6;display:block; }
 }@media only screen and (max-width: 763px) { #g8gdliCCIThgB3ecQ8AmOrznbRA0uUHf { width:20rem;height:3.7375rem;top:39.374217987061rem;left:0rem;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;color:#f6f6f6;text-shadow:0.0625rem 0.0625rem 0.1875rem #f2c23b;display:block; }
 }@media only screen and (max-width: 763px) { #fPkTDPvLXvQlIOALmDRgSLaqtlXnHass { width:20rem;height:20rem;top:1.90625rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(273deg, #0a4b3d, rgba(246,246,246,0.57));background-image: -moz-linear-gradient(273deg, #0a4b3d, rgba(246,246,246,0.57));background-image: -ms-linear-gradient(273deg, #0a4b3d, rgba(246,246,246,0.57));background-image: -o-linear-gradient(273deg, #0a4b3d, rgba(246,246,246,0.57));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a4b3d', endColorstr='#f6f6f691' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a4b3d', endColorstr='#f6f6f691' );";background-image: linear-gradient(273deg, #0a4b3d, rgba(246,246,246,0.57));background-size:auto !important;z-index:14985;display:block; }
 }@media only screen and (max-width: 763px) { #yonOa2cHRAIB6rEU99ioLz9K8vJHK8l5 { width:4.625rem;height:4.625rem;top:0rem;left:0rem;overflow:hidden;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #KISXpAFv9hoCoCt0nStsbcev065Dxfqi { background-color:#f6f6f6;background-image:none;display:block; }#KISXpAFv9hoCoCt0nStsbcev065Dxfqi > .row .container { background-color: transparent; background-image: none; }#KISXpAFv9hoCoCt0nStsbcev065Dxfqi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KISXpAFv9hoCoCt0nStsbcev065Dxfqi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KISXpAFv9hoCoCt0nStsbcev065Dxfqi > .row .container > .video-iframe-container { display: none; }#KISXpAFv9hoCoCt0nStsbcev065Dxfqi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KISXpAFv9hoCoCt0nStsbcev065Dxfqi > .row > .video-iframe-container { display: none; }#KISXpAFv9hoCoCt0nStsbcev065Dxfqi > .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); }#KISXpAFv9hoCoCt0nStsbcev065Dxfqi > .row .container { width:20rem;height:23.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QHggLSBKTzqesTDHl59iwDibgT4N4CpD { width:16.4375rem;height:3.0625rem;top:15.687500476837rem;left:1.7812500596046rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(255,255,255,0.5) ;background-color:#0a4b3d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0Ug4yxrMCVrlK3OlPUXLUukDZ7wMsu9 { display:block; }
 }@media only screen and (max-width: 763px) { #ASZzeFwD4MaGxEMdZdpa9POqyktPv1BP { width:14.8125rem;height:15.125rem;top:11.375rem;left:5.1875rem;z-index:14984;display:none; }
 }@media only screen and (max-width: 763px) { #nhahT0Izzd8WvUDCoJNGEIg49olzDifn { width:19.99925rem;height:1.86875rem;top:6.0625rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;line-height:1.3;color:#0a4b3d;display:block; }
 }@media only screen and (max-width: 763px) { #Pe7PAP99yO2RIBnK9g9B0418717NzI9k { width:20rem;height:20rem;top:0.9375rem;left:-0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBimZOpvzAXGpSEoW6upnN3Mc0uZ2lGH { width:20rem;height:6.09375rem;top:8.4562497138975rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #BLcC3CtgrpqSinmhZBybWnG5DpzpCAUp { width:14.3125rem;height:1.05625rem;top:4.4742188453674rem;left:2.8437500596046rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.3;color:#0a4b3d;text-shadow:0.0625rem 0.0625rem 0.1875rem #f2c23b;display:block; }
 }@media only screen and (max-width: 763px) { #kSdmgwDvrzI7GPraUOcDUFJR19Ktnu4Z { background-color:transparent;background-image:url("https://images.assets-landingi.com/dtHT8bEh/background1_1.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#kSdmgwDvrzI7GPraUOcDUFJR19Ktnu4Z.adaptive-delivery-prevent-bg, #kSdmgwDvrzI7GPraUOcDUFJR19Ktnu4Z.lazyload, #kSdmgwDvrzI7GPraUOcDUFJR19Ktnu4Z.lazyloading { background-image: none; }#kSdmgwDvrzI7GPraUOcDUFJR19Ktnu4Z > .row .container { background-color: transparent; background-image: none; }#kSdmgwDvrzI7GPraUOcDUFJR19Ktnu4Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f6f6f6; }#kSdmgwDvrzI7GPraUOcDUFJR19Ktnu4Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kSdmgwDvrzI7GPraUOcDUFJR19Ktnu4Z > .row .container > .video-iframe-container { display: none; }#kSdmgwDvrzI7GPraUOcDUFJR19Ktnu4Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f6f6f6; }#kSdmgwDvrzI7GPraUOcDUFJR19Ktnu4Z > .row > .video-iframe-container { display: none; }#kSdmgwDvrzI7GPraUOcDUFJR19Ktnu4Z > .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); }#kSdmgwDvrzI7GPraUOcDUFJR19Ktnu4Z > .row .container { width:20rem;height:22.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qGAGuZJQsU2pugba9CZZ4PlWBIfx4ve1 { width:20rem;height:1.75rem;top:2.9375rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;color:#0a4b3d;text-shadow:0.0625rem 0.0625rem 0.1875rem #f2c23b;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #efoyCkd1KBhI1AVGEmDEJzn9u9zSQkQi { width:20rem;height:1.5625rem;top:5.8125rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;color:#0a4b3d;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #TAcdgzBOvANdpa0yso4xX8T8P3g6lVTw { width:14.375rem;height:7rem;top:8rem;left:2.8125rem;font-size:1.75rem;text-align:center;text-align-last:center;color:#0a4b3d;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #lTvgMGffo3CmHDKMWBo03ia7KJwCOcDJ { width:17.5rem;height:3.75rem;top:16.348307847977rem;left:1.2500000596046rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;color:#f6f6f6;display:block; }
 }@media only screen and (max-width: 763px) { #TiATh5yxCzzVJ6pLDT5BUTTx41O7dvTA { display:block; }
 }@media only screen and (max-width: 763px) { #v3u0KCK6LHHdPdzTmoMJIbyubprRlcqQ { width:19.375rem;height:20rem;top:1.0251998901367E-5rem;left:0.041015625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVOwMxtQyTz8Nux4t3ILyy9mdJsa35hB { background-color:transparent;background-image:url("https://images.assets-landingi.com/dtHT8bEh/background1_1.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#gVOwMxtQyTz8Nux4t3ILyy9mdJsa35hB.adaptive-delivery-prevent-bg, #gVOwMxtQyTz8Nux4t3ILyy9mdJsa35hB.lazyload, #gVOwMxtQyTz8Nux4t3ILyy9mdJsa35hB.lazyloading { background-image: none; }#gVOwMxtQyTz8Nux4t3ILyy9mdJsa35hB > .row .container { background-color: transparent; background-image: none; }#gVOwMxtQyTz8Nux4t3ILyy9mdJsa35hB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f6f6f6; }#gVOwMxtQyTz8Nux4t3ILyy9mdJsa35hB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gVOwMxtQyTz8Nux4t3ILyy9mdJsa35hB > .row .container > .video-iframe-container { display: none; }#gVOwMxtQyTz8Nux4t3ILyy9mdJsa35hB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f6f6f6; }#gVOwMxtQyTz8Nux4t3ILyy9mdJsa35hB > .row > .video-iframe-container { display: none; }#gVOwMxtQyTz8Nux4t3ILyy9mdJsa35hB > .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); }#gVOwMxtQyTz8Nux4t3ILyy9mdJsa35hB > .row .container { width:20rem;height:21.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RcZ8Oxx3qStEBuBzTvJ7OVNGff1IgqTE { width:20rem;height:1.75rem;top:3.25rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;color:#0a4b3d;text-shadow:0.0625rem 0.0625rem 0.1875rem #f2c23b;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #ekUnoU8FXIMyCuDgBADNfX96ZlsP3MK3 { width:20rem;height:1.5625rem;top:6.1875rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;color:#0a4b3d;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #DwgoQ5F7wKT1HOp0sS3VM6XvRHeDdbty { width:18.75rem;height:4.875rem;top:8.5625rem;left:0.62499994039536rem;font-size:2.4375rem;text-align:center;text-align-last:center;color:#0a4b3d;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #R6J4qiGe8LPAhneewQZAXD3vZzER1xgr { width:17.5rem;height:3.75rem;top:15.410807847977rem;left:1.2500000596046rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;color:#f6f6f6;display:block; }
 }@media only screen and (max-width: 763px) { #gP3BlTHvm2He80tvcb0F34zRvA8s2xFB { display:block; }
 }@media only screen and (max-width: 763px) { #pAWwHgluNz1WbgU6E5VDypD3ldOvbTvc { width:19.375rem;height:20rem;top:0rem;left:0.041015625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vy2rT5A6LnyxyXbBqkbFSLgh6sVzBPng { background-color:transparent;background-image:url("https://images.assets-landingi.com/dtHT8bEh/background1_1.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#vy2rT5A6LnyxyXbBqkbFSLgh6sVzBPng.adaptive-delivery-prevent-bg, #vy2rT5A6LnyxyXbBqkbFSLgh6sVzBPng.lazyload, #vy2rT5A6LnyxyXbBqkbFSLgh6sVzBPng.lazyloading { background-image: none; }#vy2rT5A6LnyxyXbBqkbFSLgh6sVzBPng > .row .container { background-color: transparent; background-image: none; }#vy2rT5A6LnyxyXbBqkbFSLgh6sVzBPng::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f6f6f6; }#vy2rT5A6LnyxyXbBqkbFSLgh6sVzBPng > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vy2rT5A6LnyxyXbBqkbFSLgh6sVzBPng > .row .container > .video-iframe-container { display: none; }#vy2rT5A6LnyxyXbBqkbFSLgh6sVzBPng > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f6f6f6; }#vy2rT5A6LnyxyXbBqkbFSLgh6sVzBPng > .row > .video-iframe-container { display: none; }#vy2rT5A6LnyxyXbBqkbFSLgh6sVzBPng > .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); }#vy2rT5A6LnyxyXbBqkbFSLgh6sVzBPng > .row .container { width:20rem;height:23.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t69zCgkcJsy5nT63LzI1kgDrCZFkfxST { width:17.375rem;height:1.25rem;top:3.375rem;left:1.1875rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#0a4b3d;text-shadow:0.0625rem 0.0625rem 0.1875rem #f2c23b;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #xEt8VhSqyQXUZCV9r10VtHewMVO8ORHy { width:20rem;height:1.5625rem;top:5.4375rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;color:#0a4b3d;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #RKUuvD7BpEsBVMTVLR3UTyhf1u2nVVnk { width:13.8125rem;height:6.75rem;top:8rem;left:2.8125rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#0a4b3d;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #oCOomFzVCTw87JrK9d5TynbRiF3i3kOc { width:17.5rem;height:3.75rem;top:16.348307847977rem;left:1.2500000596046rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;color:#f6f6f6;display:block; }
 }@media only screen and (max-width: 763px) { #nk9OTJGhzDcMmBU1mqSw64V1amKzloM4 { display:block; }
 }@media only screen and (max-width: 763px) { #E8mgfFXUxkkHs1dBCSEhBoJR8LNnLnN7 { width:19.375rem;height:20rem;top:1.0251998901367E-5rem;left:0.041015625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEwf4C6yHH83GNVZBEvqcp8I7L7TbES6 { background-color:transparent;background-image:url("https://images.assets-landingi.com/dtHT8bEh/background1_1.svg");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#qEwf4C6yHH83GNVZBEvqcp8I7L7TbES6.adaptive-delivery-prevent-bg, #qEwf4C6yHH83GNVZBEvqcp8I7L7TbES6.lazyload, #qEwf4C6yHH83GNVZBEvqcp8I7L7TbES6.lazyloading { background-image: none; }#qEwf4C6yHH83GNVZBEvqcp8I7L7TbES6 > .row .container { background-color: transparent; background-image: none; }#qEwf4C6yHH83GNVZBEvqcp8I7L7TbES6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f6f6f6; }#qEwf4C6yHH83GNVZBEvqcp8I7L7TbES6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qEwf4C6yHH83GNVZBEvqcp8I7L7TbES6 > .row .container > .video-iframe-container { display: none; }#qEwf4C6yHH83GNVZBEvqcp8I7L7TbES6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f6f6f6; }#qEwf4C6yHH83GNVZBEvqcp8I7L7TbES6 > .row > .video-iframe-container { display: none; }#qEwf4C6yHH83GNVZBEvqcp8I7L7TbES6 > .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); }#qEwf4C6yHH83GNVZBEvqcp8I7L7TbES6 > .row .container { width:20rem;height:32.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iCSODttnHNr7CKWhJJUMA9q0qyo6Dtfa { width:15.625rem;height:3.75rem;top:25.750000953674rem;left:2.1875000596046rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(255,255,255,0.5) ;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mI8MfQRouK1Qp48Il0P927Ahv8Nq7T6I { display:block; }
 }@media only screen and (max-width: 763px) { #pJsKELkLvDfT0vL51B4MqyMMXBTi5zDt { width:11.3125rem;height:17.125rem;top:5.5625rem;left:4.3125002980232rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #xEkBc3w8qzvnQ1uHuwGsf8DbFOizTCiH { width:13.125rem;height:5.0625rem;top:19.0625rem;left:3.4375rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #mIctqyIllT7VXum76e5fFr4a2TEvk1BZ { width:19.375rem;height:20rem;top:1.5826830863952rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtAsFH1Oh7oAMxDHWTEapO3nkqcL2C0G { width:17.3125rem;height:25.25rem;top:0.5rem;left:0rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #auAiOpHLLX2nVssp7xl2c7xo9W1Hug9k { background-color:transparent;background-image:url("https://images.assets-landingi.com/dtHT8bEh/background1_1.svg");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#auAiOpHLLX2nVssp7xl2c7xo9W1Hug9k.adaptive-delivery-prevent-bg, #auAiOpHLLX2nVssp7xl2c7xo9W1Hug9k.lazyload, #auAiOpHLLX2nVssp7xl2c7xo9W1Hug9k.lazyloading { background-image: none; }#auAiOpHLLX2nVssp7xl2c7xo9W1Hug9k > .row .container { background-color: transparent; background-image: none; }#auAiOpHLLX2nVssp7xl2c7xo9W1Hug9k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f6f6f6; }#auAiOpHLLX2nVssp7xl2c7xo9W1Hug9k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#auAiOpHLLX2nVssp7xl2c7xo9W1Hug9k > .row .container > .video-iframe-container { display: none; }#auAiOpHLLX2nVssp7xl2c7xo9W1Hug9k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f6f6f6; }#auAiOpHLLX2nVssp7xl2c7xo9W1Hug9k > .row > .video-iframe-container { display: none; }#auAiOpHLLX2nVssp7xl2c7xo9W1Hug9k > .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); }#auAiOpHLLX2nVssp7xl2c7xo9W1Hug9k > .row .container { width:20rem;height:31.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kSeRb8TaZVTAoL9ofptvyrKQ1734cZfF { width:15.625rem;height:3.75rem;top:25.750000953674rem;left:2.1875000596046rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(255,255,255,0.5) ;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHp7uaqumDg7ywzyn04SfLqMVJkv1znJ { display:block; }
 }@media only screen and (max-width: 763px) { #FuQglf4wRtvb8Xm4I1PfXagLnMokFORK { width:19.375rem;height:20rem;top:1.5826830863952rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8832pSVzHXyLBZS9IvTddyRwFmBfD0E { width:17.3125rem;height:25.25rem;top:0.5rem;left:0rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #QNcvxVsmsouI3mybdGG9KbHkhywh3dVN { width:11.0625rem;height:15.6875rem;top:4.90625rem;left:4.4687502980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #xptlL2fTVwftmchXlsLzvOc7iP2HKXTp { background-color:transparent;background-image:url("https://images.assets-landingi.com/dtHT8bEh/background1_1.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#xptlL2fTVwftmchXlsLzvOc7iP2HKXTp.adaptive-delivery-prevent-bg, #xptlL2fTVwftmchXlsLzvOc7iP2HKXTp.lazyload, #xptlL2fTVwftmchXlsLzvOc7iP2HKXTp.lazyloading { background-image: none; }#xptlL2fTVwftmchXlsLzvOc7iP2HKXTp > .row .container { background-color: transparent; background-image: none; }#xptlL2fTVwftmchXlsLzvOc7iP2HKXTp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f6f6f6; }#xptlL2fTVwftmchXlsLzvOc7iP2HKXTp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xptlL2fTVwftmchXlsLzvOc7iP2HKXTp > .row .container > .video-iframe-container { display: none; }#xptlL2fTVwftmchXlsLzvOc7iP2HKXTp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f6f6f6; }#xptlL2fTVwftmchXlsLzvOc7iP2HKXTp > .row > .video-iframe-container { display: none; }#xptlL2fTVwftmchXlsLzvOc7iP2HKXTp > .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); }#xptlL2fTVwftmchXlsLzvOc7iP2HKXTp > .row .container { width:20rem;height:22.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rbxZ9LaitABWXtwOd32M1qqq3mGg9M8d { width:20rem;height:1.875rem;top:5.5625rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;color:#0a4b3d;display:block; }
 }@media only screen and (max-width: 763px) { #RBsg4Z9KHsTDH8pqrGTpOuNEkkbyfy4i { width:20rem;height:2.4rem;top:7.3125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;color:#0a4b3d;display:block; }
 }@media only screen and (max-width: 763px) { #eMnyaww5p8davgORyIO7qzUBhQA1fWiT { width:15.625rem;height:3.75rem;top:15.625001192093rem;left:2.1875000596046rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:#0a4b3d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #LvuCM593ABExdi7sNbkON2vKaEBuHXCZ { display:block; }
 }@media only screen and (max-width: 763px) { #h5Mxbrf4aA4MUl79PTLkiIS7R0r8wgRB { width:14.9375rem;height:4.25rem;top:10.375000238419rem;left:2.5312500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtesT2O91zONOKfXK3RvTWg6WOZv8dQU { width:19.375rem;height:20rem;top:0.62499904632568rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDoXAiVoH5prAeFAwmJJGzvFeiQ8sEKL { background-color:transparent;background-image:url("https://images.assets-landingi.com/dtHT8bEh/background1_1.svg");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#FDoXAiVoH5prAeFAwmJJGzvFeiQ8sEKL.adaptive-delivery-prevent-bg, #FDoXAiVoH5prAeFAwmJJGzvFeiQ8sEKL.lazyload, #FDoXAiVoH5prAeFAwmJJGzvFeiQ8sEKL.lazyloading { background-image: none; }#FDoXAiVoH5prAeFAwmJJGzvFeiQ8sEKL > .row .container { width:20rem;height:24.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #M8n19BML644iueEae0mapWgUqErwddg6 { width:16.625rem;height:1.875rem;top:6.625rem;left:1.6875rem;font-size:1.5625rem;text-align:center;text-align-last:center;color:#0a4b3d;display:block; }
 }@media only screen and (max-width: 763px) { #lQMWh2WihTXXMqqHWO1ZIXTUnXLlSO1S { width:20rem;height:2.4rem;top:8.4375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;color:#0a4b3d;display:block; }
 }@media only screen and (max-width: 763px) { #S4r4vyq9H8DqMTFCSkbnLAXpqPCKzaOs { width:8.5625rem;height:5.875rem;top:10.8125rem;left:11.4375rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7Lhs2TKquehb2TlpNenxyH4Jaz7TfRE { width:15.625rem;height:3.75rem;top:16.6875rem;left:2.125rem;background-color:#0a4b3d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBi0BA4wiFl30XU8wRqEAnQGhuKcwJl0 { display:block; }
 }@media only screen and (max-width: 763px) { #wTF9MrM3ZE76KvJAecaPcQwkwP3NkgDA { width:5.25rem;height:3.1875rem;top:17rem;left:12.5625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Db9qm60KlhX5wFgksIHUTFKdOvn7KJt0 { width:11rem;height:3.0625rem;top:12.1875rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdDFRXcR6A3oGXQfzxAuKwK8XhuZgRpS { width:19.375rem;height:20rem;top:1.8333334922791rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWh1ACskyfu5yZDJwyRDpN7z3fIPfQI7 { background-color:#0a4b3d;background-image:none;display:block; }#xWh1ACskyfu5yZDJwyRDpN7z3fIPfQI7 > .row .container { background-color: transparent; background-image: none; }#xWh1ACskyfu5yZDJwyRDpN7z3fIPfQI7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xWh1ACskyfu5yZDJwyRDpN7z3fIPfQI7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xWh1ACskyfu5yZDJwyRDpN7z3fIPfQI7 > .row .container > .video-iframe-container { display: none; }#xWh1ACskyfu5yZDJwyRDpN7z3fIPfQI7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xWh1ACskyfu5yZDJwyRDpN7z3fIPfQI7 > .row > .video-iframe-container { display: none; }#xWh1ACskyfu5yZDJwyRDpN7z3fIPfQI7 > .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); }#xWh1ACskyfu5yZDJwyRDpN7z3fIPfQI7 > .row .container { width:20rem;height:25.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ifpRBLh924UNJDEQ8dZCUxxtTT4VLFZo { width:3.4375rem;height:3.4375rem;top:2.9375rem;left:8.3125rem;font-size:2.375rem;color:#f6f6f6;display:block; }
 }@media only screen and (max-width: 763px) { #DgEdsCv6Ab1ApdqadCwVKbA3zQEk2nrX { width:16.9375rem;height:0.9rem;top:6.375rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;line-height:.9;z-index:15002;color:#f6f6f6;display:block; }
 }@media only screen and (max-width: 763px) { #L1UhCtGtk5zLNGraCBq1eEXq2dKfxOT8 { width:10.9375rem;height:4.6875rem;top:11rem;left:4.5625rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #iedEN8gqH79KvFl5PcF4VemF32epCF81 { width:10.9375rem;height:4.25rem;top:15.625rem;left:4.5625rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #fTzyWLrkQxeIM0dKogXNg0S1iMrMHTdH { width:16.0625rem;height:1.18125rem;top:1.8125rem;left:2rem;text-align:center;text-align-last:center;font-size:1.3125rem;line-height:.9;z-index:15002;color:#f6f6f6;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Wzk8o9wJTMR6RT2qT6Mc3uOlhJXJb6IU { width:16.0625rem;height:1.18125rem;top:8.6875rem;left:2rem;text-align:center;text-align-last:center;font-size:1.3125rem;line-height:.9;z-index:15002;color:#f6f6f6;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #A6A9zLBdZeTU4RWwqR9DToDT8oiz6BA4 { width:16.125rem;height:4.375rem;top:21.375rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtxlUeXcrnCupUdQpeIDMdy11RxZNSu6 { background-color:#0a4b3d;background-image:none;display:block; }#dtxlUeXcrnCupUdQpeIDMdy11RxZNSu6 > .row .container { background-color: transparent; background-image: none; }#dtxlUeXcrnCupUdQpeIDMdy11RxZNSu6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dtxlUeXcrnCupUdQpeIDMdy11RxZNSu6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dtxlUeXcrnCupUdQpeIDMdy11RxZNSu6 > .row .container > .video-iframe-container { display: none; }#dtxlUeXcrnCupUdQpeIDMdy11RxZNSu6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dtxlUeXcrnCupUdQpeIDMdy11RxZNSu6 > .row > .video-iframe-container { display: none; }#dtxlUeXcrnCupUdQpeIDMdy11RxZNSu6 > .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); }#dtxlUeXcrnCupUdQpeIDMdy11RxZNSu6 > .row .container { width:20rem;height:0.75625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CntDC6socZVSycLNtTwUaeXNuAogrVSt { width:20rem;height:0.75625rem;top:0rem;left:0.15625005960464rem;font-size:0.6875rem;text-align:center;text-align-last:center;color:#000000;line-height:1.1;display:block; }
 }