.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: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#PfzLI9nqomSezQOORcA51dpIslVScy6n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PfzLI9nqomSezQOORcA51dpIslVScy6n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PfzLI9nqomSezQOORcA51dpIslVScy6n > .row > .video-iframe-container { display: none; }#PfzLI9nqomSezQOORcA51dpIslVScy6n > .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); }#yUmSAiu6O68DW3fBeinhhKvG1uQztZGa { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(255,255,255,0.75);background-image:none;position:relative;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }#yUmSAiu6O68DW3fBeinhhKvG1uQztZGa > .row .container { background-color: transparent; background-image: none; }#yUmSAiu6O68DW3fBeinhhKvG1uQztZGa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yUmSAiu6O68DW3fBeinhhKvG1uQztZGa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yUmSAiu6O68DW3fBeinhhKvG1uQztZGa > .row .container > .video-iframe-container { display: none; }#yUmSAiu6O68DW3fBeinhhKvG1uQztZGa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yUmSAiu6O68DW3fBeinhhKvG1uQztZGa > .row > .video-iframe-container { display: none; }#yUmSAiu6O68DW3fBeinhhKvG1uQztZGa > .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); }#yUmSAiu6O68DW3fBeinhhKvG1uQztZGa > .row .container { border-width: 0; border-radius: 0; }#yUmSAiu6O68DW3fBeinhhKvG1uQztZGa > .row .container { font-size:0.875rem;font-family:arial;height:30.9375rem;width:75rem;position:relative;display:block; }#KEI0msDlFwTh0SHLOygOPp1JsAPrnAsh { color:#000000;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:2.0625rem;font-weight:normal;z-index:100019;line-height:1.7;letter-spacing:0;top:3.4117188453674rem;left:0.03125rem;height:10.51875rem;text-align:center;text-align-last:center;display:block; }
#FqxPJdoShBdVCnmhkAiBVEI7N4LAoB2N { z-index:100006;top:19.58749961853rem;left:23.625001907349rem;background-color:transparent;background-image: -webkit-linear-gradient(225deg, #2645f7, #2a2d3d);background-image: -moz-linear-gradient(225deg, #2645f7, #2a2d3d);background-image: -ms-linear-gradient(225deg, #2645f7, #2a2d3d);background-image: -o-linear-gradient(225deg, #2645f7, #2a2d3d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2645f7', endColorstr='#2a2d3d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2645f7', endColorstr='#2a2d3d' );";background-image: linear-gradient(225deg, #2645f7, #2a2d3d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.25) ;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:ubuntu;font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.75rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#x035Qt9ni4q2Mzi7C9mgLDOEdh0QZldn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#U6eGeiNEWemTPDy07tfPQ9Eyq1VqV32J { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/npxXWgQ33ZQ/unsplash/glenn-carstens-peters-npxXWgQ33ZQ-photo-1486312338219-ce68d2c6f44d.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#U6eGeiNEWemTPDy07tfPQ9Eyq1VqV32J.adaptive-delivery-prevent-bg, #U6eGeiNEWemTPDy07tfPQ9Eyq1VqV32J.lazyload, #U6eGeiNEWemTPDy07tfPQ9Eyq1VqV32J.lazyloading { background-image: none; }#U6eGeiNEWemTPDy07tfPQ9Eyq1VqV32J > .row .container { background-color: transparent; background-image: none; }#U6eGeiNEWemTPDy07tfPQ9Eyq1VqV32J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U6eGeiNEWemTPDy07tfPQ9Eyq1VqV32J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U6eGeiNEWemTPDy07tfPQ9Eyq1VqV32J > .row .container > .video-iframe-container { display: none; }#U6eGeiNEWemTPDy07tfPQ9Eyq1VqV32J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U6eGeiNEWemTPDy07tfPQ9Eyq1VqV32J > .row > .video-iframe-container { display: none; }#U6eGeiNEWemTPDy07tfPQ9Eyq1VqV32J > .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); }#U6eGeiNEWemTPDy07tfPQ9Eyq1VqV32J > .row .container { border-width: 0; border-radius: 0; }#U6eGeiNEWemTPDy07tfPQ9Eyq1VqV32J > .row .container { font-size:0.875rem;font-family:"open sans";height:16.8125rem;width:75rem;position:relative;display:block; }#HTPBRa2aof3vOswRq4T96ygq5P6alW2b { color:#ffffff;display:block;width:74.125rem;position:absolute;font-family:"open sans";font-size:3.25rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:6.293749809265rem;left:0rem;height:4.225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#E3K8FXrxnubDThfHaRymr6uF4bL9Gvt3 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(255,255,255,0.75);background-image:none;position:relative;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }#E3K8FXrxnubDThfHaRymr6uF4bL9Gvt3 > .row .container { background-color: transparent; background-image: none; }#E3K8FXrxnubDThfHaRymr6uF4bL9Gvt3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E3K8FXrxnubDThfHaRymr6uF4bL9Gvt3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E3K8FXrxnubDThfHaRymr6uF4bL9Gvt3 > .row .container > .video-iframe-container { display: none; }#E3K8FXrxnubDThfHaRymr6uF4bL9Gvt3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E3K8FXrxnubDThfHaRymr6uF4bL9Gvt3 > .row > .video-iframe-container { display: none; }#E3K8FXrxnubDThfHaRymr6uF4bL9Gvt3 > .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); }#E3K8FXrxnubDThfHaRymr6uF4bL9Gvt3 > .row .container { border-width: 0; border-radius: 0; }#E3K8FXrxnubDThfHaRymr6uF4bL9Gvt3 > .row .container { font-size:0.875rem;font-family:arial;height:46.625rem;width:75rem;position:relative;display:block; }#KgqtJK81NycsPo2VTTpDUeze0FmbQnTP { color:#b51515;display:block;width:56.5rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:normal;z-index:100019;line-height:1.7;letter-spacing:0;top:5.2984375953674rem;left:7.46875rem;height:2.44375rem;text-align:center;text-align-last:center;display:block; }
#k4rz4Td91Ee1iFQzyVuxm8KcMpRHPRte { color:#b51515;display:block;width:36.9375rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:normal;z-index:100020;line-height:1.7;letter-spacing:0;top:8.6734375953675rem;left:7.46875rem;height:2.44375rem;text-align:center;text-align-last:center;display:block; }
#iSha5E1GhBpaBtyoNW1H3ZT4Glk0WrAp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100021;top:14.025000095367rem;left:6.2734375rem; }
#IsAqp4JaJPduiBvRmUA6MGNaEzG2OqnB { box-sizing:content-box;color:#5d92ff;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:flex;z-index:100022;top:4.9578127861023rem;left:3.1492185592651rem; }
#MxnQVsriG25e62PcnJ5iyN1BOAaT9GL9 { box-sizing:content-box;color:#5d92ff;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:flex;z-index:100023;top:8.3328127861025rem;left:3.1484375rem; }
#i1w8zzSr2FOMRVDyTr34Mhe91PUgL07h { color:#b51515;display:block;width:32.125rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:100021;line-height:1.7;letter-spacing:0;top:14.159374713898rem;left:10.125rem;height:2.23125rem;text-align:center;text-align-last:center;display:block; }
#K4vZtbSBw3S4S8TofgZ1E6tAifWSGQmS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100022;top:18.212500095367rem;left:6.2734375rem; }
#cxvNyXcGfEr3e7A0LznCx0bsC8s0zT2p { color:#b51515;display:block;width:15.875rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:100022;line-height:1.7;letter-spacing:0;top:18.346875667572rem;left:10.125rem;height:2.23125rem;text-align:center;text-align-last:center;display:block; }
#soqn6GWcpBhlqm9pP0doqJqD8xKAAE8W { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100023;top:22.46875rem;left:6.2734375rem; }
#uoqz5mNWfqKmdvK1xnB7Oc05bk6mTqKo { color:#b51515;display:block;width:64.0625rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:100023;line-height:1.7;letter-spacing:0;top:22.603125572204rem;left:10.125rem;height:2.23125rem;text-align:center;text-align-last:center;display:block; }
#vF7Lnzt7wtcmrqZ0eNBz2UhOXdtnMODA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100024;top:26.79062461853rem;left:6.2734375rem; }
#c7FEDCrhoyZEFMKHPvKp2yq0PMCBTaIR { color:#b51515;display:block;width:47.0625rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:100024;line-height:1.7;letter-spacing:0;top:26.925001144409rem;left:10.125rem;height:2.23125rem;text-align:center;text-align-last:center;display:block; }
#XqS6BQa4IQPERWN9WahRTKk48g4BpMzg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100025;top:31.34375rem;left:6.2734375rem; }
#hNaLFkoKUNeDq2TeJP4XQ239BcrIpRnV { color:#b51515;display:block;width:61.1875rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:100025;line-height:1.7;letter-spacing:0;top:31.47812461853rem;left:10.125rem;height:2.23125rem;text-align:center;text-align-last:center;display:block; }
#v9rd9x0Sp2aBoga8oIKVPe73ovhW1VRx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100026;top:35.71875rem;left:6.2734375rem; }
#Ot1kUV4TaZfb75pZICudNZqqZiy8mPFG { color:#b51515;display:block;width:44.375rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:100026;line-height:1.7;letter-spacing:0;top:35.85312461853rem;left:10.125rem;height:2.23125rem;text-align:center;text-align-last:center;display:block; }
#retmaZcrF9nLgy1K03m4r21Q2qm76FZD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100027;top:40.15625rem;left:6.2734375rem; }
#fyqO9T9qlGsk8Qbg9v19OI67BQR7eO9Q { color:#b51515;display:block;width:33.6875rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:100027;line-height:1.7;letter-spacing:0;top:40.29062461853rem;left:10.125rem;height:2.23125rem;text-align:center;text-align-last:center;display:block; }
#CTQa9y40EAIwmVATpUKoXR6qqBQROF8n { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(255,255,255,0.75);background-image:none;position:relative;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }#CTQa9y40EAIwmVATpUKoXR6qqBQROF8n > .row .container { background-color: transparent; background-image: none; }#CTQa9y40EAIwmVATpUKoXR6qqBQROF8n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CTQa9y40EAIwmVATpUKoXR6qqBQROF8n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CTQa9y40EAIwmVATpUKoXR6qqBQROF8n > .row .container > .video-iframe-container { display: none; }#CTQa9y40EAIwmVATpUKoXR6qqBQROF8n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CTQa9y40EAIwmVATpUKoXR6qqBQROF8n > .row > .video-iframe-container { display: none; }#CTQa9y40EAIwmVATpUKoXR6qqBQROF8n > .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); }#CTQa9y40EAIwmVATpUKoXR6qqBQROF8n > .row .container { border-width: 0; border-radius: 0; }#CTQa9y40EAIwmVATpUKoXR6qqBQROF8n > .row .container { font-size:0.875rem;font-family:arial;height:53.8125rem;width:75rem;position:relative;display:block; }#VHaX7Rnq44Ll69GO6bea56y9zJfnSBsz { color:#b51515;display:block;width:25.375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:100015;line-height:1.3;letter-spacing:0;top:24.913284301757rem;left:35.56093788147rem;height:1.7875rem;text-align:center;text-align-last:center;display:block; }
#kfMMtF6ys9NXEHJTJQlZ3ZocUOJ3U8o0 { color:#b51515;display:block;width:2.6875rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:normal;z-index:100016;line-height:1.3;letter-spacing:0;top:29.25rem;left:32.62343788147rem;height:2.84375rem;text-align:center;text-align-last:center;display:block; }
#m1INrlAKueiqam6VHfSaSn1DsMK8RV34 { color:#b51515;display:block;width:38.25rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:400;z-index:100016;line-height:1.5;letter-spacing:0;top:34.012504577637rem;left:36.56093788147rem;height:3.9375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#flEFKqgHCchlOzKHIxDiKAKPoLgA9ImG { color:#b51515;display:block;width:2.25rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:normal;z-index:100017;line-height:1.3;letter-spacing:0;top:34.296874046326rem;left:32.62343788147rem;height:2.84375rem;text-align:center;text-align-last:center;display:block; }
#S52HzdqQ8wGUPT1RpEhFgfXLuay3v9zZ { color:#b51515;display:block;width:36.125rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:100017;line-height:1.5;letter-spacing:0;top:28.965625762939rem;left:36.56093788147rem;height:3.9375rem;text-align:left;text-align-last:left;display:block; }
#yBC7CknEpE0eo3pFKV6IF6923dTigT8c { color:#b51515;display:block;width:2.25rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:normal;z-index:100018;line-height:1.3;letter-spacing:0;top:39.33749961853rem;left:32.62343788147rem;height:2.84375rem;text-align:center;text-align-last:center;display:block; }
#LrLqqetqTIhbDEyCwaDqWnCLbTDHWrKs { color:#b51515;display:block;width:36.0625rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:100018;line-height:1.5;letter-spacing:0;top:39.053126335144rem;left:36.56093788147rem;height:3.9375rem;text-align:left;text-align-last:left;display:block; }
#t6S2RJDG3zBCEDB8spaO99cZu5VyFPQ2 { position:absolute;display:block;z-index:100021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.625rem #015bab ;height:15.8125rem;width:23.875rem;top:27.8125rem;left:1.21875rem;overflow:hidden;display:block; }
#N5R21Aobngt9RcRywqNB1PbzOutcRawm .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#N5R21Aobngt9RcRywqNB1PbzOutcRawm .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ff0000;background-image:none;color:#ffffff;padding-top:0.72875rem;padding-right:0.64875rem;padding-bottom:0.72875rem;padding-left:0.64875rem;display:block;align-items:center;width:3.894375rem;min-width:3.894375rem;height:3.918125rem;position:relative;font-family:arial;font-size:2.915625rem;font-weight:700;line-height:62.69px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#N5R21Aobngt9RcRywqNB1PbzOutcRawm .widget-text.counter-label { background-color:;background-image:none;color:#ff004c;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.455625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:5.1925rem;height:1.54875rem;position:relative;font-family:"open sans";font-size:1.093125rem;font-weight:700;line-height:24.78px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#N5R21Aobngt9RcRywqNB1PbzOutcRawm { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;display:flex;justify-content:space-between;width:24.75rem;height:7.38rem;padding-top:0.09125rem;padding-right:0.0925rem;padding-bottom:0.09125rem;padding-left:0.0925rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:11.921091079712rem;left:25.031251907349rem;z-index:100022; }
#N5R21Aobngt9RcRywqNB1PbzOutcRawm #inCw0QTvXoGuZvEJ9IQsKCHvvP6TLTeq { display:flex;position:relative;top:0rem;left:0rem; }
#N5R21Aobngt9RcRywqNB1PbzOutcRawm #HBarkJGsmohTu85fmWbswWT8RB1hpVqB { width:auto; }
#N5R21Aobngt9RcRywqNB1PbzOutcRawm #yITgKfzfyCu3whxoXDGT2tlMv502yEk2 {  }
#N5R21Aobngt9RcRywqNB1PbzOutcRawm #IMda1T35AhW8NQrksv3vb3u57sCoWMWv { display:flex;position:relative;top:0rem;left:0rem; }
#N5R21Aobngt9RcRywqNB1PbzOutcRawm #vT9mHaJOMTyi89vte2lWPNfO4bT5kSUd {  }
#N5R21Aobngt9RcRywqNB1PbzOutcRawm #huQXTNvUvukNQChRbpB7l3tVyCzqqsk5 {  }
#N5R21Aobngt9RcRywqNB1PbzOutcRawm #X9i6iPG0bqlHXKMPwpeLHOw7NAPkQZo0 { display:flex;position:relative;top:0rem;left:0rem; }
#N5R21Aobngt9RcRywqNB1PbzOutcRawm #ZC8wtionvafqLxb6OmPMX5AVCAk4l7C6 {  }
#N5R21Aobngt9RcRywqNB1PbzOutcRawm #ktt8ACC7IuAoXOqbQJxPl4zJovHBZ1Hn {  }
#N5R21Aobngt9RcRywqNB1PbzOutcRawm #rC7q5I8S0GuXTzAIggGzlT1Eawpr6x4N { display:flex;position:relative;top:0rem;left:0rem; }
#N5R21Aobngt9RcRywqNB1PbzOutcRawm #TUFwr2qamlrAEQSAgWnuawGC1Kv8sZRv {  }
#N5R21Aobngt9RcRywqNB1PbzOutcRawm #xa9qXSgamOltdHZnJHz855gDgt9J43g1 {  }
#axMMplohwnR3onkZHBtAKK8X0cOXIVOo { color:#b51515;display:block;width:65rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:100019;line-height:1.3;letter-spacing:0;top:4.1179647445679rem;left:5rem;height:1.95rem;text-align:center;text-align-last:center;display:block; }
#T2cmKkAIol8p02RZbg0rV7VXuNTQuR2k { position:relative;display:block; }#T2cmKkAIol8p02RZbg0rV7VXuNTQuR2k { background-color: transparent; background-image: none; }#T2cmKkAIol8p02RZbg0rV7VXuNTQuR2k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T2cmKkAIol8p02RZbg0rV7VXuNTQuR2k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T2cmKkAIol8p02RZbg0rV7VXuNTQuR2k > .row .container > .video-iframe-container { display: none; }#T2cmKkAIol8p02RZbg0rV7VXuNTQuR2k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T2cmKkAIol8p02RZbg0rV7VXuNTQuR2k > .row > .video-iframe-container { display: none; }#T2cmKkAIol8p02RZbg0rV7VXuNTQuR2k > .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); }#T2cmKkAIol8p02RZbg0rV7VXuNTQuR2k { border-width: 0; border-radius: 0; }#T2cmKkAIol8p02RZbg0rV7VXuNTQuR2k > .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:45.6875rem;width:75rem;position:relative;display:block; }#MFQhB6r35m5lmvaVvT1ZLCdp8GsgDrm6 { color:#b51515;display:block;width:32.3125rem;position:absolute;font-family:"open sans";font-size:2.5625rem;font-weight:normal;z-index:100020;line-height:1.3;letter-spacing:0;top:2.5820252895355rem;left:5.40625rem;height:6.6625rem;text-align:center;text-align-last:center;display:block; }
#OHMkkmdNGMoxp8pdb99O3K48VAxErk37 { position:absolute;display:block;z-index:100021;border-top:0;border-left:0;border-right:0;border-bottom:0;height:32.1875rem;width:27.5625rem;top:13.499215483666rem;left:47.437501907349rem;overflow:hidden;display:block; }
#bVHihmEQHSTriVAgATOuT52ip846OrNf { color:#000000;display:block;width:46.0625rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:100002;line-height:1.5;letter-spacing:0;top:17.230468988419rem;left:1.4375rem;height:27.5625rem;display:block; }
#m6K5M1SOg1aAVbm4hCz8A2dNQwnPXso0 { color:#000000;display:block;width:14.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:9.4312503337863rem;left:14.3125rem;height:1.4625rem;display:block; }
#xNDg1FSuWvA0k03VKTpyGVqOQKC6ZqD2 { position:relative;display:block; }#xNDg1FSuWvA0k03VKTpyGVqOQKC6ZqD2 { background-color: transparent; background-image: none; }#xNDg1FSuWvA0k03VKTpyGVqOQKC6ZqD2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xNDg1FSuWvA0k03VKTpyGVqOQKC6ZqD2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xNDg1FSuWvA0k03VKTpyGVqOQKC6ZqD2 > .row .container > .video-iframe-container { display: none; }#xNDg1FSuWvA0k03VKTpyGVqOQKC6ZqD2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xNDg1FSuWvA0k03VKTpyGVqOQKC6ZqD2 > .row > .video-iframe-container { display: none; }#xNDg1FSuWvA0k03VKTpyGVqOQKC6ZqD2 > .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); }#xNDg1FSuWvA0k03VKTpyGVqOQKC6ZqD2 { border-width: 0; border-radius: 0; }#xNDg1FSuWvA0k03VKTpyGVqOQKC6ZqD2 > .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:40.6875rem;width:75rem;position:relative;display:block; }#oa8sfGXmxl16cDmcrBPkwSyKFbhBAeCq { color:#b51515;display:block;width:34.3125rem;position:absolute;font-family:"open sans";font-size:2.5625rem;font-weight:normal;z-index:100020;line-height:1.3;letter-spacing:0;top:3.70703125rem;left:21.46875rem;height:3.33125rem;text-align:center;text-align-last:center;display:block; }
#ud8FrLiAUgEJRedETPX7yf5wDGbGmdQs .widget-form-header { font-size:0.75rem; }
#ud8FrLiAUgEJRedETPX7yf5wDGbGmdQs .widget-regular-label { height:auto;display:block;font-family:raleway;font-size:0.9375rem;font-weight:bold;color:#ffffff;width:25.125rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:center;text-align-last:center; }
#ud8FrLiAUgEJRedETPX7yf5wDGbGmdQs .widget-input-text { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(255,255,255,0.5);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:25.125rem;box-sizing:border-box;height:2.5625rem;color:#ffffff;font-size:0.875rem;overflow:hidden;font-family:raleway;vertical-align:top;text-align:center;text-align-last:center; }
#ud8FrLiAUgEJRedETPX7yf5wDGbGmdQs .widget-input-text {padding-top: 0; padding-bottom: 0;}#ud8FrLiAUgEJRedETPX7yf5wDGbGmdQs .widget-textarea { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(255,255,255,0.5);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:25.125rem;box-sizing:border-box;height:4.375rem;color:#ffffff;font-size:0.875rem;overflow:hidden;font-family:raleway;vertical-align:top;text-align:center;text-align-last:center; }
#ud8FrLiAUgEJRedETPX7yf5wDGbGmdQs .widget-input-select { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(255,255,255,0.5);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:25.125rem;box-sizing:border-box;height:2.5rem;color:#ffffff;font-family:raleway;font-size:0.875rem;overflow:hidden;vertical-align:top;text-align:center;text-align-last:center; }
#ud8FrLiAUgEJRedETPX7yf5wDGbGmdQs .widget-input-select {padding-top: 0; padding-bottom: 0;}#ud8FrLiAUgEJRedETPX7yf5wDGbGmdQs .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#ud8FrLiAUgEJRedETPX7yf5wDGbGmdQs .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#ud8FrLiAUgEJRedETPX7yf5wDGbGmdQs .widget-input-button { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:transparent;background-image: -webkit-linear-gradient(13deg, #8c209d, #ff3fbe);background-image: -moz-linear-gradient(13deg, #8c209d, #ff3fbe);background-image: -ms-linear-gradient(13deg, #8c209d, #ff3fbe);background-image: -o-linear-gradient(13deg, #8c209d, #ff3fbe);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c209d', endColorstr='#ff3fbe' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c209d', endColorstr='#ff3fbe' );";background-image: linear-gradient(13deg, #8c209d, #ff3fbe);background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.75rem;font-weight:bold;color:#ffffff;width:25.125rem;height:4.375rem;font-family:raleway;overflow:hidden;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(0,0,0,0.21) ;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5); }
#ud8FrLiAUgEJRedETPX7yf5wDGbGmdQs [class*="-text"]:-moz-placeholder { color:#ffffff;font-family:raleway;font-size:0.875rem; }
#ud8FrLiAUgEJRedETPX7yf5wDGbGmdQs [class*="-text"]::-moz-placeholder { color:#ffffff;font-family:raleway;font-size:0.875rem; }
#ud8FrLiAUgEJRedETPX7yf5wDGbGmdQs [class*="-text"]:-ms-input-placeholder { color:#ffffff;font-family:raleway;font-size:0.875rem; }
#ud8FrLiAUgEJRedETPX7yf5wDGbGmdQs [class*="-text"]::-webkit-input-placeholder { color:#ffffff;font-family:raleway;font-size:0.875rem; }
#ud8FrLiAUgEJRedETPX7yf5wDGbGmdQs .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:raleway;line-height:1.3;font-size:0.625rem;font-weight:300;color:#ffffff;vertical-align:top;width:23.9375rem;overflow:hidden;font-style:normal;float:none; }
#ud8FrLiAUgEJRedETPX7yf5wDGbGmdQs .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#ud8FrLiAUgEJRedETPX7yf5wDGbGmdQs .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.3125rem;vertical-align:middle;font-family:raleway;font-size:0.75rem;font-weight:700;color:#ffffff;overflow:hidden;font-style:normal;line-height:1.6;float:none; }
#ud8FrLiAUgEJRedETPX7yf5wDGbGmdQs .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#ud8FrLiAUgEJRedETPX7yf5wDGbGmdQs .widget-container:first-of-type{padding-top:0;}#ud8FrLiAUgEJRedETPX7yf5wDGbGmdQs .widget-container:last-of-type{padding-bottom:0;}#ud8FrLiAUgEJRedETPX7yf5wDGbGmdQs  { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #11162f, #2e117d);background-image: -moz-linear-gradient(180deg, #11162f, #2e117d);background-image: -ms-linear-gradient(180deg, #11162f, #2e117d);background-image: -o-linear-gradient(180deg, #11162f, #2e117d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#11162f', endColorstr='#2e117d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#11162f', endColorstr='#2e117d' );";background-image: linear-gradient(180deg, #11162f, #2e117d);background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25.125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left: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: 0.0625rem 0.625rem 1.875rem rgba(46,17,125,0.5) ;font-size:0.75rem;left:24.812501907349rem;top:13.5rem;z-index:100021;position:absolute; }
#ud8FrLiAUgEJRedETPX7yf5wDGbGmdQs .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:25.125rem;display:block;vertical-align:top; }
#ud8FrLiAUgEJRedETPX7yf5wDGbGmdQs .widget-info-text { display:block;height:auto;font-family:raleway;font-size:0.625rem;line-height:1.1;font-weight:400;color:#ffffff;vertical-align:top;overflow:hidden;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#ud8FrLiAUgEJRedETPX7yf5wDGbGmdQs {display:block;}#ud8FrLiAUgEJRedETPX7yf5wDGbGmdQs { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #11162f, #2e117d);background-image: -moz-linear-gradient(180deg, #11162f, #2e117d);background-image: -ms-linear-gradient(180deg, #11162f, #2e117d);background-image: -o-linear-gradient(180deg, #11162f, #2e117d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#11162f', endColorstr='#2e117d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#11162f', endColorstr='#2e117d' );";background-image: linear-gradient(180deg, #11162f, #2e117d);background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25.125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left: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: 0.0625rem 0.625rem 1.875rem rgba(46,17,125,0.5) ;font-size:0.75rem;left:24.812501907349rem;top:13.5rem;z-index:100021;position:absolute; }
#ud8FrLiAUgEJRedETPX7yf5wDGbGmdQs #MSm6IfVJ3XHCwgJXpAZFtIPPI3EtCvMc { position:relative; }
#ud8FrLiAUgEJRedETPX7yf5wDGbGmdQs #sEpTdF7HMHaNxIKomO8LuGDTOcWd21II { position:relative; }
#ud8FrLiAUgEJRedETPX7yf5wDGbGmdQs #iFnJ8WFiRfImy5MRUPnXCnX3UiGn5n07 { position:relative; }
#ud8FrLiAUgEJRedETPX7yf5wDGbGmdQs #KMfiLWBuvWaZq10aXL4oeOgfHJ6cxEzr { position:relative; }
#ud8FrLiAUgEJRedETPX7yf5wDGbGmdQs #uCziT9o2C4KG04JB5LT1TeWnTvqflAmb { position:relative; }
#ud8FrLiAUgEJRedETPX7yf5wDGbGmdQs #oKtbRzs9QHcxN71IxurA1SkBhDtxFxab { position:relative; }
#ud8FrLiAUgEJRedETPX7yf5wDGbGmdQs #a6CyuVJwfSHo42Zc14OoWFt4z6RkN11c { position:relative; }
#ud8FrLiAUgEJRedETPX7yf5wDGbGmdQs #HExF0MnNMtZqBd6Rl4emVrnJV8Q79Sgg { position:relative; }
#ud8FrLiAUgEJRedETPX7yf5wDGbGmdQs #iSxuiEtcFCOU2op2A0Uw57gqg9MXegrJ { position:relative; }
#ud8FrLiAUgEJRedETPX7yf5wDGbGmdQs #G1mbZVN9wkQAcXChK82zXpiCxP4gTUkv { position:relative; }
#ud8FrLiAUgEJRedETPX7yf5wDGbGmdQs #oHQIf4QPw3ohx5dfVb82cezZVUSBn04y { position:relative; }
#ud8FrLiAUgEJRedETPX7yf5wDGbGmdQs #hTn09wnQdcWRwDGrm7psc9J3Toe0PfnT { position:relative; }
#ud8FrLiAUgEJRedETPX7yf5wDGbGmdQs #ePnMkn7zQBzrkVKlkoFIzWqZrgAeP2ix { position:relative; }
#ud8FrLiAUgEJRedETPX7yf5wDGbGmdQs #gUZhasfHTTf4GaaBIoJATNqx5RbnqB9r { position:relative; }
#I0hoN3mBDqezCQL1REGyCvMkPo1BRREd { position:relative;display:block; }#I0hoN3mBDqezCQL1REGyCvMkPo1BRREd { background-color: transparent; background-image: none; }#I0hoN3mBDqezCQL1REGyCvMkPo1BRREd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I0hoN3mBDqezCQL1REGyCvMkPo1BRREd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I0hoN3mBDqezCQL1REGyCvMkPo1BRREd > .row .container > .video-iframe-container { display: none; }#I0hoN3mBDqezCQL1REGyCvMkPo1BRREd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I0hoN3mBDqezCQL1REGyCvMkPo1BRREd > .row > .video-iframe-container { display: none; }#I0hoN3mBDqezCQL1REGyCvMkPo1BRREd > .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); }#I0hoN3mBDqezCQL1REGyCvMkPo1BRREd { border-width: 0; border-radius: 0; }#I0hoN3mBDqezCQL1REGyCvMkPo1BRREd > .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:5rem;width:75rem;position:relative;display:block; }#greIdxRVMW48LK7q690LHgb3oe7XZVDk { background-color:#015bab;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.4375rem;height:2.0625rem;text-decoration:none;z-index:100001;text-align:center;text-align-last:center;top:1.4687538146973rem;left:43.687501907349rem;display:block; }
#LkRRghJlfTR9dmnhFH5L720VTGivdiJs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#VhDbCKoJLd4TaoBNUTCk000bCnaLiGR3 { color:#000000;display:block;width:21.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:1.8492202758789rem;left:19.59375rem;height:1.3rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #yUmSAiu6O68DW3fBeinhhKvG1uQztZGa { display:block; }#yUmSAiu6O68DW3fBeinhhKvG1uQztZGa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KEI0msDlFwTh0SHLOygOPp1JsAPrnAsh { top:3.375rem;left:0rem;width:47.75rem;height:10.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqxPJdoShBdVCnmhkAiBVEI7N4LAoB2N { top:19.5625rem;left:10.000001907349rem;width:27.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #x035Qt9ni4q2Mzi7C9mgLDOEdh0QZldn { display:block; }
 }@media only screen and (max-width: 763px) { #U6eGeiNEWemTPDy07tfPQ9Eyq1VqV32J { display:block; }#U6eGeiNEWemTPDy07tfPQ9Eyq1VqV32J > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HTPBRa2aof3vOswRq4T96ygq5P6alW2b { top:6.25rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3K8FXrxnubDThfHaRymr6uF4bL9Gvt3 { display:block; }#E3K8FXrxnubDThfHaRymr6uF4bL9Gvt3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KgqtJK81NycsPo2VTTpDUeze0FmbQnTP { top:5.25rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4rz4Td91Ee1iFQzyVuxm8KcMpRHPRte { top:8.625rem;left:0rem;width:36.9375rem;height:2.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSha5E1GhBpaBtyoNW1H3ZT4Glk0WrAp { top:14rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IsAqp4JaJPduiBvRmUA6MGNaEzG2OqnB { top:4.9375rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxnQVsriG25e62PcnJ5iyN1BOAaT9GL9 { top:8.3125rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1w8zzSr2FOMRVDyTr34Mhe91PUgL07h { top:14.125rem;left:0rem;width:32.125rem;height:2.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4vZtbSBw3S4S8TofgZ1E6tAifWSGQmS { top:18.1875rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxvNyXcGfEr3e7A0LznCx0bsC8s0zT2p { top:18.3125rem;left:0rem;width:15.875rem;height:2.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #soqn6GWcpBhlqm9pP0doqJqD8xKAAE8W { top:22.4375rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uoqz5mNWfqKmdvK1xnB7Oc05bk6mTqKo { top:22.5625rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vF7Lnzt7wtcmrqZ0eNBz2UhOXdtnMODA { top:26.75rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7FEDCrhoyZEFMKHPvKp2yq0PMCBTaIR { top:26.875rem;left:0rem;width:47.0625rem;height:2.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqS6BQa4IQPERWN9WahRTKk48g4BpMzg { top:31.3125rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNaLFkoKUNeDq2TeJP4XQ239BcrIpRnV { top:31.4375rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9rd9x0Sp2aBoga8oIKVPe73ovhW1VRx { top:35.6875rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ot1kUV4TaZfb75pZICudNZqqZiy8mPFG { top:35.8125rem;left:0rem;width:44.375rem;height:2.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #retmaZcrF9nLgy1K03m4r21Q2qm76FZD { top:40.125rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyqO9T9qlGsk8Qbg9v19OI67BQR7eO9Q { top:40.25rem;left:0rem;width:33.6875rem;height:2.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTQa9y40EAIwmVATpUKoXR6qqBQROF8n { display:block; }#CTQa9y40EAIwmVATpUKoXR6qqBQROF8n > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VHaX7Rnq44Ll69GO6bea56y9zJfnSBsz { top:24.875rem;left:21.93593788147rem;width:25.375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfMMtF6ys9NXEHJTJQlZ3ZocUOJ3U8o0 { top:29.25rem;left:18.99843788147rem;width:2.6875rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1INrlAKueiqam6VHfSaSn1DsMK8RV34 { top:34rem;left:9.5rem;width:38.25rem;height:3.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #flEFKqgHCchlOzKHIxDiKAKPoLgA9ImG { top:34.25rem;left:18.99843788147rem;width:2.25rem;height:5.6875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S52HzdqQ8wGUPT1RpEhFgfXLuay3v9zZ { top:28.9375rem;left:11.625rem;width:36.125rem;height:3.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBC7CknEpE0eo3pFKV6IF6923dTigT8c { top:39.3125rem;left:18.99843788147rem;width:2.25rem;height:5.6875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrLqqetqTIhbDEyCwaDqWnCLbTDHWrKs { top:39rem;left:11.6875rem;width:36.0625rem;height:3.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6S2RJDG3zBCEDB8spaO99cZu5VyFPQ2 { top:27.8125rem;left:0rem;width:23.875rem;height:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5R21Aobngt9RcRywqNB1PbzOutcRawm .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#N5R21Aobngt9RcRywqNB1PbzOutcRawm .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#N5R21Aobngt9RcRywqNB1PbzOutcRawm .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#N5R21Aobngt9RcRywqNB1PbzOutcRawm { width:18rem;height:5.0625rem;display:flex;top:30.9375rem;left:24.78125rem;z-index:100022; }
 }@media only screen and (max-width: 763px) { #N5R21Aobngt9RcRywqNB1PbzOutcRawm #inCw0QTvXoGuZvEJ9IQsKCHvvP6TLTeq { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #N5R21Aobngt9RcRywqNB1PbzOutcRawm #HBarkJGsmohTu85fmWbswWT8RB1hpVqB {  }
 }@media only screen and (max-width: 763px) { #N5R21Aobngt9RcRywqNB1PbzOutcRawm #yITgKfzfyCu3whxoXDGT2tlMv502yEk2 {  }
 }@media only screen and (max-width: 763px) { #N5R21Aobngt9RcRywqNB1PbzOutcRawm #IMda1T35AhW8NQrksv3vb3u57sCoWMWv { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #N5R21Aobngt9RcRywqNB1PbzOutcRawm #vT9mHaJOMTyi89vte2lWPNfO4bT5kSUd {  }
 }@media only screen and (max-width: 763px) { #N5R21Aobngt9RcRywqNB1PbzOutcRawm #huQXTNvUvukNQChRbpB7l3tVyCzqqsk5 {  }
 }@media only screen and (max-width: 763px) { #N5R21Aobngt9RcRywqNB1PbzOutcRawm #X9i6iPG0bqlHXKMPwpeLHOw7NAPkQZo0 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #N5R21Aobngt9RcRywqNB1PbzOutcRawm #ZC8wtionvafqLxb6OmPMX5AVCAk4l7C6 {  }
 }@media only screen and (max-width: 763px) { #N5R21Aobngt9RcRywqNB1PbzOutcRawm #ktt8ACC7IuAoXOqbQJxPl4zJovHBZ1Hn {  }
 }@media only screen and (max-width: 763px) { #N5R21Aobngt9RcRywqNB1PbzOutcRawm #rC7q5I8S0GuXTzAIggGzlT1Eawpr6x4N { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #N5R21Aobngt9RcRywqNB1PbzOutcRawm #TUFwr2qamlrAEQSAgWnuawGC1Kv8sZRv {  }
 }@media only screen and (max-width: 763px) { #N5R21Aobngt9RcRywqNB1PbzOutcRawm #xa9qXSgamOltdHZnJHz855gDgt9J43g1 {  }
 }@media only screen and (max-width: 763px) { #axMMplohwnR3onkZHBtAKK8X0cOXIVOo { top:4.0625rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2cmKkAIol8p02RZbg0rV7VXuNTQuR2k { display:block; }#T2cmKkAIol8p02RZbg0rV7VXuNTQuR2k > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MFQhB6r35m5lmvaVvT1ZLCdp8GsgDrm6 { top:2.5625rem;left:0rem;width:32.3125rem;height:6.625rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHMkkmdNGMoxp8pdb99O3K48VAxErk37 { top:13.4375rem;left:20.1875rem;width:27.5625rem;height:32.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVHihmEQHSTriVAgATOuT52ip846OrNf { top:17.1875rem;left:0rem;width:46.0625rem;height:27.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6K5M1SOg1aAVbm4hCz8A2dNQwnPXso0 { top:9.375rem;left:0.6875rem;width:14.5rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNDg1FSuWvA0k03VKTpyGVqOQKC6ZqD2 { display:block; }#xNDg1FSuWvA0k03VKTpyGVqOQKC6ZqD2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oa8sfGXmxl16cDmcrBPkwSyKFbhBAeCq { top:3.6875rem;left:7.84375rem;width:34.3125rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ud8FrLiAUgEJRedETPX7yf5wDGbGmdQs .widget-regular-label { width:25.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ud8FrLiAUgEJRedETPX7yf5wDGbGmdQs .widget-input-text { width:25.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ud8FrLiAUgEJRedETPX7yf5wDGbGmdQs .widget-input-text {padding-top: 0; padding-bottom: 0;}#ud8FrLiAUgEJRedETPX7yf5wDGbGmdQs .widget-textarea { width:25.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ud8FrLiAUgEJRedETPX7yf5wDGbGmdQs .widget-input-select { width:25.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ud8FrLiAUgEJRedETPX7yf5wDGbGmdQs .widget-input-select {padding-top: 0; padding-bottom: 0;}#ud8FrLiAUgEJRedETPX7yf5wDGbGmdQs .widget-input-button { width:25.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ud8FrLiAUgEJRedETPX7yf5wDGbGmdQs .widget-checkbox-label { width:23.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ud8FrLiAUgEJRedETPX7yf5wDGbGmdQs  { width:25.125rem;height:auto;top:13.5rem;left:11.187501907349rem; }
#ud8FrLiAUgEJRedETPX7yf5wDGbGmdQs .radio-container { width:25.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ud8FrLiAUgEJRedETPX7yf5wDGbGmdQs {display:block;}#ud8FrLiAUgEJRedETPX7yf5wDGbGmdQs { width:25.125rem;height:auto;top:13.5rem;left:11.187501907349rem; }
 }@media only screen and (max-width: 763px) { #ud8FrLiAUgEJRedETPX7yf5wDGbGmdQs #MSm6IfVJ3XHCwgJXpAZFtIPPI3EtCvMc {  }
 }@media only screen and (max-width: 763px) { #ud8FrLiAUgEJRedETPX7yf5wDGbGmdQs #sEpTdF7HMHaNxIKomO8LuGDTOcWd21II {  }
 }@media only screen and (max-width: 763px) { #ud8FrLiAUgEJRedETPX7yf5wDGbGmdQs #iFnJ8WFiRfImy5MRUPnXCnX3UiGn5n07 {  }
 }@media only screen and (max-width: 763px) { #ud8FrLiAUgEJRedETPX7yf5wDGbGmdQs #KMfiLWBuvWaZq10aXL4oeOgfHJ6cxEzr {  }
 }@media only screen and (max-width: 763px) { #ud8FrLiAUgEJRedETPX7yf5wDGbGmdQs #uCziT9o2C4KG04JB5LT1TeWnTvqflAmb {  }
 }@media only screen and (max-width: 763px) { #ud8FrLiAUgEJRedETPX7yf5wDGbGmdQs #oKtbRzs9QHcxN71IxurA1SkBhDtxFxab {  }
 }@media only screen and (max-width: 763px) { #ud8FrLiAUgEJRedETPX7yf5wDGbGmdQs #a6CyuVJwfSHo42Zc14OoWFt4z6RkN11c {  }
 }@media only screen and (max-width: 763px) { #ud8FrLiAUgEJRedETPX7yf5wDGbGmdQs #HExF0MnNMtZqBd6Rl4emVrnJV8Q79Sgg {  }
 }@media only screen and (max-width: 763px) { #ud8FrLiAUgEJRedETPX7yf5wDGbGmdQs #iSxuiEtcFCOU2op2A0Uw57gqg9MXegrJ {  }
 }@media only screen and (max-width: 763px) { #ud8FrLiAUgEJRedETPX7yf5wDGbGmdQs #G1mbZVN9wkQAcXChK82zXpiCxP4gTUkv {  }
 }@media only screen and (max-width: 763px) { #ud8FrLiAUgEJRedETPX7yf5wDGbGmdQs #oHQIf4QPw3ohx5dfVb82cezZVUSBn04y {  }
 }@media only screen and (max-width: 763px) { #ud8FrLiAUgEJRedETPX7yf5wDGbGmdQs #hTn09wnQdcWRwDGrm7psc9J3Toe0PfnT {  }
 }@media only screen and (max-width: 763px) { #ud8FrLiAUgEJRedETPX7yf5wDGbGmdQs #ePnMkn7zQBzrkVKlkoFIzWqZrgAeP2ix {  }
 }@media only screen and (max-width: 763px) { #ud8FrLiAUgEJRedETPX7yf5wDGbGmdQs #gUZhasfHTTf4GaaBIoJATNqx5RbnqB9r {  }
 }@media only screen and (max-width: 763px) { #I0hoN3mBDqezCQL1REGyCvMkPo1BRREd { display:block; }#I0hoN3mBDqezCQL1REGyCvMkPo1BRREd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #greIdxRVMW48LK7q690LHgb3oe7XZVDk { width:10.4375rem;height:2.0625rem;top:1.4375rem;left:30.062501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkRRghJlfTR9dmnhFH5L720VTGivdiJs { display:block; }
 }@media only screen and (max-width: 763px) { #VhDbCKoJLd4TaoBNUTCk000bCnaLiGR3 { top:1.8125rem;left:5.96875rem;width:21.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #yUmSAiu6O68DW3fBeinhhKvG1uQztZGa { display:block; }#yUmSAiu6O68DW3fBeinhhKvG1uQztZGa > .row .container { width:20rem;height:30.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KEI0msDlFwTh0SHLOygOPp1JsAPrnAsh { width:20rem;height:20.825rem;top:1.25rem;left:0rem;font-size:1.75rem;z-index:100014;display:block; }
 }@media only screen and (max-width: 763px) { #FqxPJdoShBdVCnmhkAiBVEI7N4LAoB2N { top:23.325rem;left:0.9375rem;width:18.125rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x035Qt9ni4q2Mzi7C9mgLDOEdh0QZldn { display:block; }
 }@media only screen and (max-width: 763px) { #U6eGeiNEWemTPDy07tfPQ9Eyq1VqV32J { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/npxXWgQ33ZQ/unsplash/glenn-carstens-peters-npxXWgQ33ZQ-photo-1486312338219-ce68d2c6f44d.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#U6eGeiNEWemTPDy07tfPQ9Eyq1VqV32J.adaptive-delivery-prevent-bg, #U6eGeiNEWemTPDy07tfPQ9Eyq1VqV32J.lazyload, #U6eGeiNEWemTPDy07tfPQ9Eyq1VqV32J.lazyloading { background-image: none; }#U6eGeiNEWemTPDy07tfPQ9Eyq1VqV32J > .row .container { background-color: transparent; background-image: none; }#U6eGeiNEWemTPDy07tfPQ9Eyq1VqV32J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U6eGeiNEWemTPDy07tfPQ9Eyq1VqV32J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U6eGeiNEWemTPDy07tfPQ9Eyq1VqV32J > .row .container > .video-iframe-container { display: none; }#U6eGeiNEWemTPDy07tfPQ9Eyq1VqV32J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U6eGeiNEWemTPDy07tfPQ9Eyq1VqV32J > .row > .video-iframe-container { display: none; }#U6eGeiNEWemTPDy07tfPQ9Eyq1VqV32J > .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); }#U6eGeiNEWemTPDy07tfPQ9Eyq1VqV32J > .row .container { width:20rem;height:13.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HTPBRa2aof3vOswRq4T96ygq5P6alW2b { width:20rem;height:5.2rem;top:4.1179685592651rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E3K8FXrxnubDThfHaRymr6uF4bL9Gvt3 { display:block; }#E3K8FXrxnubDThfHaRymr6uF4bL9Gvt3 > .row .container { width:20rem;height:102.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KgqtJK81NycsPo2VTTpDUeze0FmbQnTP { width:20rem;height:7.33125rem;top:5.625rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k4rz4Td91Ee1iFQzyVuxm8KcMpRHPRte { width:20rem;height:4.8875rem;top:18.58125rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iSha5E1GhBpaBtyoNW1H3ZT4Glk0WrAp { width:2.5rem;height:2.5rem;top:24.71875rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IsAqp4JaJPduiBvRmUA6MGNaEzG2OqnB { width:3.125rem;height:3.125rem;top:1.25rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxnQVsriG25e62PcnJ5iyN1BOAaT9GL9 { width:3.125rem;height:3.125rem;top:14.20625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1w8zzSr2FOMRVDyTr34Mhe91PUgL07h { width:20rem;height:4.4625rem;top:28.46875rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K4vZtbSBw3S4S8TofgZ1E6tAifWSGQmS { width:2.5rem;height:2.5rem;top:34.18125rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxvNyXcGfEr3e7A0LznCx0bsC8s0zT2p { width:15.875rem;height:2.23125rem;top:37.93125rem;left:2.0625rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #soqn6GWcpBhlqm9pP0doqJqD8xKAAE8W { width:2.5rem;height:2.5rem;top:41.4125rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uoqz5mNWfqKmdvK1xnB7Oc05bk6mTqKo { width:20rem;height:8.925rem;top:45.1625rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vF7Lnzt7wtcmrqZ0eNBz2UhOXdtnMODA { width:2.5rem;height:2.5rem;top:55.3375rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7FEDCrhoyZEFMKHPvKp2yq0PMCBTaIR { width:20rem;height:6.69375rem;top:59.0875rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XqS6BQa4IQPERWN9WahRTKk48g4BpMzg { width:2.5rem;height:2.5rem;top:67.03125rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNaLFkoKUNeDq2TeJP4XQ239BcrIpRnV { width:20rem;height:8.925rem;top:70.78125rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v9rd9x0Sp2aBoga8oIKVPe73ovhW1VRx { width:2.5rem;height:2.5rem;top:80.95625rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ot1kUV4TaZfb75pZICudNZqqZiy8mPFG { width:20rem;height:6.69375rem;top:84.70625rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #retmaZcrF9nLgy1K03m4r21Q2qm76FZD { width:2.5rem;height:2.5rem;top:92.65rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyqO9T9qlGsk8Qbg9v19OI67BQR7eO9Q { width:20rem;height:4.4625rem;top:96.4rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CTQa9y40EAIwmVATpUKoXR6qqBQROF8n { display:block; }#CTQa9y40EAIwmVATpUKoXR6qqBQROF8n > .row .container { width:20rem;height:64.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VHaX7Rnq44Ll69GO6bea56y9zJfnSBsz { width:20rem;height:4.875rem;top:13.87rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfMMtF6ys9NXEHJTJQlZ3ZocUOJ3U8o0 { width:2.25rem;height:2.4375rem;top:30.12rem;left:8.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1INrlAKueiqam6VHfSaSn1DsMK8RV34 { width:20rem;height:6.1875rem;top:44.9325rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #flEFKqgHCchlOzKHIxDiKAKPoLgA9ImG { width:2.25rem;height:2.4375rem;top:41.245rem;left:8.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S52HzdqQ8wGUPT1RpEhFgfXLuay3v9zZ { width:20rem;height:6.1875rem;top:33.8075rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yBC7CknEpE0eo3pFKV6IF6923dTigT8c { width:2.25rem;height:2.4375rem;top:52.37rem;left:8.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrLqqetqTIhbDEyCwaDqWnCLbTDHWrKs { width:20rem;height:6.1875rem;top:56.0575rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t6S2RJDG3zBCEDB8spaO99cZu5VyFPQ2 { width:13.3125rem;height:8.875rem;top:19.995rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5R21Aobngt9RcRywqNB1PbzOutcRawm .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#N5R21Aobngt9RcRywqNB1PbzOutcRawm .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#N5R21Aobngt9RcRywqNB1PbzOutcRawm .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#N5R21Aobngt9RcRywqNB1PbzOutcRawm { width:18rem;height:5.0625rem;display:flex;top:7.375rem;left:0.9375rem;z-index:100022; }
 }@media only screen and (max-width: 763px) { #N5R21Aobngt9RcRywqNB1PbzOutcRawm #inCw0QTvXoGuZvEJ9IQsKCHvvP6TLTeq { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #N5R21Aobngt9RcRywqNB1PbzOutcRawm #HBarkJGsmohTu85fmWbswWT8RB1hpVqB {  }
 }@media only screen and (max-width: 763px) { #N5R21Aobngt9RcRywqNB1PbzOutcRawm #yITgKfzfyCu3whxoXDGT2tlMv502yEk2 {  }
 }@media only screen and (max-width: 763px) { #N5R21Aobngt9RcRywqNB1PbzOutcRawm #IMda1T35AhW8NQrksv3vb3u57sCoWMWv { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #N5R21Aobngt9RcRywqNB1PbzOutcRawm #vT9mHaJOMTyi89vte2lWPNfO4bT5kSUd {  }
 }@media only screen and (max-width: 763px) { #N5R21Aobngt9RcRywqNB1PbzOutcRawm #huQXTNvUvukNQChRbpB7l3tVyCzqqsk5 {  }
 }@media only screen and (max-width: 763px) { #N5R21Aobngt9RcRywqNB1PbzOutcRawm #X9i6iPG0bqlHXKMPwpeLHOw7NAPkQZo0 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #N5R21Aobngt9RcRywqNB1PbzOutcRawm #ZC8wtionvafqLxb6OmPMX5AVCAk4l7C6 {  }
 }@media only screen and (max-width: 763px) { #N5R21Aobngt9RcRywqNB1PbzOutcRawm #ktt8ACC7IuAoXOqbQJxPl4zJovHBZ1Hn {  }
 }@media only screen and (max-width: 763px) { #N5R21Aobngt9RcRywqNB1PbzOutcRawm #rC7q5I8S0GuXTzAIggGzlT1Eawpr6x4N { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #N5R21Aobngt9RcRywqNB1PbzOutcRawm #TUFwr2qamlrAEQSAgWnuawGC1Kv8sZRv {  }
 }@media only screen and (max-width: 763px) { #N5R21Aobngt9RcRywqNB1PbzOutcRawm #xa9qXSgamOltdHZnJHz855gDgt9J43g1 {  }
 }@media only screen and (max-width: 763px) { #axMMplohwnR3onkZHBtAKK8X0cOXIVOo { width:20rem;height:4.875rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2cmKkAIol8p02RZbg0rV7VXuNTQuR2k { display:block; }#T2cmKkAIol8p02RZbg0rV7VXuNTQuR2k > .row .container { width:20rem;height:103.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MFQhB6r35m5lmvaVvT1ZLCdp8GsgDrm6 { width:20rem;height:7.55625rem;top:1.25rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OHMkkmdNGMoxp8pdb99O3K48VAxErk37 { width:20rem;height:23.3555rem;top:11.79296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVHihmEQHSTriVAgATOuT52ip846OrNf { width:20rem;height:64.96875rem;top:36.700002431869rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m6K5M1SOg1aAVbm4hCz8A2dNQwnPXso0 { width:14.5rem;height:1.1375rem;top:9.487500190735rem;left:2.7500001192093rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xNDg1FSuWvA0k03VKTpyGVqOQKC6ZqD2 { display:block; }#xNDg1FSuWvA0k03VKTpyGVqOQKC6ZqD2 > .row .container { width:20rem;height:34.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oa8sfGXmxl16cDmcrBPkwSyKFbhBAeCq { width:20rem;height:5.2rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ud8FrLiAUgEJRedETPX7yf5wDGbGmdQs .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ud8FrLiAUgEJRedETPX7yf5wDGbGmdQs .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ud8FrLiAUgEJRedETPX7yf5wDGbGmdQs .widget-input-text {padding-top: 0; padding-bottom: 0;}#ud8FrLiAUgEJRedETPX7yf5wDGbGmdQs .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ud8FrLiAUgEJRedETPX7yf5wDGbGmdQs .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ud8FrLiAUgEJRedETPX7yf5wDGbGmdQs .widget-input-select {padding-top: 0; padding-bottom: 0;}#ud8FrLiAUgEJRedETPX7yf5wDGbGmdQs .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ud8FrLiAUgEJRedETPX7yf5wDGbGmdQs .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ud8FrLiAUgEJRedETPX7yf5wDGbGmdQs  { width:17.5rem;height:22.125rem;top:7.7rem;left:0rem; }
#ud8FrLiAUgEJRedETPX7yf5wDGbGmdQs .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ud8FrLiAUgEJRedETPX7yf5wDGbGmdQs {display:block;}#ud8FrLiAUgEJRedETPX7yf5wDGbGmdQs { width:17.5rem;height:22.125rem;top:7.7rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ud8FrLiAUgEJRedETPX7yf5wDGbGmdQs #MSm6IfVJ3XHCwgJXpAZFtIPPI3EtCvMc {  }
 }@media only screen and (max-width: 763px) { #ud8FrLiAUgEJRedETPX7yf5wDGbGmdQs #sEpTdF7HMHaNxIKomO8LuGDTOcWd21II {  }
 }@media only screen and (max-width: 763px) { #ud8FrLiAUgEJRedETPX7yf5wDGbGmdQs #iFnJ8WFiRfImy5MRUPnXCnX3UiGn5n07 {  }
 }@media only screen and (max-width: 763px) { #ud8FrLiAUgEJRedETPX7yf5wDGbGmdQs #KMfiLWBuvWaZq10aXL4oeOgfHJ6cxEzr {  }
 }@media only screen and (max-width: 763px) { #ud8FrLiAUgEJRedETPX7yf5wDGbGmdQs #uCziT9o2C4KG04JB5LT1TeWnTvqflAmb {  }
 }@media only screen and (max-width: 763px) { #ud8FrLiAUgEJRedETPX7yf5wDGbGmdQs #oKtbRzs9QHcxN71IxurA1SkBhDtxFxab {  }
 }@media only screen and (max-width: 763px) { #ud8FrLiAUgEJRedETPX7yf5wDGbGmdQs #a6CyuVJwfSHo42Zc14OoWFt4z6RkN11c {  }
 }@media only screen and (max-width: 763px) { #ud8FrLiAUgEJRedETPX7yf5wDGbGmdQs #HExF0MnNMtZqBd6Rl4emVrnJV8Q79Sgg {  }
 }@media only screen and (max-width: 763px) { #ud8FrLiAUgEJRedETPX7yf5wDGbGmdQs #iSxuiEtcFCOU2op2A0Uw57gqg9MXegrJ {  }
 }@media only screen and (max-width: 763px) { #ud8FrLiAUgEJRedETPX7yf5wDGbGmdQs #G1mbZVN9wkQAcXChK82zXpiCxP4gTUkv {  }
 }@media only screen and (max-width: 763px) { #ud8FrLiAUgEJRedETPX7yf5wDGbGmdQs #oHQIf4QPw3ohx5dfVb82cezZVUSBn04y {  }
 }@media only screen and (max-width: 763px) { #ud8FrLiAUgEJRedETPX7yf5wDGbGmdQs #hTn09wnQdcWRwDGrm7psc9J3Toe0PfnT {  }
 }@media only screen and (max-width: 763px) { #ud8FrLiAUgEJRedETPX7yf5wDGbGmdQs #ePnMkn7zQBzrkVKlkoFIzWqZrgAeP2ix {  }
 }@media only screen and (max-width: 763px) { #ud8FrLiAUgEJRedETPX7yf5wDGbGmdQs #gUZhasfHTTf4GaaBIoJATNqx5RbnqB9r {  }
 }@media only screen and (max-width: 763px) { #I0hoN3mBDqezCQL1REGyCvMkPo1BRREd { display:block; }#I0hoN3mBDqezCQL1REGyCvMkPo1BRREd > .row .container { width:20rem;height:8.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #greIdxRVMW48LK7q690LHgb3oe7XZVDk { width:8.875rem;height:2.0625rem;top:5.1rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkRRghJlfTR9dmnhFH5L720VTGivdiJs { display:block; }
 }@media only screen and (max-width: 763px) { #VhDbCKoJLd4TaoBNUTCk000bCnaLiGR3 { width:20rem;height:2.6rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }