.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-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:#0d3744;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/10066c33-cbcb-42d7-a7b1-0fe51cf88eef/MicrosoftTeamsimage2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2.adaptive-delivery-prevent-bg, #HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2.lazyload, #HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2.lazyloading { background-image: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container { background-color: transparent; background-image: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(39,46,49,0.76); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container > .video-iframe-container { display: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(39,46,49,0.76); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row > .video-iframe-container { display: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .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); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container { border-width: 0; border-radius: 0; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row > .video-iframe-container {  }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container { width:60rem;height:53.0625rem;font-size:0.875rem;font-family:"tt hoves";position:relative;display:block; }#UTifFTDhHC3xZHkbdyLnlrcih3VoQNsm { color:#ffffff;display:block;width:34.625rem;position:absolute;font-family:"tt hoves";font-size:3.75rem;font-weight:700;z-index:100000;line-height:1;letter-spacing:0;top:13.75rem;left:0rem;height:15rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wuUb7w3coQ0TDdUOFBydufEt3I2iqRsG { position:absolute;display:block;z-index:100002;background-color:#424241;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:32.125rem;width:22.375rem;top:7.6875rem;left:37.625rem;display:block; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-form-header {  }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-regular-label { height:auto;display:block;font-family:"tt hoves";font-size:0.875rem;font-weight:bold;color:#000000;width:18.4375rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-text { background-color:rgba(255,255,255,0.15);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom: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:18.4375rem;box-sizing:border-box;height:2.9375rem;color:#ffffff;font-size:1.125rem;overflow:hidden;font-family:"tt hoves";font-weight:400;font-style:normal;line-height:1.5; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-text {padding-top: 0; padding-bottom: 0;}#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-textarea { background-color:rgba(255,255,255,0.15);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom: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:18.4375rem;box-sizing:border-box;height:4.375rem;color:#ffffff;font-size:1.125rem;overflow:hidden;font-family:"tt hoves";font-weight:400;font-style:normal;line-height:1.5; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:18.4375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"tt hoves";font-size:0.875rem;overflow:hidden; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-select {padding-top: 0; padding-bottom: 0;}#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-button { background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:5.5625rem;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.1875rem;font-weight:bold;color:#f2f9ff;width:12.875rem;height:3.4375rem;font-family:"tt hoves";overflow:hidden; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G [class*="-text"]:-moz-placeholder { color:#ffffff;font-family:"tt hoves";font-size:1.1875rem;font-weight:400;font-style:normal; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G [class*="-text"]::-moz-placeholder { color:#ffffff;font-family:"tt hoves";font-size:1.1875rem;font-weight:400;font-style:normal; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G [class*="-text"]:-ms-input-placeholder { color:#ffffff;font-family:"tt hoves";font-size:1.1875rem;font-weight:400;font-style:normal; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G [class*="-text"]::-webkit-input-placeholder { color:#ffffff;font-family:"tt hoves";font-size:1.1875rem;font-weight:400;font-style:normal; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .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:"tt hoves";line-height:1.7;font-size:0.75rem;font-weight:300;color:rgba(255,255,255,0.8);vertical-align:top;width:17rem;overflow:hidden;font-style:normal; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .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; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"tt hoves";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-container:first-of-type{padding-top:0;}#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-container:last-of-type{padding-bottom:0;}#aAVkgx4tvn3euaGfRUrANex9nsZDd61G  { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100005;position:absolute;top:16.1875rem;left:38.34375rem; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:18.4375rem; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-info-text { display:block;height:auto;font-family:"tt hoves";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G {display:block;}#aAVkgx4tvn3euaGfRUrANex9nsZDd61G { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100005;position:absolute;top:16.1875rem;left:38.34375rem; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #Vbs3eFzin3PBq9WJcI5PUFHX4l3h28b2 { position:relative; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #dIOd8SQn0ypsGbxQKnHeJsvLZGFlEvS1 { position:relative; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #AVpxt7hOqtAXro2tqCqNms2JFnmidt1o { position:relative; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #Z9n9AeD5E4zDm5nTII8LUyyWGkuug8MU { position:relative; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #HvduCCnQQ27grle2soHUpTppUdUuIEpp { position:relative; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #E4tVWrdxDWXdz90L8zzR7FCJlbURiWqG { position:relative; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #IpBQn9QXZWTPJ9ZWOPT5klF7DnR5hBn6 { position:relative; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #TCElw2Wg4srpfkSRRkQbQLfWuZsSZLVz { position:relative; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #Dri2pCnGpIIBgEEpUMTaozVASxEcwOa7 { position:relative; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #fuB5TZsLbCSnOOXv3wJVO0kAF1uC1F0w { position:relative; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #QbKo3TPR6krT7KAVPQTTfSnvT3bA1WSZ { position:relative; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #OTkRW685Msn5OiT9Vw6xpx8303e1ooSE { position:relative; }
#qNLQADRNsT0vLmxzCV6tTkURT0qd7oqX { position:relative;display:block; }
#wdR5piUIWl9tndLTG1rJJfWkbgA337QD { position:relative;display:block; }
#NGsD0ZHkznTq3sKzhk0yQcd7rRR5nT2z { position:relative;display:block; }
#DZlut6p0M3tBkgaV50PWoXZMeyJhCKmv { position:relative;display:block; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #lhCB4VNrbIFhuvlfZwwdb89EnkG8w7xB { position:relative; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #RUTLGocRyftspbo16ShN72Xr7s27wV5n { position:relative; }
#E94kapTJsJm7rJfAtKRx9en1O8TlGoFe { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.5625rem;width:1.5625rem;top:48.5625rem;left:29.625rem;overflow:hidden;display:block; }
#xFH7ehte7Tq9WfgTmk2QxibcEU5GDdOd { background-color:rgba(0,0,0,0);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:"tt hoves";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.625rem;height:1.3125rem;text-decoration:none;z-index:100008;text-align:center;text-align-last:center;top:45.9375rem;left:27.0625rem;display:block; }
#dpmsxKxvsKA7axTFm2At3pppycdJgFGc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Dx7Ge1hq5ysuEsRT6TWXBLerctz0VDLv { position:absolute;display:block;z-index:100006;background-color:#ffffff;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;height:6.875rem;width:22.375rem;top:7.6875rem;left:37.625rem;display:block; }
#ry5woDg1WAMRlmtPm0luuOkLMHBUudO9 { color:#ffffff;display:block;width:10.75rem;position:absolute;font-family:"tt hoves";font-size:1.125rem;font-weight:300;z-index:100002;line-height:1.6;letter-spacing:0;top:36.375rem;left:4.25rem;height:3.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QcgcEST1A63MPpOTCJEeZPK6vLqE5LQ3 { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.375rem;width:2.375rem;top:36.9375rem;left:0rem;overflow:hidden;display:block; }
#iv9qNIxTZ1Zy4EISZLDfDt7tSPtKw89I { color:#ffffff;display:block;width:13.75rem;position:absolute;font-family:"tt hoves";font-size:1.125rem;font-weight:300;z-index:100005;line-height:1.6;letter-spacing:0;top:36.374349594116rem;left:20.000000953674rem;height:3.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cQw0olhxu82LKbdNXrVrFd4dzEOUSleI { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.375rem;width:2.375rem;top:36.8125rem;left:15.9375rem;overflow:hidden;display:block; }
#lX4MtiXEms6buB81sfUUKNJTgStkdzGz { position:absolute;display:block;z-index:100014;background-color:rgba(255,255,255,0.6);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;height:2.875rem;width:0.125rem;top:36.6875rem;left:13.25rem;display:block; }
#G49o6ndJtbFmTpuo9Wx9Qcg1Bdbox3K2 { position:absolute;display:block;z-index:100023;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.3125rem;width:12.9375rem;top:9.96875rem;left:42.34375rem;overflow:hidden;display:block; }
#pnfzno5J190StLZk6MIXloZmv4paLPed { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#pnfzno5J190StLZk6MIXloZmv4paLPed > .row .container { background-color: transparent; background-image: none; }#pnfzno5J190StLZk6MIXloZmv4paLPed::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pnfzno5J190StLZk6MIXloZmv4paLPed > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pnfzno5J190StLZk6MIXloZmv4paLPed > .row .container > .video-iframe-container { display: none; }#pnfzno5J190StLZk6MIXloZmv4paLPed > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pnfzno5J190StLZk6MIXloZmv4paLPed > .row > .video-iframe-container { display: none; }#pnfzno5J190StLZk6MIXloZmv4paLPed > .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); }#pnfzno5J190StLZk6MIXloZmv4paLPed > .row .container { border-width: 0; border-radius: 0; }#pnfzno5J190StLZk6MIXloZmv4paLPed > .row > .video-iframe-container {  }#pnfzno5J190StLZk6MIXloZmv4paLPed > .row .container { font-size:0.875rem;font-family:"tt hoves";height:21rem;width:60rem;position:relative;display:block; }#RVHmow2ep5NPmWCJXcoiVBTLqfhTdptF { color:#050b26;display:block;width:60rem;position:absolute;font-family:"tt hoves";font-size:1.125rem;font-weight:400;z-index:100004;line-height:1.8;letter-spacing:0;top:8.4375rem;left:0rem;height:6.07470625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OsS6owN8f5TZFBJNOR74rGTKx9SOikHX { color:#050b26;display:block;width:59.875rem;position:absolute;font-family:"tt hoves";font-size:2.375rem;font-weight:700;z-index:100003;line-height:1;letter-spacing:0;top:4.375rem;left:0.125rem;height:2.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TSCA1JFNqOtGToWgkZlw5WVNTAOBQU6m { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8ff;background-image:none;position:relative;display:block; }#TSCA1JFNqOtGToWgkZlw5WVNTAOBQU6m > .row .container { background-color: transparent; background-image: none; }#TSCA1JFNqOtGToWgkZlw5WVNTAOBQU6m::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TSCA1JFNqOtGToWgkZlw5WVNTAOBQU6m > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TSCA1JFNqOtGToWgkZlw5WVNTAOBQU6m > .row .container > .video-iframe-container { display: none; }#TSCA1JFNqOtGToWgkZlw5WVNTAOBQU6m > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TSCA1JFNqOtGToWgkZlw5WVNTAOBQU6m > .row > .video-iframe-container { display: none; }#TSCA1JFNqOtGToWgkZlw5WVNTAOBQU6m > .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); }#TSCA1JFNqOtGToWgkZlw5WVNTAOBQU6m > .row .container { border-width: 0; border-radius: 0; }#TSCA1JFNqOtGToWgkZlw5WVNTAOBQU6m > .row > .video-iframe-container {  }#TSCA1JFNqOtGToWgkZlw5WVNTAOBQU6m > .row .container { font-size:0.875rem;font-family:"open sans";height:16.1875rem;width:60rem;position:relative;display:block; }#BtxFSU2ahJuNsDbszVOl2plzbmAnkyWX { color:#000000;display:block;width:23rem;position:absolute;font-family:"open sans";font-size:2.625rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:4rem;left:0rem;height:3.4125rem;font-style:normal;display:block; }
#tS61UIRH54a9RvusFRrP8Z6TkMCVOeBq { color:#000000;display:block;width:23rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:2.6072883605957rem;left:0.0010414123535156rem;height:1.4625rem;font-style:normal;display:block; }
#EaKAwOpHl5slTvPwHTGxrH6CkMQw32wB { position:absolute;display:block;z-index:100007;background-color:#315d6d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;height:0.375rem;width:8.25rem;top:9.0625rem;left:0rem;display:block; }
#R8TTezzJ95SV6eAJi4FdZW3ue69nrwDK { color:#000000;display:block;width:33.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:11.742973327637rem;left:0rem;height:1.3rem;font-style:normal;display:block; }
#E0PzDET19mfuTbm1uQMmrS2FkwFshO1n { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8ff;background-image:none;position:relative;display:block; }#E0PzDET19mfuTbm1uQMmrS2FkwFshO1n > .row .container { background-color: transparent; background-image: none; }#E0PzDET19mfuTbm1uQMmrS2FkwFshO1n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E0PzDET19mfuTbm1uQMmrS2FkwFshO1n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E0PzDET19mfuTbm1uQMmrS2FkwFshO1n > .row .container > .video-iframe-container { display: none; }#E0PzDET19mfuTbm1uQMmrS2FkwFshO1n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E0PzDET19mfuTbm1uQMmrS2FkwFshO1n > .row > .video-iframe-container { display: none; }#E0PzDET19mfuTbm1uQMmrS2FkwFshO1n > .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); }#E0PzDET19mfuTbm1uQMmrS2FkwFshO1n > .row .container { border-width: 0; border-radius: 0; }#E0PzDET19mfuTbm1uQMmrS2FkwFshO1n > .row > .video-iframe-container {  }#E0PzDET19mfuTbm1uQMmrS2FkwFshO1n > .row .container { font-size:0.875rem;font-family:"open sans";height:6.3125rem;width:60rem;position:relative;display:block; }#SP7kDx1bZ4VQBzfhSSLr3O9OEMJdpITu { color:#000000;display:block;width:44.625rem;position:absolute;font-family:"tt hoves";font-size:1rem;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:2.505859375rem;left:14.375rem;height:1.29980625rem;font-style:normal;display:block; }
#vu8xZXB6IlK85dL31M4ks93FFZ1k7equ { position:absolute;display:block;z-index:99999;background-color:#ff6554;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;height:51rem;width:0.9375rem;top:2.50537109375rem;left:0.53125rem;display:block; }
#IdCborhizCx2F9rw3QiQkzk9KbUUyK72 { position:absolute;display:block;z-index:100040;background-color:transparent;background-image: -webkit-linear-gradient(146deg, #ff6554, #ffbbb5);background-image: -moz-linear-gradient(146deg, #ff6554, #ffbbb5);background-image: -ms-linear-gradient(146deg, #ff6554, #ffbbb5);background-image: -o-linear-gradient(146deg, #ff6554, #ffbbb5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6554', endColorstr='#ffbbb5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6554', endColorstr='#ffbbb5' );";background-image: linear-gradient(146deg, #ff6554, #ffbbb5);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:1.875rem;width:1.875rem;top:2.21875rem;left:0.03125rem;display:block; }
#a31OUm3KmffQ0xN1eRBSTdIWMDntLWFr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8ff;background-image:none;position:relative;display:block; }#a31OUm3KmffQ0xN1eRBSTdIWMDntLWFr > .row .container { background-color: transparent; background-image: none; }#a31OUm3KmffQ0xN1eRBSTdIWMDntLWFr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a31OUm3KmffQ0xN1eRBSTdIWMDntLWFr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a31OUm3KmffQ0xN1eRBSTdIWMDntLWFr > .row .container > .video-iframe-container { display: none; }#a31OUm3KmffQ0xN1eRBSTdIWMDntLWFr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a31OUm3KmffQ0xN1eRBSTdIWMDntLWFr > .row > .video-iframe-container { display: none; }#a31OUm3KmffQ0xN1eRBSTdIWMDntLWFr > .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); }#a31OUm3KmffQ0xN1eRBSTdIWMDntLWFr > .row .container { border-width: 0; border-radius: 0; }#a31OUm3KmffQ0xN1eRBSTdIWMDntLWFr > .row > .video-iframe-container {  }#a31OUm3KmffQ0xN1eRBSTdIWMDntLWFr > .row .container { font-size:0.875rem;font-family:"open sans";height:6.3125rem;width:60rem;position:relative;display:block; }#q6Pc5onKy2nfPGKzcHcCfWR19796CG47 { color:#000000;display:block;width:40.4375rem;position:absolute;font-family:"tt hoves";font-size:1rem;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:2.5054693222046rem;left:14.25rem;height:1.29980625rem;font-style:normal;display:block; }
#P3K1v2h9fAbN0gFFXclUlMsAVy0iT4wy { position:absolute;display:block;z-index:100042;background-color:transparent;background-image: -webkit-linear-gradient(146deg, #ff6554, #ffbbb5);background-image: -moz-linear-gradient(146deg, #ff6554, #ffbbb5);background-image: -ms-linear-gradient(146deg, #ff6554, #ffbbb5);background-image: -o-linear-gradient(146deg, #ff6554, #ffbbb5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6554', endColorstr='#ffbbb5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6554', endColorstr='#ffbbb5' );";background-image: linear-gradient(146deg, #ff6554, #ffbbb5);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:1.875rem;width:1.875rem;top:2.15625rem;left:0.0625rem;display:block; }
#QDkd7QSl3A19BsTINMgL1NH9xMEzkdsa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8ff;background-image:none;position:relative;display:block; }#QDkd7QSl3A19BsTINMgL1NH9xMEzkdsa > .row .container { background-color: transparent; background-image: none; }#QDkd7QSl3A19BsTINMgL1NH9xMEzkdsa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QDkd7QSl3A19BsTINMgL1NH9xMEzkdsa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QDkd7QSl3A19BsTINMgL1NH9xMEzkdsa > .row .container > .video-iframe-container { display: none; }#QDkd7QSl3A19BsTINMgL1NH9xMEzkdsa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QDkd7QSl3A19BsTINMgL1NH9xMEzkdsa > .row > .video-iframe-container { display: none; }#QDkd7QSl3A19BsTINMgL1NH9xMEzkdsa > .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); }#QDkd7QSl3A19BsTINMgL1NH9xMEzkdsa > .row .container { border-width: 0; border-radius: 0; }#QDkd7QSl3A19BsTINMgL1NH9xMEzkdsa > .row > .video-iframe-container {  }#QDkd7QSl3A19BsTINMgL1NH9xMEzkdsa > .row .container { font-size:0.875rem;font-family:"open sans";height:6.3125rem;width:60rem;position:relative;display:block; }#Otw6RyFsuw6GcAtcnAQ72y5UyvtKSXwJ { color:#000000;display:block;width:45.125rem;position:absolute;font-family:"tt hoves";font-size:1rem;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:2.5054683685302rem;left:14.125rem;height:1.29980625rem;font-style:normal;display:block; }
#pOmRdrxTLmNmw783uqxwJwqvV2l86fIX { position:absolute;display:block;z-index:100044;background-color:transparent;background-image: -webkit-linear-gradient(146deg, #ff6554, #ffbbb5);background-image: -moz-linear-gradient(146deg, #ff6554, #ffbbb5);background-image: -ms-linear-gradient(146deg, #ff6554, #ffbbb5);background-image: -o-linear-gradient(146deg, #ff6554, #ffbbb5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6554', endColorstr='#ffbbb5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6554', endColorstr='#ffbbb5' );";background-image: linear-gradient(146deg, #ff6554, #ffbbb5);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:1.875rem;width:1.875rem;top:2.21875rem;left:0.0625rem;display:block; }
#fDSopqxC63kLiHFqTmNozyhqIwiJyQRy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8ff;background-image:none;position:relative;display:block; }#fDSopqxC63kLiHFqTmNozyhqIwiJyQRy > .row .container { background-color: transparent; background-image: none; }#fDSopqxC63kLiHFqTmNozyhqIwiJyQRy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fDSopqxC63kLiHFqTmNozyhqIwiJyQRy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fDSopqxC63kLiHFqTmNozyhqIwiJyQRy > .row .container > .video-iframe-container { display: none; }#fDSopqxC63kLiHFqTmNozyhqIwiJyQRy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fDSopqxC63kLiHFqTmNozyhqIwiJyQRy > .row > .video-iframe-container { display: none; }#fDSopqxC63kLiHFqTmNozyhqIwiJyQRy > .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); }#fDSopqxC63kLiHFqTmNozyhqIwiJyQRy > .row .container { border-width: 0; border-radius: 0; }#fDSopqxC63kLiHFqTmNozyhqIwiJyQRy > .row > .video-iframe-container {  }#fDSopqxC63kLiHFqTmNozyhqIwiJyQRy > .row .container { font-size:0.875rem;font-family:"open sans";height:6.4375rem;width:60rem;position:relative;display:block; }#hGWzCHH3neOeXTzNdWbKgsHXfzCt03ee { color:#000000;display:block;width:45.5rem;position:absolute;font-family:"tt hoves";font-size:1rem;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:2.568359375rem;left:14.5rem;height:1.29980625rem;font-style:normal;display:block; }
#cThrWBshLONXwVw3qZtDd2ouItCercmC { position:absolute;display:block;z-index:100043;background-color:transparent;background-image: -webkit-linear-gradient(146deg, #ff6554, #ffbbb5);background-image: -moz-linear-gradient(146deg, #ff6554, #ffbbb5);background-image: -ms-linear-gradient(146deg, #ff6554, #ffbbb5);background-image: -o-linear-gradient(146deg, #ff6554, #ffbbb5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6554', endColorstr='#ffbbb5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6554', endColorstr='#ffbbb5' );";background-image: linear-gradient(146deg, #ff6554, #ffbbb5);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:1.875rem;width:1.875rem;top:1.71875rem;left:0rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 { display:block; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UTifFTDhHC3xZHkbdyLnlrcih3VoQNsm { width:34.625rem;height:15rem;top:13.75rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wuUb7w3coQ0TDdUOFBydufEt3I2iqRsG { width:22.375rem;height:32.125rem;top:7.6875rem;left:25.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-regular-label { width:21.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-text { width:21.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-text {padding-top: 0; padding-bottom: 0;}#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-textarea { width:21.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-select { width:21.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-select {padding-top: 0; padding-bottom: 0;}#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-button { width:15.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:3.25rem; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-checkbox-label { width:20.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G  { width:21.5625rem;height:auto;top:31.6875rem;left:11.7490234375rem; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .radio-container { width:21.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G {display:block;}#aAVkgx4tvn3euaGfRUrANex9nsZDd61G { width:21.5625rem;height:auto;top:31.6875rem;left:11.7490234375rem; }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #Vbs3eFzin3PBq9WJcI5PUFHX4l3h28b2 {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #dIOd8SQn0ypsGbxQKnHeJsvLZGFlEvS1 {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #AVpxt7hOqtAXro2tqCqNms2JFnmidt1o {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #Z9n9AeD5E4zDm5nTII8LUyyWGkuug8MU {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #HvduCCnQQ27grle2soHUpTppUdUuIEpp {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #E4tVWrdxDWXdz90L8zzR7FCJlbURiWqG {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #IpBQn9QXZWTPJ9ZWOPT5klF7DnR5hBn6 {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #TCElw2Wg4srpfkSRRkQbQLfWuZsSZLVz {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #Dri2pCnGpIIBgEEpUMTaozVASxEcwOa7 {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #fuB5TZsLbCSnOOXv3wJVO0kAF1uC1F0w {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #QbKo3TPR6krT7KAVPQTTfSnvT3bA1WSZ {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #OTkRW685Msn5OiT9Vw6xpx8303e1ooSE {  }
 }@media only screen and (max-width: 763px) { #qNLQADRNsT0vLmxzCV6tTkURT0qd7oqX { display:block; }
 }@media only screen and (max-width: 763px) { #wdR5piUIWl9tndLTG1rJJfWkbgA337QD { display:block; }
 }@media only screen and (max-width: 763px) { #NGsD0ZHkznTq3sKzhk0yQcd7rRR5nT2z { display:block; }
 }@media only screen and (max-width: 763px) { #DZlut6p0M3tBkgaV50PWoXZMeyJhCKmv { display:block; }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #lhCB4VNrbIFhuvlfZwwdb89EnkG8w7xB {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #RUTLGocRyftspbo16ShN72Xr7s27wV5n {  }
 }@media only screen and (max-width: 763px) { #E94kapTJsJm7rJfAtKRx9en1O8TlGoFe { width:1.5625rem;height:1.5625rem;top:48.5625rem;left:23.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFH7ehte7Tq9WfgTmk2QxibcEU5GDdOd { width:6.625rem;height:1.3125rem;top:45.9375rem;left:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpmsxKxvsKA7axTFm2At3pppycdJgFGc { display:block; }
 }@media only screen and (max-width: 763px) { #Dx7Ge1hq5ysuEsRT6TWXBLerctz0VDLv { width:22.375rem;height:6.875rem;top:7.6875rem;left:25.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ry5woDg1WAMRlmtPm0luuOkLMHBUudO9 { width:10.75rem;height:3.5625rem;top:36.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcgcEST1A63MPpOTCJEeZPK6vLqE5LQ3 { width:2.375rem;height:2.375rem;top:36.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iv9qNIxTZ1Zy4EISZLDfDt7tSPtKw89I { width:13.75rem;height:3.5625rem;top:36.3125rem;left:13.875000953674rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQw0olhxu82LKbdNXrVrFd4dzEOUSleI { width:2.375rem;height:2.375rem;top:36.8125rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lX4MtiXEms6buB81sfUUKNJTgStkdzGz { width:0.125rem;height:2.875rem;top:36.6875rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G49o6ndJtbFmTpuo9Wx9Qcg1Bdbox3K2 { top:9.9375rem;left:34.8125rem;width:12.9375rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnfzno5J190StLZk6MIXloZmv4paLPed { display:block; }#pnfzno5J190StLZk6MIXloZmv4paLPed > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RVHmow2ep5NPmWCJXcoiVBTLqfhTdptF { width:47.75rem;height:6.0625rem;top:8.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsS6owN8f5TZFBJNOR74rGTKx9SOikHX { width:47.75rem;height:2.375rem;top:4.375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSCA1JFNqOtGToWgkZlw5WVNTAOBQU6m { display:block; }#TSCA1JFNqOtGToWgkZlw5WVNTAOBQU6m > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BtxFSU2ahJuNsDbszVOl2plzbmAnkyWX { top:4rem;left:0rem;width:23rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tS61UIRH54a9RvusFRrP8Z6TkMCVOeBq { top:2.5625rem;left:0rem;width:23rem;height:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EaKAwOpHl5slTvPwHTGxrH6CkMQw32wB { top:9.0625rem;left:0rem;width:8.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8TTezzJ95SV6eAJi4FdZW3ue69nrwDK { top:11.6875rem;left:0rem;width:33.625rem;height:1.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0PzDET19mfuTbm1uQMmrS2FkwFshO1n { display:block; }#E0PzDET19mfuTbm1uQMmrS2FkwFshO1n > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SP7kDx1bZ4VQBzfhSSLr3O9OEMJdpITu { top:2.5rem;left:3.125rem;width:44.625rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vu8xZXB6IlK85dL31M4ks93FFZ1k7equ { top:2.5rem;left:0rem;width:0.9375rem;height:51rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdCborhizCx2F9rw3QiQkzk9KbUUyK72 { top:2.1875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a31OUm3KmffQ0xN1eRBSTdIWMDntLWFr { display:block; }#a31OUm3KmffQ0xN1eRBSTdIWMDntLWFr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q6Pc5onKy2nfPGKzcHcCfWR19796CG47 { top:2.5rem;left:7.3125rem;width:40.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3K1v2h9fAbN0gFFXclUlMsAVy0iT4wy { top:2.1875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDkd7QSl3A19BsTINMgL1NH9xMEzkdsa { display:block; }#QDkd7QSl3A19BsTINMgL1NH9xMEzkdsa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Otw6RyFsuw6GcAtcnAQ72y5UyvtKSXwJ { top:2.5rem;left:2.625rem;width:45.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOmRdrxTLmNmw783uqxwJwqvV2l86fIX { top:2.25rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDSopqxC63kLiHFqTmNozyhqIwiJyQRy { display:block; }#fDSopqxC63kLiHFqTmNozyhqIwiJyQRy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hGWzCHH3neOeXTzNdWbKgsHXfzCt03ee { top:2.5625rem;left:2.25rem;width:45.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cThrWBshLONXwVw3qZtDd2ouItCercmC { top:1.6875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 { background-color:transparent;background-image:none;display:block; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container { background-color: transparent; background-image: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container > .video-iframe-container { display: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row > .video-iframe-container { display: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .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); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container { width:20rem;height:71.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UTifFTDhHC3xZHkbdyLnlrcih3VoQNsm { width:17.8125rem;height:9rem;top:5.5rem;left:1.125rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #wuUb7w3coQ0TDdUOFBydufEt3I2iqRsG { width:20rem;height:23.8125rem;top:34.53125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.875rem; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-text {padding-top: 0; padding-bottom: 0;}#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-select {padding-top: 0; padding-bottom: 0;}#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-button { width:12.25rem;margin-top:0.25rem;margin-right:2.625rem;margin-bottom:0.25rem;margin-left:2.625rem;height:2.875rem;font-size:1rem;overflow:hidden; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-checkbox-label { width:16.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G  { width:17.5rem;height:auto;top:35.4375rem;left:0rem; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G {display:block;}#aAVkgx4tvn3euaGfRUrANex9nsZDd61G { width:17.5rem;height:auto;top:35.4375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #Vbs3eFzin3PBq9WJcI5PUFHX4l3h28b2 {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #dIOd8SQn0ypsGbxQKnHeJsvLZGFlEvS1 {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #AVpxt7hOqtAXro2tqCqNms2JFnmidt1o {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #Z9n9AeD5E4zDm5nTII8LUyyWGkuug8MU {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #HvduCCnQQ27grle2soHUpTppUdUuIEpp {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #E4tVWrdxDWXdz90L8zzR7FCJlbURiWqG {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #IpBQn9QXZWTPJ9ZWOPT5klF7DnR5hBn6 {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #TCElw2Wg4srpfkSRRkQbQLfWuZsSZLVz {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #Dri2pCnGpIIBgEEpUMTaozVASxEcwOa7 {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #fuB5TZsLbCSnOOXv3wJVO0kAF1uC1F0w {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #QbKo3TPR6krT7KAVPQTTfSnvT3bA1WSZ {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #OTkRW685Msn5OiT9Vw6xpx8303e1ooSE {  }
 }@media only screen and (max-width: 763px) { #qNLQADRNsT0vLmxzCV6tTkURT0qd7oqX { display:block; }
 }@media only screen and (max-width: 763px) { #wdR5piUIWl9tndLTG1rJJfWkbgA337QD { display:block; }
 }@media only screen and (max-width: 763px) { #NGsD0ZHkznTq3sKzhk0yQcd7rRR5nT2z { display:block; }
 }@media only screen and (max-width: 763px) { #DZlut6p0M3tBkgaV50PWoXZMeyJhCKmv { display:block; }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #lhCB4VNrbIFhuvlfZwwdb89EnkG8w7xB {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #RUTLGocRyftspbo16ShN72Xr7s27wV5n {  }
 }@media only screen and (max-width: 763px) { #E94kapTJsJm7rJfAtKRx9en1O8TlGoFe { width:1.5625rem;height:1.5625rem;top:65.4375rem;left:9.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFH7ehte7Tq9WfgTmk2QxibcEU5GDdOd { width:6.625rem;height:1.3125rem;top:63.6240234375rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpmsxKxvsKA7axTFm2At3pppycdJgFGc { display:block; }
 }@media only screen and (max-width: 763px) { #Dx7Ge1hq5ysuEsRT6TWXBLerctz0VDLv { width:20rem;height:5.5rem;top:29.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ry5woDg1WAMRlmtPm0luuOkLMHBUudO9 { width:5.6875rem;height:3.41161875rem;top:22.2939453125rem;left:3.59375rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #QcgcEST1A63MPpOTCJEeZPK6vLqE5LQ3 { width:1.625rem;height:1.625rem;top:23.18701171875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iv9qNIxTZ1Zy4EISZLDfDt7tSPtKw89I { width:6.5rem;height:2.44921875rem;top:22.812500476837rem;left:12.875rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #cQw0olhxu82LKbdNXrVrFd4dzEOUSleI { width:1.5rem;height:1.5rem;top:23.25rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lX4MtiXEms6buB81sfUUKNJTgStkdzGz { width:0.125rem;height:2.875rem;top:22.5rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G49o6ndJtbFmTpuo9Wx9Qcg1Bdbox3K2 { width:12.5625rem;height:2.25rem;top:30.6875rem;left:3.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnfzno5J190StLZk6MIXloZmv4paLPed { display:block; }#pnfzno5J190StLZk6MIXloZmv4paLPed > .row .container { width:20rem;height:18.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RVHmow2ep5NPmWCJXcoiVBTLqfhTdptF { width:20rem;height:12.598625rem;top:5.46875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsS6owN8f5TZFBJNOR74rGTKx9SOikHX { width:20rem;height:1.875rem;top:2.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSCA1JFNqOtGToWgkZlw5WVNTAOBQU6m { display:block; }#TSCA1JFNqOtGToWgkZlw5WVNTAOBQU6m > .row .container { width:20rem;height:16.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BtxFSU2ahJuNsDbszVOl2plzbmAnkyWX { width:20rem;height:2.6rem;top:4.5249938964844rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tS61UIRH54a9RvusFRrP8Z6TkMCVOeBq { width:20rem;height:1.4625rem;top:2.9375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EaKAwOpHl5slTvPwHTGxrH6CkMQw32wB { width:8.25rem;height:0.375rem;top:7.75rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8TTezzJ95SV6eAJi4FdZW3ue69nrwDK { width:20rem;height:2.76171875rem;top:9.375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E0PzDET19mfuTbm1uQMmrS2FkwFshO1n { display:block; }#E0PzDET19mfuTbm1uQMmrS2FkwFshO1n > .row .container { width:20rem;height:14rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SP7kDx1bZ4VQBzfhSSLr3O9OEMJdpITu { width:19.25rem;height:3.8994125rem;top:6.4184112548825rem;left:0.81249994039537rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vu8xZXB6IlK85dL31M4ks93FFZ1k7equ { width:0.375rem;height:43.75rem;top:26.5rem;left:11.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #IdCborhizCx2F9rw3QiQkzk9KbUUyK72 { width:1.875rem;height:1.875rem;top:1.2874994277954rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a31OUm3KmffQ0xN1eRBSTdIWMDntLWFr { display:block; }#a31OUm3KmffQ0xN1eRBSTdIWMDntLWFr > .row .container { width:20rem;height:13.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q6Pc5onKy2nfPGKzcHcCfWR19796CG47 { width:18.9375rem;height:3.8994125rem;top:6.88716506958rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3K1v2h9fAbN0gFFXclUlMsAVy0iT4wy { width:1.875rem;height:1.875rem;top:1.3125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDkd7QSl3A19BsTINMgL1NH9xMEzkdsa { display:block; }#QDkd7QSl3A19BsTINMgL1NH9xMEzkdsa > .row .container { width:20rem;height:13.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Otw6RyFsuw6GcAtcnAQ72y5UyvtKSXwJ { width:18.8125rem;height:3.8994125rem;top:6.5737857818606rem;left:0.59288197755814rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOmRdrxTLmNmw783uqxwJwqvV2l86fIX { width:1.875rem;height:1.875rem;top:1.3125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDSopqxC63kLiHFqTmNozyhqIwiJyQRy { display:block; }#fDSopqxC63kLiHFqTmNozyhqIwiJyQRy > .row .container { width:20rem;height:14.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hGWzCHH3neOeXTzNdWbKgsHXfzCt03ee { width:18.9375rem;height:3.8994125rem;top:7.4487705230712rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cThrWBshLONXwVw3qZtDd2ouItCercmC { width:1.875rem;height:1.875rem;top:1.3125rem;left:0.875rem;display:block; }
 }