@-webkit-keyframes riseUp {
  from {
    -webkit-transform: translateY(200px);
            transform: translateY(200px);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes riseUp {
  from {
    -webkit-transform: translateY(200px);
            transform: translateY(200px);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
* {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-size: 16px;
  line-height: 1.5;
  font-family: "Inter", sans-serif;
  color: black;
}

body, button, input, textarea {
  font-family: "Inter", sans-serif !important;
}

.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "liga";
          font-feature-settings: "liga";
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.site-main p > a:not([class*=button]):not(.loop_item),
.site-main li > a:not([class*=button]):not(.loop_item),
.site-main div > a:not([class*=button]):not(.loop_item),
.site-main strong > a:not([class*=button]):not(.loop_item) {
  -webkit-box-shadow: inset 0 -1px 0 black;
          box-shadow: inset 0 -1px 0 black;
  color: black;
  text-decoration: none;
}
.site-main p > a:not([class*=button]):not(.loop_item):hover, .site-main p > a:not([class*=button]):not(.loop_item):focus,
.site-main li > a:not([class*=button]):not(.loop_item):hover,
.site-main li > a:not([class*=button]):not(.loop_item):focus,
.site-main div > a:not([class*=button]):not(.loop_item):hover,
.site-main div > a:not([class*=button]):not(.loop_item):focus,
.site-main strong > a:not([class*=button]):not(.loop_item):hover,
.site-main strong > a:not([class*=button]):not(.loop_item):focus {
  text-decoration: none;
  -webkit-box-shadow: inset 0 -1px 0 #2f2e7e;
          box-shadow: inset 0 -1px 0 #2f2e7e;
  background: rgba(47, 46, 126, 0.1);
  color: #2f2e7e;
}
.site-main p > a:not([class*=button]):not(.loop_item)[target=_blank]::after,
.site-main li > a:not([class*=button]):not(.loop_item)[target=_blank]::after,
.site-main div > a:not([class*=button]):not(.loop_item)[target=_blank]::after,
.site-main strong > a:not([class*=button]):not(.loop_item)[target=_blank]::after {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "liga";
  font-feature-settings: "liga";
  content: "signal_cellular_4_bar";
  -webkit-transform: scaleX(-1) rotate(180deg);
      -ms-transform: scaleX(-1) rotate(180deg);
          transform: scaleX(-1) rotate(180deg);
  -webkit-filter: FlipH;
          filter: FlipH;
  font-size: 6px;
  padding-left: 2.5px;
  top: -5px;
  position: relative;
  color: #2f2e7e;
}

.external-indicator::after {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "liga";
  font-feature-settings: "liga";
  content: "signal_cellular_4_bar";
  -webkit-transform: scaleX(-1) rotate(180deg);
      -ms-transform: scaleX(-1) rotate(180deg);
          transform: scaleX(-1) rotate(180deg);
  -webkit-filter: FlipH;
          filter: FlipH;
  font-size: 8px;
  padding-left: 5px;
  margin-left: 0;
  top: -5px;
  position: relative;
  color: #2f2e7e;
}

p,
ul,
ol,
table,
address {
  margin-top: 24px;
  margin-bottom: 24px;
}
h1 + p, h2 + p, h3 + p, h4 + p, h5 + p, h6 + p, .h1 + p, .h2 + p, .h3 + p, .h4 + p, .h5 + p, .h6 + p,
h1 + ul,
h2 + ul,
h3 + ul,
h4 + ul,
h5 + ul,
h6 + ul,
.h1 + ul,
.h2 + ul,
.h3 + ul,
.h4 + ul,
.h5 + ul,
.h6 + ul,
h1 + ol,
h2 + ol,
h3 + ol,
h4 + ol,
h5 + ol,
h6 + ol,
.h1 + ol,
.h2 + ol,
.h3 + ol,
.h4 + ol,
.h5 + ol,
.h6 + ol,
h1 + table,
h2 + table,
h3 + table,
h4 + table,
h5 + table,
h6 + table,
.h1 + table,
.h2 + table,
.h3 + table,
.h4 + table,
.h5 + table,
.h6 + table,
h1 + address,
h2 + address,
h3 + address,
h4 + address,
h5 + address,
h6 + address,
.h1 + address,
.h2 + address,
.h3 + address,
.h4 + address,
.h5 + address,
.h6 + address {
  margin-top: -12px;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  line-height: 1.2;
  font-family: "Inter", sans-serif;
  color: #2f2e7e;
  margin: 0 0 10px;
}
body .editor-styles-wrapper h1, body .editor-styles-wrapper h2, body .editor-styles-wrapper h3, body .editor-styles-wrapper h4, body .editor-styles-wrapper h5, body .editor-styles-wrapper h6,
body .editor-styles-wrapper .h1, body .editor-styles-wrapper .h2, body .editor-styles-wrapper .h3, body .editor-styles-wrapper .h4, body .editor-styles-wrapper .h5, body .editor-styles-wrapper .h6 {
  line-height: 1.2;
  font-family: "Inter", sans-serif;
}
a h1,
h1 a, a h2,
h2 a, a h3,
h3 a, a h4,
h4 a, a h5,
h5 a, a h6,
h6 a,
a .h1,
.h1 a, a .h2,
.h2 a, a .h3,
.h3 a, a .h4,
.h4 a, a .h5,
.h5 a, a .h6,
.h6 a {
  color: #2f2e7e;
  text-decoration: none;
}
a h1:hover, a h1:focus,
h1 a:hover,
h1 a:focus, a h2:hover, a h2:focus,
h2 a:hover,
h2 a:focus, a h3:hover, a h3:focus,
h3 a:hover,
h3 a:focus, a h4:hover, a h4:focus,
h4 a:hover,
h4 a:focus, a h5:hover, a h5:focus,
h5 a:hover,
h5 a:focus, a h6:hover, a h6:focus,
h6 a:hover,
h6 a:focus,
a .h1:hover,
a .h1:focus,
.h1 a:hover,
.h1 a:focus, a .h2:hover, a .h2:focus,
.h2 a:hover,
.h2 a:focus, a .h3:hover, a .h3:focus,
.h3 a:hover,
.h3 a:focus, a .h4:hover, a .h4:focus,
.h4 a:hover,
.h4 a:focus, a .h5:hover, a .h5:focus,
.h5 a:hover,
.h5 a:focus, a .h6:hover, a .h6:focus,
.h6 a:hover,
.h6 a:focus {
  color: #2725ba;
  -webkit-box-shadow: inset 0 -1px 0 #2f2e7e;
          box-shadow: inset 0 -1px 0 #2f2e7e;
}

h1,
.h1,
body .editor-styles-wrapper h1 {
  font-weight: 700;
  padding-top: 10px;
  padding-bottom: 10px;
}
p + h1,
p + .h1,
p + body .editor-styles-wrapper h1 {
  margin-top: 10px;
}
h1.page-title,
.h1.page-title,
body .editor-styles-wrapper h1.page-title {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  h1,
.h1,
body .editor-styles-wrapper h1 {
    font-size: 32px;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  h1,
.h1,
body .editor-styles-wrapper h1 {
    font-size: 36px;
  }
}
@media screen and (min-width: 960px) {
  h1,
.h1,
body .editor-styles-wrapper h1 {
    font-size: 40px;
  }
}

h2,
.h2,
body .editor-styles-wrapper h2 {
  font-weight: 500;
  padding-top: 10px;
  padding-bottom: 10px;
}
p + h2,
p + .h2,
p + body .editor-styles-wrapper h2 {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  h2,
.h2,
body .editor-styles-wrapper h2 {
    font-size: 25.6px;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  h2,
.h2,
body .editor-styles-wrapper h2 {
    font-size: 28.8px;
  }
}
@media screen and (min-width: 960px) {
  h2,
.h2,
body .editor-styles-wrapper h2 {
    font-size: 32px;
  }
}

h3,
.h3,
body .editor-styles-wrapper h3 {
  font-weight: 600;
  padding-top: 5px;
  padding-bottom: 5px;
}
p + h3,
p + .h3,
p + body .editor-styles-wrapper h3 {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  h3,
.h3,
body .editor-styles-wrapper h3 {
    font-size: 21.6px;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  h3,
.h3,
body .editor-styles-wrapper h3 {
    font-size: 24.3px;
  }
}
@media screen and (min-width: 960px) {
  h3,
.h3,
body .editor-styles-wrapper h3 {
    font-size: 27px;
  }
}

h4,
.h4,
body .editor-styles-wrapper h4 {
  font-weight: 600;
  padding-top: 5px;
  padding-bottom: 5px;
}
p + h4,
p + .h4,
p + body .editor-styles-wrapper h4 {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  h4,
.h4,
body .editor-styles-wrapper h4 {
    font-size: 18.4px;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  h4,
.h4,
body .editor-styles-wrapper h4 {
    font-size: 20.7px;
  }
}
@media screen and (min-width: 960px) {
  h4,
.h4,
body .editor-styles-wrapper h4 {
    font-size: 23px;
  }
}

h5,
.h5,
body .editor-styles-wrapper h5 {
  font-weight: 500;
  padding-top: 2.5px;
  padding-bottom: 2.5px;
}
p + h5,
p + .h5,
p + body .editor-styles-wrapper h5 {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  h5,
.h5,
body .editor-styles-wrapper h5 {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  h5,
.h5,
body .editor-styles-wrapper h5 {
    font-size: 20px;
  }
}
@media screen and (min-width: 960px) {
  h5,
.h5,
body .editor-styles-wrapper h5 {
    font-size: 20px;
  }
}

h6,
.h6,
body .editor-styles-wrapper h6 {
  font-weight: 400;
  padding-top: 10px;
  padding-bottom: 10px;
}
p + h6,
p + .h6,
p + body .editor-styles-wrapper h6 {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  h6,
.h6,
body .editor-styles-wrapper h6 {
    font-size: 17px;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  h6,
.h6,
body .editor-styles-wrapper h6 {
    font-size: 17px;
  }
}
@media screen and (min-width: 960px) {
  h6,
.h6,
body .editor-styles-wrapper h6 {
    font-size: 17px;
  }
}

.text-centered {
  text-align: center;
}

address {
  font-style: normal;
}

.is-smaller-text {
  font-size: 80%;
}

hr.wp-block-separator,
hr:not(.wp-block-separator) {
  border: none !important;
  background: none !important;
  position: relative;
  height: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  hr.wp-block-separator,
hr:not(.wp-block-separator) {
    margin-top: 18px;
    margin-bottom: 18px;
  }
}
@media screen and (min-width: 768px), print {
  hr.wp-block-separator,
hr:not(.wp-block-separator) {
    margin-top: 24px;
    margin-bottom: 24px;
  }
}
hr.wp-block-separator.is-style-dots::before,
hr:not(.wp-block-separator).is-style-dots::before {
  padding-left: 1em;
  letter-spacing: 1em;
}
@media screen and (max-width: 767px) {
  hr.wp-block-separator.large,
hr:not(.wp-block-separator).large {
    margin-top: 32px;
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 768px), print {
  hr.wp-block-separator.large,
hr:not(.wp-block-separator).large {
    margin-top: 48px;
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 767px) {
  hr.wp-block-separator.xlarge,
hr:not(.wp-block-separator).xlarge {
    margin-top: 48px;
    margin-bottom: 48px;
  }
}
@media screen and (min-width: 768px), print {
  hr.wp-block-separator.xlarge,
hr:not(.wp-block-separator).xlarge {
    margin-top: 96px;
    margin-bottom: 96px;
  }
}
hr.wp-block-separator:after,
hr:not(.wp-block-separator):after {
  height: 4px;
  width: 96px;
  background: #f7f7ff;
  display: block;
  content: " ";
  border-radius: 2px;
}

.mc4wp-response {
  overflow: hidden;
}
.mc4wp-response .mc4wp-alert {
  background: #f7f7ff;
  border-bottom: 5px solid yellow;
  margin-top: 10px;
  padding: 10px;
}
.mc4wp-response.mc4wp-success {
  border-bottom: 5px solid #4dd964;
}
.mc4wp-response.mc4wp-error {
  border-bottom: 5px solid #e63023;
}
.mc4wp-response p {
  margin-bottom: 0;
}

.mc4wp-form-fields {
  border-radius: 8px;
  overflow: hidden;
  padding: 24px;
  background: #f7f7ff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.mc4wp-form-fields label {
  padding-right: 20px;
  width: 100%;
  display: block;
  padding-bottom: 6px;
  font-weight: 500;
}
.mc4wp-form-fields input:not(.button) {
  padding: 8px;
  border: 1px solid #2f2e7e;
  border-radius: 4px;
  line-height: 1;
  display: block;
  width: 100%;
}

.button.st--block {
  width: 100%;
}
.button.st--primary.sz--small {
  text-decoration: none;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
  border-width: 2px;
  border-style: solid;
  overflow-wrap: break-word;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #2f2e7e;
  border-color: #2f2e7e;
  color: white;
  border-radius: 3px;
  font-size: 12px;
  line-height: 16px;
  padding: 6px 12px;
  border-width: 1px;
}
.button.st--primary.sz--small[target=_blank]::after {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "liga";
  font-feature-settings: "liga";
  content: "signal_cellular_4_bar";
  -webkit-transform: scaleX(-1) rotate(180deg);
      -ms-transform: scaleX(-1) rotate(180deg);
          transform: scaleX(-1) rotate(180deg);
  -webkit-filter: FlipH;
          filter: FlipH;
  font-size: 8px;
  padding-left: 0;
  margin-left: 5px;
  margin-right: -5px;
  top: -2px;
  position: relative;
  color: inherit;
}
.button.st--primary.sz--small:hover, .button.st--primary.sz--small:focus {
  background: #2c2b9b;
  border-color: #2f2e7e;
  color: white;
}
.button.st--primary.sz--small:active {
  background: #212059;
  border-color: #2f2e7e;
  color: #e6e6e6;
}
.button.st--primary.sz--small:hover, .button.st--primary.sz--small:focus {
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}
.button.st--primary.sz--small:active {
  -webkit-box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.15);
          box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.15);
}
.button.st--primary.sz--small[target=_blank]::after {
  font-size: 8px;
  padding-left: 0;
  margin-left: 5px;
  margin-right: -5px;
  top: -2px;
}
.button.st--primary.sz--small > .material-icons {
  display: block;
  line-height: 1;
  font-size: 16px;
  margin-right: -8px;
  margin-left: 8px;
}
.button.st--primary.sz--large {
  text-decoration: none;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
  border-width: 2px;
  border-style: solid;
  overflow-wrap: break-word;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #2f2e7e;
  border-color: #2f2e7e;
  color: white;
  border-radius: 6px;
  font-size: 18px;
  line-height: 22px;
  padding: 12px 24px;
}
.button.st--primary.sz--large[target=_blank]::after {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "liga";
  font-feature-settings: "liga";
  content: "signal_cellular_4_bar";
  -webkit-transform: scaleX(-1) rotate(180deg);
      -ms-transform: scaleX(-1) rotate(180deg);
          transform: scaleX(-1) rotate(180deg);
  -webkit-filter: FlipH;
          filter: FlipH;
  font-size: 8px;
  padding-left: 0;
  margin-left: 5px;
  margin-right: -5px;
  top: -2px;
  position: relative;
  color: inherit;
}
.button.st--primary.sz--large:hover, .button.st--primary.sz--large:focus {
  background: #2c2b9b;
  border-color: #2f2e7e;
  color: white;
}
.button.st--primary.sz--large:active {
  background: #212059;
  border-color: #2f2e7e;
  color: #e6e6e6;
}
.button.st--primary.sz--large:hover, .button.st--primary.sz--large:focus {
  -webkit-box-shadow: 0 3.5px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 3.5px 8px rgba(0, 0, 0, 0.15);
}
.button.st--primary.sz--large:active {
  -webkit-box-shadow: 0 3.5px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 3.5px 8px rgba(0, 0, 0, 0.15);
}
.button.st--primary.sz--large[target=_blank]::after {
  font-size: 10px;
  padding-left: 0;
  margin-left: 5px;
  margin-right: -5px;
  top: -2px;
}
.button.st--primary.sz--large > .material-icons {
  display: block;
  line-height: 1;
  font-size: 20px;
  margin-right: -12px;
  margin-left: 12px;
}
.button.st--primary.sz--medium, .button.st--primary:not(.sz--small):not(.sz--large) {
  text-decoration: none;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
  border-width: 2px;
  border-style: solid;
  overflow-wrap: break-word;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #2f2e7e;
  border-color: #2f2e7e;
  color: white;
  border-radius: 4px;
  font-size: 16px;
  line-height: 20px;
  padding: 8px 18px;
}
.button.st--primary.sz--medium[target=_blank]::after, .button.st--primary:not(.sz--small):not(.sz--large)[target=_blank]::after {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "liga";
  font-feature-settings: "liga";
  content: "signal_cellular_4_bar";
  -webkit-transform: scaleX(-1) rotate(180deg);
      -ms-transform: scaleX(-1) rotate(180deg);
          transform: scaleX(-1) rotate(180deg);
  -webkit-filter: FlipH;
          filter: FlipH;
  font-size: 8px;
  padding-left: 0;
  margin-left: 5px;
  margin-right: -5px;
  top: -2px;
  position: relative;
  color: inherit;
}
.button.st--primary.sz--medium:hover, .button.st--primary.sz--medium:focus, .button.st--primary:not(.sz--small):not(.sz--large):hover, .button.st--primary:not(.sz--small):not(.sz--large):focus {
  background: #2c2b9b;
  border-color: #2f2e7e;
  color: white;
}
.button.st--primary.sz--medium:active, .button.st--primary:not(.sz--small):not(.sz--large):active {
  background: #212059;
  border-color: #2f2e7e;
  color: #e6e6e6;
}
.button.st--primary.sz--medium:hover, .button.st--primary.sz--medium:focus, .button.st--primary:not(.sz--small):not(.sz--large):hover, .button.st--primary:not(.sz--small):not(.sz--large):focus {
  -webkit-box-shadow: 0 2.5px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2.5px 5px rgba(0, 0, 0, 0.15);
}
.button.st--primary.sz--medium:active, .button.st--primary:not(.sz--small):not(.sz--large):active {
  -webkit-box-shadow: 0 -2.5px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 -2.5px 5px rgba(0, 0, 0, 0.15);
}
.button.st--primary.sz--medium[target=_blank]::after, .button.st--primary:not(.sz--small):not(.sz--large)[target=_blank]::after {
  font-size: 8px;
  padding-left: 0;
  margin-left: 5px;
  margin-right: -5px;
  top: -4px;
}
.button.st--primary.sz--medium > .material-icons, .button.st--primary:not(.sz--small):not(.sz--large) > .material-icons {
  display: block;
  line-height: 1;
  font-size: 18px;
  margin-right: -12px;
  margin-left: 12px;
}
.button.st--secondary.sz--small {
  text-decoration: none;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
  border-width: 2px;
  border-style: solid;
  overflow-wrap: break-word;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #857ead;
  border-color: #766ea3;
  color: white;
  border-radius: 3px;
  font-size: 12px;
  line-height: 16px;
  padding: 6px 12px;
  border-width: 1px;
}
.button.st--secondary.sz--small[target=_blank]::after {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "liga";
  font-feature-settings: "liga";
  content: "signal_cellular_4_bar";
  -webkit-transform: scaleX(-1) rotate(180deg);
      -ms-transform: scaleX(-1) rotate(180deg);
          transform: scaleX(-1) rotate(180deg);
  -webkit-filter: FlipH;
          filter: FlipH;
  font-size: 8px;
  padding-left: 0;
  margin-left: 5px;
  margin-right: -5px;
  top: -2px;
  position: relative;
  color: inherit;
}
.button.st--secondary.sz--small:hover, .button.st--secondary.sz--small:focus {
  background: #7e73b8;
  border-color: #766ea3;
  color: white;
}
.button.st--secondary.sz--small:active {
  background: #696098;
  border-color: #766ea3;
  color: white;
}
.button.st--secondary.sz--small:hover, .button.st--secondary.sz--small:focus {
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}
.button.st--secondary.sz--small:active {
  -webkit-box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.15);
          box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.15);
}
.button.st--secondary.sz--small[target=_blank]::after {
  font-size: 8px;
  padding-left: 0;
  margin-left: 5px;
  margin-right: -5px;
  top: -2px;
}
.button.st--secondary.sz--small > .material-icons {
  display: block;
  line-height: 1;
  font-size: 16px;
  margin-right: -8px;
  margin-left: 8px;
}
.button.st--secondary.sz--large {
  text-decoration: none;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
  border-width: 2px;
  border-style: solid;
  overflow-wrap: break-word;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #857ead;
  border-color: #766ea3;
  color: white;
  border-radius: 6px;
  font-size: 18px;
  line-height: 22px;
  padding: 12px 24px;
}
.button.st--secondary.sz--large[target=_blank]::after {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "liga";
  font-feature-settings: "liga";
  content: "signal_cellular_4_bar";
  -webkit-transform: scaleX(-1) rotate(180deg);
      -ms-transform: scaleX(-1) rotate(180deg);
          transform: scaleX(-1) rotate(180deg);
  -webkit-filter: FlipH;
          filter: FlipH;
  font-size: 8px;
  padding-left: 0;
  margin-left: 5px;
  margin-right: -5px;
  top: -2px;
  position: relative;
  color: inherit;
}
.button.st--secondary.sz--large:hover, .button.st--secondary.sz--large:focus {
  background: #7e73b8;
  border-color: #766ea3;
  color: white;
}
.button.st--secondary.sz--large:active {
  background: #696098;
  border-color: #766ea3;
  color: white;
}
.button.st--secondary.sz--large:hover, .button.st--secondary.sz--large:focus {
  -webkit-box-shadow: 0 3.5px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 3.5px 8px rgba(0, 0, 0, 0.15);
}
.button.st--secondary.sz--large:active {
  -webkit-box-shadow: 0 3.5px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 3.5px 8px rgba(0, 0, 0, 0.15);
}
.button.st--secondary.sz--large[target=_blank]::after {
  font-size: 10px;
  padding-left: 0;
  margin-left: 5px;
  margin-right: -5px;
  top: -2px;
}
.button.st--secondary.sz--large > .material-icons {
  display: block;
  line-height: 1;
  font-size: 20px;
  margin-right: -12px;
  margin-left: 12px;
}
.button.st--secondary.sz--medium, .button.st--secondary:not(.sz--small):not(.sz--large) {
  text-decoration: none;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
  border-width: 2px;
  border-style: solid;
  overflow-wrap: break-word;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #857ead;
  border-color: #766ea3;
  color: white;
  border-radius: 4px;
  font-size: 16px;
  line-height: 20px;
  padding: 8px 18px;
}
.button.st--secondary.sz--medium[target=_blank]::after, .button.st--secondary:not(.sz--small):not(.sz--large)[target=_blank]::after {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "liga";
  font-feature-settings: "liga";
  content: "signal_cellular_4_bar";
  -webkit-transform: scaleX(-1) rotate(180deg);
      -ms-transform: scaleX(-1) rotate(180deg);
          transform: scaleX(-1) rotate(180deg);
  -webkit-filter: FlipH;
          filter: FlipH;
  font-size: 8px;
  padding-left: 0;
  margin-left: 5px;
  margin-right: -5px;
  top: -2px;
  position: relative;
  color: inherit;
}
.button.st--secondary.sz--medium:hover, .button.st--secondary.sz--medium:focus, .button.st--secondary:not(.sz--small):not(.sz--large):hover, .button.st--secondary:not(.sz--small):not(.sz--large):focus {
  background: #7e73b8;
  border-color: #766ea3;
  color: white;
}
.button.st--secondary.sz--medium:active, .button.st--secondary:not(.sz--small):not(.sz--large):active {
  background: #696098;
  border-color: #766ea3;
  color: white;
}
.button.st--secondary.sz--medium:hover, .button.st--secondary.sz--medium:focus, .button.st--secondary:not(.sz--small):not(.sz--large):hover, .button.st--secondary:not(.sz--small):not(.sz--large):focus {
  -webkit-box-shadow: 0 2.5px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2.5px 5px rgba(0, 0, 0, 0.15);
}
.button.st--secondary.sz--medium:active, .button.st--secondary:not(.sz--small):not(.sz--large):active {
  -webkit-box-shadow: 0 -2.5px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 -2.5px 5px rgba(0, 0, 0, 0.15);
}
.button.st--secondary.sz--medium[target=_blank]::after, .button.st--secondary:not(.sz--small):not(.sz--large)[target=_blank]::after {
  font-size: 8px;
  padding-left: 0;
  margin-left: 5px;
  margin-right: -5px;
  top: -4px;
}
.button.st--secondary.sz--medium > .material-icons, .button.st--secondary:not(.sz--small):not(.sz--large) > .material-icons {
  display: block;
  line-height: 1;
  font-size: 18px;
  margin-right: -12px;
  margin-left: 12px;
}
.button.st--tertiary.sz--small {
  text-decoration: none;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
  border-width: 2px;
  border-style: solid;
  overflow-wrap: break-word;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: white;
  border-color: #2f2e7e;
  color: #2f2e7e;
  border-radius: 3px;
  font-size: 12px;
  line-height: 16px;
  padding: 6px 12px;
  border-width: 1px;
}
.button.st--tertiary.sz--small[target=_blank]::after {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "liga";
  font-feature-settings: "liga";
  content: "signal_cellular_4_bar";
  -webkit-transform: scaleX(-1) rotate(180deg);
      -ms-transform: scaleX(-1) rotate(180deg);
          transform: scaleX(-1) rotate(180deg);
  -webkit-filter: FlipH;
          filter: FlipH;
  font-size: 8px;
  padding-left: 0;
  margin-left: 5px;
  margin-right: -5px;
  top: -2px;
  position: relative;
  color: inherit;
}
.button.st--tertiary.sz--small:hover, .button.st--tertiary.sz--small:focus {
  background: white;
  border-color: #2725ba;
  color: #2725ba;
}
.button.st--tertiary.sz--small:active {
  background: white;
  border-color: #131333;
  color: #131333;
}
.button.st--tertiary.sz--small[target=_blank]::after {
  color: #2f2e7e;
}
.button.st--tertiary.sz--small:hover, .button.st--tertiary.sz--small:focus {
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}
.button.st--tertiary.sz--small:active {
  -webkit-box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.15);
          box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.15);
}
.button.st--tertiary.sz--small[target=_blank]::after {
  font-size: 8px;
  padding-left: 0;
  margin-left: 5px;
  margin-right: -5px;
  top: -2px;
}
.button.st--tertiary.sz--small > .material-icons {
  display: block;
  line-height: 1;
  font-size: 16px;
  margin-right: -8px;
  margin-left: 8px;
}
.button.st--tertiary.sz--large {
  text-decoration: none;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
  border-width: 2px;
  border-style: solid;
  overflow-wrap: break-word;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: white;
  border-color: #2f2e7e;
  color: #2f2e7e;
  border-radius: 6px;
  font-size: 18px;
  line-height: 22px;
  padding: 12px 24px;
}
.button.st--tertiary.sz--large[target=_blank]::after {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "liga";
  font-feature-settings: "liga";
  content: "signal_cellular_4_bar";
  -webkit-transform: scaleX(-1) rotate(180deg);
      -ms-transform: scaleX(-1) rotate(180deg);
          transform: scaleX(-1) rotate(180deg);
  -webkit-filter: FlipH;
          filter: FlipH;
  font-size: 8px;
  padding-left: 0;
  margin-left: 5px;
  margin-right: -5px;
  top: -2px;
  position: relative;
  color: inherit;
}
.button.st--tertiary.sz--large:hover, .button.st--tertiary.sz--large:focus {
  background: white;
  border-color: #2725ba;
  color: #2725ba;
}
.button.st--tertiary.sz--large:active {
  background: white;
  border-color: #131333;
  color: #131333;
}
.button.st--tertiary.sz--large[target=_blank]::after {
  color: #2f2e7e;
}
.button.st--tertiary.sz--large:hover, .button.st--tertiary.sz--large:focus {
  -webkit-box-shadow: 0 3.5px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 3.5px 8px rgba(0, 0, 0, 0.15);
}
.button.st--tertiary.sz--large:active {
  -webkit-box-shadow: 0 3.5px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 3.5px 8px rgba(0, 0, 0, 0.15);
}
.button.st--tertiary.sz--large[target=_blank]::after {
  font-size: 10px;
  padding-left: 0;
  margin-left: 5px;
  margin-right: -5px;
  top: -2px;
}
.button.st--tertiary.sz--large > .material-icons {
  display: block;
  line-height: 1;
  font-size: 20px;
  margin-right: -12px;
  margin-left: 12px;
}
.button.st--tertiary.sz--medium, .button.st--tertiary:not(.sz--small):not(.sz--large) {
  text-decoration: none;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
  border-width: 2px;
  border-style: solid;
  overflow-wrap: break-word;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: white;
  border-color: #2f2e7e;
  color: #2f2e7e;
  border-radius: 4px;
  font-size: 16px;
  line-height: 20px;
  padding: 8px 18px;
}
.button.st--tertiary.sz--medium[target=_blank]::after, .button.st--tertiary:not(.sz--small):not(.sz--large)[target=_blank]::after {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "liga";
  font-feature-settings: "liga";
  content: "signal_cellular_4_bar";
  -webkit-transform: scaleX(-1) rotate(180deg);
      -ms-transform: scaleX(-1) rotate(180deg);
          transform: scaleX(-1) rotate(180deg);
  -webkit-filter: FlipH;
          filter: FlipH;
  font-size: 8px;
  padding-left: 0;
  margin-left: 5px;
  margin-right: -5px;
  top: -2px;
  position: relative;
  color: inherit;
}
.button.st--tertiary.sz--medium:hover, .button.st--tertiary.sz--medium:focus, .button.st--tertiary:not(.sz--small):not(.sz--large):hover, .button.st--tertiary:not(.sz--small):not(.sz--large):focus {
  background: white;
  border-color: #2725ba;
  color: #2725ba;
}
.button.st--tertiary.sz--medium:active, .button.st--tertiary:not(.sz--small):not(.sz--large):active {
  background: white;
  border-color: #131333;
  color: #131333;
}
.button.st--tertiary.sz--medium[target=_blank]::after, .button.st--tertiary:not(.sz--small):not(.sz--large)[target=_blank]::after {
  color: #2f2e7e;
}
.button.st--tertiary.sz--medium:hover, .button.st--tertiary.sz--medium:focus, .button.st--tertiary:not(.sz--small):not(.sz--large):hover, .button.st--tertiary:not(.sz--small):not(.sz--large):focus {
  -webkit-box-shadow: 0 2.5px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2.5px 5px rgba(0, 0, 0, 0.15);
}
.button.st--tertiary.sz--medium:active, .button.st--tertiary:not(.sz--small):not(.sz--large):active {
  -webkit-box-shadow: 0 -2.5px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 -2.5px 5px rgba(0, 0, 0, 0.15);
}
.button.st--tertiary.sz--medium[target=_blank]::after, .button.st--tertiary:not(.sz--small):not(.sz--large)[target=_blank]::after {
  font-size: 8px;
  padding-left: 0;
  margin-left: 5px;
  margin-right: -5px;
  top: -4px;
}
.button.st--tertiary.sz--medium > .material-icons, .button.st--tertiary:not(.sz--small):not(.sz--large) > .material-icons {
  display: block;
  line-height: 1;
  font-size: 18px;
  margin-right: -12px;
  margin-left: 12px;
}
.button.st--quaternary.sz--small {
  text-decoration: none;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
  border-width: 2px;
  border-style: solid;
  overflow-wrap: break-word;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: white;
  border-color: white;
  color: #2f2e7e;
  border-radius: 3px;
  font-size: 12px;
  line-height: 16px;
  padding: 6px 12px;
  border-width: 1px;
}
.button.st--quaternary.sz--small[target=_blank]::after {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "liga";
  font-feature-settings: "liga";
  content: "signal_cellular_4_bar";
  -webkit-transform: scaleX(-1) rotate(180deg);
      -ms-transform: scaleX(-1) rotate(180deg);
          transform: scaleX(-1) rotate(180deg);
  -webkit-filter: FlipH;
          filter: FlipH;
  font-size: 8px;
  padding-left: 0;
  margin-left: 5px;
  margin-right: -5px;
  top: -2px;
  position: relative;
  color: inherit;
}
.button.st--quaternary.sz--small:hover, .button.st--quaternary.sz--small:focus {
  background: rgba(255, 255, 255, 0.8);
  border-color: white;
  color: #2725ba;
}
.button.st--quaternary.sz--small:active {
  background: white;
  border-color: white;
  color: #131333;
}
.button.st--quaternary.sz--small:hover, .button.st--quaternary.sz--small:focus {
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}
.button.st--quaternary.sz--small:active {
  -webkit-box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.15);
          box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.15);
}
.button.st--quaternary.sz--small[target=_blank]::after {
  font-size: 8px;
  padding-left: 0;
  margin-left: 5px;
  margin-right: -5px;
  top: -2px;
}
.button.st--quaternary.sz--small > .material-icons {
  display: block;
  line-height: 1;
  font-size: 16px;
  margin-right: -8px;
  margin-left: 8px;
}
.button.st--quaternary.sz--large {
  text-decoration: none;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
  border-width: 2px;
  border-style: solid;
  overflow-wrap: break-word;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: white;
  border-color: white;
  color: #2f2e7e;
  border-radius: 6px;
  font-size: 18px;
  line-height: 22px;
  padding: 12px 24px;
}
.button.st--quaternary.sz--large[target=_blank]::after {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "liga";
  font-feature-settings: "liga";
  content: "signal_cellular_4_bar";
  -webkit-transform: scaleX(-1) rotate(180deg);
      -ms-transform: scaleX(-1) rotate(180deg);
          transform: scaleX(-1) rotate(180deg);
  -webkit-filter: FlipH;
          filter: FlipH;
  font-size: 8px;
  padding-left: 0;
  margin-left: 5px;
  margin-right: -5px;
  top: -2px;
  position: relative;
  color: inherit;
}
.button.st--quaternary.sz--large:hover, .button.st--quaternary.sz--large:focus {
  background: rgba(255, 255, 255, 0.8);
  border-color: white;
  color: #2725ba;
}
.button.st--quaternary.sz--large:active {
  background: white;
  border-color: white;
  color: #131333;
}
.button.st--quaternary.sz--large:hover, .button.st--quaternary.sz--large:focus {
  -webkit-box-shadow: 0 3.5px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 3.5px 8px rgba(0, 0, 0, 0.15);
}
.button.st--quaternary.sz--large:active {
  -webkit-box-shadow: 0 3.5px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 3.5px 8px rgba(0, 0, 0, 0.15);
}
.button.st--quaternary.sz--large[target=_blank]::after {
  font-size: 10px;
  padding-left: 0;
  margin-left: 5px;
  margin-right: -5px;
  top: -2px;
}
.button.st--quaternary.sz--large > .material-icons {
  display: block;
  line-height: 1;
  font-size: 20px;
  margin-right: -12px;
  margin-left: 12px;
}
.button.st--quaternary.sz--medium, .button.st--quaternary:not(.sz--small):not(.sz--large) {
  text-decoration: none;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
  border-width: 2px;
  border-style: solid;
  overflow-wrap: break-word;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: white;
  border-color: white;
  color: #2f2e7e;
  border-radius: 4px;
  font-size: 16px;
  line-height: 20px;
  padding: 8px 18px;
}
.button.st--quaternary.sz--medium[target=_blank]::after, .button.st--quaternary:not(.sz--small):not(.sz--large)[target=_blank]::after {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "liga";
  font-feature-settings: "liga";
  content: "signal_cellular_4_bar";
  -webkit-transform: scaleX(-1) rotate(180deg);
      -ms-transform: scaleX(-1) rotate(180deg);
          transform: scaleX(-1) rotate(180deg);
  -webkit-filter: FlipH;
          filter: FlipH;
  font-size: 8px;
  padding-left: 0;
  margin-left: 5px;
  margin-right: -5px;
  top: -2px;
  position: relative;
  color: inherit;
}
.button.st--quaternary.sz--medium:hover, .button.st--quaternary.sz--medium:focus, .button.st--quaternary:not(.sz--small):not(.sz--large):hover, .button.st--quaternary:not(.sz--small):not(.sz--large):focus {
  background: rgba(255, 255, 255, 0.8);
  border-color: white;
  color: #2725ba;
}
.button.st--quaternary.sz--medium:active, .button.st--quaternary:not(.sz--small):not(.sz--large):active {
  background: white;
  border-color: white;
  color: #131333;
}
.button.st--quaternary.sz--medium:hover, .button.st--quaternary.sz--medium:focus, .button.st--quaternary:not(.sz--small):not(.sz--large):hover, .button.st--quaternary:not(.sz--small):not(.sz--large):focus {
  -webkit-box-shadow: 0 2.5px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2.5px 5px rgba(0, 0, 0, 0.15);
}
.button.st--quaternary.sz--medium:active, .button.st--quaternary:not(.sz--small):not(.sz--large):active {
  -webkit-box-shadow: 0 -2.5px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 -2.5px 5px rgba(0, 0, 0, 0.15);
}
.button.st--quaternary.sz--medium[target=_blank]::after, .button.st--quaternary:not(.sz--small):not(.sz--large)[target=_blank]::after {
  font-size: 8px;
  padding-left: 0;
  margin-left: 5px;
  margin-right: -5px;
  top: -4px;
}
.button.st--quaternary.sz--medium > .material-icons, .button.st--quaternary:not(.sz--small):not(.sz--large) > .material-icons {
  display: block;
  line-height: 1;
  font-size: 18px;
  margin-right: -12px;
  margin-left: 12px;
}

html.modal-active {
  overflow: hidden;
}
html.modal-active body {
  overflow: hidden;
}

.c20-modal {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c20-modal:not(.c20-modal-active) {
  top: -100vh;
  left: 100vw;
  width: 0;
  height: 0;
  opacity: 0;
}
.c20-modal.c20-modal-active {
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  opacity: 1;
  z-index: 9999;
  padding: 24px;
}
.c20-modal.c20-modal-active .c20-modal__overlay {
  background: rgba(47, 46, 126, 0.9);
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  opacity: 1;
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  -webkit-animation: 0.6s ease 0s 1 fadeIn;
          animation: 0.6s ease 0s 1 fadeIn;
}
.c20-modal.c20-modal-active .c20-modal__overlay[data-modal-close]:hover, .c20-modal.c20-modal-active .c20-modal__overlay[data-modal-close]:focus {
  cursor: pointer;
  opacity: 0.8;
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.c20-modal.c20-modal-active .c20-modal__content {
  opacity: 1;
  -webkit-animation: 0.3s ease 0s 1 riseUp, 0.6s ease 0s 1 fadeIn;
          animation: 0.3s ease 0s 1 riseUp, 0.6s ease 0s 1 fadeIn;
}
.c20-modal.p--top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 768px), print {
  .c20-modal.sz--wide .c20-modal__content {
    max-width: 840px;
  }
}
.c20-modal .c20-modal__overlay {
  position: fixed;
  top: -100vh;
  left: 100vw;
  width: 0;
  height: 0;
  opacity: 0;
}
.c20-modal .c20-modal__content {
  background: white;
  max-height: 90vh;
  width: calc(100vw - 24px);
  border-radius: 12px;
  overflow: hidden;
  overflow: auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  cursor: default;
  z-index: 20;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .c20-modal .c20-modal__content {
    -webkit-box-shadow:  8px  8px 16px rgba(0, 0, 0, 0.15);
            box-shadow:  8px  8px 16px rgba(0, 0, 0, 0.15);
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .c20-modal .c20-modal__content {
    -webkit-box-shadow:  12px  12px 24px rgba(0, 0, 0, 0.15);
            box-shadow:  12px  12px 24px rgba(0, 0, 0, 0.15);
  }
}
@media screen and (min-width: 960px) {
  .c20-modal .c20-modal__content {
    -webkit-box-shadow:  16px  16px 32px rgba(0, 0, 0, 0.15);
            box-shadow:  16px  16px 32px rgba(0, 0, 0, 0.15);
  }
}
@media screen and (min-width: 768px), print {
  .c20-modal .c20-modal__content {
    max-width: 480px;
    height: 560px;
  }
}
.c20-modal .c20-modal__content.c20-modal__content--no-background {
  background: none;
}
.c20-modal .c20-modal__content .c20-modal__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.c20-modal .c20-modal__body {
  position: relative;
}

.c20-close {
  -webkit-appearance: none;
  background: none;
  color: white;
  border: none;
  padding: 0;
  width: 32px;
  height: 32px;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  cursor: pointer;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.c20-close:hover, .c20-close:focus {
  -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
          transform: scale(1.3);
  color: #2f2e7e;
  text-shadow: none;
}
.c20-close .material-icons {
  line-height: 1;
  font-size: 32px;
}
.c20-close.p--top-left {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 99;
}

.meta_table {
  margin-bottom: 24px;
  border-radius: 6px 6px;
}
@media screen and (min-width: 768px), print {
  .meta_table {
    margin-bottom: 48px;
  }
}
@media screen and (min-width: 768px), print {
  .meta_table .meta_row {
    border: 1px solid #ececec;
    border: 1px solid #eaeaff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: -1px;
  }
  .meta_table .meta_row:last-child {
    border-radius: 0 0 6px 6px;
  }
}
.meta_table .meta_row.meta_row_head {
  background: #f7f7ff;
  border-radius: 6px 6px 0 0;
}
.meta_table .meta_row .meta_heading {
  font-weight: 500;
  padding: 12px 10px;
}
@media screen and (min-width: 768px), print {
  .meta_table .meta_row .meta_heading {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (max-width: 767px) {
  .meta_table .meta_row .meta_heading.meta_mobile_heading {
    padding-top: 6px;
    padding-bottom: 6px;
    border-top: 1px solid #eaeaff;
    border-bottom: 1px solid #eaeaff;
    background: #f7f7ff;
    font-size: 12px;
  }
  .meta_column.meta_column_content .meta_heading.meta_mobile_heading {
    border-top: none;
  }
}
.meta_table .meta_row:not(.meta_row_head) {
  border-bottom: 1px solid #eaeaff;
  background: none;
}
.meta_table .meta_row .meta_content {
  padding: 15px 10px;
}
@media screen and (min-width: 768px), print {
  .meta_table .meta_row .meta_content {
    -webkit-box-flex: 3;
        -ms-flex: 3;
            flex: 3;
  }
}
.meta_table .meta_row .meta_content > *:first-child {
  margin-top: 0;
}
.meta_table .meta_row .meta_content > *:last-child {
  margin-bottom: 0;
}

.meta_table_lite .meta_row .meta_heading {
  display: inline-block;
  font-weight: 500;
}
.meta_table_lite .meta_row .meta_heading::after {
  content: ":";
}
.meta_table_lite .meta_row .meta_content {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .meta_table_calendar .meta_row {
    border: 1px solid #ececec;
    margin-bottom: 15px;
  }
}
.meta_table_calendar .meta_row.meta_row_head {
  display: none;
}
@media screen and (min-width: 768px), print {
  .meta_table_calendar .meta_row.meta_row_head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.meta_table_calendar .meta_row.meta_row_head .meta_heading {
  text-align: left;
}
@media screen and (min-width: 768px), print {
  .meta_table_calendar .meta_row .meta_column {
    border-left: 1px solid #ececec;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (min-width: 768px), print {
  .meta_table_calendar .meta_row .meta_column.meta_column_content {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
    border-left: 0;
  }
}
@media screen and (min-width: 768px), print {
  .meta_table_calendar .meta_row .meta_column .meta_mobile_heading {
    display: none;
  }
}

.loop-post:not(.sz--small) {
  border: 2px solid #f2f2f2;
  display: block;
  margin: 0 0 24px;
  padding: 12px;
  border-radius: 12px;
  overflow: hidden;
}
@media screen and (min-width: 768px), print {
  .loop-post:not(.sz--small) {
    padding: 24px;
  }
}
@media screen and (min-width: 960px) {
  .loop-post:not(.sz--small) {
    padding: 24px 32px;
    margin: 0 0 48px;
  }
}
.loop-post:not(.sz--small) time {
  font-weight: 600;
}
.loop-post:not(.sz--small) .__excerpt p {
  font-weight: 500;
}
.loop-post:not(.sz--small) .__link {
  padding-top: 12px;
}
.loop-post:not(.sz--small) .__link .more-button {
  text-decoration: none;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
  border-width: 2px;
  border-style: solid;
  overflow-wrap: break-word;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #2f2e7e;
  border-color: #2f2e7e;
  color: white;
  border-radius: 4px;
  font-size: 16px;
  line-height: 20px;
  padding: 8px 18px;
}
.loop-post:not(.sz--small) .__link .more-button[target=_blank]::after {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "liga";
  font-feature-settings: "liga";
  content: "signal_cellular_4_bar";
  -webkit-transform: scaleX(-1) rotate(180deg);
      -ms-transform: scaleX(-1) rotate(180deg);
          transform: scaleX(-1) rotate(180deg);
  -webkit-filter: FlipH;
          filter: FlipH;
  font-size: 8px;
  padding-left: 0;
  margin-left: 5px;
  margin-right: -5px;
  top: -2px;
  position: relative;
  color: inherit;
}
.loop-post:not(.sz--small) .__link .more-button:hover, .loop-post:not(.sz--small) .__link .more-button:focus {
  background: #2c2b9b;
  border-color: #2f2e7e;
  color: white;
}
.loop-post:not(.sz--small) .__link .more-button:active {
  background: #212059;
  border-color: #2f2e7e;
  color: #e6e6e6;
}
.loop-post:not(.sz--small) .__link .more-button:hover, .loop-post:not(.sz--small) .__link .more-button:focus {
  -webkit-box-shadow: 0 2.5px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2.5px 5px rgba(0, 0, 0, 0.15);
}
.loop-post:not(.sz--small) .__link .more-button:active {
  -webkit-box-shadow: 0 -2.5px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 -2.5px 5px rgba(0, 0, 0, 0.15);
}
.loop-post:not(.sz--small) .__link .more-button[target=_blank]::after {
  font-size: 8px;
  padding-left: 0;
  margin-left: 5px;
  margin-right: -5px;
  top: -4px;
}
.loop-post:not(.sz--small) .__link .more-button > .material-icons {
  display: block;
  line-height: 1;
  font-size: 18px;
  margin-right: -12px;
  margin-left: 12px;
}
.loop-post.sz--small {
  padding: 12px 0;
  margin: 0;
  border-bottom: 1px solid #e6e6e6;
}
.loop-post.sz--small:last-child {
  border-bottom: none;
}
.loop-post.sz--small .__heading {
  margin: 0;
}
.loop-post.sz--small .__heading a {
  font-size: 80%;
}
.loop-post.sz--small time {
  font-weight: 600;
}
.loop-post.sz--small .__excerpt p:first-child {
  padding-top: 0;
  margin-top: 0;
}
.loop-post.sz--small .__link {
  padding: 12px 0;
}
.loop-post.sz--small .__link .more-button {
  text-decoration: none;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
  border-width: 2px;
  border-style: solid;
  overflow-wrap: break-word;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: white;
  border-color: #2f2e7e;
  color: #2f2e7e;
  border-radius: 3px;
  font-size: 12px;
  line-height: 16px;
  padding: 6px 12px;
  border-width: 1px;
}
.loop-post.sz--small .__link .more-button[target=_blank]::after {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "liga";
  font-feature-settings: "liga";
  content: "signal_cellular_4_bar";
  -webkit-transform: scaleX(-1) rotate(180deg);
      -ms-transform: scaleX(-1) rotate(180deg);
          transform: scaleX(-1) rotate(180deg);
  -webkit-filter: FlipH;
          filter: FlipH;
  font-size: 8px;
  padding-left: 0;
  margin-left: 5px;
  margin-right: -5px;
  top: -2px;
  position: relative;
  color: inherit;
}
.loop-post.sz--small .__link .more-button:hover, .loop-post.sz--small .__link .more-button:focus {
  background: white;
  border-color: #2725ba;
  color: #2725ba;
}
.loop-post.sz--small .__link .more-button:active {
  background: white;
  border-color: #131333;
  color: #131333;
}
.loop-post.sz--small .__link .more-button[target=_blank]::after {
  color: #2f2e7e;
}
.loop-post.sz--small .__link .more-button:hover, .loop-post.sz--small .__link .more-button:focus {
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}
.loop-post.sz--small .__link .more-button:active {
  -webkit-box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.15);
          box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.15);
}
.loop-post.sz--small .__link .more-button[target=_blank]::after {
  font-size: 8px;
  padding-left: 0;
  margin-left: 5px;
  margin-right: -5px;
  top: -2px;
}
.loop-post.sz--small .__link .more-button > .material-icons {
  display: block;
  line-height: 1;
  font-size: 16px;
  margin-right: -8px;
  margin-left: 8px;
}
.loop-post.cat--archive .__excerpt p {
  display: none;
}

.c20-latest-press-releases .section-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c20-latest-press-releases .loop-post:not(.sz--small) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .c20-latest-press-releases .loop-post:not(.sz--small):nth-child(3), .c20-latest-press-releases .loop-post:not(.sz--small):nth-child(4) {
    display: none;
  }
}
@media screen and (min-width: 768px), print {
  .c20-latest-press-releases .loop-post:not(.sz--small) {
    width: calc( (100% - 48px) / 2);
  }
}
@media screen and (min-width: 960px) {
  .c20-latest-press-releases .loop-post:not(.sz--small) {
    width: calc( (100% - 96px) / 3);
    margin-bottom: 24px;
  }
  .c20-latest-press-releases .loop-post:not(.sz--small):nth-child(4) {
    display: none;
  }
}
.c20-latest-press-releases .loop-post:not(.sz--small) .__excerpt {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c20-latest-press-releases .loop-post:not(.sz--small) .__excerpt .__link {
  margin-top: auto;
}
.c20-latest-press-releases .loop-post:not(.sz--small) .__excerpt .__link p {
  margin-bottom: 0;
  padding-bottom: 0;
}

.c20-press-releases-archive-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 24px 0;
}

.widget.widget-press-release-download {
  padding: 0 12px;
  width: 100%;
}
.site-main .widget.widget-press-release-download {
  border-radius: 12px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f7f7ff;
}
@media screen and (max-width: 767px) {
  .site-main .widget.widget-press-release-download .__button {
    text-decoration: none;
    font-weight: 500;
    line-height: 1;
    display: inline-block;
    border-width: 2px;
    border-style: solid;
    overflow-wrap: break-word;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #2f2e7e;
    border-color: #2f2e7e;
    color: white;
    border-radius: 3px;
    font-size: 12px;
    line-height: 16px;
    padding: 6px 12px;
    border-width: 1px;
  }
  .site-main .widget.widget-press-release-download .__button[target=_blank]::after {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-feature-settings: "liga";
    font-feature-settings: "liga";
    content: "signal_cellular_4_bar";
    -webkit-transform: scaleX(-1) rotate(180deg);
        -ms-transform: scaleX(-1) rotate(180deg);
            transform: scaleX(-1) rotate(180deg);
    -webkit-filter: FlipH;
            filter: FlipH;
    font-size: 8px;
    padding-left: 0;
    margin-left: 5px;
    margin-right: -5px;
    top: -2px;
    position: relative;
    color: inherit;
  }
  .site-main .widget.widget-press-release-download .__button:hover, .site-main .widget.widget-press-release-download .__button:focus {
    background: #2c2b9b;
    border-color: #2f2e7e;
    color: white;
  }
  .site-main .widget.widget-press-release-download .__button:active {
    background: #212059;
    border-color: #2f2e7e;
    color: #e6e6e6;
  }
  .site-main .widget.widget-press-release-download .__button:hover, .site-main .widget.widget-press-release-download .__button:focus {
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  }
  .site-main .widget.widget-press-release-download .__button:active {
    -webkit-box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.15);
            box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.15);
  }
  .site-main .widget.widget-press-release-download .__button[target=_blank]::after {
    font-size: 8px;
    padding-left: 0;
    margin-left: 5px;
    margin-right: -5px;
    top: -2px;
  }
  .site-main .widget.widget-press-release-download .__button > .material-icons {
    display: block;
    line-height: 1;
    font-size: 16px;
    margin-right: -8px;
    margin-left: 8px;
  }
}
@media screen and (min-width: 768px), print {
  .site-main .widget.widget-press-release-download .__button {
    text-decoration: none;
    font-weight: 500;
    line-height: 1;
    display: inline-block;
    border-width: 2px;
    border-style: solid;
    overflow-wrap: break-word;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #2f2e7e;
    border-color: #2f2e7e;
    color: white;
    border-radius: 4px;
    font-size: 16px;
    line-height: 20px;
    padding: 8px 18px;
  }
  .site-main .widget.widget-press-release-download .__button[target=_blank]::after {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-feature-settings: "liga";
    font-feature-settings: "liga";
    content: "signal_cellular_4_bar";
    -webkit-transform: scaleX(-1) rotate(180deg);
        -ms-transform: scaleX(-1) rotate(180deg);
            transform: scaleX(-1) rotate(180deg);
    -webkit-filter: FlipH;
            filter: FlipH;
    font-size: 8px;
    padding-left: 0;
    margin-left: 5px;
    margin-right: -5px;
    top: -2px;
    position: relative;
    color: inherit;
  }
  .site-main .widget.widget-press-release-download .__button:hover, .site-main .widget.widget-press-release-download .__button:focus {
    background: #2c2b9b;
    border-color: #2f2e7e;
    color: white;
  }
  .site-main .widget.widget-press-release-download .__button:active {
    background: #212059;
    border-color: #2f2e7e;
    color: #e6e6e6;
  }
  .site-main .widget.widget-press-release-download .__button:hover, .site-main .widget.widget-press-release-download .__button:focus {
    -webkit-box-shadow: 0 2.5px 5px rgba(0, 0, 0, 0.15);
            box-shadow: 0 2.5px 5px rgba(0, 0, 0, 0.15);
  }
  .site-main .widget.widget-press-release-download .__button:active {
    -webkit-box-shadow: 0 -2.5px 5px rgba(0, 0, 0, 0.15);
            box-shadow: 0 -2.5px 5px rgba(0, 0, 0, 0.15);
  }
  .site-main .widget.widget-press-release-download .__button[target=_blank]::after {
    font-size: 8px;
    padding-left: 0;
    margin-left: 5px;
    margin-right: -5px;
    top: -4px;
  }
  .site-main .widget.widget-press-release-download .__button > .material-icons {
    display: block;
    line-height: 1;
    font-size: 18px;
    margin-right: -12px;
    margin-left: 12px;
  }
}
aside.sidebar .widget.widget-press-release-download {
  border-radius: 8px;
  overflow: hidden;
  text-align: center;
  background: #f7f7ff;
}
@media screen and (max-width: 767px) {
  aside.sidebar .widget.widget-press-release-download {
    display: none;
  }
}
aside.sidebar .widget.widget-press-release-download .__button {
  text-decoration: none;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
  border-width: 2px;
  border-style: solid;
  overflow-wrap: break-word;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #2f2e7e;
  border-color: #2f2e7e;
  color: white;
  border-radius: 3px;
  font-size: 12px;
  line-height: 16px;
  padding: 6px 12px;
  border-width: 1px;
  width: 100%;
}
aside.sidebar .widget.widget-press-release-download .__button[target=_blank]::after {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "liga";
  font-feature-settings: "liga";
  content: "signal_cellular_4_bar";
  -webkit-transform: scaleX(-1) rotate(180deg);
      -ms-transform: scaleX(-1) rotate(180deg);
          transform: scaleX(-1) rotate(180deg);
  -webkit-filter: FlipH;
          filter: FlipH;
  font-size: 8px;
  padding-left: 0;
  margin-left: 5px;
  margin-right: -5px;
  top: -2px;
  position: relative;
  color: inherit;
}
aside.sidebar .widget.widget-press-release-download .__button:hover, aside.sidebar .widget.widget-press-release-download .__button:focus {
  background: #2c2b9b;
  border-color: #2f2e7e;
  color: white;
}
aside.sidebar .widget.widget-press-release-download .__button:active {
  background: #212059;
  border-color: #2f2e7e;
  color: #e6e6e6;
}
aside.sidebar .widget.widget-press-release-download .__button:hover, aside.sidebar .widget.widget-press-release-download .__button:focus {
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}
aside.sidebar .widget.widget-press-release-download .__button:active {
  -webkit-box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.15);
          box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.15);
}
aside.sidebar .widget.widget-press-release-download .__button[target=_blank]::after {
  font-size: 8px;
  padding-left: 0;
  margin-left: 5px;
  margin-right: -5px;
  top: -2px;
}
aside.sidebar .widget.widget-press-release-download .__button > .material-icons {
  display: block;
  line-height: 1;
  font-size: 16px;
  margin-right: -8px;
  margin-left: 8px;
}

.c20-this-section .c20-this-section__content {
  text-align: left;
  display: block;
  background: #f7f7ff;
  border-radius: 12px;
  overflow: hidden;
  padding: 12px;
}
@media screen and (min-width: 768px), print {
  .c20-this-section .c20-this-section__content {
    padding: 24px;
  }
}
@media screen and (min-width: 960px) {
  .c20-this-section .c20-this-section__content {
    padding: 24px 48px;
  }
}
.c20-this-section .c20-this-section__content .__heading {
  text-align: left;
  border-bottom: 4px solid rgba(47, 46, 126, 0.02);
  padding-bottom: 12px;
}
.c20-this-section .c20-this-section__content ul.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0 -12px;
}
.c20-this-section .c20-this-section__content li {
  padding: 12px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .c20-this-section .c20-this-section__content li {
    -ms-flex-preferred-size: calc(100% / 2);
        flex-basis: calc(100% / 2);
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .c20-this-section .c20-this-section__content li {
    -ms-flex-preferred-size: calc(100% / 4);
        flex-basis: calc(100% / 4);
  }
}
@media screen and (min-width: 960px) {
  .c20-this-section .c20-this-section__content li {
    -ms-flex-preferred-size: calc(100% / 6);
        flex-basis: calc(100% / 6);
  }
}
.c20-this-section .c20-this-section__content a {
  padding: 8px 12px;
  background: rgba(47, 46, 126, 0.04);
  border: none;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  display: inline-block;
  border-radius: 6px;
  overflow: hidden;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}
.c20-this-section .c20-this-section__content a:hover, .c20-this-section .c20-this-section__content a:focus {
  background: rgba(47, 46, 126, 0.08);
}
@media screen and (min-width: 768px), print {
  .c20-this-section.alignwide .c20-this-section__content {
    padding: 24px;
  }
}
@media screen and (min-width: 960px) {
  .c20-this-section.alignwide .c20-this-section__content {
    padding: 24px 48px;
  }
}
@media screen and (max-width: 767px) {
  .c20-this-section.alignwide .c20-this-section__content li {
    -ms-flex-preferred-size: calc(100% / 2);
        flex-basis: calc(100% / 2);
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .c20-this-section.alignwide .c20-this-section__content li {
    -ms-flex-preferred-size: calc(100% / 4);
        flex-basis: calc(100% / 4);
  }
}
@media screen and (min-width: 960px) {
  .c20-this-section.alignwide .c20-this-section__content li {
    -ms-flex-preferred-size: calc(100% / 6);
        flex-basis: calc(100% / 6);
  }
}
.basic-hero {
  position: relative;
}
@media screen and (max-width: 767px) {
  .basic-hero .__image {
    margin: 0 -12px;
  }
}
@media screen and (min-width: 768px), print {
  .basic-hero .__image {
    position: relative;
    height: 0;
    padding-top: 50%;
    border-radius: 12px;
    overflow: hidden;
    width: 100%;
  }
}
.basic-hero .__image img {
  max-width: 100%;
  width: 100%;
  margin: 0;
  display: block;
}
@media screen and (min-width: 768px), print {
  .basic-hero .__image img {
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.basic-hero .__heading {
  background: #2f2e7e;
  border-radius: 12px;
  overflow: hidden;
  color: white;
  display: inline-block;
  padding: 12px;
  margin-left: 0;
  margin-top: -24px;
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .basic-hero .__heading {
    -webkit-box-shadow:  8px  8px 16px rgba(0, 0, 0, 0.15);
            box-shadow:  8px  8px 16px rgba(0, 0, 0, 0.15);
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .basic-hero .__heading {
    -webkit-box-shadow:  12px  12px 24px rgba(0, 0, 0, 0.15);
            box-shadow:  12px  12px 24px rgba(0, 0, 0, 0.15);
  }
}
@media screen and (min-width: 960px) {
  .basic-hero .__heading {
    -webkit-box-shadow:  16px  16px 32px rgba(0, 0, 0, 0.15);
            box-shadow:  16px  16px 32px rgba(0, 0, 0, 0.15);
  }
}
@media screen and (min-width: 768px), print {
  .basic-hero .__heading {
    margin-left: 24px;
    margin-top: -48px;
    margin-bottom: 48px;
    -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
            transform: scale(0.9);
  }
}
@media screen and (min-width: 960px) {
  .basic-hero .__heading {
    padding: 18px;
  }
}
.basic-hero .__heading h1 {
  display: inline;
  margin: 0;
  padding: 0;
  color: white;
  font-weight: 700;
}

.c20-hero-banner .__banner {
  padding: 0;
  display: -ms-grid;
  display: grid;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .c20-hero-banner .__banner {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(6, calc( (100vw - 48px) / 8)) minmax(1px, auto);
    -ms-grid-columns: 1fr;
    -ms-grid-rows: (calc( (100vw - 48px) / 8))[6] auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .c20-hero-banner .__banner {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, calc( (100vw - 48px) / 12)) minmax(1px, auto);
    -ms-grid-columns: 1fr;
    -ms-grid-rows: (calc( (100vw - 48px) / 12))[4] auto;
  }
}
@media screen and (min-width: 960px) {
  .c20-hero-banner .__banner {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, calc( (100vw - 48px) / 12)) auto;
    -ms-grid-columns: 1fr;
    -ms-grid-rows: (calc( (100vw - 48px) / 12))[5];
  }
}
@media screen and (min-width: 1440px) {
  .c20-hero-banner .__banner {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, calc(1392px / 12)) auto;
    -ms-grid-columns: 1fr;
    -ms-grid-rows: (calc(1392px / 12))[5];
  }
}
@media screen and (max-width: 767px) {
  .c20-hero-banner .__banner.p--left .__content {
    padding-left: 24px;
    padding-right: 48px;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .c20-hero-banner .__banner.p--left .__content {
    grid-column: 1;
    -ms-grid-column: 1;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 48px;
    padding-right: 96px;
  }
}
@media screen and (min-width: 960px) {
  .c20-hero-banner .__banner.p--left .__content {
    padding-left: 48px;
    padding-right: 96px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .c20-hero-banner .__banner.p--left .__content .__card {
    -webkit-box-shadow:  8px -8px 16px rgba(0, 0, 0, 0.25);
            box-shadow:  8px -8px 16px rgba(0, 0, 0, 0.25);
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) and (max-width: 959px) {
  .c20-hero-banner .__banner.p--left .__content .__card {
    -webkit-box-shadow:  12px -12px 24px rgba(0, 0, 0, 0.25);
            box-shadow:  12px -12px 24px rgba(0, 0, 0, 0.25);
  }
}
@media screen and (max-width: 767px) and (min-width: 960px) {
  .c20-hero-banner .__banner.p--left .__content .__card {
    -webkit-box-shadow:  16px -16px 32px rgba(0, 0, 0, 0.25);
            box-shadow:  16px -16px 32px rgba(0, 0, 0, 0.25);
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .c20-hero-banner .__banner.p--left .__content .__card {
    -webkit-box-shadow:  8px  8px 16px rgba(0, 0, 0, 0.25);
            box-shadow:  8px  8px 16px rgba(0, 0, 0, 0.25);
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 959px) {
  .c20-hero-banner .__banner.p--left .__content .__card {
    -webkit-box-shadow:  12px  12px 24px rgba(0, 0, 0, 0.25);
            box-shadow:  12px  12px 24px rgba(0, 0, 0, 0.25);
  }
}
@media screen and (min-width: 768px) and (min-width: 960px) {
  .c20-hero-banner .__banner.p--left .__content .__card {
    -webkit-box-shadow:  16px  16px 32px rgba(0, 0, 0, 0.25);
            box-shadow:  16px  16px 32px rgba(0, 0, 0, 0.25);
  }
}
@media screen and (max-width: 767px) {
  .c20-hero-banner .__banner.p--right .__content {
    padding-left: 48px;
    padding-right: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .c20-hero-banner .__banner.p--right .__content {
    grid-column: 1;
    -ms-grid-column: 1;
    padding-left: 96px;
    padding-right: 48px;
  }
}
@media screen and (min-width: 960px) {
  .c20-hero-banner .__banner.p--right .__content {
    grid-column: 1;
    -ms-grid-column: 1;
    padding-left: 96px;
    padding-right: 48px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .c20-hero-banner .__banner.p--right .__content .__card {
    -webkit-box-shadow: -8px -8px 16px rgba(0, 0, 0, 0.25);
            box-shadow: -8px -8px 16px rgba(0, 0, 0, 0.25);
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) and (max-width: 959px) {
  .c20-hero-banner .__banner.p--right .__content .__card {
    -webkit-box-shadow: -12px -12px 24px rgba(0, 0, 0, 0.25);
            box-shadow: -12px -12px 24px rgba(0, 0, 0, 0.25);
  }
}
@media screen and (max-width: 767px) and (min-width: 960px) {
  .c20-hero-banner .__banner.p--right .__content .__card {
    -webkit-box-shadow: -16px -16px 32px rgba(0, 0, 0, 0.25);
            box-shadow: -16px -16px 32px rgba(0, 0, 0, 0.25);
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .c20-hero-banner .__banner.p--right .__content .__card {
    -webkit-box-shadow: -8px  8px 16px rgba(0, 0, 0, 0.25);
            box-shadow: -8px  8px 16px rgba(0, 0, 0, 0.25);
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 959px) {
  .c20-hero-banner .__banner.p--right .__content .__card {
    -webkit-box-shadow: -12px  12px 24px rgba(0, 0, 0, 0.25);
            box-shadow: -12px  12px 24px rgba(0, 0, 0, 0.25);
  }
}
@media screen and (min-width: 768px) and (min-width: 960px) {
  .c20-hero-banner .__banner.p--right .__content .__card {
    -webkit-box-shadow: -16px  16px 32px rgba(0, 0, 0, 0.25);
            box-shadow: -16px  16px 32px rgba(0, 0, 0, 0.25);
  }
}
.c20-hero-banner .__banner .__image {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  z-index: 10;
  -ms-grid-column: 1;
  grid-column: 1;
}
@media screen and (max-width: 767px) {
  .c20-hero-banner .__banner .__image {
    grid-row: 1/7;
    -ms-grid-row: 1;
    -ms-grid-row-span: 7;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .c20-hero-banner .__banner .__image {
    grid-row: 1/5;
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
  }
}
@media screen and (min-width: 960px) {
  .c20-hero-banner .__banner .__image {
    grid-row: 1/5;
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    margin-bottom: 48px;
  }
}
.c20-hero-banner .__banner .__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
}
.c20-hero-banner .__banner .__content {
  z-index: 20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-column: 1;
  -ms-grid-column: 1;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c20-hero-banner .__banner .__content {
    grid-row: 5/8;
    -ms-grid-row: 5;
    -ms-grid-row-span: 8;
    padding-bottom: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .c20-hero-banner .__banner .__content {
    grid-row: 4/6;
    -ms-grid-row: 4;
    -ms-grid-row-span: 6;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
    padding-bottom: 48px;
  }
}
@media screen and (min-width: 960px) {
  .c20-hero-banner .__banner .__content {
    grid-column: 1;
    -ms-grid-column: 1;
    grid-row: 3/6;
    -ms-grid-row: 3;
    -ms-grid-row-span: 6;
    padding-bottom: 12px;
  }
}
.c20-hero-banner .__banner .__content .__card {
  border-radius: 8px;
  overflow: hidden;
  background: #2f2e7e;
  color: white;
}
@media screen and (max-width: 767px) {
  .c20-hero-banner .__banner .__content .__card {
    padding: 24px;
  }
}
@media screen and (min-width: 768px), print {
  .c20-hero-banner .__banner .__content .__card {
    padding: 24px;
  }
}
@media screen and (min-width: 960px) {
  .c20-hero-banner .__banner .__content .__card {
    padding: 48px;
    max-width: 640px;
  }
}
.c20-hero-banner .__banner .__content .__card > * {
  color: inherit;
}
.c20-hero-banner .__banner .__content .__card .__text > *:last-child {
  margin-bottom: 0;
}
.c20-hero-banner .__banner .__content .__heading {
  font-weight: 600;
  margin-bottom: 0;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .c20-hero-banner .__banner .__content .__heading {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.c20-hero-banner .__banner .__content .__buttons {
  padding: 12px 0 0;
}
.c20-hero-banner .__banner .__content .__buttons .button {
  margin-right: 12px;
}
.c20-hero-banner .__banner .__content .__buttons .button.st--primary {
  background: #28276b;
  border-color: #28276b;
}

.c20-hero-slideshow {
  padding: 0;
}
.c20-hero-slideshow .__slideshow.slick-initialized .slick-list .__slide.slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  outline: none;
}
.c20-hero-slideshow .__slideshow.slick-initialized .slick-list .__slide.slick-slide .section-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.c20-hero-slideshow .__slideshow.slick-initialized .slick-list .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.c20-hero-slideshow .__slideshow.slick-initialized .slick-list .slick-track:before, .c20-hero-slideshow .__slideshow.slick-initialized .slick-list .slick-track:after {
  content: none;
}
.c20-hero-slideshow .__slideshow.slick-initialized .slick-list .slick-track .__slide.slick-slide {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  height: auto;
}
.c20-hero-slideshow .__slide:not(.slick-slide):not(:first-child) {
  display: none;
}
.c20-hero-slideshow .__slide .slick-slide {
  height: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.c20-hero-slideshow .__inner {
  height: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 100%;
  display: grid;
  display: -ms-grid;
}
@media screen and (min-width: 768px), print {
  .c20-hero-slideshow .__inner {
    min-height: 65vh;
  }
}
@media screen and (min-width: 960px) and (min-height: 840px) {
  .c20-hero-slideshow .__inner {
    min-height: 640px;
  }
}
@media screen and (max-width: 767px) {
  .c20-hero-slideshow .__inner {
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(3, 25vw) auto;
    -ms-grid-columns: (1fr)[12];
    -ms-grid-rows: (1fr)[3] auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .c20-hero-slideshow .__inner {
    grid-template-columns: repeat(8, 1fr);
    grid-template-rows: repeat(7, 1fr);
    -ms-grid-columns: (1fr)[8];
    -ms-grid-rows: (1fr)[7];
  }
}
@media screen and (min-width: 960px) {
  .c20-hero-slideshow .__inner {
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: 1fr;
    -ms-grid-columns: (1fr)[12];
    -ms-grid-rows: 1fr;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .c20-hero-slideshow .__inner.p--top .__image {
    grid-row: 3/9;
    -ms-grid-row: 3;
    -ms-grid-row-span: 9;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .c20-hero-slideshow .__inner.p--top .__image {
    grid-row: 3/9;
    -ms-grid-row: 3;
    -ms-grid-row-span: 9;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .c20-hero-slideshow .__inner.p--top .__content {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 32px;
    padding-bottom: 12px;
  }
}
@media screen and (min-width: 960px) {
  .c20-hero-slideshow .__inner.p--top .__content {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 48px;
    padding-bottom: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .c20-hero-slideshow .__inner.p--center .__image {
    grid-row: 1/6;
    -ms-grid-row: 1;
    -ms-grid-row-span: 6;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .c20-hero-slideshow .__inner.p--center .__content {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-bottom: 24px;
    padding-top: 12px;
  }
}
@media screen and (min-width: 960px) {
  .c20-hero-slideshow .__inner.p--center .__content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .c20-hero-slideshow .__inner.p--bottom .__image {
    grid-row: 1/6;
    -ms-grid-row: 1;
    -ms-grid-row-span: 6;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .c20-hero-slideshow .__inner.p--bottom .__content {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-top: 12px;
    padding-bottom: 32px;
  }
}
@media screen and (min-width: 960px) {
  .c20-hero-slideshow .__inner.p--bottom .__content {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-top: 24px;
    padding-bottom: 48px;
  }
}
@media screen and (max-width: 767px) {
  .c20-hero-slideshow .__inner.p--left .__image {
    grid-column: 2/13;
    -ms-grid-column: 2;
    -ms-grid-column-span: 13;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .c20-hero-slideshow .__inner.p--left .__image {
    grid-column: 4/9;
    -ms-grid-column: 4;
    -ms-grid-column-span: 9;
  }
}
@media screen and (min-width: 960px) {
  .c20-hero-slideshow .__inner.p--left .__image {
    grid-column: 4/13;
    -ms-grid-column: 4;
    -ms-grid-column-span: 13;
  }
}
@media screen and (max-width: 767px) {
  .c20-hero-slideshow .__inner.p--left .__content {
    grid-column: 1/12;
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .c20-hero-slideshow .__inner.p--left .__content {
    grid-column: 1/5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 5;
  }
}
@media screen and (min-width: 960px) {
  .c20-hero-slideshow .__inner.p--left .__content {
    grid-column: 1/6;
    -ms-grid-column: 1;
    -ms-grid-column-span: 6;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .c20-hero-slideshow .__inner.p--left .__content .__card {
    -webkit-box-shadow:  8px -8px 16px rgba(0, 0, 0, 0.25);
            box-shadow:  8px -8px 16px rgba(0, 0, 0, 0.25);
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) and (max-width: 959px) {
  .c20-hero-slideshow .__inner.p--left .__content .__card {
    -webkit-box-shadow:  12px -12px 24px rgba(0, 0, 0, 0.25);
            box-shadow:  12px -12px 24px rgba(0, 0, 0, 0.25);
  }
}
@media screen and (max-width: 767px) and (min-width: 960px) {
  .c20-hero-slideshow .__inner.p--left .__content .__card {
    -webkit-box-shadow:  16px -16px 32px rgba(0, 0, 0, 0.25);
            box-shadow:  16px -16px 32px rgba(0, 0, 0, 0.25);
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .c20-hero-slideshow .__inner.p--left .__content .__card {
    -webkit-box-shadow:  8px  8px 16px rgba(0, 0, 0, 0.25);
            box-shadow:  8px  8px 16px rgba(0, 0, 0, 0.25);
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 959px) {
  .c20-hero-slideshow .__inner.p--left .__content .__card {
    -webkit-box-shadow:  12px  12px 24px rgba(0, 0, 0, 0.25);
            box-shadow:  12px  12px 24px rgba(0, 0, 0, 0.25);
  }
}
@media screen and (min-width: 768px) and (min-width: 960px) {
  .c20-hero-slideshow .__inner.p--left .__content .__card {
    -webkit-box-shadow:  16px  16px 32px rgba(0, 0, 0, 0.25);
            box-shadow:  16px  16px 32px rgba(0, 0, 0, 0.25);
  }
}
@media screen and (max-width: 767px) {
  .c20-hero-slideshow .__inner.p--right .__image {
    grid-column: 1/12;
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .c20-hero-slideshow .__inner.p--right .__image {
    grid-column: 1/6;
    -ms-grid-column: 1;
    -ms-grid-column-span: 6;
  }
}
@media screen and (min-width: 960px) {
  .c20-hero-slideshow .__inner.p--right .__image {
    grid-column: 1/10;
    -ms-grid-column: 1;
    -ms-grid-column-span: 10;
  }
}
@media screen and (max-width: 767px) {
  .c20-hero-slideshow .__inner.p--right .__content {
    grid-column: 2/13;
    -ms-grid-column: 2;
    -ms-grid-column-span: 13;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .c20-hero-slideshow .__inner.p--right .__content {
    grid-column: 5/9;
    -ms-grid-column: 5;
    -ms-grid-column-span: 9;
  }
}
@media screen and (min-width: 960px) {
  .c20-hero-slideshow .__inner.p--right .__content {
    grid-column: 8/13;
    -ms-grid-column: 8;
    -ms-grid-column-span: 13;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .c20-hero-slideshow .__inner.p--right .__content .__card {
    -webkit-box-shadow: -8px -8px 16px rgba(0, 0, 0, 0.25);
            box-shadow: -8px -8px 16px rgba(0, 0, 0, 0.25);
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) and (max-width: 959px) {
  .c20-hero-slideshow .__inner.p--right .__content .__card {
    -webkit-box-shadow: -12px -12px 24px rgba(0, 0, 0, 0.25);
            box-shadow: -12px -12px 24px rgba(0, 0, 0, 0.25);
  }
}
@media screen and (max-width: 767px) and (min-width: 960px) {
  .c20-hero-slideshow .__inner.p--right .__content .__card {
    -webkit-box-shadow: -16px -16px 32px rgba(0, 0, 0, 0.25);
            box-shadow: -16px -16px 32px rgba(0, 0, 0, 0.25);
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .c20-hero-slideshow .__inner.p--right .__content .__card {
    -webkit-box-shadow: -8px  8px 16px rgba(0, 0, 0, 0.25);
            box-shadow: -8px  8px 16px rgba(0, 0, 0, 0.25);
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 959px) {
  .c20-hero-slideshow .__inner.p--right .__content .__card {
    -webkit-box-shadow: -12px  12px 24px rgba(0, 0, 0, 0.25);
            box-shadow: -12px  12px 24px rgba(0, 0, 0, 0.25);
  }
}
@media screen and (min-width: 768px) and (min-width: 960px) {
  .c20-hero-slideshow .__inner.p--right .__content .__card {
    -webkit-box-shadow: -16px  16px 32px rgba(0, 0, 0, 0.25);
            box-shadow: -16px  16px 32px rgba(0, 0, 0, 0.25);
  }
}
.c20-hero-slideshow .__inner .__image {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .c20-hero-slideshow .__inner .__image {
    grid-row: 1/4;
    -ms-grid-row: 1;
    -ms-grid-row-span: 4;
  }
}
@media screen and (min-width: 960px) {
  .c20-hero-slideshow .__inner .__image {
    grid-row: 1;
    -ms-grid-row: 1;
  }
}
.c20-hero-slideshow .__inner .__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
}
.c20-hero-slideshow .__inner .__content {
  z-index: 20;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c20-hero-slideshow .__inner .__content {
    grid-row: 3/7;
    -ms-grid-row: 3/7;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .c20-hero-slideshow .__inner .__content {
    grid-row: 1/8;
    -ms-grid-row: 1;
    -ms-grid-row-span: 8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 960px) {
  .c20-hero-slideshow .__inner .__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
    grid-row: 1;
    -ms-grid-row: 1;
  }
}
.c20-hero-slideshow .__inner .__content .__card {
  border-radius: 8px;
  overflow: hidden;
  background: #2f2e7e;
  color: white;
}
@media screen and (max-width: 767px) {
  .c20-hero-slideshow .__inner .__content .__card {
    padding: 24px;
  }
}
@media screen and (min-width: 768px), print {
  .c20-hero-slideshow .__inner .__content .__card {
    padding: 36px 48px 48px;
  }
}
.c20-hero-slideshow .__inner .__content .__card > * {
  color: inherit;
}
.c20-hero-slideshow .__inner .__content .__heading {
  font-weight: 600;
  margin: 0;
  padding: 0 0 12px;
}
.c20-hero-slideshow .__inner .__content .__text > * {
  margin-top: 0;
}
.c20-hero-slideshow .__inner .__content .__text > *:last-child {
  margin-bottom: 0;
}
.c20-hero-slideshow .__inner .__content .__buttons {
  padding: 12px 0 0;
}
.c20-hero-slideshow .__inner .__content .__buttons .button {
  margin-right: 12px;
}
.c20-hero-slideshow .__inner .__content .__buttons .button.st--primary {
  background: #28276b;
  border-color: #28276b;
}

.c20-hero-slideshow .__thumbs {
  position: relative;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}
.c20-hero-slideshow .__thumbs.__thumbs--hidden {
  display: none;
}
@media screen and (max-width: 767px) {
  .c20-hero-slideshow .__thumbs {
    margin-top: 24px;
  }
}
@media screen and (min-width: 768px), print {
  .c20-hero-slideshow .__thumbs {
    margin-top: 48px;
  }
}
.c20-hero-slideshow .__thumbs .slick-prev,
.c20-hero-slideshow .__thumbs .slick-next {
  -webkit-appearance: none;
  background: none;
  border: none;
  position: absolute;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 50%;
  cursor: pointer;
  z-index: 10;
}
.c20-hero-slideshow .__thumbs .slick-prev:hover, .c20-hero-slideshow .__thumbs .slick-prev:focus,
.c20-hero-slideshow .__thumbs .slick-next:hover,
.c20-hero-slideshow .__thumbs .slick-next:focus {
  outline: none;
}
@media screen and (max-width: 767px) {
  .c20-hero-slideshow .__thumbs .slick-prev,
.c20-hero-slideshow .__thumbs .slick-next {
    width: 32px;
    height: 32px;
    margin-top: -16px;
  }
}
@media screen and (min-width: 768px), print {
  .c20-hero-slideshow .__thumbs .slick-prev,
.c20-hero-slideshow .__thumbs .slick-next {
    top: 0;
    bottom: 0;
    background: red;
    width: 60px;
  }
}
.c20-hero-slideshow .__thumbs .slick-prev .material-icons,
.c20-hero-slideshow .__thumbs .slick-next .material-icons {
  font-size: 24px;
  line-height: 48px;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  -o-transition: transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
@media screen and (min-width: 768px), print {
  .c20-hero-slideshow .__thumbs .slick-prev:not(.slick-disabled):hover .material-icons,
.c20-hero-slideshow .__thumbs .slick-next:not(.slick-disabled):hover .material-icons {
    -webkit-transform: scale(3);
        -ms-transform: scale(3);
            transform: scale(3);
  }
}
@media screen and (min-width: 768px), print {
  .c20-hero-slideshow .__thumbs .slick-prev:not(.slick-disabled) .material-icons,
.c20-hero-slideshow .__thumbs .slick-next:not(.slick-disabled) .material-icons {
    -webkit-transform: scale(2);
        -ms-transform: scale(2);
            transform: scale(2);
  }
}
.c20-hero-slideshow .__thumbs .slick-prev.slick-disabled,
.c20-hero-slideshow .__thumbs .slick-next.slick-disabled {
  opacity: 0.25;
  cursor: default;
}
.c20-hero-slideshow .__thumbs .slick-prev.slick-hidden,
.c20-hero-slideshow .__thumbs .slick-next.slick-hidden {
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .c20-hero-slideshow .__thumbs .slick-prev {
    left: 24px;
  }
}
@media screen and (min-width: 768px), print {
  .c20-hero-slideshow .__thumbs .slick-prev {
    left: 0;
    background: -webkit-gradient(linear, left top, right top, color-stop(75%, white), to(transparent));
    background: -o-linear-gradient(left, white 75%, transparent 100%);
    background: linear-gradient(to right, white 75%, transparent 100%);
  }
}
@media screen and (max-width: 767px) {
  .c20-hero-slideshow .__thumbs .slick-next {
    right: 24px;
  }
}
@media screen and (min-width: 768px), print {
  .c20-hero-slideshow .__thumbs .slick-next {
    right: 0;
    background: -webkit-gradient(linear, right top, left top, color-stop(75%, white), to(transparent));
    background: -o-linear-gradient(right, white 75%, transparent 100%);
    background: linear-gradient(to left, white 75%, transparent 100%);
  }
}
.c20-hero-slideshow .__thumb-slideshow {
  opacity: 0;
  z-index: 5;
}
.c20-hero-slideshow .__thumb-slideshow.slick-initialized.slick-slider {
  padding: 0;
  overflow: hidden;
  opacity: 1;
}
.c20-hero-slideshow .__thumb-slideshow.slick-initialized.slick-slider .slick-list {
  padding: 12px 0 !important;
  overflow: visible !important;
}
@media screen and (max-width: 767px) {
  .c20-hero-slideshow .__thumb-slideshow.slick-initialized.slick-slider .slick-list {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .c20-hero-slideshow .__thumb-slideshow.slick-initialized.slick-slider .slick-list {
    width: calc( (100% - 96px) / 3);
    margin: 0 auto;
  }
}
@media screen and (min-width: 960px) {
  .c20-hero-slideshow .__thumb-slideshow.slick-initialized.slick-slider .slick-list {
    width: calc( (100% - 96px) / 3);
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .c20-hero-slideshow .__thumbs.__thumbs--static .__thumb-slideshow .slick-list {
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 960px) {
  .c20-hero-slideshow .__thumbs.__thumbs--static .__thumb-slideshow .slick-list {
    width: 100%;
    margin: 0 auto;
  }
}

.c20-hero-slideshow .__thumb {
  padding: 12px;
  cursor: pointer;
}
.c20-hero-slideshow .__thumb.slick-slide {
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  /* slide when not active/center */
  /* slide when active/center */ 
}
.c20-hero-slideshow .__thumb.slick-slide:hover:not(.slick-current) .__content, .c20-hero-slideshow .__thumb.slick-slide:focus:not(.slick-current) .__content {
  background: #2f2e7e;
  background: #dedeff;
}
.c20-hero-slideshow .__thumb.slick-current {
  cursor: default;
}
.c20-hero-slideshow .__thumb.slick-current .__content {
  background: #2f2e7e;
}
.c20-hero-slideshow .__thumb.slick-current .__heading {
  color: white !important;
}
.c20-hero-slideshow .__thumb.slick-current:focus {
  outline: none;
}
@media screen and (min-width: 768px), print {
  .c20-hero-slideshow .__thumb .__content {
    border-radius: 6px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #f7f7ff;
    overflow: visible;
    margin-left: 12px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .c20-hero-slideshow .__thumb .__content {
    max-width: 100px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px), print {
  .c20-hero-slideshow .__thumb .__content .__image {
    border-radius: 3px;
    overflow: hidden;
    position: relative;
    height: 0;
    z-index: 10;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .c20-hero-slideshow .__thumb .__content .__image {
    -webkit-box-shadow:  4px  4px 8px rgba(0, 0, 0, 0.15);
            box-shadow:  4px  4px 8px rgba(0, 0, 0, 0.15);
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 959px) {
  .c20-hero-slideshow .__thumb .__content .__image {
    -webkit-box-shadow:  8px  8px 16px rgba(0, 0, 0, 0.15);
            box-shadow:  8px  8px 16px rgba(0, 0, 0, 0.15);
  }
}
@media screen and (min-width: 768px) and (min-width: 960px) {
  .c20-hero-slideshow .__thumb .__content .__image {
    -webkit-box-shadow:  12px  12px 24px rgba(0, 0, 0, 0.15);
            box-shadow:  12px  12px 24px rgba(0, 0, 0, 0.15);
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .c20-hero-slideshow .__thumb .__content .__image {
    padding-top: 100%;
    width: 100%;
    min-width: 100%;
  }
}
@media screen and (min-width: 960px) {
  .c20-hero-slideshow .__thumb .__content .__image {
    padding-top: 25%;
    min-width: 25%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 4);
            flex: 0 0 calc(100% / 4);
    -webkit-transform: translate(-12px, -12px);
        -ms-transform: translate(-12px, -12px);
            transform: translate(-12px, -12px);
  }
}
.c20-hero-slideshow .__thumb .__content .__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
}
.c20-hero-slideshow .__thumb .__content .__heading {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .c20-hero-slideshow .__thumb .__content .__heading {
    display: none;
  }
}
@media screen and (min-width: 768px), print {
  .c20-hero-slideshow .__thumb .__content .__heading {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc( (100% / 4) * 3);
            flex: 0 0 calc( (100% / 4) * 3);
    padding: 12px;
    font-weight: 600;
    color: #2f2e7e;
    font-size: 17px;
  }
}
.c20-hero-slideshow ul.slick-dots {
  width: 100%;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 768px), print {
  .c20-hero-slideshow ul.slick-dots {
    display: none !important;
  }
}
.c20-hero-slideshow ul.slick-dots li {
  list-style: none;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 0 7.5px;
}
.c20-hero-slideshow ul.slick-dots li button {
  -webkit-appearance: none;
  border: none;
  padding: 0;
  margin: 0;
  background: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: black;
  text-indent: -9999px;
}
.c20-hero-slideshow ul.slick-dots li:not(.slick-active) button {
  background: #f7f7ff;
  -webkit-box-shadow: inset 0 0 0 1.5px #2f2e7e;
          box-shadow: inset 0 0 0 1.5px #2f2e7e;
}
.c20-hero-slideshow ul.slick-dots li.slick-active button {
  background: #2f2e7e;
}

.team-members-grid div[class*=c20-c-] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.team-member {
  position: relative;
  width: 100%;
  display: block;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
@media screen and (max-width: 767px) {
  .team-member {
    border-radius: 6px;
    overflow: hidden;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
  }
}
@media screen and (min-width: 768px), print {
  .team-member {
    border-radius: 12px;
    overflow: hidden;
  }
}
.team-member:hover, .team-member:focus {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.team-member:hover .__photo::after, .team-member:focus .__photo::after {
  opacity: 0.75;
}
.team-member:hover .team-member__content, .team-member:focus .team-member__content {
  background: white;
  color: #2f2e7e;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media screen and (min-width: 768px), print {
  .team-member:hover .team-member__content, .team-member:focus .team-member__content {
    left: 8px;
    bottom: 8px;
    right: 8px;
    padding: 22px;
  }
}
.team-member .__photo {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: calc( (100% / 2) * 3 );
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  overflow: hidden;
}
.team-member .__photo::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: #2f2e7e;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  opacity: 0;
}
.team-member img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
  z-index: 1;
}
.team-member .team-member__content {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media screen and (max-width: 767px) {
  .team-member .team-member__content {
    padding: 8px;
    background: #2f2e7e;
    color: white;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}
@media screen and (min-width: 768px), print {
  .team-member .team-member__content {
    position: absolute;
    left: 12px;
    bottom: 12px;
    right: 12px;
    background: #2f2e7e;
    color: white;
    border-radius: 8px;
    z-index: 3;
    padding: 18px;
  }
}
.team-member .team-member__content * {
  color: inherit;
  margin: 0;
}
.team-member .team-member__content .__heading {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .team-member .team-member__content p.role {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px), print {
  .team-member .team-member__content p.role {
    font-size: 13px;
  }
}

.team-member-profile {
  overflow: hidden;
}
@media screen and (min-width: 768px), print {
  .team-member-profile {
    display: -ms-grid;
    display: grid;
    grid-template-columns: 45% 55%;
    grid-template-rows: auto minmax(0, 1fr);
    -ms-grid-columns: 45% 55%;
    -ms-grid-rows: 120px 440px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.team-member-profile .__photo {
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .team-member-profile .__photo {
    width: 100%;
    height: 0;
    padding-top: 150%;
  }
}
@media screen and (min-width: 768px), print {
  .team-member-profile .__photo {
    grid-column: 1;
    grid-row: 1/3;
    -ms-grid-column: 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
  }
  .team-member-profile .__photo::after {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 5px;
    background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.075)), to(transparent));
    background: -o-linear-gradient(right, rgba(0, 0, 0, 0.075), transparent);
    background: linear-gradient(to left, rgba(0, 0, 0, 0.075), transparent);
  }
}
.team-member-profile .__photo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
}
.team-member-profile .__header {
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  padding: 24px;
}
@media screen and (min-width: 768px), print {
  .team-member-profile .__header {
    grid-column: 2;
    grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-row: 1;
  }
}
.team-member-profile .__header h2 {
  color: #2f2e7e;
  margin: 0;
  padding: 0;
}
.team-member-profile .__header .role {
  margin: 0;
  padding: 10px 0 0;
}
.team-member-profile .__bio {
  overflow: auto;
  padding: 12px 24px 24px;
  overflow-x: hidden;
  overflow-y: auto;
}
@media screen and (min-width: 768px), print {
  .team-member-profile .__bio {
    grid-column: 2;
    grid-row: 2;
    -ms-grid-column: 2;
    -ms-grid-row: 2;
  }
}

.c20-regulatory-news-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c20-regulatory-news-grid .RowStyle {
  background: #f7f7ff;
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 12px);
          flex: 0 0 calc(50% - 12px);
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px), print {
  .c20-regulatory-news-grid .RowStyle {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 12px);
            flex: 0 0 calc(50% - 12px);
  }
}
@media screen and (min-width: 960px) {
  .c20-regulatory-news-grid .RowStyle {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(25% - 36px);
            flex: 0 0 calc(25% - 36px);
  }
}
.c20-regulatory-news-grid .RowStyle .daterow {
  margin-bottom: 12px;
  font-weight: 500;
}
.c20-regulatory-news-grid .RowStyle .titlerow > a {
  color: #2f2e7e !important;
  text-decoration: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  font-size: 20px !important;
  font-weight: 500 !important;
}
.c20-regulatory-news-grid .RowStyle .titlerow > a::after {
  content: none !important;
}
.c20-regulatory-news-grid .RowStyle .titlerow > a:hover, .c20-regulatory-news-grid .RowStyle .titlerow > a:focus {
  background: none !important;
  -webkit-box-shadow: inset 0 -1px 0 #2f2e7e !important;
          box-shadow: inset 0 -1px 0 #2f2e7e !important;
}

.c20-share-price-number {
  background: #f7f7ff;
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .c20-share-price-number {
    padding: 48px 12px;
  }
}
@media screen and (min-width: 768px), print {
  .c20-share-price-number {
    padding: 72px 24px;
  }
}
@media screen and (min-width: 960px) {
  .c20-share-price-number {
    padding: 96px 24px;
  }
}
.c20-share-price-number .share-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 80%;
          flex: 0 1 80%;
}
.c20-share-price-number .__price {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-weight: bold;
  color: #2f2e7e;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c20-share-price-number .__price {
    font-size: 35px;
  }
}
@media screen and (min-width: 768px), print {
  .c20-share-price-number .__price {
    font-size: 48px;
  }
}
@media screen and (min-width: 960px) {
  .c20-share-price-number .__price {
    font-size: 72px;
  }
}
.c20-share-price-number .__break {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.c20-share-price-number .__change {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.c20-share-price-number .__change #SnapshotDifference3,
.c20-share-price-number .__change #SnapshotDifference4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .c20-share-price-number .__change #SnapshotDifference3,
.c20-share-price-number .__change #SnapshotDifference4 {
    font-size: 17px;
  }
}
@media screen and (min-width: 768px), print {
  .c20-share-price-number .__change #SnapshotDifference3,
.c20-share-price-number .__change #SnapshotDifference4 {
    font-size: 24px;
  }
}
.c20-share-price-number .__change #SnapshotDifference3 span.positive,
.c20-share-price-number .__change #SnapshotDifference4 span.positive {
  color: #4dd964;
}
.c20-share-price-number .__change #SnapshotDifference3 span.negative,
.c20-share-price-number .__change #SnapshotDifference4 span.negative {
  color: #e63023;
}
.c20-share-price-number .__change #SnapshotDifference3 {
  padding-right: 5px;
}
.c20-share-price-number .__change #SnapshotDifference4 {
  padding-left: 5px;
}
.c20-share-price-number .__change #SnapshotDifference4 span:before {
  content: "(";
}
.c20-share-price-number .__change #SnapshotDifference4 span:after {
  content: ")";
}

html:not(.modal-active) .algolia-autocomplete {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .c20-modal#search-modal {
    padding: 0;
  }
}
@media screen and (min-width: 768px), print {
  .c20-modal#search-modal {
    padding-left: 96px;
    padding-right: 96px;
  }
}
.c20-modal#search-modal .c20-close {
  position: fixed;
  width: 48px;
  height: 48px;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .c20-modal#search-modal .c20-close {
    bottom: 12px;
    right: 12px;
    background: white;
    text-shadow: none !important;
    color: #2f2e7e;
  }
}
@media screen and (min-width: 768px), print {
  .c20-modal#search-modal .c20-close {
    top: 24px;
    left: 12px;
  }
}
.c20-modal#search-modal .c20-search-box {
  padding: 0;
  margin: 0;
  display: block;
  z-index: 20;
}
@media screen and (max-width: 767px) {
  .c20-modal#search-modal .c20-search-box {
    width: 100vw;
  }
}
@media screen and (min-width: 768px), print {
  .c20-modal#search-modal .c20-search-box {
    max-width: 840px;
    width: 100%;
  }
}
.c20-modal#search-modal .c20-search-box form#search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c20-modal#search-modal .c20-search-box form#search input#query {
  border: none;
  background: #f2f2f2;
  font-size: 15px;
  line-height: 48px;
  height: 48px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 80%;
          flex: 1 0 80%;
  padding-left: 12px;
  border-radius: 0;
  color: black;
  font-weight: 500;
}
@media screen and (min-width: 768px), print {
  .c20-modal#search-modal .c20-search-box form#search input#query {
    border-radius: 4px 0 0 4px;
  }
}
.c20-modal#search-modal .c20-search-box form#search input#query::-webkit-input-placeholder {
  color: gray;
}
.c20-modal#search-modal .c20-search-box form#search input#query::-moz-placeholder {
  color: gray;
}
.c20-modal#search-modal .c20-search-box form#search input#query:-ms-input-placeholder {
  color: gray;
}
.c20-modal#search-modal .c20-search-box form#search input#query::-ms-input-placeholder {
  color: gray;
}
.c20-modal#search-modal .c20-search-box form#search input#query::placeholder {
  color: gray;
}
.c20-modal#search-modal .c20-search-box form#search button {
  -webkit-appearance: none;
  border: none;
  background: white;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .c20-modal#search-modal .c20-search-box form#search button {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
  }
}
@media screen and (min-width: 768px), print {
  .c20-modal#search-modal .c20-search-box form#search button {
    border-radius: 0 4px 4px 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
  }
}

.c20-featured-report,
.c20-featured-presentation {
  width: 100%;
}

.featured-resource-block {
  border-radius: 12px;
  overflow: hidden;
  overflow: visible;
  width: 100%;
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #f7f7ff;
}
@media screen and (max-width: 767px) {
  .featured-resource-block {
    margin-bottom: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 20vw;
  }
}
@media screen and (min-width: 768px), print {
  .featured-resource-block {
    margin-bottom: 48px;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 960px) {
  .c20-featured-report .featured-resource-block {
    margin-bottom: 96px;
  }
}
@media screen and (max-width: 767px) {
  .featured-resource-block .__content {
    padding: 24px;
  }
}
@media screen and (min-width: 768px), print {
  .featured-resource-block .__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 48px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .featured-resource-block .__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc( (100% / 3) * 2);
            flex: 0 0 calc( (100% / 3) * 2);
  }
}
@media screen and (max-width: 767px) {
  .featured-resource-block .__text {
    padding-bottom: 36px;
  }
}
@media screen and (min-width: 768px), print {
  .featured-resource-block .__text {
    padding-bottom: 48px;
  }
}
@media screen and (max-width: 767px) {
  .featured-resource-block .__text .__label {
    font-size: 17px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .featured-resource-block .__text .__heading {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .featured-resource-block .__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .featured-resource-block .__buttons .button {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 768px), print {
  .featured-resource-block .__buttons .button {
    margin-right: 20px;
  }
}
.featured-resource-block .__buttons a:not(.button) {
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media screen and (min-width: 768px), print {
  .featured-resource-block .__buttons a:not(.button) {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .featured-resource-block .__poster {
    padding: 0 10vw;
    margin-top: -10vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .featured-resource-block .__poster {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 3);
            flex: 0 0 calc(100% / 3);
    padding: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 960px) {
  .featured-resource-block .__poster {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33%;
            flex: 0 0 33%;
    -webkit-transform: translate(-24px, 48px);
        -ms-transform: translate(-24px, 48px);
            transform: translate(-24px, 48px);
    -ms-flex-item-align: end;
        align-self: flex-end;
    padding-right: 48px;
  }
}
@media screen and (min-width: 960px) {
  .c20-featured-presentation .featured-resource-block .__poster {
    -ms-flex-item-align: center;
        align-self: center;
  }
}
.c20-featured-report .featured-resource-block .__poster .__image {
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: calc( (100% / 7) * 10);
}
@media screen and (max-width: 767px) {
  .c20-featured-report .featured-resource-block .__poster .__image {
    -webkit-box-shadow:  8px  8px 16px rgba(0, 0, 0, 0.15);
            box-shadow:  8px  8px 16px rgba(0, 0, 0, 0.15);
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .c20-featured-report .featured-resource-block .__poster .__image {
    -webkit-box-shadow:  12px  12px 24px rgba(0, 0, 0, 0.15);
            box-shadow:  12px  12px 24px rgba(0, 0, 0, 0.15);
  }
}
@media screen and (min-width: 960px) {
  .c20-featured-report .featured-resource-block .__poster .__image {
    -webkit-box-shadow:  16px  16px 32px rgba(0, 0, 0, 0.15);
            box-shadow:  16px  16px 32px rgba(0, 0, 0, 0.15);
  }
}
.c20-featured-report .featured-resource-block .__poster .__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c20-featured-presentation .featured-resource-block .__poster .__image {
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c20-featured-presentation .featured-resource-block .__poster .__image {
    -webkit-box-shadow:  8px  8px 16px rgba(0, 0, 0, 0.15);
            box-shadow:  8px  8px 16px rgba(0, 0, 0, 0.15);
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .c20-featured-presentation .featured-resource-block .__poster .__image {
    -webkit-box-shadow:  12px  12px 24px rgba(0, 0, 0, 0.15);
            box-shadow:  12px  12px 24px rgba(0, 0, 0, 0.15);
  }
}
@media screen and (min-width: 960px) {
  .c20-featured-presentation .featured-resource-block .__poster .__image {
    -webkit-box-shadow:  16px  16px 32px rgba(0, 0, 0, 0.15);
            box-shadow:  16px  16px 32px rgba(0, 0, 0, 0.15);
  }
}
.c20-featured-presentation .featured-resource-block .__poster .__image img {
  display: block;
  width: 100%;
}

.c20-restricted-documents-challenge form {
  border-radius: 8px;
  overflow: hidden;
  padding: 24px;
  background: #f7f7ff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c20-restricted-documents-challenge form {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.c20-restricted-documents-challenge form select {
  height: 40px;
  padding: 0 10px;
  border: 2px solid #2f2e7e;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .c20-restricted-documents-challenge form select {
    -ms-flex-preferred-size: calc(100% - 24px );
        flex-basis: calc(100% - 24px );
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    display: block;
    width: 100%;
    margin-bottom: 12px;
  }
}
@media screen and (min-width: 768px), print {
  .c20-restricted-documents-challenge form select {
    margin-right: 20px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}
.c20-restricted-documents-challenge form button {
  text-decoration: none;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
  border-width: 2px;
  border-style: solid;
  overflow-wrap: break-word;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #2f2e7e;
  border-color: #2f2e7e;
  color: white;
  border-radius: 4px;
  font-size: 16px;
  line-height: 20px;
  padding: 8px 18px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 200px;
          flex: 1 1 200px;
}
.c20-restricted-documents-challenge form button[target=_blank]::after {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "liga";
  font-feature-settings: "liga";
  content: "signal_cellular_4_bar";
  -webkit-transform: scaleX(-1) rotate(180deg);
      -ms-transform: scaleX(-1) rotate(180deg);
          transform: scaleX(-1) rotate(180deg);
  -webkit-filter: FlipH;
          filter: FlipH;
  font-size: 8px;
  padding-left: 0;
  margin-left: 5px;
  margin-right: -5px;
  top: -2px;
  position: relative;
  color: inherit;
}
.c20-restricted-documents-challenge form button:hover, .c20-restricted-documents-challenge form button:focus {
  background: #2c2b9b;
  border-color: #2f2e7e;
  color: white;
}
.c20-restricted-documents-challenge form button:active {
  background: #212059;
  border-color: #2f2e7e;
  color: #e6e6e6;
}
.c20-restricted-documents-challenge form button:hover, .c20-restricted-documents-challenge form button:focus {
  -webkit-box-shadow: 0 2.5px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2.5px 5px rgba(0, 0, 0, 0.15);
}
.c20-restricted-documents-challenge form button:active {
  -webkit-box-shadow: 0 -2.5px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 -2.5px 5px rgba(0, 0, 0, 0.15);
}
.c20-restricted-documents-challenge form button[target=_blank]::after {
  font-size: 8px;
  padding-left: 0;
  margin-left: 5px;
  margin-right: -5px;
  top: -4px;
}
.c20-restricted-documents-challenge form button > .material-icons {
  display: block;
  line-height: 1;
  font-size: 18px;
  margin-right: -12px;
  margin-left: 12px;
}
@media screen and (max-width: 767px) {
  .c20-restricted-documents-challenge form button {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.c20-restricted-documents-list .restricted-doc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.c20-restricted-documents-list .restricted-doc.restricted-doc--labels {
  background: #f7f7ff;
  border-radius: 6px;
  padding: 6px;
  margin: 0 -6px 6px;
}
@media screen and (max-width: 959px) {
  .c20-restricted-documents-list .restricted-doc.restricted-doc--labels {
    display: none;
  }
}
.c20-restricted-documents-list .restricted-doc.restricted-doc--labels * {
  font-weight: 500;
  font-size: 13px;
}
@media screen and (max-width: 959px) {
  .c20-restricted-documents-list .restricted-doc {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 959px) {
  .c20-restricted-documents-list .restricted-doc > div {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding-bottom: 12px;
  }
  .c20-restricted-documents-list .restricted-doc > div:last-child {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 960px) {
  .c20-restricted-documents-list .restricted-doc > div {
    padding: 0 12px;
  }
}
@media screen and (max-width: 959px) {
  .c20-restricted-documents-list .restricted-doc > div .__touch-label {
    font-weight: 600;
  }
}
@media screen and (min-width: 960px) {
  .c20-restricted-documents-list .restricted-doc > div .__touch-label {
    display: none;
  }
}
.c20-restricted-documents-list .restricted-doc .__link {
  padding: 0;
}
@media screen and (min-width: 960px) {
  .c20-restricted-documents-list .restricted-doc .__link {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    padding-left: 0;
  }
}
.c20-restricted-documents-list .restricted-doc .__link .__heading {
  padding: 0;
}
.c20-restricted-documents-list .restricted-doc .__link .__heading a {
  font-size: inherit;
  font-weight: 500;
}
@media screen and (min-width: 960px) {
  .c20-restricted-documents-list .restricted-doc .__link .__heading a {
    font-size: 16px;
  }
}
@media screen and (min-width: 960px) {
  .c20-restricted-documents-list .restricted-doc .__description {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
@media screen and (min-width: 960px) {
  .c20-restricted-documents-list .restricted-doc .__button {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-right: 0;
    margin-left: auto;
  }
}

.c20-restricted-documents-denied-message .__message {
  background: rgba(230, 48, 35, 0.1);
  border-radius: 12px;
  overflow: hidden;
  padding: 24px;
  margin-bottom: 24px;
  border: 2px solid rgba(230, 48, 35, 0.3);
}
@media screen and (min-width: 768px), print {
  .c20-restricted-documents-denied-message .__message {
    padding: 24px;
  }
}
.c20-restricted-documents-denied-message .__message .__heading {
  color: #e63023;
}
.c20-restricted-documents-denied-message .__message ul {
  padding: 0 0 0 18px;
}

.media_blocks {
  margin-bottom: 24px;
}
.media_blocks .media_blocks_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -12px -24px;
}
.media_blocks .item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.media_blocks .item > a {
  display: block;
  padding: 12px;
  border-radius: 12px;
  overflow: hidden;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border: none;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.media_blocks .item > a:hover, .media_blocks .item > a:focus {
  background: #f7f7ff;
}
.media_blocks .item > a:hover *, .media_blocks .item > a:focus * {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.media_blocks .item > a img {
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
}
.media_blocks .item > a .title {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  font-size: 18px;
}
.media_blocks.mbc_2 .item {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
@media screen and (min-width: 768px), print {
  .media_blocks.mbc_3 .item {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
@media screen and (min-width: 960px) {
  .media_blocks.mbc_3 .item {
    -ms-flex-preferred-size: 33.3333333333%;
        flex-basis: 33.3333333333%;
  }
}
@media screen and (min-width: 768px), print {
  .media_blocks.mbc_4 .item {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
@media screen and (min-width: 960px) {
  .media_blocks.mbc_4 .item {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
}
@media screen and (min-width: 768px), print {
  .media_blocks.mbc_6 .item {
    -ms-flex-preferred-size: 33.3333333333%;
        flex-basis: 33.3333333333%;
  }
}
@media screen and (min-width: 960px) {
  .media_blocks.mbc_6 .item {
    -ms-flex-preferred-size: 16.6666666667%;
        flex-basis: 16.6666666667%;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .media_blocks.mbc_1_half_2_quarters .item {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
@media screen and (min-width: 960px) {
  .media_blocks.mbc_1_half_2_quarters .item {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .media_blocks.mbc_1_half_2_quarters .item.featured {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
@media screen and (min-width: 960px) {
  .media_blocks.mbc_1_half_2_quarters .item.featured {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
@media screen and (min-width: 768px), print {
  .media_blocks.mbc_1_half_2_quarters .item.featured h2 {
    font-size: 32px;
  }
}

.media_blocks.media_latest_press_releases .media_blocks_wrap .item.featured h2 {
  font-size: 22px;
}
.media_blocks.media_latest_press_releases .media_blocks_wrap .item > a .item_content {
  padding-bottom: 40px;
}
@media screen and (min-width: 768px), print {
  .media_blocks.media_latest_press_releases .media_blocks_wrap .item > a .item_content {
    min-height: 280px;
    position: relative;
  }
}
@media screen and (min-width: 960px) {
  .media_blocks.media_latest_press_releases .media_blocks_wrap .item > a .item_content {
    min-height: 330px;
  }
}
@media screen and (min-width: 768px), print {
  .media_blocks.media_latest_press_releases .media_blocks_wrap .item > a .item_content .date {
    position: absolute;
    bottom: 0;
    left: 30px;
    right: 30px;
  }
}

.media_blocks.media_blocks_department_contacts .item {
  margin-bottom: 15px;
}

.media_blocks.media_blocks_featured_report {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
@media screen and (max-width: 767px) {
  .media_blocks.media_blocks_featured_report .item {
    width: 100% !important;
  }
  .media_blocks.media_blocks_featured_report .item .item_image {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.is-rounded {
  border-radius: 12px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .has-shadow {
    -webkit-box-shadow:  8px  8px 16px rgba(0, 0, 0, 0.15);
            box-shadow:  8px  8px 16px rgba(0, 0, 0, 0.15);
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .has-shadow {
    -webkit-box-shadow:  12px  12px 24px rgba(0, 0, 0, 0.15);
            box-shadow:  12px  12px 24px rgba(0, 0, 0, 0.15);
  }
}
@media screen and (min-width: 960px) {
  .has-shadow {
    -webkit-box-shadow:  16px  16px 32px rgba(0, 0, 0, 0.15);
            box-shadow:  16px  16px 32px rgba(0, 0, 0, 0.15);
  }
}

body .editor-styles-wrapper .editor-block-list__block {
  color: black;
}
body .editor-styles-wrapper .editor-block-list__block,
body .editor-styles-wrapper .editor-default-block-appender textarea.editor-default-block-appender__content,
body .editor-styles-wrapper .editor-post-title__block .editor-post-title__input {
  font-family: "Inter", Helvetica, Arial, "Lucida Grande", sans-serif;
}
body .editor-styles-wrapper .editor-block-list__block,
body .editor-styles-wrapper .editor-block-list__block p,
body .editor-styles-wrapper .editor-default-block-appender textarea.editor-default-block-appender__content {
  font-size: 16px;
  line-height: 1.618;
}
body .editor-styles-wrapper .editor-post-title__block {
  position: relative;
  margin-bottom: 1em;
}
body .editor-styles-wrapper .editor-post-title__block::after {
  content: none;
  position: absolute;
  top: auto;
  bottom: 0;
  right: 14px;
  left: 14px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
@media (min-width: 768px) {
  body .editor-styles-wrapper .editor-post-title__block {
    margin-bottom: 2.617924em;
  }
}
body .editor-styles-wrapper .editor-post-title__block .editor-post-title__input {
  clear: both;
  font-weight: 300;
  font-size: 2.617924em;
  line-height: 1.214;
  letter-spacing: -1px;
}
body .editor-styles-wrapper h1,
body .editor-styles-wrapper .wp-block-freeform.block-library-rich-text__tinymce h1,
body .editor-styles-wrapper h2,
body .editor-styles-wrapper .wp-block-freeform.block-library-rich-text__tinymce h2,
body .editor-styles-wrapper h3,
body .editor-styles-wrapper .wp-block-freeform.block-library-rich-text__tinymce h3,
body .editor-styles-wrapper h4,
body .editor-styles-wrapper .wp-block-freeform.block-library-rich-text__tinymce h4,
body .editor-styles-wrapper h5,
body .editor-styles-wrapper .wp-block-freeform.block-library-rich-text__tinymce h5,
body .editor-styles-wrapper h6,
body .editor-styles-wrapper .wp-block-freeform.block-library-rich-text__tinymce h6 {
  clear: both;
  margin: 0 0 0.5407911001em;
}
body .editor-styles-wrapper h1,
body .editor-styles-wrapper .wp-block-freeform.block-library-rich-text__tinymce h1 {
  font-size: 2.617924em;
  line-height: 1.214;
  letter-spacing: -1px;
}
body .editor-styles-wrapper h2,
body .editor-styles-wrapper .wp-block-freeform.block-library-rich-text__tinymce h2 {
  font-size: 2em;
  line-height: 1.214;
}
body .editor-styles-wrapper h2 + h3,
body .editor-styles-wrapper .wp-block-freeform.block-library-rich-text__tinymce h2 + h3 {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  padding-top: 0.5407911001em;
}
body .editor-styles-wrapper h3,
body .editor-styles-wrapper .wp-block-freeform.block-library-rich-text__tinymce h3 {
  font-size: 1.618em;
}
body .editor-styles-wrapper h4,
body .editor-styles-wrapper .wp-block-freeform.block-library-rich-text__tinymce h4 {
  font-size: 1.41575em;
}
body .editor-styles-wrapper ul {
  list-style: disc;
}
body .editor-styles-wrapper ol {
  list-style: decimal;
}
body .editor-styles-wrapper li > ul,
body .editor-styles-wrapper li > ol {
  margin-bottom: 0;
  margin-left: 1em;
}
body .editor-styles-wrapper dt {
  font-weight: 600;
}
body .editor-styles-wrapper dd {
  margin: 0 0 1.618em;
}
body .editor-styles-wrapper b,
body .editor-styles-wrapper strong {
  font-weight: 600;
}
body .editor-styles-wrapper dfn,
body .editor-styles-wrapper cite,
body .editor-styles-wrapper em,
body .editor-styles-wrapper i {
  font-style: italic;
}
body .editor-styles-wrapper blockquote,
body .editor-styles-wrapper .wp-block-freeform.block-library-rich-text__tinymce blockquote {
  margin: 1em 40px;
  padding: 0 1em;
  border-left: 3px solid rgba(0, 0, 0, 0.05);
  font-style: italic;
  -webkit-box-shadow: none;
          box-shadow: none;
}
body .editor-styles-wrapper address {
  margin: 0 0 1.41575em;
}
body .editor-styles-wrapper pre {
  background: rgba(0, 0, 0, 0.1);
  font-family: "Courier 10 Pitch", Courier, monospace;
  margin-bottom: 1.618em;
  padding: 1.618em;
  overflow: auto;
  max-width: 100%;
}
body .editor-styles-wrapper code,
body .editor-styles-wrapper kbd,
body .editor-styles-wrapper tt,
body .editor-styles-wrapper var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  background-color: rgba(0, 0, 0, 0.05);
  padding: 0.202em 0.5407911001em;
}
body .editor-styles-wrapper abbr,
body .editor-styles-wrapper acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
body .editor-styles-wrapper mark,
body .editor-styles-wrapper ins {
  text-decoration: none;
  font-weight: 600;
  background: transparent;
}
body .editor-styles-wrapper sup,
body .editor-styles-wrapper sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
body .editor-styles-wrapper sup {
  bottom: 1ex;
}
body .editor-styles-wrapper sub {
  top: 0.5ex;
}
body .editor-styles-wrapper small {
  font-size: 75%;
}
body .editor-styles-wrapper big {
  font-size: 125%;
}
body .editor-styles-wrapper figure {
  margin: 0;
}
body .editor-styles-wrapper img {
  height: auto;
  max-width: 100%;
  display: block;
}
body .editor-styles-wrapper a {
  text-decoration: none;
}
body .editor-styles-wrapper table {
  border-spacing: 0;
  width: 100%;
  border-collapse: separate;
  margin: 0 0 1.41575em;
}
body .editor-styles-wrapper table caption {
  padding: 1em 0;
  font-weight: 600;
}
body .editor-styles-wrapper table td,
body .editor-styles-wrapper table th {
  padding: 1em 1.41575em;
  text-align: left;
  vertical-align: top;
  border: 0;
}
body .editor-styles-wrapper table td p:last-child,
body .editor-styles-wrapper table th p:last-child {
  margin-bottom: 0;
}
body .editor-styles-wrapper table th {
  font-weight: 600;
}
body .editor-styles-wrapper table thead th {
  padding: 1.41575em;
  vertical-align: middle;
}
body .editor-styles-wrapper table tbody h2 {
  font-size: 1em;
  letter-spacing: normal;
  font-weight: normal;
}
body .editor-styles-wrapper table tbody h2 a {
  font-weight: normal;
}
body .editor-styles-wrapper .wp-block {
  max-width: 66.4989378333em;
}
body .editor-styles-wrapper .storefront-has-sidebar .wp-block {
  max-width: calc(66.4989378333em * 0.7391304348);
}
body .editor-styles-wrapper .wp-block[data-align=wide] {
  max-width: 75.9987860952em;
}
body .editor-styles-wrapper .wp-block[data-align=full] {
  max-width: none;
}
body .editor-styles-wrapper .wp-block-table__cell-content {
  padding: 0;
}
body .editor-styles-wrapper ul.wp-block-archives,
body .editor-styles-wrapper .wp-block-categories ul,
body .editor-styles-wrapper ul.wp-block-latest-posts {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
  list-style: none;
}
body .editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wp-block-button__link {
  color: #333333;
}
body .editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-onsale {
  border: 1px solid;
  border-color: #43454b;
  color: #43454b;
  background: transparent;
  padding: 0.202em 0.6180469716em;
  font-size: 0.875em;
  text-transform: uppercase;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 1em;
  border-radius: 3px;
  position: relative;
}
body .editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-title {
  font-weight: 400;
  font-size: 1rem;
  color: #000000;
}

.wp-block-image.is-rounded {
  border-radius: 0 !important;
  overflow: visible !important;
}
.wp-block-image.is-rounded img {
  border-radius: 12px;
  overflow: hidden;
}
.wp-block-image.has-shadow {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
@media screen and (max-width: 767px) {
  .wp-block-image.has-shadow img {
    -webkit-box-shadow:  8px  8px 16px rgba(0, 0, 0, 0.15);
            box-shadow:  8px  8px 16px rgba(0, 0, 0, 0.15);
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .wp-block-image.has-shadow img {
    -webkit-box-shadow:  12px  12px 24px rgba(0, 0, 0, 0.15);
            box-shadow:  12px  12px 24px rgba(0, 0, 0, 0.15);
  }
}
@media screen and (min-width: 960px) {
  .wp-block-image.has-shadow img {
    -webkit-box-shadow:  16px  16px 32px rgba(0, 0, 0, 0.15);
            box-shadow:  16px  16px 32px rgba(0, 0, 0, 0.15);
  }
}
.hentry .entry-content .wp-block-button.is-style-default:not(.st--secondary) .wp-block-button__link.sz--small, .hentry .entry-content .wp-block-button:not(.is-style-outline):not(.st--secondary) .wp-block-button__link.sz--small, .hentry .entry-content .wp-block-button.is-style-fill:not(.st--secondary) .wp-block-button__link.sz--small,
.wp-block-button.is-style-default:not(.st--secondary) .wp-block-button__link.sz--small,
.wp-block-button:not(.is-style-outline):not(.st--secondary) .wp-block-button__link.sz--small,
.wp-block-button.is-style-fill:not(.st--secondary) .wp-block-button__link.sz--small {
  text-decoration: none;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
  border-width: 2px;
  border-style: solid;
  overflow-wrap: break-word;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #2f2e7e;
  border-color: #2f2e7e;
  color: white;
  border-radius: 3px;
  font-size: 12px;
  line-height: 16px;
  padding: 6px 12px;
  border-width: 1px;
}
.hentry .entry-content .wp-block-button.is-style-default:not(.st--secondary) .wp-block-button__link.sz--small[target=_blank]::after, .hentry .entry-content .wp-block-button:not(.is-style-outline):not(.st--secondary) .wp-block-button__link.sz--small[target=_blank]::after, .hentry .entry-content .wp-block-button.is-style-fill:not(.st--secondary) .wp-block-button__link.sz--small[target=_blank]::after,
.wp-block-button.is-style-default:not(.st--secondary) .wp-block-button__link.sz--small[target=_blank]::after,
.wp-block-button:not(.is-style-outline):not(.st--secondary) .wp-block-button__link.sz--small[target=_blank]::after,
.wp-block-button.is-style-fill:not(.st--secondary) .wp-block-button__link.sz--small[target=_blank]::after {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "liga";
  font-feature-settings: "liga";
  content: "signal_cellular_4_bar";
  -webkit-transform: scaleX(-1) rotate(180deg);
      -ms-transform: scaleX(-1) rotate(180deg);
          transform: scaleX(-1) rotate(180deg);
  -webkit-filter: FlipH;
          filter: FlipH;
  font-size: 8px;
  padding-left: 0;
  margin-left: 5px;
  margin-right: -5px;
  top: -2px;
  position: relative;
  color: inherit;
}
.hentry .entry-content .wp-block-button.is-style-default:not(.st--secondary) .wp-block-button__link.sz--small:hover, .hentry .entry-content .wp-block-button.is-style-default:not(.st--secondary) .wp-block-button__link.sz--small:focus, .hentry .entry-content .wp-block-button:not(.is-style-outline):not(.st--secondary) .wp-block-button__link.sz--small:hover, .hentry .entry-content .wp-block-button:not(.is-style-outline):not(.st--secondary) .wp-block-button__link.sz--small:focus, .hentry .entry-content .wp-block-button.is-style-fill:not(.st--secondary) .wp-block-button__link.sz--small:hover, .hentry .entry-content .wp-block-button.is-style-fill:not(.st--secondary) .wp-block-button__link.sz--small:focus,
.wp-block-button.is-style-default:not(.st--secondary) .wp-block-button__link.sz--small:hover,
.wp-block-button.is-style-default:not(.st--secondary) .wp-block-button__link.sz--small:focus,
.wp-block-button:not(.is-style-outline):not(.st--secondary) .wp-block-button__link.sz--small:hover,
.wp-block-button:not(.is-style-outline):not(.st--secondary) .wp-block-button__link.sz--small:focus,
.wp-block-button.is-style-fill:not(.st--secondary) .wp-block-button__link.sz--small:hover,
.wp-block-button.is-style-fill:not(.st--secondary) .wp-block-button__link.sz--small:focus {
  background: #2c2b9b;
  border-color: #2f2e7e;
  color: white;
}
.hentry .entry-content .wp-block-button.is-style-default:not(.st--secondary) .wp-block-button__link.sz--small:active, .hentry .entry-content .wp-block-button:not(.is-style-outline):not(.st--secondary) .wp-block-button__link.sz--small:active, .hentry .entry-content .wp-block-button.is-style-fill:not(.st--secondary) .wp-block-button__link.sz--small:active,
.wp-block-button.is-style-default:not(.st--secondary) .wp-block-button__link.sz--small:active,
.wp-block-button:not(.is-style-outline):not(.st--secondary) .wp-block-button__link.sz--small:active,
.wp-block-button.is-style-fill:not(.st--secondary) .wp-block-button__link.sz--small:active {
  background: #212059;
  border-color: #2f2e7e;
  color: #e6e6e6;
}
.hentry .entry-content .wp-block-button.is-style-default:not(.st--secondary) .wp-block-button__link.sz--small:hover, .hentry .entry-content .wp-block-button.is-style-default:not(.st--secondary) .wp-block-button__link.sz--small:focus, .hentry .entry-content .wp-block-button:not(.is-style-outline):not(.st--secondary) .wp-block-button__link.sz--small:hover, .hentry .entry-content .wp-block-button:not(.is-style-outline):not(.st--secondary) .wp-block-button__link.sz--small:focus, .hentry .entry-content .wp-block-button.is-style-fill:not(.st--secondary) .wp-block-button__link.sz--small:hover, .hentry .entry-content .wp-block-button.is-style-fill:not(.st--secondary) .wp-block-button__link.sz--small:focus,
.wp-block-button.is-style-default:not(.st--secondary) .wp-block-button__link.sz--small:hover,
.wp-block-button.is-style-default:not(.st--secondary) .wp-block-button__link.sz--small:focus,
.wp-block-button:not(.is-style-outline):not(.st--secondary) .wp-block-button__link.sz--small:hover,
.wp-block-button:not(.is-style-outline):not(.st--secondary) .wp-block-button__link.sz--small:focus,
.wp-block-button.is-style-fill:not(.st--secondary) .wp-block-button__link.sz--small:hover,
.wp-block-button.is-style-fill:not(.st--secondary) .wp-block-button__link.sz--small:focus {
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}
.hentry .entry-content .wp-block-button.is-style-default:not(.st--secondary) .wp-block-button__link.sz--small:active, .hentry .entry-content .wp-block-button:not(.is-style-outline):not(.st--secondary) .wp-block-button__link.sz--small:active, .hentry .entry-content .wp-block-button.is-style-fill:not(.st--secondary) .wp-block-button__link.sz--small:active,
.wp-block-button.is-style-default:not(.st--secondary) .wp-block-button__link.sz--small:active,
.wp-block-button:not(.is-style-outline):not(.st--secondary) .wp-block-button__link.sz--small:active,
.wp-block-button.is-style-fill:not(.st--secondary) .wp-block-button__link.sz--small:active {
  -webkit-box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.15);
          box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.15);
}
.hentry .entry-content .wp-block-button.is-style-default:not(.st--secondary) .wp-block-button__link.sz--small[target=_blank]::after, .hentry .entry-content .wp-block-button:not(.is-style-outline):not(.st--secondary) .wp-block-button__link.sz--small[target=_blank]::after, .hentry .entry-content .wp-block-button.is-style-fill:not(.st--secondary) .wp-block-button__link.sz--small[target=_blank]::after,
.wp-block-button.is-style-default:not(.st--secondary) .wp-block-button__link.sz--small[target=_blank]::after,
.wp-block-button:not(.is-style-outline):not(.st--secondary) .wp-block-button__link.sz--small[target=_blank]::after,
.wp-block-button.is-style-fill:not(.st--secondary) .wp-block-button__link.sz--small[target=_blank]::after {
  font-size: 8px;
  padding-left: 0;
  margin-left: 5px;
  margin-right: -5px;
  top: -2px;
}
.hentry .entry-content .wp-block-button.is-style-default:not(.st--secondary) .wp-block-button__link.sz--small > .material-icons, .hentry .entry-content .wp-block-button:not(.is-style-outline):not(.st--secondary) .wp-block-button__link.sz--small > .material-icons, .hentry .entry-content .wp-block-button.is-style-fill:not(.st--secondary) .wp-block-button__link.sz--small > .material-icons,
.wp-block-button.is-style-default:not(.st--secondary) .wp-block-button__link.sz--small > .material-icons,
.wp-block-button:not(.is-style-outline):not(.st--secondary) .wp-block-button__link.sz--small > .material-icons,
.wp-block-button.is-style-fill:not(.st--secondary) .wp-block-button__link.sz--small > .material-icons {
  display: block;
  line-height: 1;
  font-size: 16px;
  margin-right: -8px;
  margin-left: 8px;
}
.hentry .entry-content .wp-block-button.is-style-default:not(.st--secondary) .wp-block-button__link.sz--large, .hentry .entry-content .wp-block-button:not(.is-style-outline):not(.st--secondary) .wp-block-button__link.sz--large, .hentry .entry-content .wp-block-button.is-style-fill:not(.st--secondary) .wp-block-button__link.sz--large,
.wp-block-button.is-style-default:not(.st--secondary) .wp-block-button__link.sz--large,
.wp-block-button:not(.is-style-outline):not(.st--secondary) .wp-block-button__link.sz--large,
.wp-block-button.is-style-fill:not(.st--secondary) .wp-block-button__link.sz--large {
  text-decoration: none;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
  border-width: 2px;
  border-style: solid;
  overflow-wrap: break-word;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #2f2e7e;
  border-color: #2f2e7e;
  color: white;
  border-radius: 6px;
  font-size: 18px;
  line-height: 22px;
  padding: 12px 24px;
}
.hentry .entry-content .wp-block-button.is-style-default:not(.st--secondary) .wp-block-button__link.sz--large[target=_blank]::after, .hentry .entry-content .wp-block-button:not(.is-style-outline):not(.st--secondary) .wp-block-button__link.sz--large[target=_blank]::after, .hentry .entry-content .wp-block-button.is-style-fill:not(.st--secondary) .wp-block-button__link.sz--large[target=_blank]::after,
.wp-block-button.is-style-default:not(.st--secondary) .wp-block-button__link.sz--large[target=_blank]::after,
.wp-block-button:not(.is-style-outline):not(.st--secondary) .wp-block-button__link.sz--large[target=_blank]::after,
.wp-block-button.is-style-fill:not(.st--secondary) .wp-block-button__link.sz--large[target=_blank]::after {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "liga";
  font-feature-settings: "liga";
  content: "signal_cellular_4_bar";
  -webkit-transform: scaleX(-1) rotate(180deg);
      -ms-transform: scaleX(-1) rotate(180deg);
          transform: scaleX(-1) rotate(180deg);
  -webkit-filter: FlipH;
          filter: FlipH;
  font-size: 8px;
  padding-left: 0;
  margin-left: 5px;
  margin-right: -5px;
  top: -2px;
  position: relative;
  color: inherit;
}
.hentry .entry-content .wp-block-button.is-style-default:not(.st--secondary) .wp-block-button__link.sz--large:hover, .hentry .entry-content .wp-block-button.is-style-default:not(.st--secondary) .wp-block-button__link.sz--large:focus, .hentry .entry-content .wp-block-button:not(.is-style-outline):not(.st--secondary) .wp-block-button__link.sz--large:hover, .hentry .entry-content .wp-block-button:not(.is-style-outline):not(.st--secondary) .wp-block-button__link.sz--large:focus, .hentry .entry-content .wp-block-button.is-style-fill:not(.st--secondary) .wp-block-button__link.sz--large:hover, .hentry .entry-content .wp-block-button.is-style-fill:not(.st--secondary) .wp-block-button__link.sz--large:focus,
.wp-block-button.is-style-default:not(.st--secondary) .wp-block-button__link.sz--large:hover,
.wp-block-button.is-style-default:not(.st--secondary) .wp-block-button__link.sz--large:focus,
.wp-block-button:not(.is-style-outline):not(.st--secondary) .wp-block-button__link.sz--large:hover,
.wp-block-button:not(.is-style-outline):not(.st--secondary) .wp-block-button__link.sz--large:focus,
.wp-block-button.is-style-fill:not(.st--secondary) .wp-block-button__link.sz--large:hover,
.wp-block-button.is-style-fill:not(.st--secondary) .wp-block-button__link.sz--large:focus {
  background: #2c2b9b;
  border-color: #2f2e7e;
  color: white;
}
.hentry .entry-content .wp-block-button.is-style-default:not(.st--secondary) .wp-block-button__link.sz--large:active, .hentry .entry-content .wp-block-button:not(.is-style-outline):not(.st--secondary) .wp-block-button__link.sz--large:active, .hentry .entry-content .wp-block-button.is-style-fill:not(.st--secondary) .wp-block-button__link.sz--large:active,
.wp-block-button.is-style-default:not(.st--secondary) .wp-block-button__link.sz--large:active,
.wp-block-button:not(.is-style-outline):not(.st--secondary) .wp-block-button__link.sz--large:active,
.wp-block-button.is-style-fill:not(.st--secondary) .wp-block-button__link.sz--large:active {
  background: #212059;
  border-color: #2f2e7e;
  color: #e6e6e6;
}
.hentry .entry-content .wp-block-button.is-style-default:not(.st--secondary) .wp-block-button__link.sz--large:hover, .hentry .entry-content .wp-block-button.is-style-default:not(.st--secondary) .wp-block-button__link.sz--large:focus, .hentry .entry-content .wp-block-button:not(.is-style-outline):not(.st--secondary) .wp-block-button__link.sz--large:hover, .hentry .entry-content .wp-block-button:not(.is-style-outline):not(.st--secondary) .wp-block-button__link.sz--large:focus, .hentry .entry-content .wp-block-button.is-style-fill:not(.st--secondary) .wp-block-button__link.sz--large:hover, .hentry .entry-content .wp-block-button.is-style-fill:not(.st--secondary) .wp-block-button__link.sz--large:focus,
.wp-block-button.is-style-default:not(.st--secondary) .wp-block-button__link.sz--large:hover,
.wp-block-button.is-style-default:not(.st--secondary) .wp-block-button__link.sz--large:focus,
.wp-block-button:not(.is-style-outline):not(.st--secondary) .wp-block-button__link.sz--large:hover,
.wp-block-button:not(.is-style-outline):not(.st--secondary) .wp-block-button__link.sz--large:focus,
.wp-block-button.is-style-fill:not(.st--secondary) .wp-block-button__link.sz--large:hover,
.wp-block-button.is-style-fill:not(.st--secondary) .wp-block-button__link.sz--large:focus {
  -webkit-box-shadow: 0 3.5px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 3.5px 8px rgba(0, 0, 0, 0.15);
}
.hentry .entry-content .wp-block-button.is-style-default:not(.st--secondary) .wp-block-button__link.sz--large:active, .hentry .entry-content .wp-block-button:not(.is-style-outline):not(.st--secondary) .wp-block-button__link.sz--large:active, .hentry .entry-content .wp-block-button.is-style-fill:not(.st--secondary) .wp-block-button__link.sz--large:active,
.wp-block-button.is-style-default:not(.st--secondary) .wp-block-button__link.sz--large:active,
.wp-block-button:not(.is-style-outline):not(.st--secondary) .wp-block-button__link.sz--large:active,
.wp-block-button.is-style-fill:not(.st--secondary) .wp-block-button__link.sz--large:active {
  -webkit-box-shadow: 0 3.5px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 3.5px 8px rgba(0, 0, 0, 0.15);
}
.hentry .entry-content .wp-block-button.is-style-default:not(.st--secondary) .wp-block-button__link.sz--large[target=_blank]::after, .hentry .entry-content .wp-block-button:not(.is-style-outline):not(.st--secondary) .wp-block-button__link.sz--large[target=_blank]::after, .hentry .entry-content .wp-block-button.is-style-fill:not(.st--secondary) .wp-block-button__link.sz--large[target=_blank]::after,
.wp-block-button.is-style-default:not(.st--secondary) .wp-block-button__link.sz--large[target=_blank]::after,
.wp-block-button:not(.is-style-outline):not(.st--secondary) .wp-block-button__link.sz--large[target=_blank]::after,
.wp-block-button.is-style-fill:not(.st--secondary) .wp-block-button__link.sz--large[target=_blank]::after {
  font-size: 10px;
  padding-left: 0;
  margin-left: 5px;
  margin-right: -5px;
  top: -2px;
}
.hentry .entry-content .wp-block-button.is-style-default:not(.st--secondary) .wp-block-button__link.sz--large > .material-icons, .hentry .entry-content .wp-block-button:not(.is-style-outline):not(.st--secondary) .wp-block-button__link.sz--large > .material-icons, .hentry .entry-content .wp-block-button.is-style-fill:not(.st--secondary) .wp-block-button__link.sz--large > .material-icons,
.wp-block-button.is-style-default:not(.st--secondary) .wp-block-button__link.sz--large > .material-icons,
.wp-block-button:not(.is-style-outline):not(.st--secondary) .wp-block-button__link.sz--large > .material-icons,
.wp-block-button.is-style-fill:not(.st--secondary) .wp-block-button__link.sz--large > .material-icons {
  display: block;
  line-height: 1;
  font-size: 20px;
  margin-right: -12px;
  margin-left: 12px;
}
.hentry .entry-content .wp-block-button.is-style-default:not(.st--secondary) .wp-block-button__link.sz--medium, .hentry .entry-content .wp-block-button.is-style-default:not(.st--secondary) .wp-block-button__link:not(.sz--small):not(.sz--large), .hentry .entry-content .wp-block-button:not(.is-style-outline):not(.st--secondary) .wp-block-button__link.sz--medium, .hentry .entry-content .wp-block-button:not(.is-style-outline):not(.st--secondary) .wp-block-button__link:not(.sz--small):not(.sz--large), .hentry .entry-content .wp-block-button.is-style-fill:not(.st--secondary) .wp-block-button__link.sz--medium, .hentry .entry-content .wp-block-button.is-style-fill:not(.st--secondary) .wp-block-button__link:not(.sz--small):not(.sz--large),
.wp-block-button.is-style-default:not(.st--secondary) .wp-block-button__link.sz--medium,
.wp-block-button.is-style-default:not(.st--secondary) .wp-block-button__link:not(.sz--small):not(.sz--large),
.wp-block-button:not(.is-style-outline):not(.st--secondary) .wp-block-button__link.sz--medium,
.wp-block-button:not(.is-style-outline):not(.st--secondary) .wp-block-button__link:not(.sz--small):not(.sz--large),
.wp-block-button.is-style-fill:not(.st--secondary) .wp-block-button__link.sz--medium,
.wp-block-button.is-style-fill:not(.st--secondary) .wp-block-button__link:not(.sz--small):not(.sz--large) {
  text-decoration: none;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
  border-width: 2px;
  border-style: solid;
  overflow-wrap: break-word;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #2f2e7e;
  border-color: #2f2e7e;
  color: white;
  border-radius: 4px;
  font-size: 16px;
  line-height: 20px;
  padding: 8px 18px;
}
.hentry .entry-content .wp-block-button.is-style-default:not(.st--secondary) .wp-block-button__link.sz--medium[target=_blank]::after, .hentry .entry-content .wp-block-button.is-style-default:not(.st--secondary) .wp-block-button__link:not(.sz--small):not(.sz--large)[target=_blank]::after, .hentry .entry-content .wp-block-button:not(.is-style-outline):not(.st--secondary) .wp-block-button__link.sz--medium[target=_blank]::after, .hentry .entry-content .wp-block-button:not(.is-style-outline):not(.st--secondary) .wp-block-button__link:not(.sz--small):not(.sz--large)[target=_blank]::after, .hentry .entry-content .wp-block-button.is-style-fill:not(.st--secondary) .wp-block-button__link.sz--medium[target=_blank]::after, .hentry .entry-content .wp-block-button.is-style-fill:not(.st--secondary) .wp-block-button__link:not(.sz--small):not(.sz--large)[target=_blank]::after,
.wp-block-button.is-style-default:not(.st--secondary) .wp-block-button__link.sz--medium[target=_blank]::after,
.wp-block-button.is-style-default:not(.st--secondary) .wp-block-button__link:not(.sz--small):not(.sz--large)[target=_blank]::after,
.wp-block-button:not(.is-style-outline):not(.st--secondary) .wp-block-button__link.sz--medium[target=_blank]::after,
.wp-block-button:not(.is-style-outline):not(.st--secondary) .wp-block-button__link:not(.sz--small):not(.sz--large)[target=_blank]::after,
.wp-block-button.is-style-fill:not(.st--secondary) .wp-block-button__link.sz--medium[target=_blank]::after,
.wp-block-button.is-style-fill:not(.st--secondary) .wp-block-button__link:not(.sz--small):not(.sz--large)[target=_blank]::after {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "liga";
  font-feature-settings: "liga";
  content: "signal_cellular_4_bar";
  -webkit-transform: scaleX(-1) rotate(180deg);
      -ms-transform: scaleX(-1) rotate(180deg);
          transform: scaleX(-1) rotate(180deg);
  -webkit-filter: FlipH;
          filter: FlipH;
  font-size: 8px;
  padding-left: 0;
  margin-left: 5px;
  margin-right: -5px;
  top: -2px;
  position: relative;
  color: inherit;
}
.hentry .entry-content .wp-block-button.is-style-default:not(.st--secondary) .wp-block-button__link.sz--medium:hover, .hentry .entry-content .wp-block-button.is-style-default:not(.st--secondary) .wp-block-button__link.sz--medium:focus, .hentry .entry-content .wp-block-button.is-style-default:not(.st--secondary) .wp-block-button__link:not(.sz--small):not(.sz--large):hover, .hentry .entry-content .wp-block-button.is-style-default:not(.st--secondary) .wp-block-button__link:not(.sz--small):not(.sz--large):focus, .hentry .entry-content .wp-block-button:not(.is-style-outline):not(.st--secondary) .wp-block-button__link.sz--medium:hover, .hentry .entry-content .wp-block-button:not(.is-style-outline):not(.st--secondary) .wp-block-button__link.sz--medium:focus, .hentry .entry-content .wp-block-button:not(.is-style-outline):not(.st--secondary) .wp-block-button__link:not(.sz--small):not(.sz--large):hover, .hentry .entry-content .wp-block-button:not(.is-style-outline):not(.st--secondary) .wp-block-button__link:not(.sz--small):not(.sz--large):focus, .hentry .entry-content .wp-block-button.is-style-fill:not(.st--secondary) .wp-block-button__link.sz--medium:hover, .hentry .entry-content .wp-block-button.is-style-fill:not(.st--secondary) .wp-block-button__link.sz--medium:focus, .hentry .entry-content .wp-block-button.is-style-fill:not(.st--secondary) .wp-block-button__link:not(.sz--small):not(.sz--large):hover, .hentry .entry-content .wp-block-button.is-style-fill:not(.st--secondary) .wp-block-button__link:not(.sz--small):not(.sz--large):focus,
.wp-block-button.is-style-default:not(.st--secondary) .wp-block-button__link.sz--medium:hover,
.wp-block-button.is-style-default:not(.st--secondary) .wp-block-button__link.sz--medium:focus,
.wp-block-button.is-style-default:not(.st--secondary) .wp-block-button__link:not(.sz--small):not(.sz--large):hover,
.wp-block-button.is-style-default:not(.st--secondary) .wp-block-button__link:not(.sz--small):not(.sz--large):focus,
.wp-block-button:not(.is-style-outline):not(.st--secondary) .wp-block-button__link.sz--medium:hover,
.wp-block-button:not(.is-style-outline):not(.st--secondary) .wp-block-button__link.sz--medium:focus,
.wp-block-button:not(.is-style-outline):not(.st--secondary) .wp-block-button__link:not(.sz--small):not(.sz--large):hover,
.wp-block-button:not(.is-style-outline):not(.st--secondary) .wp-block-button__link:not(.sz--small):not(.sz--large):focus,
.wp-block-button.is-style-fill:not(.st--secondary) .wp-block-button__link.sz--medium:hover,
.wp-block-button.is-style-fill:not(.st--secondary) .wp-block-button__link.sz--medium:focus,
.wp-block-button.is-style-fill:not(.st--secondary) .wp-block-button__link:not(.sz--small):not(.sz--large):hover,
.wp-block-button.is-style-fill:not(.st--secondary) .wp-block-button__link:not(.sz--small):not(.sz--large):focus {
  background: #2c2b9b;
  border-color: #2f2e7e;
  color: white;
}
.hentry .entry-content .wp-block-button.is-style-default:not(.st--secondary) .wp-block-button__link.sz--medium:active, .hentry .entry-content .wp-block-button.is-style-default:not(.st--secondary) .wp-block-button__link:not(.sz--small):not(.sz--large):active, .hentry .entry-content .wp-block-button:not(.is-style-outline):not(.st--secondary) .wp-block-button__link.sz--medium:active, .hentry .entry-content .wp-block-button:not(.is-style-outline):not(.st--secondary) .wp-block-button__link:not(.sz--small):not(.sz--large):active, .hentry .entry-content .wp-block-button.is-style-fill:not(.st--secondary) .wp-block-button__link.sz--medium:active, .hentry .entry-content .wp-block-button.is-style-fill:not(.st--secondary) .wp-block-button__link:not(.sz--small):not(.sz--large):active,
.wp-block-button.is-style-default:not(.st--secondary) .wp-block-button__link.sz--medium:active,
.wp-block-button.is-style-default:not(.st--secondary) .wp-block-button__link:not(.sz--small):not(.sz--large):active,
.wp-block-button:not(.is-style-outline):not(.st--secondary) .wp-block-button__link.sz--medium:active,
.wp-block-button:not(.is-style-outline):not(.st--secondary) .wp-block-button__link:not(.sz--small):not(.sz--large):active,
.wp-block-button.is-style-fill:not(.st--secondary) .wp-block-button__link.sz--medium:active,
.wp-block-button.is-style-fill:not(.st--secondary) .wp-block-button__link:not(.sz--small):not(.sz--large):active {
  background: #212059;
  border-color: #2f2e7e;
  color: #e6e6e6;
}
.hentry .entry-content .wp-block-button.is-style-default:not(.st--secondary) .wp-block-button__link.sz--medium:hover, .hentry .entry-content .wp-block-button.is-style-default:not(.st--secondary) .wp-block-button__link.sz--medium:focus, .hentry .entry-content .wp-block-button.is-style-default:not(.st--secondary) .wp-block-button__link:not(.sz--small):not(.sz--large):hover, .hentry .entry-content .wp-block-button.is-style-default:not(.st--secondary) .wp-block-button__link:not(.sz--small):not(.sz--large):focus, .hentry .entry-content .wp-block-button:not(.is-style-outline):not(.st--secondary) .wp-block-button__link.sz--medium:hover, .hentry .entry-content .wp-block-button:not(.is-style-outline):not(.st--secondary) .wp-block-button__link.sz--medium:focus, .hentry .entry-content .wp-block-button:not(.is-style-outline):not(.st--secondary) .wp-block-button__link:not(.sz--small):not(.sz--large):hover, .hentry .entry-content .wp-block-button:not(.is-style-outline):not(.st--secondary) .wp-block-button__link:not(.sz--small):not(.sz--large):focus, .hentry .entry-content .wp-block-button.is-style-fill:not(.st--secondary) .wp-block-button__link.sz--medium:hover, .hentry .entry-content .wp-block-button.is-style-fill:not(.st--secondary) .wp-block-button__link.sz--medium:focus, .hentry .entry-content .wp-block-button.is-style-fill:not(.st--secondary) .wp-block-button__link:not(.sz--small):not(.sz--large):hover, .hentry .entry-content .wp-block-button.is-style-fill:not(.st--secondary) .wp-block-button__link:not(.sz--small):not(.sz--large):focus,
.wp-block-button.is-style-default:not(.st--secondary) .wp-block-button__link.sz--medium:hover,
.wp-block-button.is-style-default:not(.st--secondary) .wp-block-button__link.sz--medium:focus,
.wp-block-button.is-style-default:not(.st--secondary) .wp-block-button__link:not(.sz--small):not(.sz--large):hover,
.wp-block-button.is-style-default:not(.st--secondary) .wp-block-button__link:not(.sz--small):not(.sz--large):focus,
.wp-block-button:not(.is-style-outline):not(.st--secondary) .wp-block-button__link.sz--medium:hover,
.wp-block-button:not(.is-style-outline):not(.st--secondary) .wp-block-button__link.sz--medium:focus,
.wp-block-button:not(.is-style-outline):not(.st--secondary) .wp-block-button__link:not(.sz--small):not(.sz--large):hover,
.wp-block-button:not(.is-style-outline):not(.st--secondary) .wp-block-button__link:not(.sz--small):not(.sz--large):focus,
.wp-block-button.is-style-fill:not(.st--secondary) .wp-block-button__link.sz--medium:hover,
.wp-block-button.is-style-fill:not(.st--secondary) .wp-block-button__link.sz--medium:focus,
.wp-block-button.is-style-fill:not(.st--secondary) .wp-block-button__link:not(.sz--small):not(.sz--large):hover,
.wp-block-button.is-style-fill:not(.st--secondary) .wp-block-button__link:not(.sz--small):not(.sz--large):focus {
  -webkit-box-shadow: 0 2.5px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2.5px 5px rgba(0, 0, 0, 0.15);
}
.hentry .entry-content .wp-block-button.is-style-default:not(.st--secondary) .wp-block-button__link.sz--medium:active, .hentry .entry-content .wp-block-button.is-style-default:not(.st--secondary) .wp-block-button__link:not(.sz--small):not(.sz--large):active, .hentry .entry-content .wp-block-button:not(.is-style-outline):not(.st--secondary) .wp-block-button__link.sz--medium:active, .hentry .entry-content .wp-block-button:not(.is-style-outline):not(.st--secondary) .wp-block-button__link:not(.sz--small):not(.sz--large):active, .hentry .entry-content .wp-block-button.is-style-fill:not(.st--secondary) .wp-block-button__link.sz--medium:active, .hentry .entry-content .wp-block-button.is-style-fill:not(.st--secondary) .wp-block-button__link:not(.sz--small):not(.sz--large):active,
.wp-block-button.is-style-default:not(.st--secondary) .wp-block-button__link.sz--medium:active,
.wp-block-button.is-style-default:not(.st--secondary) .wp-block-button__link:not(.sz--small):not(.sz--large):active,
.wp-block-button:not(.is-style-outline):not(.st--secondary) .wp-block-button__link.sz--medium:active,
.wp-block-button:not(.is-style-outline):not(.st--secondary) .wp-block-button__link:not(.sz--small):not(.sz--large):active,
.wp-block-button.is-style-fill:not(.st--secondary) .wp-block-button__link.sz--medium:active,
.wp-block-button.is-style-fill:not(.st--secondary) .wp-block-button__link:not(.sz--small):not(.sz--large):active {
  -webkit-box-shadow: 0 -2.5px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 -2.5px 5px rgba(0, 0, 0, 0.15);
}
.hentry .entry-content .wp-block-button.is-style-default:not(.st--secondary) .wp-block-button__link.sz--medium[target=_blank]::after, .hentry .entry-content .wp-block-button.is-style-default:not(.st--secondary) .wp-block-button__link:not(.sz--small):not(.sz--large)[target=_blank]::after, .hentry .entry-content .wp-block-button:not(.is-style-outline):not(.st--secondary) .wp-block-button__link.sz--medium[target=_blank]::after, .hentry .entry-content .wp-block-button:not(.is-style-outline):not(.st--secondary) .wp-block-button__link:not(.sz--small):not(.sz--large)[target=_blank]::after, .hentry .entry-content .wp-block-button.is-style-fill:not(.st--secondary) .wp-block-button__link.sz--medium[target=_blank]::after, .hentry .entry-content .wp-block-button.is-style-fill:not(.st--secondary) .wp-block-button__link:not(.sz--small):not(.sz--large)[target=_blank]::after,
.wp-block-button.is-style-default:not(.st--secondary) .wp-block-button__link.sz--medium[target=_blank]::after,
.wp-block-button.is-style-default:not(.st--secondary) .wp-block-button__link:not(.sz--small):not(.sz--large)[target=_blank]::after,
.wp-block-button:not(.is-style-outline):not(.st--secondary) .wp-block-button__link.sz--medium[target=_blank]::after,
.wp-block-button:not(.is-style-outline):not(.st--secondary) .wp-block-button__link:not(.sz--small):not(.sz--large)[target=_blank]::after,
.wp-block-button.is-style-fill:not(.st--secondary) .wp-block-button__link.sz--medium[target=_blank]::after,
.wp-block-button.is-style-fill:not(.st--secondary) .wp-block-button__link:not(.sz--small):not(.sz--large)[target=_blank]::after {
  font-size: 8px;
  padding-left: 0;
  margin-left: 5px;
  margin-right: -5px;
  top: -4px;
}
.hentry .entry-content .wp-block-button.is-style-default:not(.st--secondary) .wp-block-button__link.sz--medium > .material-icons, .hentry .entry-content .wp-block-button.is-style-default:not(.st--secondary) .wp-block-button__link:not(.sz--small):not(.sz--large) > .material-icons, .hentry .entry-content .wp-block-button:not(.is-style-outline):not(.st--secondary) .wp-block-button__link.sz--medium > .material-icons, .hentry .entry-content .wp-block-button:not(.is-style-outline):not(.st--secondary) .wp-block-button__link:not(.sz--small):not(.sz--large) > .material-icons, .hentry .entry-content .wp-block-button.is-style-fill:not(.st--secondary) .wp-block-button__link.sz--medium > .material-icons, .hentry .entry-content .wp-block-button.is-style-fill:not(.st--secondary) .wp-block-button__link:not(.sz--small):not(.sz--large) > .material-icons,
.wp-block-button.is-style-default:not(.st--secondary) .wp-block-button__link.sz--medium > .material-icons,
.wp-block-button.is-style-default:not(.st--secondary) .wp-block-button__link:not(.sz--small):not(.sz--large) > .material-icons,
.wp-block-button:not(.is-style-outline):not(.st--secondary) .wp-block-button__link.sz--medium > .material-icons,
.wp-block-button:not(.is-style-outline):not(.st--secondary) .wp-block-button__link:not(.sz--small):not(.sz--large) > .material-icons,
.wp-block-button.is-style-fill:not(.st--secondary) .wp-block-button__link.sz--medium > .material-icons,
.wp-block-button.is-style-fill:not(.st--secondary) .wp-block-button__link:not(.sz--small):not(.sz--large) > .material-icons {
  display: block;
  line-height: 1;
  font-size: 18px;
  margin-right: -12px;
  margin-left: 12px;
}
.hentry .entry-content .wp-block-button.is-style-fill.st--secondary .wp-block-button__link.sz--small,
.wp-block-button.is-style-fill.st--secondary .wp-block-button__link.sz--small {
  text-decoration: none;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
  border-width: 2px;
  border-style: solid;
  overflow-wrap: break-word;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #857ead;
  border-color: #766ea3;
  color: white;
  border-radius: 3px;
  font-size: 12px;
  line-height: 16px;
  padding: 6px 12px;
  border-width: 1px;
}
.hentry .entry-content .wp-block-button.is-style-fill.st--secondary .wp-block-button__link.sz--small[target=_blank]::after,
.wp-block-button.is-style-fill.st--secondary .wp-block-button__link.sz--small[target=_blank]::after {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "liga";
  font-feature-settings: "liga";
  content: "signal_cellular_4_bar";
  -webkit-transform: scaleX(-1) rotate(180deg);
      -ms-transform: scaleX(-1) rotate(180deg);
          transform: scaleX(-1) rotate(180deg);
  -webkit-filter: FlipH;
          filter: FlipH;
  font-size: 8px;
  padding-left: 0;
  margin-left: 5px;
  margin-right: -5px;
  top: -2px;
  position: relative;
  color: inherit;
}
.hentry .entry-content .wp-block-button.is-style-fill.st--secondary .wp-block-button__link.sz--small:hover, .hentry .entry-content .wp-block-button.is-style-fill.st--secondary .wp-block-button__link.sz--small:focus,
.wp-block-button.is-style-fill.st--secondary .wp-block-button__link.sz--small:hover,
.wp-block-button.is-style-fill.st--secondary .wp-block-button__link.sz--small:focus {
  background: #7e73b8;
  border-color: #766ea3;
  color: white;
}
.hentry .entry-content .wp-block-button.is-style-fill.st--secondary .wp-block-button__link.sz--small:active,
.wp-block-button.is-style-fill.st--secondary .wp-block-button__link.sz--small:active {
  background: #696098;
  border-color: #766ea3;
  color: white;
}
.hentry .entry-content .wp-block-button.is-style-fill.st--secondary .wp-block-button__link.sz--small:hover, .hentry .entry-content .wp-block-button.is-style-fill.st--secondary .wp-block-button__link.sz--small:focus,
.wp-block-button.is-style-fill.st--secondary .wp-block-button__link.sz--small:hover,
.wp-block-button.is-style-fill.st--secondary .wp-block-button__link.sz--small:focus {
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}
.hentry .entry-content .wp-block-button.is-style-fill.st--secondary .wp-block-button__link.sz--small:active,
.wp-block-button.is-style-fill.st--secondary .wp-block-button__link.sz--small:active {
  -webkit-box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.15);
          box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.15);
}
.hentry .entry-content .wp-block-button.is-style-fill.st--secondary .wp-block-button__link.sz--small[target=_blank]::after,
.wp-block-button.is-style-fill.st--secondary .wp-block-button__link.sz--small[target=_blank]::after {
  font-size: 8px;
  padding-left: 0;
  margin-left: 5px;
  margin-right: -5px;
  top: -2px;
}
.hentry .entry-content .wp-block-button.is-style-fill.st--secondary .wp-block-button__link.sz--small > .material-icons,
.wp-block-button.is-style-fill.st--secondary .wp-block-button__link.sz--small > .material-icons {
  display: block;
  line-height: 1;
  font-size: 16px;
  margin-right: -8px;
  margin-left: 8px;
}
.hentry .entry-content .wp-block-button.is-style-fill.st--secondary .wp-block-button__link.sz--large,
.wp-block-button.is-style-fill.st--secondary .wp-block-button__link.sz--large {
  text-decoration: none;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
  border-width: 2px;
  border-style: solid;
  overflow-wrap: break-word;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #857ead;
  border-color: #766ea3;
  color: white;
  border-radius: 6px;
  font-size: 18px;
  line-height: 22px;
  padding: 12px 24px;
}
.hentry .entry-content .wp-block-button.is-style-fill.st--secondary .wp-block-button__link.sz--large[target=_blank]::after,
.wp-block-button.is-style-fill.st--secondary .wp-block-button__link.sz--large[target=_blank]::after {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "liga";
  font-feature-settings: "liga";
  content: "signal_cellular_4_bar";
  -webkit-transform: scaleX(-1) rotate(180deg);
      -ms-transform: scaleX(-1) rotate(180deg);
          transform: scaleX(-1) rotate(180deg);
  -webkit-filter: FlipH;
          filter: FlipH;
  font-size: 8px;
  padding-left: 0;
  margin-left: 5px;
  margin-right: -5px;
  top: -2px;
  position: relative;
  color: inherit;
}
.hentry .entry-content .wp-block-button.is-style-fill.st--secondary .wp-block-button__link.sz--large:hover, .hentry .entry-content .wp-block-button.is-style-fill.st--secondary .wp-block-button__link.sz--large:focus,
.wp-block-button.is-style-fill.st--secondary .wp-block-button__link.sz--large:hover,
.wp-block-button.is-style-fill.st--secondary .wp-block-button__link.sz--large:focus {
  background: #7e73b8;
  border-color: #766ea3;
  color: white;
}
.hentry .entry-content .wp-block-button.is-style-fill.st--secondary .wp-block-button__link.sz--large:active,
.wp-block-button.is-style-fill.st--secondary .wp-block-button__link.sz--large:active {
  background: #696098;
  border-color: #766ea3;
  color: white;
}
.hentry .entry-content .wp-block-button.is-style-fill.st--secondary .wp-block-button__link.sz--large:hover, .hentry .entry-content .wp-block-button.is-style-fill.st--secondary .wp-block-button__link.sz--large:focus,
.wp-block-button.is-style-fill.st--secondary .wp-block-button__link.sz--large:hover,
.wp-block-button.is-style-fill.st--secondary .wp-block-button__link.sz--large:focus {
  -webkit-box-shadow: 0 3.5px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 3.5px 8px rgba(0, 0, 0, 0.15);
}
.hentry .entry-content .wp-block-button.is-style-fill.st--secondary .wp-block-button__link.sz--large:active,
.wp-block-button.is-style-fill.st--secondary .wp-block-button__link.sz--large:active {
  -webkit-box-shadow: 0 3.5px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 3.5px 8px rgba(0, 0, 0, 0.15);
}
.hentry .entry-content .wp-block-button.is-style-fill.st--secondary .wp-block-button__link.sz--large[target=_blank]::after,
.wp-block-button.is-style-fill.st--secondary .wp-block-button__link.sz--large[target=_blank]::after {
  font-size: 10px;
  padding-left: 0;
  margin-left: 5px;
  margin-right: -5px;
  top: -2px;
}
.hentry .entry-content .wp-block-button.is-style-fill.st--secondary .wp-block-button__link.sz--large > .material-icons,
.wp-block-button.is-style-fill.st--secondary .wp-block-button__link.sz--large > .material-icons {
  display: block;
  line-height: 1;
  font-size: 20px;
  margin-right: -12px;
  margin-left: 12px;
}
.hentry .entry-content .wp-block-button.is-style-fill.st--secondary .wp-block-button__link.sz--medium, .hentry .entry-content .wp-block-button.is-style-fill.st--secondary .wp-block-button__link:not(.sz--small):not(.sz--large),
.wp-block-button.is-style-fill.st--secondary .wp-block-button__link.sz--medium,
.wp-block-button.is-style-fill.st--secondary .wp-block-button__link:not(.sz--small):not(.sz--large) {
  text-decoration: none;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
  border-width: 2px;
  border-style: solid;
  overflow-wrap: break-word;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #857ead;
  border-color: #766ea3;
  color: white;
  border-radius: 4px;
  font-size: 16px;
  line-height: 20px;
  padding: 8px 18px;
}
.hentry .entry-content .wp-block-button.is-style-fill.st--secondary .wp-block-button__link.sz--medium[target=_blank]::after, .hentry .entry-content .wp-block-button.is-style-fill.st--secondary .wp-block-button__link:not(.sz--small):not(.sz--large)[target=_blank]::after,
.wp-block-button.is-style-fill.st--secondary .wp-block-button__link.sz--medium[target=_blank]::after,
.wp-block-button.is-style-fill.st--secondary .wp-block-button__link:not(.sz--small):not(.sz--large)[target=_blank]::after {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "liga";
  font-feature-settings: "liga";
  content: "signal_cellular_4_bar";
  -webkit-transform: scaleX(-1) rotate(180deg);
      -ms-transform: scaleX(-1) rotate(180deg);
          transform: scaleX(-1) rotate(180deg);
  -webkit-filter: FlipH;
          filter: FlipH;
  font-size: 8px;
  padding-left: 0;
  margin-left: 5px;
  margin-right: -5px;
  top: -2px;
  position: relative;
  color: inherit;
}
.hentry .entry-content .wp-block-button.is-style-fill.st--secondary .wp-block-button__link.sz--medium:hover, .hentry .entry-content .wp-block-button.is-style-fill.st--secondary .wp-block-button__link.sz--medium:focus, .hentry .entry-content .wp-block-button.is-style-fill.st--secondary .wp-block-button__link:not(.sz--small):not(.sz--large):hover, .hentry .entry-content .wp-block-button.is-style-fill.st--secondary .wp-block-button__link:not(.sz--small):not(.sz--large):focus,
.wp-block-button.is-style-fill.st--secondary .wp-block-button__link.sz--medium:hover,
.wp-block-button.is-style-fill.st--secondary .wp-block-button__link.sz--medium:focus,
.wp-block-button.is-style-fill.st--secondary .wp-block-button__link:not(.sz--small):not(.sz--large):hover,
.wp-block-button.is-style-fill.st--secondary .wp-block-button__link:not(.sz--small):not(.sz--large):focus {
  background: #7e73b8;
  border-color: #766ea3;
  color: white;
}
.hentry .entry-content .wp-block-button.is-style-fill.st--secondary .wp-block-button__link.sz--medium:active, .hentry .entry-content .wp-block-button.is-style-fill.st--secondary .wp-block-button__link:not(.sz--small):not(.sz--large):active,
.wp-block-button.is-style-fill.st--secondary .wp-block-button__link.sz--medium:active,
.wp-block-button.is-style-fill.st--secondary .wp-block-button__link:not(.sz--small):not(.sz--large):active {
  background: #696098;
  border-color: #766ea3;
  color: white;
}
.hentry .entry-content .wp-block-button.is-style-fill.st--secondary .wp-block-button__link.sz--medium:hover, .hentry .entry-content .wp-block-button.is-style-fill.st--secondary .wp-block-button__link.sz--medium:focus, .hentry .entry-content .wp-block-button.is-style-fill.st--secondary .wp-block-button__link:not(.sz--small):not(.sz--large):hover, .hentry .entry-content .wp-block-button.is-style-fill.st--secondary .wp-block-button__link:not(.sz--small):not(.sz--large):focus,
.wp-block-button.is-style-fill.st--secondary .wp-block-button__link.sz--medium:hover,
.wp-block-button.is-style-fill.st--secondary .wp-block-button__link.sz--medium:focus,
.wp-block-button.is-style-fill.st--secondary .wp-block-button__link:not(.sz--small):not(.sz--large):hover,
.wp-block-button.is-style-fill.st--secondary .wp-block-button__link:not(.sz--small):not(.sz--large):focus {
  -webkit-box-shadow: 0 2.5px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2.5px 5px rgba(0, 0, 0, 0.15);
}
.hentry .entry-content .wp-block-button.is-style-fill.st--secondary .wp-block-button__link.sz--medium:active, .hentry .entry-content .wp-block-button.is-style-fill.st--secondary .wp-block-button__link:not(.sz--small):not(.sz--large):active,
.wp-block-button.is-style-fill.st--secondary .wp-block-button__link.sz--medium:active,
.wp-block-button.is-style-fill.st--secondary .wp-block-button__link:not(.sz--small):not(.sz--large):active {
  -webkit-box-shadow: 0 -2.5px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 -2.5px 5px rgba(0, 0, 0, 0.15);
}
.hentry .entry-content .wp-block-button.is-style-fill.st--secondary .wp-block-button__link.sz--medium[target=_blank]::after, .hentry .entry-content .wp-block-button.is-style-fill.st--secondary .wp-block-button__link:not(.sz--small):not(.sz--large)[target=_blank]::after,
.wp-block-button.is-style-fill.st--secondary .wp-block-button__link.sz--medium[target=_blank]::after,
.wp-block-button.is-style-fill.st--secondary .wp-block-button__link:not(.sz--small):not(.sz--large)[target=_blank]::after {
  font-size: 8px;
  padding-left: 0;
  margin-left: 5px;
  margin-right: -5px;
  top: -4px;
}
.hentry .entry-content .wp-block-button.is-style-fill.st--secondary .wp-block-button__link.sz--medium > .material-icons, .hentry .entry-content .wp-block-button.is-style-fill.st--secondary .wp-block-button__link:not(.sz--small):not(.sz--large) > .material-icons,
.wp-block-button.is-style-fill.st--secondary .wp-block-button__link.sz--medium > .material-icons,
.wp-block-button.is-style-fill.st--secondary .wp-block-button__link:not(.sz--small):not(.sz--large) > .material-icons {
  display: block;
  line-height: 1;
  font-size: 18px;
  margin-right: -12px;
  margin-left: 12px;
}
.hentry .entry-content .wp-block-button.is-style-outline .wp-block-button__link.sz--small,
.wp-block-button.is-style-outline .wp-block-button__link.sz--small {
  text-decoration: none;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
  border-width: 2px;
  border-style: solid;
  overflow-wrap: break-word;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: white;
  border-color: #2f2e7e;
  color: #2f2e7e;
  border-radius: 3px;
  font-size: 12px;
  line-height: 16px;
  padding: 6px 12px;
  border-width: 1px;
}
.hentry .entry-content .wp-block-button.is-style-outline .wp-block-button__link.sz--small[target=_blank]::after,
.wp-block-button.is-style-outline .wp-block-button__link.sz--small[target=_blank]::after {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "liga";
  font-feature-settings: "liga";
  content: "signal_cellular_4_bar";
  -webkit-transform: scaleX(-1) rotate(180deg);
      -ms-transform: scaleX(-1) rotate(180deg);
          transform: scaleX(-1) rotate(180deg);
  -webkit-filter: FlipH;
          filter: FlipH;
  font-size: 8px;
  padding-left: 0;
  margin-left: 5px;
  margin-right: -5px;
  top: -2px;
  position: relative;
  color: inherit;
}
.hentry .entry-content .wp-block-button.is-style-outline .wp-block-button__link.sz--small:hover, .hentry .entry-content .wp-block-button.is-style-outline .wp-block-button__link.sz--small:focus,
.wp-block-button.is-style-outline .wp-block-button__link.sz--small:hover,
.wp-block-button.is-style-outline .wp-block-button__link.sz--small:focus {
  background: white;
  border-color: #2725ba;
  color: #2725ba;
}
.hentry .entry-content .wp-block-button.is-style-outline .wp-block-button__link.sz--small:active,
.wp-block-button.is-style-outline .wp-block-button__link.sz--small:active {
  background: white;
  border-color: #131333;
  color: #131333;
}
.hentry .entry-content .wp-block-button.is-style-outline .wp-block-button__link.sz--small[target=_blank]::after,
.wp-block-button.is-style-outline .wp-block-button__link.sz--small[target=_blank]::after {
  color: #2f2e7e;
}
.hentry .entry-content .wp-block-button.is-style-outline .wp-block-button__link.sz--small:hover, .hentry .entry-content .wp-block-button.is-style-outline .wp-block-button__link.sz--small:focus,
.wp-block-button.is-style-outline .wp-block-button__link.sz--small:hover,
.wp-block-button.is-style-outline .wp-block-button__link.sz--small:focus {
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}
.hentry .entry-content .wp-block-button.is-style-outline .wp-block-button__link.sz--small:active,
.wp-block-button.is-style-outline .wp-block-button__link.sz--small:active {
  -webkit-box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.15);
          box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.15);
}
.hentry .entry-content .wp-block-button.is-style-outline .wp-block-button__link.sz--small[target=_blank]::after,
.wp-block-button.is-style-outline .wp-block-button__link.sz--small[target=_blank]::after {
  font-size: 8px;
  padding-left: 0;
  margin-left: 5px;
  margin-right: -5px;
  top: -2px;
}
.hentry .entry-content .wp-block-button.is-style-outline .wp-block-button__link.sz--small > .material-icons,
.wp-block-button.is-style-outline .wp-block-button__link.sz--small > .material-icons {
  display: block;
  line-height: 1;
  font-size: 16px;
  margin-right: -8px;
  margin-left: 8px;
}
.hentry .entry-content .wp-block-button.is-style-outline .wp-block-button__link.sz--large,
.wp-block-button.is-style-outline .wp-block-button__link.sz--large {
  text-decoration: none;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
  border-width: 2px;
  border-style: solid;
  overflow-wrap: break-word;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: white;
  border-color: #2f2e7e;
  color: #2f2e7e;
  border-radius: 6px;
  font-size: 18px;
  line-height: 22px;
  padding: 12px 24px;
}
.hentry .entry-content .wp-block-button.is-style-outline .wp-block-button__link.sz--large[target=_blank]::after,
.wp-block-button.is-style-outline .wp-block-button__link.sz--large[target=_blank]::after {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "liga";
  font-feature-settings: "liga";
  content: "signal_cellular_4_bar";
  -webkit-transform: scaleX(-1) rotate(180deg);
      -ms-transform: scaleX(-1) rotate(180deg);
          transform: scaleX(-1) rotate(180deg);
  -webkit-filter: FlipH;
          filter: FlipH;
  font-size: 8px;
  padding-left: 0;
  margin-left: 5px;
  margin-right: -5px;
  top: -2px;
  position: relative;
  color: inherit;
}
.hentry .entry-content .wp-block-button.is-style-outline .wp-block-button__link.sz--large:hover, .hentry .entry-content .wp-block-button.is-style-outline .wp-block-button__link.sz--large:focus,
.wp-block-button.is-style-outline .wp-block-button__link.sz--large:hover,
.wp-block-button.is-style-outline .wp-block-button__link.sz--large:focus {
  background: white;
  border-color: #2725ba;
  color: #2725ba;
}
.hentry .entry-content .wp-block-button.is-style-outline .wp-block-button__link.sz--large:active,
.wp-block-button.is-style-outline .wp-block-button__link.sz--large:active {
  background: white;
  border-color: #131333;
  color: #131333;
}
.hentry .entry-content .wp-block-button.is-style-outline .wp-block-button__link.sz--large[target=_blank]::after,
.wp-block-button.is-style-outline .wp-block-button__link.sz--large[target=_blank]::after {
  color: #2f2e7e;
}
.hentry .entry-content .wp-block-button.is-style-outline .wp-block-button__link.sz--large:hover, .hentry .entry-content .wp-block-button.is-style-outline .wp-block-button__link.sz--large:focus,
.wp-block-button.is-style-outline .wp-block-button__link.sz--large:hover,
.wp-block-button.is-style-outline .wp-block-button__link.sz--large:focus {
  -webkit-box-shadow: 0 3.5px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 3.5px 8px rgba(0, 0, 0, 0.15);
}
.hentry .entry-content .wp-block-button.is-style-outline .wp-block-button__link.sz--large:active,
.wp-block-button.is-style-outline .wp-block-button__link.sz--large:active {
  -webkit-box-shadow: 0 3.5px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 3.5px 8px rgba(0, 0, 0, 0.15);
}
.hentry .entry-content .wp-block-button.is-style-outline .wp-block-button__link.sz--large[target=_blank]::after,
.wp-block-button.is-style-outline .wp-block-button__link.sz--large[target=_blank]::after {
  font-size: 10px;
  padding-left: 0;
  margin-left: 5px;
  margin-right: -5px;
  top: -2px;
}
.hentry .entry-content .wp-block-button.is-style-outline .wp-block-button__link.sz--large > .material-icons,
.wp-block-button.is-style-outline .wp-block-button__link.sz--large > .material-icons {
  display: block;
  line-height: 1;
  font-size: 20px;
  margin-right: -12px;
  margin-left: 12px;
}
.hentry .entry-content .wp-block-button.is-style-outline .wp-block-button__link.sz--medium, .hentry .entry-content .wp-block-button.is-style-outline .wp-block-button__link:not(.sz--small):not(.sz--large),
.wp-block-button.is-style-outline .wp-block-button__link.sz--medium,
.wp-block-button.is-style-outline .wp-block-button__link:not(.sz--small):not(.sz--large) {
  text-decoration: none;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
  border-width: 2px;
  border-style: solid;
  overflow-wrap: break-word;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: white;
  border-color: #2f2e7e;
  color: #2f2e7e;
  border-radius: 4px;
  font-size: 16px;
  line-height: 20px;
  padding: 8px 18px;
}
.hentry .entry-content .wp-block-button.is-style-outline .wp-block-button__link.sz--medium[target=_blank]::after, .hentry .entry-content .wp-block-button.is-style-outline .wp-block-button__link:not(.sz--small):not(.sz--large)[target=_blank]::after,
.wp-block-button.is-style-outline .wp-block-button__link.sz--medium[target=_blank]::after,
.wp-block-button.is-style-outline .wp-block-button__link:not(.sz--small):not(.sz--large)[target=_blank]::after {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "liga";
  font-feature-settings: "liga";
  content: "signal_cellular_4_bar";
  -webkit-transform: scaleX(-1) rotate(180deg);
      -ms-transform: scaleX(-1) rotate(180deg);
          transform: scaleX(-1) rotate(180deg);
  -webkit-filter: FlipH;
          filter: FlipH;
  font-size: 8px;
  padding-left: 0;
  margin-left: 5px;
  margin-right: -5px;
  top: -2px;
  position: relative;
  color: inherit;
}
.hentry .entry-content .wp-block-button.is-style-outline .wp-block-button__link.sz--medium:hover, .hentry .entry-content .wp-block-button.is-style-outline .wp-block-button__link.sz--medium:focus, .hentry .entry-content .wp-block-button.is-style-outline .wp-block-button__link:not(.sz--small):not(.sz--large):hover, .hentry .entry-content .wp-block-button.is-style-outline .wp-block-button__link:not(.sz--small):not(.sz--large):focus,
.wp-block-button.is-style-outline .wp-block-button__link.sz--medium:hover,
.wp-block-button.is-style-outline .wp-block-button__link.sz--medium:focus,
.wp-block-button.is-style-outline .wp-block-button__link:not(.sz--small):not(.sz--large):hover,
.wp-block-button.is-style-outline .wp-block-button__link:not(.sz--small):not(.sz--large):focus {
  background: white;
  border-color: #2725ba;
  color: #2725ba;
}
.hentry .entry-content .wp-block-button.is-style-outline .wp-block-button__link.sz--medium:active, .hentry .entry-content .wp-block-button.is-style-outline .wp-block-button__link:not(.sz--small):not(.sz--large):active,
.wp-block-button.is-style-outline .wp-block-button__link.sz--medium:active,
.wp-block-button.is-style-outline .wp-block-button__link:not(.sz--small):not(.sz--large):active {
  background: white;
  border-color: #131333;
  color: #131333;
}
.hentry .entry-content .wp-block-button.is-style-outline .wp-block-button__link.sz--medium[target=_blank]::after, .hentry .entry-content .wp-block-button.is-style-outline .wp-block-button__link:not(.sz--small):not(.sz--large)[target=_blank]::after,
.wp-block-button.is-style-outline .wp-block-button__link.sz--medium[target=_blank]::after,
.wp-block-button.is-style-outline .wp-block-button__link:not(.sz--small):not(.sz--large)[target=_blank]::after {
  color: #2f2e7e;
}
.hentry .entry-content .wp-block-button.is-style-outline .wp-block-button__link.sz--medium:hover, .hentry .entry-content .wp-block-button.is-style-outline .wp-block-button__link.sz--medium:focus, .hentry .entry-content .wp-block-button.is-style-outline .wp-block-button__link:not(.sz--small):not(.sz--large):hover, .hentry .entry-content .wp-block-button.is-style-outline .wp-block-button__link:not(.sz--small):not(.sz--large):focus,
.wp-block-button.is-style-outline .wp-block-button__link.sz--medium:hover,
.wp-block-button.is-style-outline .wp-block-button__link.sz--medium:focus,
.wp-block-button.is-style-outline .wp-block-button__link:not(.sz--small):not(.sz--large):hover,
.wp-block-button.is-style-outline .wp-block-button__link:not(.sz--small):not(.sz--large):focus {
  -webkit-box-shadow: 0 2.5px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2.5px 5px rgba(0, 0, 0, 0.15);
}
.hentry .entry-content .wp-block-button.is-style-outline .wp-block-button__link.sz--medium:active, .hentry .entry-content .wp-block-button.is-style-outline .wp-block-button__link:not(.sz--small):not(.sz--large):active,
.wp-block-button.is-style-outline .wp-block-button__link.sz--medium:active,
.wp-block-button.is-style-outline .wp-block-button__link:not(.sz--small):not(.sz--large):active {
  -webkit-box-shadow: 0 -2.5px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 -2.5px 5px rgba(0, 0, 0, 0.15);
}
.hentry .entry-content .wp-block-button.is-style-outline .wp-block-button__link.sz--medium[target=_blank]::after, .hentry .entry-content .wp-block-button.is-style-outline .wp-block-button__link:not(.sz--small):not(.sz--large)[target=_blank]::after,
.wp-block-button.is-style-outline .wp-block-button__link.sz--medium[target=_blank]::after,
.wp-block-button.is-style-outline .wp-block-button__link:not(.sz--small):not(.sz--large)[target=_blank]::after {
  font-size: 8px;
  padding-left: 0;
  margin-left: 5px;
  margin-right: -5px;
  top: -4px;
}
.hentry .entry-content .wp-block-button.is-style-outline .wp-block-button__link.sz--medium > .material-icons, .hentry .entry-content .wp-block-button.is-style-outline .wp-block-button__link:not(.sz--small):not(.sz--large) > .material-icons,
.wp-block-button.is-style-outline .wp-block-button__link.sz--medium > .material-icons,
.wp-block-button.is-style-outline .wp-block-button__link:not(.sz--small):not(.sz--large) > .material-icons {
  display: block;
  line-height: 1;
  font-size: 18px;
  margin-right: -12px;
  margin-left: 12px;
}

@media screen and (min-width: 768px), print {
  .wp-block-columns .wp-block-column:not(:first-child) {
    margin-left: 48px;
  }
}
@media screen and (min-width: 768px), print {
  .wp-block-columns.sz--large .wp-block-column:not(:first-child) {
    margin-left: 72px;
  }
}
@media screen and (min-width: 960px) {
  .wp-block-columns.sz--large .wp-block-column:not(:first-child) {
    margin-left: 96px;
  }
}
