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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

body {
  line-height: 1; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

body {
  color: #333333;
  display: block !important;
  font-family: 'proxima-nova', helvetica, sans-serif;
  font-size: 20px;
  line-height: 28px; }
  body a {
    color: #333333;
    text-decoration: none; }
  body h1 {
    font-size: 55px;
    font-weight: bold;
    line-height: 60px;
    margin-bottom: 10px;
    text-align: center; }
    @media (max-width: 1024px) {
      body h1 {
        font-size: 30px;
        line-height: 1.2em;
        margin-bottom: 20px;
        padding: 0 40px; } }
    body h1.not-full {
      max-width: 60%;
      margin: 0 auto; }
      @media (max-width: 1024px) {
        body h1.not-full {
          max-width: 100%; } }
  body h2 {
    font-size: 30px;
    font-weight: 500;
    line-height: 36px;
    margin-bottom: 83px;
    margin-top: 20px;
    text-align: center; }
    @media (max-width: 1024px) {
      body h2 {
        font-size: 22px;
        line-height: 1.2em;
        margin-bottom: 36px;
        padding: 0 40px; } }
  body .content {
    margin: 0 auto;
    max-width: 1435px;
    width: 100%; }
    @media (min-width: 1025px) and (max-width: 1650px) {
      body .content {
        max-width: 90%; } }

@keyframes fadeOut {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
  body nav {
    align-items: center;
    background-color: #fff !important;
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    margin-bottom: 70px; }
    body nav img {
      animation: 2s ease-out 0s 1 fadeOut;
      animation-fill-mode: forwards;
      opacity: 0;
      height: auto;
      width: 205px; }
    @media (max-width: 1024px) {
      body nav a {
        align-items: center;
        display: flex;
        justify-content: flex-start; }
      body nav img {
        max-width: 80%;
        height: auto; } }
    @media (max-width: 1460px) {
      body nav {
        margin: 30px !important;
        } }
    body nav .right-link {
      font-size: 23px;
      line-height: 23px;
      font-weight: bold;
      text-transform: uppercase; }
      body nav .right-link i {
        margin-right: 6px; }
      @media (max-width: 1024px) {
        body nav .right-link {
          font-size: 14px;
          line-height: 14px; } }
  body .main {
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
    @media (max-width: 1024px) {
      body .main {
        flex-direction: column; } }
    body .main__left {
      max-width: 824px;
      padding: 0 40px; }
      body .main__left img {
        margin-bottom: 36px;
        max-width: 100%; }
      body .main__left a {
        color: #0093d3; }
      body .main__left p {
        margin-bottom: 26px; }
        body .main__left p > img {
          margin-bottom: 10px;
          margin-left: 10px; }
      body .main__left h4 {
        font-weight: bold;
        margin-bottom: 20px; }
      body .main__left ul {
        list-style: disc;
        margin-inline-start: 1em;
        padding: 0; }
        body .main__left ul li {
          margin-left: 0px;
          text-indent: 0px;
          }
    body .main__right {
      max-width: 400px;
      }
      @media (max-width: 1024px) {
        body .main__right {
          max-width: 100%;
          width: 100%; } }
      body .main__right h3 {
        text-align: center;
        font-weight: bold;
        font-size: 26px;
        margin-bottom: 30px;
        margin-top: 20px; }
        @media (max-width: 1024px) {
          body .main__right h3 {
            margin-bottom: 15px;
            margin-top: 5px; } }
      body .main__right__top {
        background-color: #f8f8f8;
        margin-bottom: 30px;
        padding: 20px; }
        @media (max-width: 1024px) {
          body .main__right__top {
            padding: 20px 30px; } }
        body .main__right__top p {
          font-size: 15px;
          line-height: 1.4;
          letter-spacing: -0.4px;
          text-align: center; }
      body .main__right__bottom {
        align-items: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-bottom: 30px;
        text-align: center; }
        body .main__right__bottom h6 {
          font-size: 14px;
          font-weight: bold; }
        body .main__right__bottom img {
          margin: 20px 0;
          max-width: 45%;
          height: auto; }
        body .main__right__bottom a {
          color: #0093d3; }
        body .main__right__bottom p, body .main__right__bottom p span {
          font-size: 15px;
          line-height: 1.3;
          max-width: 95%; }
          body .main__right__bottom p.center {
            text-align: center; }
          @media (max-width: 1024px) {
            body .main__right__bottom p, .main__right__bottom p span {
              font-size: 15px;
              line-height: 1.3;
              max-width: 80%;
              margin-bottom: 10px;
              text-align: center; }
              body .main__right__bottom p:first-of-type {
                margin-top: 20px; } }
      body .main__right .mktoAsterix {
        color: red; }
      @media only screen and (max-width: 992px) {
        body .main__right .mktoLabel {
          max-width: 20px;
          } }
      body .main__right #LblgDPRConsentTF {
        margin-left: 12px; }
      body .main__right .mktoFieldWrap {
        align-items: center;
        display: flex;
        flex-direction: row; }
        @media (max-width: 1024px) {
          body .main__right .mktoFieldWrap {
            margin-bottom: 0 !important; } }
      body .main__right .mktoInstruction {
        display: none; }
      body .main__right .mktoButton {
        background-color: #0093d3 !important;
        border-color: #0093d3 !important;
        border-radius: 5px !important;
        color: #fff !important;
        cursor: pointer !important;
        font-weight: bold !important;
        letter-spacing: 1px !important;
        height: 60px !important;
        width: 100% !important; }
        @media screen and (max-width: 480px) {
          body .main__right .mktoButton {
            font-size: 18px !important; } }
      body .main__right .mktoForm {
        margin: 0 !important;
        width: 100% !important;
        margin-bottom: 30px !important; }
        @media screen and (max-width: 1024px) {
          body .main__right .mktoForm .mktoFormRow {
            margin-bottom: 10px; }
            body .main__right .mktoForm .mktoFormRow:last-of-type {
              margin-bottom: 0; } }
        @media screen and (max-width: 1024px) {
          body .main__right .mktoForm .mktoFormRow .mktoField {
            color: #555;
            font-family: proxima-nova, helvetica, sans-serif;
            font-size: 18px;
            height: 45px;
            padding: 8px !important; } }
      body .main__right .mktoField {
        border: 2px solid #ebebeb; }
      body .main__right select {
        box-sizing: content-box3; }
      body .main__right .mktoFormCol {
        margin-bottom: 0 !important;
        width: 100% !important; }
      body .main__right .mktoFieldWrap {
        width: 100% !important; }
      body .main__right .mktoField {
        width: 100% !important; }
      body .main__right .mktoHtmlText {
        width: 100% !important;
        line-height: 1.4;
        margin-left: 12px; }
        @media only screen and (max-width: 992px) {
          body .main__right .mktoHtmlText {
            margin-left: 22px;
            margin-top: 15px; } }
      body .main__right .mktoButtonRow {
        margin-top: 20px !important; }
        @media (max-width: 1024px) {
          body .main__right .mktoButtonRow {
            margin-top: 0px; } }
  @media only screen and (max-width: 1024px) {
    body #assetDescription {
      margin: 30px 30px 30px 30px;
      } }
  body footer {
    padding: 30px; }
  body .follow_scroll {
    will-change: transform;
    transition: transform 200ms ease-in-out;
    }
  body .fold_on_mobile .hidden {
    display: none; }
  body .fold_on_mobile .expander {
    display: block;
    margin-bottom: 20px;
    margin-top: -15px; }

#logo img {
  visibility: hidden; }

#logo.loaded img {
  visibility: visible !important; }