.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 0 0 30px;
  counter-reset: ordered;
}
ol li {
  position: relative;
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  position: absolute;
  left: 0;
  margin: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0 0 0 30px;
}
ul li {
  position: relative;
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  position: absolute;
  left: 0;
  margin: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
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-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
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-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
@media (max-width: 959px) { [class*="col-"] { width: 100%; } }body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#NXDIyFKz5PZZ2aqlCQa19TMgyOXZhTZ3::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NXDIyFKz5PZZ2aqlCQa19TMgyOXZhTZ3 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NXDIyFKz5PZZ2aqlCQa19TMgyOXZhTZ3 > .row > .video-iframe-container { display: none; }#NXDIyFKz5PZZ2aqlCQa19TMgyOXZhTZ3 > .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); }#pc8XB4PTvBvcQcCQ1yZZubDc5uBoVBDG { z-index:;position:relative;top:;display:block; }#pc8XB4PTvBvcQcCQ1yZZubDc5uBoVBDG { background-color: transparent; background-image: none; }#pc8XB4PTvBvcQcCQ1yZZubDc5uBoVBDG::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pc8XB4PTvBvcQcCQ1yZZubDc5uBoVBDG > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pc8XB4PTvBvcQcCQ1yZZubDc5uBoVBDG > .row .container > .video-iframe-container { display: none; }#pc8XB4PTvBvcQcCQ1yZZubDc5uBoVBDG > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pc8XB4PTvBvcQcCQ1yZZubDc5uBoVBDG > .row > .video-iframe-container { display: none; }#pc8XB4PTvBvcQcCQ1yZZubDc5uBoVBDG > .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); }#pc8XB4PTvBvcQcCQ1yZZubDc5uBoVBDG > .row .container { background-color:transparent;background-image:none;font-size:14px;font-family:arial;height:90px;width:960px;position:relative;display:block; }#ozgQnkLQbS07Hg67zcUON7KFedm631ve { height:47px;width:217px;position:absolute;display:block;z-index:100001;top:21px;left:28px;background-color:transparent;background-image:none;overflow:hidden;display:block; }
#yVP0nVbA8N6VZoWRkSTci0ulqc9GGfmh { height:47px;width:217px;position:absolute;display:block;z-index:100002;top:21px;left:715px;background-color:transparent;background-image:none;overflow:hidden;display:block; }
#GLBprfSJ4ZL48aZ3tIF3ZcyUPA34UD35 { background-color:#cccccc;background-image:url("https://images.assets-landingi.com/a6V1f7zV/GettyImages-547149314krog.jpg");background-position:center;background-repeat:repeat;background-attachment:fixed;background-size:initial;border-top:5px solid #c52127;border-left:0;border-right:0;border-bottom:5px solid #c52127;position:relative;top:;display:block; }#GLBprfSJ4ZL48aZ3tIF3ZcyUPA34UD35 > .row .container { background-color: transparent; background-image: none; }#GLBprfSJ4ZL48aZ3tIF3ZcyUPA34UD35::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GLBprfSJ4ZL48aZ3tIF3ZcyUPA34UD35 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GLBprfSJ4ZL48aZ3tIF3ZcyUPA34UD35 > .row .container > .video-iframe-container { display: none; }#GLBprfSJ4ZL48aZ3tIF3ZcyUPA34UD35 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GLBprfSJ4ZL48aZ3tIF3ZcyUPA34UD35 > .row > .video-iframe-container { display: none; }#GLBprfSJ4ZL48aZ3tIF3ZcyUPA34UD35 > .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); }#GLBprfSJ4ZL48aZ3tIF3ZcyUPA34UD35 > .row .container { border-width: 0; border-radius: 0; }#GLBprfSJ4ZL48aZ3tIF3ZcyUPA34UD35 > .row .container { width:960px;height:546px;font-size:14px;font-family:arial;position:relative;display:block; }#PePLLTtUqbSXfSHkoQo0dBHiqdakd7wd { display:block;width:458px;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:normal;z-index:100001;line-height:1.2;top:120px;left:252px;background-color:transparent;background-image:none;height:54px;text-align:center;text-align-last:center;text-shadow:2px 2px 3px #000000;display:block; }
#feDalWzhbSICTAR24Df4IbVoV6ksErkU { display:block;width:440px;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:100002;line-height:1.2;top:180px;left:260px;background-color:transparent;background-image:none;height:30px;text-align:center;text-align-last:center;text-shadow:2px 2px 3px #000000;display:block; }
#NJIJuT1AJsVUUPssnq8MTE8HBtewdEV2 { height:56px;width:56px;position:absolute;display:block;z-index:100003;top:370px;left:454px;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;overflow:hidden;display:block; }
#WmryQBBc47MmxPo54LMwb76mdE530x1Z { background-color:#ffffff;background-image:none;height:1px;width:72px;position:absolute;display:block;z-index:100006;top:194px;left:180px;border-bottom:0 solid rgba(0,0,0,0);border-left:0 solid rgba(0,0,0,0);border-right:0 solid rgba(0,0,0,0);border-top:0 solid rgba(0,0,0,0);box-shadow: 2px 2px 3px #000000 ;display:block; }
#ksRUy2nAZK3cmGXP2n6vM8LdNMAFgf3r { background-color:#ffffff;background-image:none;height:1px;width:72px;position:absolute;display:block;z-index:100007;top:194px;left:708px;border-bottom:0 solid rgba(0,0,0,0);border-left:0 solid rgba(0,0,0,0);border-right:0 solid rgba(0,0,0,0);border-top:0 solid rgba(0,0,0,0);box-shadow: 2px 2px 3px #000000 ;display:block; }
#r3w7BmNnLwQvFxJcbL95t0yyC5AVQkLd { background-color:transparent;background-image:none;border-bottom:5px solid #ffffff;border-left:5px solid #ffffff;border-right:5px solid #ffffff;border-top:5px solid #ffffff;box-shadow: 2px 2px 3px #000000 ;box-sizing:border-box;color:#ffffff;text-shadow:2px 2px 3px #000000;padding-top:8px;padding-right:0;padding-bottom:8px;padding-left:0;display:block;font-family:"open sans";font-size:28px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:250px;height:70px;text-decoration:none;z-index:100010;text-align:center;text-align-last:center;top:239px;left:205px;display:block; }
#by3yD5brT3Hh5xafDOPRRb0GWhU8ZZxT { display:block;position:absolute;top:50%;width:100%;z-index:100000;display:block; }
#rcteTThx8nXVWtrlpRvZVJHbaA946cc4 { background-color:#c52127;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: 2px 2px 3px #000000 ;box-sizing:border-box;color:#ffffff;text-shadow:2px 2px 3px #000000;padding-top:8px;padding-right:0;padding-bottom:8px;padding-left:0;display:block;font-family:"open sans";font-size:28px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:250px;height:70px;text-decoration:none;z-index:100011;text-align:center;text-align-last:center;top:239px;left:510px;display:block; }
#XTcqUEtLUEKFdUL0voDXTkOKIwDmBcpC { display:block;position:absolute;top:50%;width:100%;z-index:100000;display:block; }
#WblLEoEFDh1TlURSvZylOd4J5DVzGcZ2 { display:block;width:200px;position:absolute;font-family:arial;font-size:16px;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px #000000;height:20px;top:244px;left:140px;display:none; }
#MCf3LNAC7L4LmEpQUhmI4TrBwKUolJlI { box-sizing:content-box;color:#3fbcff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100000;display:none; }
#tTT2a3Abe5z0zoRN0tsZmvF2Tx0cOPTX { box-sizing:content-box;color:#3fbcff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100000;display:none; }
#cIlf8MTul4Gh31Lyfv1DcTd5B5li76H0 { z-index:;position:relative;top:;display:block; }#cIlf8MTul4Gh31Lyfv1DcTd5B5li76H0 { background-color: transparent; background-image: none; }#cIlf8MTul4Gh31Lyfv1DcTd5B5li76H0::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cIlf8MTul4Gh31Lyfv1DcTd5B5li76H0 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cIlf8MTul4Gh31Lyfv1DcTd5B5li76H0 > .row .container > .video-iframe-container { display: none; }#cIlf8MTul4Gh31Lyfv1DcTd5B5li76H0 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cIlf8MTul4Gh31Lyfv1DcTd5B5li76H0 > .row > .video-iframe-container { display: none; }#cIlf8MTul4Gh31Lyfv1DcTd5B5li76H0 > .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); }#cIlf8MTul4Gh31Lyfv1DcTd5B5li76H0 > .row .container { background-color:transparent;background-image:none;font-size:14px;font-family:arial;height:738px;width:960px;position:relative;display:block; }#zm9WHeZ1PIeO4HZnDOVuQs3FgNXcPkKs { background-color:#ffffff;background-image:none;height:370px;width:300px;position:absolute;display:block;z-index:100001;top:103px;left:15px;border-left:1px solid #d0d0d0;border-bottom:1px solid #d0d0d0;border-right:1px solid #d0d0d0;border-top:1px solid #e8e8e8;display:block; }
#X9CV1PCSJI7P8T0IqnDAh4SgFTyTFnUH { display:block;width:280px;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:100032;line-height:1.2;top:120px;left:26px;background-color:#1c3c4d;background-image:none;height:30px;text-align:center;text-align-last:center;padding-top:20px;padding-right:0;padding-bottom:25px;padding-left:0;display:block; }
#F8KmBBXiG1Le6LgsmCZaHRqpHSvBmzkd { display:block;width:300px;position:absolute;font-family:"open sans";font-size:20px;font-weight:normal;z-index:100003;line-height:1.2;top:213px;left:16px;background-color:transparent;background-image:none;height:24px;text-align:center;text-align-last:center;display:block; }
#qJPPOP1ytG7Mm3fLGG9Nuh9GqnChQbbO { display:block;width:280px;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:100005;line-height:1.5;top:255px;left:26px;background-color:transparent;background-image:none;height:63px;text-align:center;text-align-last:center;display:block; }
#KH7pb7q3AlMQeHwfowIatJKyDlVQT1q5 { display:block;width:280px;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:100030;line-height:1.2;top:120px;left:340px;background-color:#f63535;background-image:none;height:30px;text-align:center;text-align-last:center;padding-top:20px;padding-right:0;padding-bottom:25px;padding-left:0;display:block; }
#XRgibO5K0IRlmaMDK2TNsGFzry4XFLyw { display:block;width:300px;position:absolute;font-family:"open sans";font-size:20px;font-weight:normal;z-index:100012;line-height:1.2;top:213px;left:330px;background-color:transparent;background-image:none;height:24px;text-align:center;text-align-last:center;display:block; }
#Uc5rpaIs8FQEArumsvNvB0IalXCCJOGn { display:block;width:280px;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:100014;line-height:1.5;top:255px;left:340px;background-color:transparent;background-image:none;height:210px;text-align:center;text-align-last:center;display:block; }
#irngHKiRgiX5FVFQFPfAbE1kDRDsPvAu { display:block;width:963px;position:absolute;font-family:"open sans";font-size:2.6875rem;font-weight:normal;z-index:100004;line-height:1.2;top:25px;left:-1px;background-color:transparent;background-image:none;height:51px;text-align:center;text-align-last:center;display:block; }
#MKMuukfkgm78qJ3QdRrTaNxwI9USyuUf { background-color:#ffffff;background-image:none;height:370px;width:300px;position:absolute;display:block;z-index:100000;top:101px;left:330px;border-left:1px solid #f63737;border-bottom:1px solid #f63737;border-right:1px solid #f63737;border-top:1px solid #f63737;display:block; }
#vQDuFF3VPoEJ4fCcT8D4ztQGNbSgs5qc { background-color:#ffffff;background-image:none;height:370px;width:300px;position:absolute;display:block;z-index:100006;top:101px;left:645px;border-left:1px solid #d0d0d0;border-bottom:1px solid #d0d0d0;border-right:1px solid #d0d0d0;border-top:1px solid #e8e8e8;display:block; }
#Cfwd27cn0NGKwSR0I7IHTxZSiltX6NE1 { display:block;width:300px;position:absolute;font-family:"open sans";font-size:20px;font-weight:normal;z-index:100008;line-height:1.2;top:213px;left:646px;background-color:transparent;background-image:none;height:24px;text-align:center;text-align-last:center;display:block; }
#dEnNXSPOMikU0IdQvE4lPuJQvlC6BPV9 { display:block;width:280px;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:100031;line-height:1.2;top:120px;left:656px;background-color:#1c3c4d;background-image:none;height:30px;text-align:center;text-align-last:center;padding-top:20px;padding-right:0;padding-bottom:25px;padding-left:0;display:block; }
#ypRTpxl4e8aemXswveHTPA98Frb4W0LI { display:block;width:963px;position:absolute;font-family:"open sans";font-size:2.6875rem;font-weight:normal;z-index:100001;line-height:1.2;top:503px;left:-1px;background-color:transparent;background-image:none;height:51px;text-align:center;text-align-last:center;display:block; }
#qSHFDZuAODMoakuuyKeLDgBFHrldTFCc { border-bottom:0;border-left:0;border-right:0;border-top:0;height:124px;width:930px;position:absolute;display:block;z-index:100004;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;top:580px;left:15px;overflow:hidden;display:block; }
#XQ2G1Suto7QgdSkKx0apHqn7x6VGqN44 { display:block;width:280px;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:100006;line-height:1.5;top:255px;left:656px;background-color:transparent;background-image:none;height:105px;text-align:center;text-align-last:center;display:block; }
#IApP81NF1q4zueKhvOOMavKdqMsNDzaM { background-color:transparent;background-image:url("https://new.landingi.com/uploads/1167bfe8f7c67d600f55/landings/e20199843ccfa419521a/assets/d17a06b72773f6e8914505f6d8b3ebc9.png");background-size:initial;z-index:;border-top:1px solid #d5d5d5;border-bottom:1px solid #cecece;position:relative;top:;display:block; }#IApP81NF1q4zueKhvOOMavKdqMsNDzaM > .row .container { background-color: transparent; background-image: none; }#IApP81NF1q4zueKhvOOMavKdqMsNDzaM::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IApP81NF1q4zueKhvOOMavKdqMsNDzaM > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IApP81NF1q4zueKhvOOMavKdqMsNDzaM > .row .container > .video-iframe-container { display: none; }#IApP81NF1q4zueKhvOOMavKdqMsNDzaM > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IApP81NF1q4zueKhvOOMavKdqMsNDzaM > .row > .video-iframe-container { display: none; }#IApP81NF1q4zueKhvOOMavKdqMsNDzaM > .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); }#IApP81NF1q4zueKhvOOMavKdqMsNDzaM > .row .container { border-width: 0; border-radius: 0; }#IApP81NF1q4zueKhvOOMavKdqMsNDzaM > .row .container { font-size:14px;font-family:arial;height:633px;width:960px;position:relative;display:block; }#yPNLrdBsdDNr3LdqNwiAztBsRulRtIFp { display:block;width:963px;position:absolute;font-family:"open sans";font-size:2.6875rem;font-weight:normal;z-index:100002;line-height:1.2;top:32px;left:0;background-color:transparent;background-image:none;height:51px;text-align:center;text-align-last:center;display:block; }
#BEHv63vSpJGIfSVUZiWKXQ8Oh8cbrBk4 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:480px;width:854px;position:absolute;z-index:100003;top:116px;left:53px;display:block; }
#VsX7Fuh412q8fWQh5MQfrcD9aCwzD6Ut { background-color:transparent;background-image:none;z-index:;border-bottom:1px solid #cecece;position:relative;top:;display:block; }#VsX7Fuh412q8fWQh5MQfrcD9aCwzD6Ut > .row .container { background-color: transparent; background-image: none; }#VsX7Fuh412q8fWQh5MQfrcD9aCwzD6Ut::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VsX7Fuh412q8fWQh5MQfrcD9aCwzD6Ut > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VsX7Fuh412q8fWQh5MQfrcD9aCwzD6Ut > .row .container > .video-iframe-container { display: none; }#VsX7Fuh412q8fWQh5MQfrcD9aCwzD6Ut > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VsX7Fuh412q8fWQh5MQfrcD9aCwzD6Ut > .row > .video-iframe-container { display: none; }#VsX7Fuh412q8fWQh5MQfrcD9aCwzD6Ut > .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); }#VsX7Fuh412q8fWQh5MQfrcD9aCwzD6Ut > .row .container { border-width: 0; border-radius: 0; }#VsX7Fuh412q8fWQh5MQfrcD9aCwzD6Ut > .row .container { font-size:14px;font-family:arial;height:464px;width:960px;position:relative;display:block; }#UErbKkAdc2rGQgfWRhglFHTwyC2UAq6y { display:block;width:963px;position:absolute;font-family:"open sans";font-size:2.6875rem;font-weight:normal;z-index:100003;line-height:1.2;top:30px;left:0;background-color:transparent;background-image:none;height:102px;text-align:center;text-align-last:center;display:block; }
#Sor3aTueCTn51hgmcgeeIxcS529DrwTT { display:block;width:930px;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:100006;line-height:1.5;top:162px;left:15px;background-color:transparent;background-image:none;height:294px;text-align:left;text-align-last:left;display:block; }
#C2yADZaZirz5auSeUKugTh9qvRv6rTln { border-bottom:0;border-left:0;border-right:0;border-top:0;height:101px;width:233px;position:absolute;display:block;z-index:100007;top:279px;left:461px;overflow:hidden;display:block; }
#KZ8cKKbDDWgASIq52kexTKi0bRATvGNf { border-bottom:0;border-left:0;border-right:0;border-top:0;height:101px;width:164px;position:absolute;display:block;z-index:100008;top:279px;left:693px;overflow:hidden;display:block; }
#TCRWgyG849IOtnwmI5bJsWfbmOqJKUWS { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;height:23px;width:23px;position:absolute;display:block;z-index:100009;top:272px;left:851px;display:block; }
#ztReP9ZHyT9z3Z1hPNmuV7S3Tmdk3zwy { background-color:transparent;background-image:url("https://images.assets-landingi.com/a6V1f7zV/GettyImages-547149314krog.jpg");background-position:center;background-repeat:repeat;background-attachment:fixed;background-size:initial;z-index:;position:relative;top:;border-bottom:5px solid #c52127;border-left:5px solid #c52127;border-right:5px solid #c52127;border-top:5px solid #c52127;display:block; }#ztReP9ZHyT9z3Z1hPNmuV7S3Tmdk3zwy > .row .container { background-color: transparent; background-image: none; }#ztReP9ZHyT9z3Z1hPNmuV7S3Tmdk3zwy::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ztReP9ZHyT9z3Z1hPNmuV7S3Tmdk3zwy > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ztReP9ZHyT9z3Z1hPNmuV7S3Tmdk3zwy > .row .container > .video-iframe-container { display: none; }#ztReP9ZHyT9z3Z1hPNmuV7S3Tmdk3zwy > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ztReP9ZHyT9z3Z1hPNmuV7S3Tmdk3zwy > .row > .video-iframe-container { display: none; }#ztReP9ZHyT9z3Z1hPNmuV7S3Tmdk3zwy > .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); }#ztReP9ZHyT9z3Z1hPNmuV7S3Tmdk3zwy > .row .container { border-width: 0; border-radius: 0; }#ztReP9ZHyT9z3Z1hPNmuV7S3Tmdk3zwy > .row .container { font-size:14px;font-family:arial;height:306px;width:960px;position:relative;display:block; }#LbgDsvWChfVJFgtCCmgsMFAQ2eilheuT { display:block;width:458px;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:normal;z-index:100005;line-height:1.2;top:64px;left:252px;background-color:transparent;background-image:none;height:54px;text-align:center;text-align-last:center;text-shadow:2px 2px 3px #000000;display:block; }
#X92SDbTpf1biU3BsoaurLc1Z8L0wdU9y { display:block;width:440px;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:100006;line-height:1.2;top:124px;left:260px;background-color:transparent;background-image:none;height:30px;text-align:center;text-align-last:center;text-shadow:2px 2px 3px #000000;display:block; }
#R2RMb8nnAomd7lEfzq0FGT2PW9GWWWiM { background-color:#ffffff;background-image:none;height:1px;width:72px;position:absolute;display:block;z-index:100010;top:138px;left:180px;border-bottom:0 solid rgba(0,0,0,0);border-left:0 solid rgba(0,0,0,0);border-right:0 solid rgba(0,0,0,0);border-top:0 solid rgba(0,0,0,0);box-shadow: 2px 2px 3px #000000 ;display:block; }
#kXp4PiU38copmdqvgRLRK28PqS8ClFMZ { background-color:#ffffff;background-image:none;height:1px;width:72px;position:absolute;display:block;z-index:100011;top:138px;left:708px;border-bottom:0 solid rgba(0,0,0,0);border-left:0 solid rgba(0,0,0,0);border-right:0 solid rgba(0,0,0,0);border-top:0 solid rgba(0,0,0,0);box-shadow: 2px 2px 3px #000000 ;display:block; }
#I1qrfdNBeVCAnMTLfeIEwwndCf6QTXL9 { background-color:#c52127;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: 2px 2px 3px #000000 ;box-sizing:border-box;color:#ffffff;text-shadow:1px 1px 3px #000000;padding-top:8px;padding-right:0;padding-bottom:8px;padding-left:0;display:block;font-family:"open sans";font-size:28px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:300px;height:70px;text-decoration:none;z-index:100012;text-align:center;text-align-last:center;top:193px;left:330px;display:block; }
#fI3kNsSmfDD9vdVUasaVPNOiIDKu7Mht { display:block;position:absolute;top:50%;width:100%;z-index:100000;display:block; }
#tvlpLsNDRHRh3iVWto9mh6RwnKaXN4re { box-sizing:content-box;color:#ffffff;font-size:39px;font-weight:400;line-height:1;height:56px;width:56px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100013;top:200px;left:894px;text-shadow:2px 2px 3px #000000;display:block; }
@media only screen and (max-width: 959px) { body { display:block; }
 }@media only screen and (max-width: 959px) { #pc8XB4PTvBvcQcCQ1yZZubDc5uBoVBDG { display:none; }#pc8XB4PTvBvcQcCQ1yZZubDc5uBoVBDG > .row .container { width:760px;background-color:transparent;background-image:none;position:relative;display:none; } }@media only screen and (max-width: 959px) { #ozgQnkLQbS07Hg67zcUON7KFedm631ve { background-color:transparent;background-image:none;top:19px;left:0;width:217px;height:47px;display:block; }
 }@media only screen and (max-width: 959px) { #yVP0nVbA8N6VZoWRkSTci0ulqc9GGfmh { background-color:transparent;background-image:none;top:19px;left:0;width:217px;height:47px;display:block; }
 }@media only screen and (max-width: 959px) { #GLBprfSJ4ZL48aZ3tIF3ZcyUPA34UD35 { background-color:#cccccc;background-image:url("https://new.landingi.com/uploads/1167bfe8f7c67d600f55/landings/e20199843ccfa419521a/assets/389f15370d3dab83a6b53df65f729b78.jpg");background-size:initial;display:block; }#GLBprfSJ4ZL48aZ3tIF3ZcyUPA34UD35 > .row .container { background-color: transparent; background-image: none; }#GLBprfSJ4ZL48aZ3tIF3ZcyUPA34UD35::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GLBprfSJ4ZL48aZ3tIF3ZcyUPA34UD35 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GLBprfSJ4ZL48aZ3tIF3ZcyUPA34UD35 > .row .container > .video-iframe-container { display: none; }#GLBprfSJ4ZL48aZ3tIF3ZcyUPA34UD35 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GLBprfSJ4ZL48aZ3tIF3ZcyUPA34UD35 > .row > .video-iframe-container { display: none; }#GLBprfSJ4ZL48aZ3tIF3ZcyUPA34UD35 > .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); }#GLBprfSJ4ZL48aZ3tIF3ZcyUPA34UD35 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #PePLLTtUqbSXfSHkoQo0dBHiqdakd7wd { top:104px;left:154px;background-color:transparent;background-image:none;width:458px;height:46px;font-size:2.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 959px) { #feDalWzhbSICTAR24Df4IbVoV6ksErkU { top:162px;left:255px;width:254px;height:26px;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 959px) { #NJIJuT1AJsVUUPssnq8MTE8HBtewdEV2 { top:354px;left:356px;width:56px;height:56px;display:none; }
 }@media only screen and (max-width: 959px) { #WmryQBBc47MmxPo54LMwb76mdE530x1Z { top:178px;left:159px;width:72px;height:1px;display:block; }
 }@media only screen and (max-width: 959px) { #ksRUy2nAZK3cmGXP2n6vM8LdNMAFgf3r { top:178px;left:530px;width:72px;height:1px;display:block; }
 }@media only screen and (max-width: 959px) { #r3w7BmNnLwQvFxJcbL95t0yyC5AVQkLd { width:228px;height:67px;top:242px;left:143px;display:none; }
 }@media only screen and (max-width: 959px) { #by3yD5brT3Hh5xafDOPRRb0GWhU8ZZxT { display:block; }
 }@media only screen and (max-width: 959px) { #rcteTThx8nXVWtrlpRvZVJHbaA946cc4 { width:228px;height:67px;top:242px;left:389px;display:block; }
 }@media only screen and (max-width: 959px) { #XTcqUEtLUEKFdUL0voDXTkOKIwDmBcpC { display:block; }
 }@media only screen and (max-width: 959px) { #WblLEoEFDh1TlURSvZylOd4J5DVzGcZ2 { width:200px;height:20px;top:244px;left:140px;display:none; }
 }@media only screen and (max-width: 959px) { #MCf3LNAC7L4LmEpQUhmI4TrBwKUolJlI { width:50px;height:50px;display:none; }
 }@media only screen and (max-width: 959px) { #tTT2a3Abe5z0zoRN0tsZmvF2Tx0cOPTX { width:50px;height:50px;display:none; }
 }@media only screen and (max-width: 959px) { #cIlf8MTul4Gh31Lyfv1DcTd5B5li76H0 { display:block; }#cIlf8MTul4Gh31Lyfv1DcTd5B5li76H0 { background-color: transparent; background-image: none; }#cIlf8MTul4Gh31Lyfv1DcTd5B5li76H0::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cIlf8MTul4Gh31Lyfv1DcTd5B5li76H0 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cIlf8MTul4Gh31Lyfv1DcTd5B5li76H0 > .row .container > .video-iframe-container { display: none; }#cIlf8MTul4Gh31Lyfv1DcTd5B5li76H0 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cIlf8MTul4Gh31Lyfv1DcTd5B5li76H0 > .row > .video-iframe-container { display: none; }#cIlf8MTul4Gh31Lyfv1DcTd5B5li76H0 > .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); }#cIlf8MTul4Gh31Lyfv1DcTd5B5li76H0 > .row .container { width:760px;background-color:transparent;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 959px) { #zm9WHeZ1PIeO4HZnDOVuQs3FgNXcPkKs { top:134px;left:11px;width:359px;height:435px;display:block; }
 }@media only screen and (max-width: 959px) { #X9CV1PCSJI7P8T0IqnDAh4SgFTyTFnUH { top:150px;left:27px;width:327px;height:26px;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #F8KmBBXiG1Le6LgsmCZaHRqpHSvBmzkd { top:237px;left:27px;width:327px;height:52px;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #qJPPOP1ytG7Mm3fLGG9Nuh9GqnChQbbO { top:343px;left:27px;width:327px;height:111px;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #KH7pb7q3AlMQeHwfowIatJKyDlVQT1q5 { top:150px;left:410px;width:327px;height:26px;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #XRgibO5K0IRlmaMDK2TNsGFzry4XFLyw { top:237px;left:410px;width:327px;height:52px;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #Uc5rpaIs8FQEArumsvNvB0IalXCCJOGn { top:343px;left:411px;width:325px;height:185px;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #irngHKiRgiX5FVFQFPfAbE1kDRDsPvAu { background-color:transparent;background-image:none;width:767px;height:45px;top:32px;left:-1px;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #MKMuukfkgm78qJ3QdRrTaNxwI9USyuUf { top:134px;left:394px;width:359px;height:435px;display:none; }
 }@media only screen and (max-width: 959px) { #vQDuFF3VPoEJ4fCcT8D4ztQGNbSgs5qc { top:134px;left:11px;width:359px;height:435px;display:none; }
 }@media only screen and (max-width: 959px) { #Cfwd27cn0NGKwSR0I7IHTxZSiltX6NE1 { top:237px;left:27px;width:327px;height:52px;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #dEnNXSPOMikU0IdQvE4lPuJQvlC6BPV9 { top:150px;left:27px;width:327px;height:26px;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #ypRTpxl4e8aemXswveHTPA98Frb4W0LI { background-color:transparent;background-image:none;width:766px;height:45px;top:33px;left:-1px;font-size:2.6875rem;display:none; }
 }@media only screen and (max-width: 959px) { #qSHFDZuAODMoakuuyKeLDgBFHrldTFCc { width:764px;height:101.86666666667px;top:580px;left:0;display:none; }
 }@media only screen and (max-width: 959px) { #XQ2G1Suto7QgdSkKx0apHqn7x6VGqN44 { top:343px;left:27px;width:327px;height:111px;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #IApP81NF1q4zueKhvOOMavKdqMsNDzaM { background-color:transparent;background-image:url("https://new.landingi.com/uploads/1167bfe8f7c67d600f55/landings/e20199843ccfa419521a/assets/d17a06b72773f6e8914505f6d8b3ebc9.png");background-size:initial;display:block; }#IApP81NF1q4zueKhvOOMavKdqMsNDzaM > .row .container { background-color: transparent; background-image: none; }#IApP81NF1q4zueKhvOOMavKdqMsNDzaM::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IApP81NF1q4zueKhvOOMavKdqMsNDzaM > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IApP81NF1q4zueKhvOOMavKdqMsNDzaM > .row .container > .video-iframe-container { display: none; }#IApP81NF1q4zueKhvOOMavKdqMsNDzaM > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IApP81NF1q4zueKhvOOMavKdqMsNDzaM > .row > .video-iframe-container { display: none; }#IApP81NF1q4zueKhvOOMavKdqMsNDzaM > .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); }#IApP81NF1q4zueKhvOOMavKdqMsNDzaM > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #yPNLrdBsdDNr3LdqNwiAztBsRulRtIFp { background-color:transparent;background-image:none;width:766px;height:45px;top:33px;left:-1px;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #BEHv63vSpJGIfSVUZiWKXQ8Oh8cbrBk4 { width:764px;height:429.41451990632px;top:116px;left:0;display:block; }
 }@media only screen and (max-width: 959px) { #VsX7Fuh412q8fWQh5MQfrcD9aCwzD6Ut { display:block; }#VsX7Fuh412q8fWQh5MQfrcD9aCwzD6Ut { background-color: transparent; background-image: none; }#VsX7Fuh412q8fWQh5MQfrcD9aCwzD6Ut::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VsX7Fuh412q8fWQh5MQfrcD9aCwzD6Ut > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VsX7Fuh412q8fWQh5MQfrcD9aCwzD6Ut > .row .container > .video-iframe-container { display: none; }#VsX7Fuh412q8fWQh5MQfrcD9aCwzD6Ut > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VsX7Fuh412q8fWQh5MQfrcD9aCwzD6Ut > .row > .video-iframe-container { display: none; }#VsX7Fuh412q8fWQh5MQfrcD9aCwzD6Ut > .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); }#VsX7Fuh412q8fWQh5MQfrcD9aCwzD6Ut > .row .container { width:760px;background-color:transparent;background-image:none;height:837px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #UErbKkAdc2rGQgfWRhglFHTwyC2UAq6y { background-color:transparent;background-image:none;width:766px;height:45px;top:33px;left:-1px;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #Sor3aTueCTn51hgmcgeeIxcS529DrwTT { top:343px;left:27px;width:327px;height:111px;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #C2yADZaZirz5auSeUKugTh9qvRv6rTln { width:233px;height:101px;top:279px;left:363px;display:none; }
 }@media only screen and (max-width: 959px) { #KZ8cKKbDDWgASIq52kexTKi0bRATvGNf { width:164px;height:101px;top:279px;left:595px;display:none; }
 }@media only screen and (max-width: 959px) { #TCRWgyG849IOtnwmI5bJsWfbmOqJKUWS { width:23px;height:23px;top:272px;left:741px;display:none; }
 }@media only screen and (max-width: 959px) { #ztReP9ZHyT9z3Z1hPNmuV7S3Tmdk3zwy { background-color:transparent;background-image:url("https://new.landingi.com/uploads/1167bfe8f7c67d600f55/landings/e20199843ccfa419521a/assets/39bb9b04e4cd97f48dda40c8e195bd97.jpg");background-size:initial;display:block; }#ztReP9ZHyT9z3Z1hPNmuV7S3Tmdk3zwy > .row .container { background-color: transparent; background-image: none; }#ztReP9ZHyT9z3Z1hPNmuV7S3Tmdk3zwy::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ztReP9ZHyT9z3Z1hPNmuV7S3Tmdk3zwy > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ztReP9ZHyT9z3Z1hPNmuV7S3Tmdk3zwy > .row .container > .video-iframe-container { display: none; }#ztReP9ZHyT9z3Z1hPNmuV7S3Tmdk3zwy > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ztReP9ZHyT9z3Z1hPNmuV7S3Tmdk3zwy > .row > .video-iframe-container { display: none; }#ztReP9ZHyT9z3Z1hPNmuV7S3Tmdk3zwy > .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); }#ztReP9ZHyT9z3Z1hPNmuV7S3Tmdk3zwy > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #LbgDsvWChfVJFgtCCmgsMFAQ2eilheuT { top:104px;left:154px;background-color:transparent;background-image:none;width:458px;height:46px;font-size:2.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 959px) { #X92SDbTpf1biU3BsoaurLc1Z8L0wdU9y { top:162px;left:255px;width:254px;height:26px;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 959px) { #R2RMb8nnAomd7lEfzq0FGT2PW9GWWWiM { top:178px;left:159px;width:72px;height:1px;display:block; }
 }@media only screen and (max-width: 959px) { #kXp4PiU38copmdqvgRLRK28PqS8ClFMZ { top:178px;left:530px;width:72px;height:1px;display:block; }
 }@media only screen and (max-width: 959px) { #I1qrfdNBeVCAnMTLfeIEwwndCf6QTXL9 { width:228px;height:67px;top:242px;left:389px;display:block; }
 }@media only screen and (max-width: 959px) { #fI3kNsSmfDD9vdVUasaVPNOiIDKu7Mht { display:block; }
 }@media only screen and (max-width: 959px) { #tvlpLsNDRHRh3iVWto9mh6RwnKaXN4re { width:56px;height:56px;top:200px;left:708px;font-size:39px;display:block; }
 }@media only screen and (max-width: 959px) { body { display:block; }
 }@media only screen and (max-width: 959px) { #pc8XB4PTvBvcQcCQ1yZZubDc5uBoVBDG { display:none; }#pc8XB4PTvBvcQcCQ1yZZubDc5uBoVBDG > .row .container { width:320px;background-color:transparent;background-image:none;height:185px;position:relative;display:none; } }@media only screen and (max-width: 959px) { #ozgQnkLQbS07Hg67zcUON7KFedm631ve { left:54px;background-color:transparent;background-image:none;top:12px;width:217px;height:47px;display:block; }
 }@media only screen and (max-width: 959px) { #yVP0nVbA8N6VZoWRkSTci0ulqc9GGfmh { left:51px;background-color:transparent;background-image:none;top:79px;width:217px;height:47px;display:block; }
 }@media only screen and (max-width: 959px) { #GLBprfSJ4ZL48aZ3tIF3ZcyUPA34UD35 { background-color:#cccccc;background-image:url("https://images.assets-landingi.com/a6V1f7zV/GettyImages-547149314krog.jpg");background-position:bottom left;background-repeat:repeat;background-attachment:scroll;background-size:initial;display:block; }#GLBprfSJ4ZL48aZ3tIF3ZcyUPA34UD35 > .row .container { background-color: transparent; background-image: none; }#GLBprfSJ4ZL48aZ3tIF3ZcyUPA34UD35::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GLBprfSJ4ZL48aZ3tIF3ZcyUPA34UD35 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GLBprfSJ4ZL48aZ3tIF3ZcyUPA34UD35 > .row .container > .video-iframe-container { display: none; }#GLBprfSJ4ZL48aZ3tIF3ZcyUPA34UD35 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GLBprfSJ4ZL48aZ3tIF3ZcyUPA34UD35 > .row > .video-iframe-container { display: none; }#GLBprfSJ4ZL48aZ3tIF3ZcyUPA34UD35 > .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); }#GLBprfSJ4ZL48aZ3tIF3ZcyUPA34UD35 > .row .container { width:320px;height:382px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #PePLLTtUqbSXfSHkoQo0dBHiqdakd7wd { left:18.5px;background-color:transparent;background-image:none;font-size:2.5rem;width:283px;height:96px;top:19px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 959px) { #feDalWzhbSICTAR24Df4IbVoV6ksErkU { left:42px;background-color:transparent;background-image:none;top:123.5px;width:236px;height:60px;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #NJIJuT1AJsVUUPssnq8MTE8HBtewdEV2 { left:132px;background-color:transparent;background-image:none;top:216.5px;width:56px;height:55px;display:none; }
 }@media only screen and (max-width: 959px) { #WmryQBBc47MmxPo54LMwb76mdE530x1Z { left:282.5px;background-color:#ffffff;background-image:none;width:20px;top:153px;height:1px;display:block; }
 }@media only screen and (max-width: 959px) { #ksRUy2nAZK3cmGXP2n6vM8LdNMAFgf3r { left:18.5px;background-color:#ffffff;background-image:none;width:20px;top:153px;height:1px;display:block; }
 }@media only screen and (max-width: 959px) { #r3w7BmNnLwQvFxJcbL95t0yyC5AVQkLd { width:240px;height:67px;top:210.5px;left:40px;color:#000000;border-bottom:5px solid #000000;border-left:5px solid #000000;border-right:5px solid #000000;border-top:5px solid #000000;box-shadow: 2px 2px 3px #000000 ;text-shadow:2px 2px 3px #000000;display:none; }
 }@media only screen and (max-width: 959px) { #by3yD5brT3Hh5xafDOPRRb0GWhU8ZZxT { display:block; }
 }@media only screen and (max-width: 959px) { #rcteTThx8nXVWtrlpRvZVJHbaA946cc4 { width:240px;height:67px;top:203px;left:40px;display:block; }
 }@media only screen and (max-width: 959px) { #XTcqUEtLUEKFdUL0voDXTkOKIwDmBcpC { display:block; }
 }@media only screen and (max-width: 959px) { #WblLEoEFDh1TlURSvZylOd4J5DVzGcZ2 { top:305px;left:60px;width:200px;height:36px;z-index:100013;font-size:28px;text-align:center;text-align-last:center;font-family:"open sans";text-shadow:2px 2px 3px #000000;display:block; }
 }@media only screen and (max-width: 959px) { #MCf3LNAC7L4LmEpQUhmI4TrBwKUolJlI { top:298px;left:40px;width:50px;height:50px;z-index:100014;color:#ffffff;text-shadow:2px 2px 3px #000000;display:block; }
 }@media only screen and (max-width: 959px) { #tTT2a3Abe5z0zoRN0tsZmvF2Tx0cOPTX { top:298px;left:231px;width:50px;height:50px;z-index:100015;color:#ffffff;text-shadow:2px 2px 3px #000000;display:block; }
 }@media only screen and (max-width: 959px) { #cIlf8MTul4Gh31Lyfv1DcTd5B5li76H0 { display:block; }#cIlf8MTul4Gh31Lyfv1DcTd5B5li76H0 { background-color: transparent; background-image: none; }#cIlf8MTul4Gh31Lyfv1DcTd5B5li76H0::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cIlf8MTul4Gh31Lyfv1DcTd5B5li76H0 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cIlf8MTul4Gh31Lyfv1DcTd5B5li76H0 > .row .container > .video-iframe-container { display: none; }#cIlf8MTul4Gh31Lyfv1DcTd5B5li76H0 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cIlf8MTul4Gh31Lyfv1DcTd5B5li76H0 > .row > .video-iframe-container { display: none; }#cIlf8MTul4Gh31Lyfv1DcTd5B5li76H0 > .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); }#cIlf8MTul4Gh31Lyfv1DcTd5B5li76H0 > .row .container { width:320px;background-color:transparent;background-image:none;height:904px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #zm9WHeZ1PIeO4HZnDOVuQs3FgNXcPkKs { left:6px;background-color:#ffffff;background-image:none;width:306px;top:103px;height:782px;display:block; }
 }@media only screen and (max-width: 959px) { #X9CV1PCSJI7P8T0IqnDAh4SgFTyTFnUH { left:10px;background-color:#1f3f51;background-image:none;width:300px;top:107px;height:22px;font-size:1.5625rem;z-index:100032;display:block; }
 }@media only screen and (max-width: 959px) { #F8KmBBXiG1Le6LgsmCZaHRqpHSvBmzkd { left:10px;background-color:transparent;background-image:none;top:185px;width:300px;height:30px;font-size:25px;display:block; }
 }@media only screen and (max-width: 959px) { #qJPPOP1ytG7Mm3fLGG9Nuh9GqnChQbbO { left:10px;background-color:transparent;background-image:none;top:228px;width:300px;height:30px;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #KH7pb7q3AlMQeHwfowIatJKyDlVQT1q5 { left:10px;background-color:#f63535;background-image:none;top:309px;width:300px;height:22px;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #XRgibO5K0IRlmaMDK2TNsGFzry4XFLyw { left:10px;background-color:transparent;background-image:none;top:391px;width:300px;height:30px;font-size:25px;display:block; }
 }@media only screen and (max-width: 959px) { #Uc5rpaIs8FQEArumsvNvB0IalXCCJOGn { left:10px;background-color:transparent;background-image:none;top:434px;width:300px;height:105px;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #irngHKiRgiX5FVFQFPfAbE1kDRDsPvAu { left:0;background-color:transparent;background-image:none;width:320px;height:72px;top:13px;font-size:30px;display:block; }
 }@media only screen and (max-width: 959px) { #MKMuukfkgm78qJ3QdRrTaNxwI9USyuUf { left:0;background-color:#ffffff;background-image:none;top:956px;width:306px;height:417px;display:none; }
 }@media only screen and (max-width: 959px) { #vQDuFF3VPoEJ4fCcT8D4ztQGNbSgs5qc { left:9px;background-color:#ffffff;background-image:none;width:300px;top:1241px;height:370px;display:none; }
 }@media only screen and (max-width: 959px) { #Cfwd27cn0NGKwSR0I7IHTxZSiltX6NE1 { left:10px;background-color:transparent;background-image:none;top:723px;width:300px;height:30px;font-size:25px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 959px) { #dEnNXSPOMikU0IdQvE4lPuJQvlC6BPV9 { left:10px;background-color:#1f3f51;background-image:none;width:300px;top:640px;height:22px;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 959px) { #ypRTpxl4e8aemXswveHTPA98Frb4W0LI { left:0;background-color:transparent;background-image:none;width:320px;top:771.5px;height:76px;font-size:2.6875rem;display:none; }
 }@media only screen and (max-width: 959px) { #qSHFDZuAODMoakuuyKeLDgBFHrldTFCc { width:320px;height:42.666666666667px;top:1538px;left:0;display:none; }
 }@media only screen and (max-width: 959px) { #XQ2G1Suto7QgdSkKx0apHqn7x6VGqN44 { left:10px;background-color:transparent;background-image:none;top:768px;width:300px;height:60px;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 959px) { #IApP81NF1q4zueKhvOOMavKdqMsNDzaM { background-color:transparent;background-image:url("https://new.landingi.com/uploads/1167bfe8f7c67d600f55/landings/e20199843ccfa419521a/assets/d17a06b72773f6e8914505f6d8b3ebc9.png");background-size:initial;display:block; }#IApP81NF1q4zueKhvOOMavKdqMsNDzaM > .row .container { background-color: transparent; background-image: none; }#IApP81NF1q4zueKhvOOMavKdqMsNDzaM::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IApP81NF1q4zueKhvOOMavKdqMsNDzaM > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IApP81NF1q4zueKhvOOMavKdqMsNDzaM > .row .container > .video-iframe-container { display: none; }#IApP81NF1q4zueKhvOOMavKdqMsNDzaM > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IApP81NF1q4zueKhvOOMavKdqMsNDzaM > .row > .video-iframe-container { display: none; }#IApP81NF1q4zueKhvOOMavKdqMsNDzaM > .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); }#IApP81NF1q4zueKhvOOMavKdqMsNDzaM > .row .container { width:320px;height:288px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #yPNLrdBsdDNr3LdqNwiAztBsRulRtIFp { left:0;background-color:transparent;background-image:none;width:320px;top:20px;height:38px;font-size:2.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 959px) { #BEHv63vSpJGIfSVUZiWKXQ8Oh8cbrBk4 { width:320px;height:180px;top:84px;left:0;display:block; }
 }@media only screen and (max-width: 959px) { #VsX7Fuh412q8fWQh5MQfrcD9aCwzD6Ut { display:block; }#VsX7Fuh412q8fWQh5MQfrcD9aCwzD6Ut { background-color: transparent; background-image: none; }#VsX7Fuh412q8fWQh5MQfrcD9aCwzD6Ut::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VsX7Fuh412q8fWQh5MQfrcD9aCwzD6Ut > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VsX7Fuh412q8fWQh5MQfrcD9aCwzD6Ut > .row .container > .video-iframe-container { display: none; }#VsX7Fuh412q8fWQh5MQfrcD9aCwzD6Ut > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VsX7Fuh412q8fWQh5MQfrcD9aCwzD6Ut > .row > .video-iframe-container { display: none; }#VsX7Fuh412q8fWQh5MQfrcD9aCwzD6Ut > .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); }#VsX7Fuh412q8fWQh5MQfrcD9aCwzD6Ut > .row .container { width:320px;background-color:transparent;background-image:none;height:725px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #UErbKkAdc2rGQgfWRhglFHTwyC2UAq6y { left:0;background-color:transparent;background-image:none;width:320px;top:20px;height:108px;font-size:30px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 959px) { #Sor3aTueCTn51hgmcgeeIxcS529DrwTT { left:10px;background-color:transparent;background-image:none;top:144px;width:300px;height:315px;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 959px) { #C2yADZaZirz5auSeUKugTh9qvRv6rTln { width:233px;height:101px;top:474px;left:43px;display:none; }
 }@media only screen and (max-width: 959px) { #KZ8cKKbDDWgASIq52kexTKi0bRATvGNf { width:164px;height:101px;top:595px;left:78px;display:none; }
 }@media only screen and (max-width: 959px) { #TCRWgyG849IOtnwmI5bJsWfbmOqJKUWS { width:23px;height:23px;top:272px;left:174px;display:none; }
 }@media only screen and (max-width: 959px) { #ztReP9ZHyT9z3Z1hPNmuV7S3Tmdk3zwy { background-color:transparent;background-image:url("https://images.assets-landingi.com/a6V1f7zV/GettyImages-547149314krog.jpg");background-position:bottom left;background-repeat:repeat;background-attachment:scroll;background-size:initial;display:block; }#ztReP9ZHyT9z3Z1hPNmuV7S3Tmdk3zwy > .row .container { background-color: transparent; background-image: none; }#ztReP9ZHyT9z3Z1hPNmuV7S3Tmdk3zwy::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ztReP9ZHyT9z3Z1hPNmuV7S3Tmdk3zwy > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ztReP9ZHyT9z3Z1hPNmuV7S3Tmdk3zwy > .row .container > .video-iframe-container { display: none; }#ztReP9ZHyT9z3Z1hPNmuV7S3Tmdk3zwy > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ztReP9ZHyT9z3Z1hPNmuV7S3Tmdk3zwy > .row > .video-iframe-container { display: none; }#ztReP9ZHyT9z3Z1hPNmuV7S3Tmdk3zwy > .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); }#ztReP9ZHyT9z3Z1hPNmuV7S3Tmdk3zwy > .row .container { width:320px;height:433px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #LbgDsvWChfVJFgtCCmgsMFAQ2eilheuT { left:19px;background-color:transparent;background-image:none;font-size:2.5rem;width:282px;height:96px;top:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 959px) { #X92SDbTpf1biU3BsoaurLc1Z8L0wdU9y { left:0;background-color:transparent;background-image:none;top:145px;width:320px;height:44px;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 959px) { #R2RMb8nnAomd7lEfzq0FGT2PW9GWWWiM { left:124px;background-color:#ffffff;background-image:none;width:72px;top:131px;height:1px;display:block; }
 }@media only screen and (max-width: 959px) { #kXp4PiU38copmdqvgRLRK28PqS8ClFMZ { left:124px;background-color:#ffffff;background-image:none;width:72px;top:221px;height:1px;display:block; }
 }@media only screen and (max-width: 959px) { #I1qrfdNBeVCAnMTLfeIEwwndCf6QTXL9 { width:300px;height:70px;top:269px;left:10px;text-shadow:2px 2px 3px #000000;box-shadow: 2px 2px 3px #000000 ;display:block; }
 }@media only screen and (max-width: 959px) { #fI3kNsSmfDD9vdVUasaVPNOiIDKu7Mht { display:block; }
 }@media only screen and (max-width: 959px) { #tvlpLsNDRHRh3iVWto9mh6RwnKaXN4re { width:56px;height:56px;top:359px;left:132px;font-size:39px;display:block; }
 }