.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/JqkXvWrp/Zimplu_Laptop.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container {  }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:49.0625rem;width:60rem;overflow:visible;position:relative;display:block; }#kaCk52ugUaSOJa68Wi2y78oB18OZHIxh { display:block;width:55.75rem;position:absolute;font-family:roboto;font-size:2.5625rem;font-weight:400;z-index:100002;line-height:1.4;letter-spacing:0;top:5rem;left:2.125rem;height:;color:#b2bac5;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#MBfBTQL5ylTScSmXIhoboHVLqU5HDHF7 { z-index:100000;top:41.875rem;left:20.562501907349rem;background-color:#e84c3d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;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: 0rem -0.1875rem 0rem #f98166 ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.875rem;height:3.9375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#sIrx9JLLeZTM1EG1zun77FXkCqxAkOwo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#hdkG15ImhgvSFCRLGNcn3ZBSWXWaHrTh { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.125rem;width:7.25rem;top:1.125rem;left:2.125rem;overflow:hidden;display:block; }
#TwHAWxvhKxJ47pH4EcEnfWuh0qfO6Rkx { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:27.875rem;width:49.8125rem;top:10.59375rem;left:5.09375rem;display:block; }
#a8ht16FubQFmRs6qcMTnrvq46e2hkTUa { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#effdfe;background-image:none;position:relative;display:block; }#a8ht16FubQFmRs6qcMTnrvq46e2hkTUa > .row .container { background-color: transparent; background-image: none; }#a8ht16FubQFmRs6qcMTnrvq46e2hkTUa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a8ht16FubQFmRs6qcMTnrvq46e2hkTUa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a8ht16FubQFmRs6qcMTnrvq46e2hkTUa > .row .container > .video-iframe-container { display: none; }#a8ht16FubQFmRs6qcMTnrvq46e2hkTUa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a8ht16FubQFmRs6qcMTnrvq46e2hkTUa > .row > .video-iframe-container { display: none; }#a8ht16FubQFmRs6qcMTnrvq46e2hkTUa > .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); }#a8ht16FubQFmRs6qcMTnrvq46e2hkTUa > .row .container { border-width: 0; border-radius: 0; }#a8ht16FubQFmRs6qcMTnrvq46e2hkTUa > .row > .video-iframe-container {  }#a8ht16FubQFmRs6qcMTnrvq46e2hkTUa > .row .container { font-size:0.875rem;font-family:arial;height:6.75rem;width:60rem;position:relative;display:block; }#BXg5n6HxpT9ycVMAhx0EE1dTVTKpB2fC { display:block;width:58.3125rem;position:absolute;font-family:roboto;font-size:2rem;font-weight:400;z-index:100000;line-height:1.3;letter-spacing:0;top:2.09375rem;left:1.5rem;height:2.6rem;text-align:center;text-align-last:center;color:#31455f;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZeCG8haADcFLEIgEzWpqC99GIJSvDBVG { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#effdfe;background-image:none;position:relative;display:block; }#ZeCG8haADcFLEIgEzWpqC99GIJSvDBVG > .row .container { background-color: transparent; background-image: none; }#ZeCG8haADcFLEIgEzWpqC99GIJSvDBVG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZeCG8haADcFLEIgEzWpqC99GIJSvDBVG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZeCG8haADcFLEIgEzWpqC99GIJSvDBVG > .row .container > .video-iframe-container { display: none; }#ZeCG8haADcFLEIgEzWpqC99GIJSvDBVG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZeCG8haADcFLEIgEzWpqC99GIJSvDBVG > .row > .video-iframe-container { display: none; }#ZeCG8haADcFLEIgEzWpqC99GIJSvDBVG > .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); }#ZeCG8haADcFLEIgEzWpqC99GIJSvDBVG > .row .container { border-width: 0; border-radius: 0; }#ZeCG8haADcFLEIgEzWpqC99GIJSvDBVG > .row > .video-iframe-container {  }#ZeCG8haADcFLEIgEzWpqC99GIJSvDBVG > .row .container { font-size:0.875rem;font-family:arial;height:15rem;width:60rem;position:relative;display:block; }#x71mE1i9wzdOfSwxJb5iKTC3X6v76ybH { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:#3c8df1;background-image:none;height:7.5rem;width:7.5rem;position:absolute;display:block;z-index:100000;top:0.625rem;left:3.75rem;display:block; }
#Fa97hbq6tTdpeJDyDD0kU5z8FZsTnTu5 { display:block;width:14.5rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:300;z-index:100004;line-height:1.3;letter-spacing:0;top:10.4375rem;left:30.25rem;height:;color:#31455f;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yl3Osvx4CdPL2dvoP3bzQ50zlAmJmkoS { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100008;top:2.8125rem;left:5.9375rem;display:block; }
#e1yFx6N4vQWJzT2wfrwMN0wZd1kQdkLw { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:#364860;background-image:none;height:7.5rem;width:7.5rem;position:absolute;display:block;z-index:100001;top:1rem;left:18.75rem;display:block; }
#JWwHTQzNbo55IO42MlL1cpm82E61OMtv { display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:10.4375rem;left:16.25rem;height:;color:#31455f;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HnisI84SNKdWQc6UTDIvt00i6CqCg1iH { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100009;top:3.1875rem;left:20.9375rem;display:block; }
#rPV7k3EmgkiHC8JIHOewQatNa65GFeIZ { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:#c576ce;background-image:none;height:7.5rem;width:7.5rem;position:absolute;display:block;z-index:100002;top:1rem;left:33.75rem;display:block; }
#v6OwF6sEqvJQ9R3GspKA1ttldQ1Tzeoa { display:block;width:14.5rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:10.4375rem;left:45.250001907349rem;height:;color:#31455f;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sfwEcAwfUgoJlUa2JZoQWJpQryFzJ4Ak { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100010;top:3.1875rem;left:35.9375rem;display:block; }
#koNhlQPGbMUegSDk610TVEMklDbGv1Wx { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:#42ccad;background-image:none;height:7.5rem;width:7.5rem;position:absolute;display:block;z-index:100003;top:1rem;left:48.75rem;display:block; }
#Ll20HZz2mUI2Qer8P512XsbA3JaTNzCK { display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:10.4375rem;left:1.25rem;height:;color:#31455f;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#scUgRw2DOxlX5T6t8mSkvvcpDyJXaLbm { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100011;top:3.1875rem;left:50.9375rem;display:block; }
#EWXZJHX16BCepT9p5uwSZ0DlsNUT3d7D { position:relative;display:block; }#EWXZJHX16BCepT9p5uwSZ0DlsNUT3d7D { background-color: transparent; background-image: none; }#EWXZJHX16BCepT9p5uwSZ0DlsNUT3d7D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EWXZJHX16BCepT9p5uwSZ0DlsNUT3d7D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EWXZJHX16BCepT9p5uwSZ0DlsNUT3d7D > .row .container > .video-iframe-container { display: none; }#EWXZJHX16BCepT9p5uwSZ0DlsNUT3d7D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EWXZJHX16BCepT9p5uwSZ0DlsNUT3d7D > .row > .video-iframe-container { display: none; }#EWXZJHX16BCepT9p5uwSZ0DlsNUT3d7D > .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); }#EWXZJHX16BCepT9p5uwSZ0DlsNUT3d7D { border-width: 0; border-radius: 0; }#EWXZJHX16BCepT9p5uwSZ0DlsNUT3d7D > .row .container > .video-iframe-container {  }#EWXZJHX16BCepT9p5uwSZ0DlsNUT3d7D > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:20.875rem;width:60rem;position:relative;display:block; }#SPq7voTCt82oMzTvOdUk6i7pvHVZ69cD { display:block;width:41.4375rem;position:absolute;font-family:roboto;font-size:2.1875rem;font-weight:300;z-index:100004;line-height:1.2;letter-spacing:0;top:2.25rem;left:9.25rem;height:2.625rem;color:#31455f;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RpwplJ2fGlT2SXnlpIyRmy0M4MJwLPV4 { display:block;width:28.1875rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:8rem;left:15.75rem;height:1.7875rem;color:#31455f;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kAENyzzEwbG6m8wPQNiS7kKAtgg6RZga { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:#42ccad;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:2.8125rem;width:2.8125rem;position:absolute;display:block;z-index:100006;top:7.4375rem;left:11.3125rem;display:block; }
#p1rTGcUhMIGzwn1g9xNzDEKe59oanbVz { display:block;width:2.8125rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:7.875rem;left:11.3125rem;height:1.7875rem;text-align:center;text-align-last:center;color:#ffffff;font-style:normal;display:block; }
#OZmfkuLCG58LSldNqaoIErCrbzoVNTTn { display:block;width:35rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:300;z-index:100008;line-height:1.3;letter-spacing:0;top:12.125rem;left:15.75rem;height:1.7875rem;color:#31455f;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Lc9wc4GgVinMTpBalxinFVPJyU55e8gU { display:block;width:2.8125rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:12.125rem;left:11.3125rem;height:1.7875rem;text-align:center;text-align-last:center;color:#ffffff;font-style:normal;display:block; }
#TPSbCKNrrwCzMSmJlAhGzpLLqah8NtXt { display:block;width:28.4375rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:300;z-index:100011;line-height:1.3;letter-spacing:0;top:16.375rem;left:15.75rem;height:1.7875rem;color:#31455f;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WJBBMtpBu1KFhKQu8cB0FwHfU2GT7TPk { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:#42ccad;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:2.8125rem;width:2.8125rem;position:absolute;display:block;z-index:100012;top:15.8125rem;left:11.3125rem;display:block; }
#s7nafuiIXwQFTncQt43GsQrLSTWvfppX { display:block;width:2.8125rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:100013;line-height:1.3;letter-spacing:0;top:16.3125rem;left:11.3125rem;height:1.7875rem;text-align:center;text-align-last:center;color:#ffffff;font-style:normal;display:block; }
#l6zRS2x8zJ0fpM9D2q6kST7uRScSKJ9F { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:#42ccad;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:2.8125rem;width:2.8125rem;position:absolute;display:block;z-index:100003;top:11.6875rem;left:11.3125rem;display:block; }
#K440IsMB61NrEx5mGSItSWabcb9ENF37 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#effdfe;background-image:none;position:relative;display:block; }#K440IsMB61NrEx5mGSItSWabcb9ENF37 > .row .container { background-color: transparent; background-image: none; }#K440IsMB61NrEx5mGSItSWabcb9ENF37::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K440IsMB61NrEx5mGSItSWabcb9ENF37 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K440IsMB61NrEx5mGSItSWabcb9ENF37 > .row .container > .video-iframe-container { display: none; }#K440IsMB61NrEx5mGSItSWabcb9ENF37 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K440IsMB61NrEx5mGSItSWabcb9ENF37 > .row > .video-iframe-container { display: none; }#K440IsMB61NrEx5mGSItSWabcb9ENF37 > .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); }#K440IsMB61NrEx5mGSItSWabcb9ENF37 > .row .container { border-width: 0; border-radius: 0; }#K440IsMB61NrEx5mGSItSWabcb9ENF37 > .row > .video-iframe-container {  }#K440IsMB61NrEx5mGSItSWabcb9ENF37 > .row .container { font-size:0.875rem;font-family:arial;height:9.875rem;width:60rem;position:relative;display:block; }#X1oFGh6Cl5qlx0cg7vb4tDEcL5SlU3lH { display:block;width:35.4375rem;position:absolute;font-family:roboto;font-size:2rem;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:3.625rem;left:2.4375rem;height:2.6rem;font-style:normal;color:#31455f;text-align:center;text-align-last:center;display:block; }
#P8eSOBM4xuNw5xwLqel5H3ZgXvbXEZVV { background-color:#3770d8;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.4375rem;text-decoration:none;z-index:100003;text-align:center;text-align-last:center;top:3.1875rem;left:42.5rem;display:block; }
#DF1VL6gRiWvALzHdmHZyWJVZyVqzC6Oy { display:block;position:relative;top:50%;width:100%;z-index:100000;display:block; }
#gPqmXiZwJIaebCoE7xReGgpKKQDrmgmu { border-bottom:0;border-left:0;border-right:0;border-top:0;height:1.4375rem;width:2.1875rem;position:absolute;display:block;z-index:100004;top:4.2179698944092rem;left:38.875001907349rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { height:35.4375rem;width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kaCk52ugUaSOJa68Wi2y78oB18OZHIxh { width:28.125rem;height:5.875rem;top:16.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBfBTQL5ylTScSmXIhoboHVLqU5HDHF7 { top:41.875rem;left:14.437501907349rem;width:18.875rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIrx9JLLeZTM1EG1zun77FXkCqxAkOwo { display:block; }
 }@media only screen and (max-width: 763px) { #hdkG15ImhgvSFCRLGNcn3ZBSWXWaHrTh { width:7.25rem;height:2.125rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwHAWxvhKxJ47pH4EcEnfWuh0qfO6Rkx { width:47.75rem;height:26.720828105395rem;top:10.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8ht16FubQFmRs6qcMTnrvq46e2hkTUa { display:block; }#a8ht16FubQFmRs6qcMTnrvq46e2hkTUa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BXg5n6HxpT9ycVMAhx0EE1dTVTKpB2fC { width:47.75rem;height:;top:2.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZeCG8haADcFLEIgEzWpqC99GIJSvDBVG { display:block; }#ZeCG8haADcFLEIgEzWpqC99GIJSvDBVG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x71mE1i9wzdOfSwxJb5iKTC3X6v76ybH { width:7.5rem;height:7.5rem;top:0.0625rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fa97hbq6tTdpeJDyDD0kU5z8FZsTnTu5 { width:14.5rem;height:;top:10.4375rem;left:21.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yl3Osvx4CdPL2dvoP3bzQ50zlAmJmkoS { width:3.125rem;height:3.125rem;top:2.25rem;left:5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1yFx6N4vQWJzT2wfrwMN0wZd1kQdkLw { width:7.5rem;height:7.5rem;top:0.125rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWwHTQzNbo55IO42MlL1cpm82E61OMtv { width:12.5rem;height:;top:10.4375rem;left:11.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnisI84SNKdWQc6UTDIvt00i6CqCg1iH { width:3.125rem;height:3.125rem;top:2.3125rem;left:16.3125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPV7k3EmgkiHC8JIHOewQatNa65GFeIZ { width:7.5rem;height:7.5rem;top:0rem;left:26.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6OwF6sEqvJQ9R3GspKA1ttldQ1Tzeoa { width:14.5rem;height:;top:10.4375rem;left:33.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfwEcAwfUgoJlUa2JZoQWJpQryFzJ4Ak { width:3.125rem;height:3.125rem;top:2.1875rem;left:28.25rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #koNhlQPGbMUegSDk610TVEMklDbGv1Wx { width:7.5rem;height:7.5rem;top:0rem;left:38rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ll20HZz2mUI2Qer8P512XsbA3JaTNzCK { width:12.5rem;height:;top:10.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #scUgRw2DOxlX5T6t8mSkvvcpDyJXaLbm { width:3.125rem;height:3.125rem;top:2.1875rem;left:40.1875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWXZJHX16BCepT9p5uwSZ0DlsNUT3d7D { display:block; }#EWXZJHX16BCepT9p5uwSZ0DlsNUT3d7D > .row .container { width:47.75rem;height:21.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SPq7voTCt82oMzTvOdUk6i7pvHVZ69cD { width:39.0625rem;height:5.375rem;top:0.6875rem;left:4.34375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpwplJ2fGlT2SXnlpIyRmy0M4MJwLPV4 { width:18.75rem;height:1.4375rem;top:8.0625rem;left:17.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kAENyzzEwbG6m8wPQNiS7kKAtgg6RZga { width:2.8125rem;height:2.8125rem;top:7.6875rem;left:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1rTGcUhMIGzwn1g9xNzDEKe59oanbVz { width:2.8125rem;height:1.75rem;top:8.125rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZmfkuLCG58LSldNqaoIErCrbzoVNTTn { width:18.75rem;height:2.875rem;top:11.0625rem;left:17.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lc9wc4GgVinMTpBalxinFVPJyU55e8gU { width:2.8125rem;height:1.75rem;top:11.625rem;left:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPSbCKNrrwCzMSmJlAhGzpLLqah8NtXt { width:18.75rem;height:1.4375rem;top:15.1875rem;left:17.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJBBMtpBu1KFhKQu8cB0FwHfU2GT7TPk { width:2.8125rem;height:2.8125rem;top:14.4375rem;left:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7nafuiIXwQFTncQt43GsQrLSTWvfppX { width:2.8125rem;height:1.75rem;top:14.9375rem;left:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6zRS2x8zJ0fpM9D2q6kST7uRScSKJ9F { width:2.8125rem;height:2.8125rem;top:14.4375rem;left:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K440IsMB61NrEx5mGSItSWabcb9ENF37 { display:block; }#K440IsMB61NrEx5mGSItSWabcb9ENF37 > .row .container { width:47.75rem;height:11.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X1oFGh6Cl5qlx0cg7vb4tDEcL5SlU3lH { width:27.5rem;height:5.125rem;top:2.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8eSOBM4xuNw5xwLqel5H3ZgXvbXEZVV { width:16.25rem;height:3.4375rem;top:4.125rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DF1VL6gRiWvALzHdmHZyWJVZyVqzC6Oy { display:block; }
 }@media only screen and (max-width: 763px) { #gPqmXiZwJIaebCoE7xReGgpKKQDrmgmu { width:2.1875rem;height:1.4375rem;top:5.125rem;left:27.5rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#effdfe;background-image:url("https://images.assets-landingi.com/6xsiDePc/005_zimplu_guy_20_2.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { height:29.625rem;width:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kaCk52ugUaSOJa68Wi2y78oB18OZHIxh { width:20rem;height:4.2rem;top:3.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;line-height:1.4;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #MBfBTQL5ylTScSmXIhoboHVLqU5HDHF7 { top:22.6875rem;left:3.7499998807907rem;width:12.5rem;height:3.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIrx9JLLeZTM1EG1zun77FXkCqxAkOwo { display:block; }
 }@media only screen and (max-width: 763px) { #hdkG15ImhgvSFCRLGNcn3ZBSWXWaHrTh { width:6.1875rem;height:1.75rem;top:0.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwHAWxvhKxJ47pH4EcEnfWuh0qfO6Rkx { height:11.191969887077rem;width:20rem;top:9.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8ht16FubQFmRs6qcMTnrvq46e2hkTUa { display:block; }#a8ht16FubQFmRs6qcMTnrvq46e2hkTUa > .row .container { width:20rem;height:4.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BXg5n6HxpT9ycVMAhx0EE1dTVTKpB2fC { width:18.75rem;height:2.7625rem;top:0.9375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZeCG8haADcFLEIgEzWpqC99GIJSvDBVG { display:block; }#ZeCG8haADcFLEIgEzWpqC99GIJSvDBVG > .row .container { width:20rem;height:31.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x71mE1i9wzdOfSwxJb5iKTC3X6v76ybH { width:2.8125rem;height:2.8125rem;top:1.0625rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fa97hbq6tTdpeJDyDD0kU5z8FZsTnTu5 { width:15rem;height:1.21875rem;top:4.875rem;left:2.5rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yl3Osvx4CdPL2dvoP3bzQ50zlAmJmkoS { width:2rem;height:2rem;top:1.5rem;left:8.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1yFx6N4vQWJzT2wfrwMN0wZd1kQdkLw { width:3rem;height:3rem;top:9.375rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWwHTQzNbo55IO42MlL1cpm82E61OMtv { width:12.125rem;height:2.4375rem;top:13.25rem;left:3.9375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnisI84SNKdWQc6UTDIvt00i6CqCg1iH { width:1.9375rem;height:1.9375rem;top:9.9375rem;left:8.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPV7k3EmgkiHC8JIHOewQatNa65GFeIZ { width:3rem;height:3rem;top:17.3125rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6OwF6sEqvJQ9R3GspKA1ttldQ1Tzeoa { width:14.1875rem;height:1.21875rem;top:21.125rem;left:2.9375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfwEcAwfUgoJlUa2JZoQWJpQryFzJ4Ak { width:2.8125rem;height:2.8125rem;top:17.3125rem;left:8.3125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #koNhlQPGbMUegSDk610TVEMklDbGv1Wx { width:2.9375rem;height:2.9375rem;top:24.625rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ll20HZz2mUI2Qer8P512XsbA3JaTNzCK { width:14.5625rem;height:1.21875rem;top:27.8125rem;left:2.75rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #scUgRw2DOxlX5T6t8mSkvvcpDyJXaLbm { width:2.0625rem;height:2.0625rem;top:25.0625rem;left:9rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWXZJHX16BCepT9p5uwSZ0DlsNUT3d7D { display:block; }#EWXZJHX16BCepT9p5uwSZ0DlsNUT3d7D > .row .container { width:20rem;height:20.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SPq7voTCt82oMzTvOdUk6i7pvHVZ69cD { width:18.75rem;height:3.15rem;top:1.625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpwplJ2fGlT2SXnlpIyRmy0M4MJwLPV4 { width:14.6875rem;height:2.4375rem;top:7.4375rem;left:4.875rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kAENyzzEwbG6m8wPQNiS7kKAtgg6RZga { width:2.375rem;height:2.375rem;top:7.4375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1rTGcUhMIGzwn1g9xNzDEKe59oanbVz { width:2.8125rem;height:1.3rem;top:8rem;left:0.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZmfkuLCG58LSldNqaoIErCrbzoVNTTn { width:14.6875rem;height:2.7625rem;top:11.25rem;left:4.875rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lc9wc4GgVinMTpBalxinFVPJyU55e8gU { width:2.8125rem;height:1.3rem;top:12rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPSbCKNrrwCzMSmJlAhGzpLLqah8NtXt { width:14.6875rem;height:2.7625rem;top:15.875rem;left:4.875rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJBBMtpBu1KFhKQu8cB0FwHfU2GT7TPk { width:2.375rem;height:2.375rem;top:16.0625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7nafuiIXwQFTncQt43GsQrLSTWvfppX { width:2.8125rem;height:1.3rem;top:16.4375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6zRS2x8zJ0fpM9D2q6kST7uRScSKJ9F { width:2.4375rem;height:2.4375rem;top:11.40625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K440IsMB61NrEx5mGSItSWabcb9ENF37 { display:block; }#K440IsMB61NrEx5mGSItSWabcb9ENF37 > .row .container { width:20rem;height:9.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X1oFGh6Cl5qlx0cg7vb4tDEcL5SlU3lH { width:18.75rem;height:3.4125rem;top:1.1875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8eSOBM4xuNw5xwLqel5H3ZgXvbXEZVV { width:12.125rem;height:2.5rem;top:5.5rem;left:3.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DF1VL6gRiWvALzHdmHZyWJVZyVqzC6Oy { display:block; }
 }@media only screen and (max-width: 763px) { #gPqmXiZwJIaebCoE7xReGgpKKQDrmgmu { width:2.1875rem;height:1.4375rem;top:32.0625rem;left:8.875rem;display:none; }
 }