@charset "UTF-8";
/* main.scss */
/*
Site Variables
*/
@font-face {
  font-family: "rga-iconfont";
  src: url("fonts/rga-iconfont.eot?l0kh1s");
  src: url("fonts/rga-iconfont.eot?l0kh1s#iefix") format("embedded-opentype"), url("fonts/rga-iconfont.ttf?l0kh1s") format("truetype"), url("fonts/rga-iconfont.woff?l0kh1s") format("woff"), url("fonts/rga-iconfont.svg?l0kh1s#ar-iconfont") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}

/* main.scss */
/* _global.scss */
* {
  box-sizing: border-box;
}

html {
  font-size: 100%;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  margin: 0;
  padding: 0;
}

body {
  background-color: #f2f1f1;
  transition: background-color 0.7s ease-in-out;
}
body.purple {
  background-color: #5a236f;
  color: #fff;
}
body.purple a {
  color: #fff !important;
}
body.purple .rga-blockquote .quote-text {
  background-color: #5a236f;
}
body.purple .rga-blockquote .quote-text p {
  color: #fff;
}
body.rgaBlue {
  background-color: #aecfe6;
}
body.rgaBlue .rga-blockquote .quote-text {
  background-color: #aecfe6;
}
body.red {
  background-color: #d10000;
  color: #fff;
}

#main {
  overflow: hidden;
}

.h1 {
  font-size: 6rem;
  font-weight: 300;
  margin: 0;
}

.h2 {
  font-size: 1.5rem;
  font-weight: 300;
  margin: 3rem auto;
  padding: 0;
  text-align: center;
}

.h3 {
  font-size: 3.3125rem;
  font-weight: 300;
  line-height: 4rem;
  margin: 0;
}

p {
  font-size: 1.125rem;
  line-height: 1.7rem;
  max-width: 34.73em;
}

.inner {
  margin: 0 auto;
  width: 90%;
}
.inner.flex {
  display: flex;
}
@media only screen and (max-width: 700px) {
  .inner.flex {
    flex-direction: column;
    width: 100%;
  }
}

.text-inner {
  margin: 0 auto;
  max-width: 34.73em;
}
@media only screen and (max-width: 750px) {
  .text-inner {
    width: 90%;
  }
}

.mobile-only {
  display: none;
}
@media only screen and (max-width: 700px) {
  .mobile-only {
    display: block;
  }
}

.content-left {
  margin: 8rem 0;
  position: relative;
  width: 40%;
}
@media only screen and (max-width: 700px) {
  .content-left {
    display: block;
    order: 2;
    padding: 2rem;
    width: 100%;
  }
}
.content-left .left-bknd {
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  width: 1200px;
  z-index: 1;
}
@media only screen and (max-width: 700px) {
  .content-left .left-bknd {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}
.content-left .left-bknd.gray {
  background-color: #e8e5e3;
}
.content-left .left-bknd.purple {
  background-color: #5a236f;
}
.content-left .share-links {
  position: absolute;
  bottom: -4rem;
}
.content-left .share-links .heading {
  font-weight: 700;
}
.content-left .share-links ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.content-left .share-links ul li {
  display: inline-block;
  padding: 0 1rem 0 0;
}
.content-left .share-links ul li a {
  color: #000;
  text-decoration: none;
}
.content-left .share-links ul li a::after {
  content: "\e904";
  font-family: "rga-iconfont";
  font-size: 0.8rem;
  padding-left: 0.3rem;
}
.content-left .share-links ul li a:hover::after {
  color: #d10000;
}

.content-right {
  margin: 8rem 0 8rem 2rem;
  position: relative;
  width: 60%;
  z-index: 10;
}
@media only screen and (max-width: 700px) {
  .content-right {
    margin: 4rem auto;
    order: 1;
    padding: 2rem;
    width: 100%;
  }
}
.content-right a {
  color: #5a236f;
}
.content-right a:hover, .content-right a:visited, .content-right a:focus {
  color: #5a236f;
}
.content-right .wp-block-image {
  max-width: 34.73em;
}
.content-right ul,
.content-right ol {
  font-size: 1.125rem;
  line-height: 1.7rem;
  max-width: 34.73em;
}

.btn-circle {
  background: #000;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 0.75rem;
  text-decoration: none;
  width: 48px;
}
.btn-circle::after {
  color: #fff;
  content: "\e904";
  font-family: "rga-iconfont";
  font-size: 1.5rem;
}
.btn-circle.light {
  border: 1px solid #e8e5e3;
  background-color: #fff;
}

.btn-circle-white {
  background: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 0.75rem;
  text-decoration: none;
  width: 48px;
}
.btn-circle-white::after {
  color: #000;
  content: "\e904";
  font-family: "rga-iconfont";
  font-size: 1.5rem;
}

.btn-rounded {
  background-color: #000;
  border: 1px solid #000;
  border-radius: 25px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  padding: 1rem 2rem;
  transition: all 0.5s ease-in-out;
  transform: scale(1);
}
.btn-rounded a {
  color: #fff;
  text-decoration: none;
}
.btn-rounded.clear {
  background-color: transparent;
  color: #000;
}
.btn-rounded:hover {
  background-color: #fff;
  color: #000;
  transform: scale(1.1);
}
.btn-rounded:hover a {
  color: #000;
}

.chart-container {
  height: 400px;
  width: 360px;
}

.doughnut-legend ul {
  list-style: none;
  padding: 0;
}
.doughnut-legend ul li {
  display: block;
  margin-bottom: 0.25rem;
}
.doughnut-legend ul li span {
  border-radius: 5px;
  border: 1px solid #e8e5e3;
  display: inline-block;
  height: 12px;
  margin: 0 0.5rem 0 0;
  width: 12px;
}

.btn-video {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  padding: 1re 2rem;
}
.btn-video::after {
  background-color: #000;
  border-radius: 50%;
  color: #fff;
  content: "\e905";
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "rga-iconfont";
  font-size: 1.5rem;
  height: 48px;
  margin-left: 1rem;
  width: 48px;
}

.data-label {
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
}

.data-label-sub {
  font-size: 0.875rem;
  margin-bottom: 1rem;
}

.figure-data {
  font-size: 8.4375rem;
  letter-spacing: -0.04em;
}
.figure-data.purple {
  color: #5a236f;
}
.figure-data.red {
  color: #d10000;
}
.figure-data.blue {
  color: #aecfe6;
}
@media only screen and (max-width: 700px) {
  .figure-data {
    font-size: 4.875rem;
  }
}

section.red {
  background-color: #d10000;
}
section.blue {
  background-color: #aecfe6;
}
section.purple {
  background-color: #5a236f;
  color: #fff;
}
section.white {
  background-color: #fff;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  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;
  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; /* Above WP toolbar. */
}

body.noscroll {
  overflow: hidden;
}

#fade,
#fade-close {
  background-color: black;
  display: none;
  height: 100vh;
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100vw;
  z-index: 9000;
}

#light,
#light-pop {
  background: #fff;
  border: 0px solid #fff;
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  overflow: visible;
  transform: translate(-50%, -50%);
  z-index: 9002;
}
#light video,
#light-pop video {
  max-width: 95vw;
}

#boxclose {
  float: right;
  cursor: pointer;
  color: #fff;
  border: 1px solid #aeaeae;
  border-radius: 3px;
  background: #222222;
  font-size: 31px;
  font-weight: bold;
  line-height: 0px;
  padding: 11px 3px;
  position: absolute;
  right: 2px;
  top: 2px;
  z-index: 1002;
  opacity: 0.9;
}

.boxclose:before {
  content: "×";
}

#fade:hover ~ #boxclose {
  display: none;
}

/* main.scss */
/* _header.scss */
.site-header {
  position: relative;
}

.home .site-name {
  color: #000;
}

.masthead {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 3.125rem 0;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4000;
}
.masthead.has-hero-half {
  position: relative;
  top: initial;
  left: initial;
  transform: none;
}
@media only screen and (max-width: 700px) {
  .masthead {
    padding: 1rem 0;
    position: relative;
    left: 0;
    transform: none;
  }
}
.masthead .mark {
  color: #000;
  display: flex;
  align-items: flex-end;
  text-decoration: none;
}
.masthead .mark .logo {
  width: 85px;
}
@media only screen and (max-width: 700px) {
  .masthead .mark .logo {
    width: 40px;
  }
}
.masthead .mark .logo img {
  height: auto;
  width: 100%;
}
.masthead .mark .site-name {
  font-size: 1.375rem;
  padding: 0 0 26px 27px;
}
@media only screen and (max-width: 700px) {
  .masthead .mark .site-name {
    font-size: 0.625rem;
    padding: 0 0 0.7rem 0.7rem;
  }
}

.menu-btn {
  background-color: #000;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9000;
}
.menu-btn .btn-inner {
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 0.5rem 1rem 0.5rem 0.75rem;
  width: 100%;
}
.menu-btn .menu-text {
  color: #fff;
  font-size: 1.25rem;
}
.menu-btn .menu-text::before {
  color: #fff;
  content: "\e902";
  display: inline;
  font-family: "rga-iconfont";
  font-size: 0.8rem;
  padding-right: 0.5rem;
}

#primary-nav {
  background-color: #000;
  color: #fff;
  display: none;
  padding: 3.125rem 0 2rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}
#primary-nav .flex {
  flex-direction: column;
}
@media only screen and (max-width: 700px) {
  #primary-nav {
    padding-top: 2rem;
  }
}
#primary-nav .menu-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#primary-nav .menu-top .home-link {
  padding: 0 2rem;
}
#primary-nav .menu-top .home-link a {
  border-bottom: 1px solid transparent;
  color: #fff;
  text-decoration: none;
}
#primary-nav .menu-top .home-link a:hover {
  border-color: #fff;
  font-weight: 500;
}
#primary-nav .menu-close {
  cursor: pointer;
  height: 40px;
  order: 2;
  width: 40px;
}
#primary-nav .menu-close svg {
  height: auto;
  width: 100%;
}
@media only screen and (max-width: 700px) {
  #primary-nav .menu-close {
    margin-left: auto;
    margin-right: 1rem;
  }
}

.menu-row {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  margin-top: 2rem;
}
@media only screen and (max-width: 850px) {
  .menu-row {
    flex-direction: column;
    order: 1;
    width: 85%;
  }
}
.menu-row .menu-title {
  font-size: 2rem;
  font-weight: 300;
  margin-bottom: 1.5rem;
}
.menu-row .menu-column {
  padding: 2rem;
  width: 25%;
}
@media only screen and (max-width: 850px) {
  .menu-row .menu-column {
    width: 100%;
  }
  .menu-row .menu-column:first-child {
    padding-top: 0;
  }
}
.menu-row .menu-column .menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.menu-row .menu-column .menu li {
  line-height: 1.2625rem;
  margin-right: 1rem;
  padding-bottom: 0.5rem;
}
.menu-row .menu-column .menu li a {
  border-bottom: 1px solid transparent;
  color: #fff;
  display: inline-block;
  padding-bottom: 0.125rem;
  position: relative;
  text-decoration: none;
  width: 100%;
}
.menu-row .menu-column .menu li a:hover {
  border-bottom: 1px solid #fff;
  font-weight: 500;
}
.menu-row .menu-column .menu li a:hover::after {
  position: absolute;
  right: 0;
  content: ">";
}

/* main.scss */
/* _prefooter.scss */
.prefooter-menu .menu-row {
  margin-top: 0;
}
@media only screen and (max-width: 850px) {
  .prefooter-menu .menu-row {
    flex-direction: column;
  }
}
@media only screen and (max-width: 850px) {
  .prefooter-menu .menu-row {
    width: 100%;
  }
}
.prefooter-menu .menu-column {
  padding: 2rem;
  position: relative;
  transform: scale(1);
}
@media only screen and (max-width: 850px) {
  .prefooter-menu .menu-column {
    width: 100%;
  }
  .prefooter-menu .menu-column:first-child {
    padding-top: 2rem;
  }
}
.prefooter-menu .menu-column.pf-menu-co {
  background-color: #d10000;
}
.prefooter-menu .menu-column.pf-menu-co.focus {
  transform: scale(1.2) translateX(8%);
}
.prefooter-menu .menu-column.pf-menu-wo {
  background-color: #5a236f;
}
.prefooter-menu .menu-column.pf-menu-ps {
  background-color: #aecfe6;
}
.prefooter-menu .menu-column.pf-menu-irp {
  background-color: #aecfe6;
}
.prefooter-menu .menu-column.pf-menu-cc {
  background-color: #fff;
}
.prefooter-menu .menu-column.pf-menu-cc.focus {
  transform: scale(1.2) translateX(-8%);
}
.prefooter-menu .menu-column.focus {
  transition: all 0.25s ease-in-out;
  transform: scale(1.2);
  z-index: 3000;
}
.prefooter-menu .menu-column .menu-title {
  color: #fff;
}
.prefooter-menu .menu-column.pf-menu-ps .menu-title, .prefooter-menu .menu-column.pf-menu-irp .menu-title, .prefooter-menu .menu-column.pf-menu-cc .menu-title {
  color: #000;
}
.prefooter-menu .menu-column.pf-menu-ps .menu li a, .prefooter-menu .menu-column.pf-menu-irp .menu li a, .prefooter-menu .menu-column.pf-menu-cc .menu li a {
  color: #000;
}
.prefooter-menu .menu-column.pf-menu-ps .menu li a:hover, .prefooter-menu .menu-column.pf-menu-irp .menu li a:hover, .prefooter-menu .menu-column.pf-menu-cc .menu li a:hover {
  border-color: #000;
}
@media only screen and (max-width: 850px) {
  .prefooter-menu .menu-title {
    font-size: 2.5625rem;
    padding-right: 50px;
    position: relative;
  }
  .prefooter-menu .menu-title::after {
    color: inherit;
    content: "\e906";
    display: block;
    font-family: "rga-iconfont";
    height: 48px;
    position: absolute;
    top: 0;
    right: 0;
    transform: rotate(90deg);
    width: 48px;
  }
  .prefooter-menu .menu-title.open::after {
    transform: translate(20%, -40%) rotate(-90deg);
  }
  .prefooter-menu .menu {
    display: none;
  }
}

/* main.scss */
/* _footer.scss */
.site-footer {
  background-color: #000;
  color: #fff;
  padding: 5.625rem 0 3.125rem 0;
}
@media only screen and (max-width: 700px) {
  .site-footer .flex {
    flex-direction: column;
  }
}
.site-footer .footer-left {
  width: 50%;
}
@media only screen and (max-width: 700px) {
  .site-footer .footer-left {
    width: 100%;
  }
}
.site-footer .footer-left .mark {
  display: flex;
  align-items: flex-end;
  margin-bottom: 8.25rem;
  text-decoration: none;
}
.site-footer .footer-left .mark:hover, .site-footer .footer-left .mark:visited, .site-footer .footer-left .mark:focus {
  color: #fff;
}
@media only screen and (max-width: 700px) {
  .site-footer .footer-left .mark {
    margin-bottom: 4rem;
  }
}
.site-footer .footer-left .mark .logo {
  width: 85px;
}
@media only screen and (max-width: 700px) {
  .site-footer .footer-left .mark .logo {
    width: 40px;
  }
}
.site-footer .footer-left .mark .logo img {
  height: auto;
  width: 100%;
}
.site-footer .footer-left .mark .site-name {
  color: #fff;
  font-size: 1.125rem;
  padding: 0 0 0 27px;
}
@media only screen and (max-width: 700px) {
  .site-footer .footer-left .mark .site-name {
    font-size: 0.625rem;
    padding: 0 0 0.7rem 1rem;
  }
}
.site-footer .footer-right {
  display: flex;
  justify-content: flex-end;
  width: 50%;
}
@media only screen and (max-width: 700px) {
  .site-footer .footer-right {
    justify-content: flex-start;
    width: 100%;
  }
}
.site-footer .footer-right .footer-headline {
  font-size: 2.375rem;
  font-weight: 300;
  line-height: 3rem;
}
.site-footer .footer-right .footer-headline .no-wrap {
  white-space: nowrap;
}
.site-footer .footer-menus {
  display: flex;
  justify-content: space-between;
  margin: 0 2rem 12.5rem 0;
}
@media only screen and (max-width: 1000px) {
  .site-footer .footer-menus {
    flex-wrap: wrap;
    margin-bottom: 4rem;
  }
  .site-footer .footer-menus .footer-menu1,
  .site-footer .footer-menus .footer-menu2,
  .site-footer .footer-menus .footer-menu3 {
    margin-top: 5.625rem;
    width: 45%;
  }
  .site-footer .footer-menus .footer-menu1 {
    order: 1;
  }
  .site-footer .footer-menus .footer-menu2 {
    margin-top: 1rem;
    order: 3;
  }
  .site-footer .footer-menus .footer-menu3 {
    order: 2;
  }
}
.site-footer .footer-menus .menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.site-footer .footer-menus .menu li {
  line-height: 2rem;
}
.site-footer .footer-menus .menu li a {
  border-bottom: 1px solid transparent;
  color: #fff;
  text-decoration: none;
}
.site-footer .footer-menus .menu li a:hover {
  border-bottom: 1px solid #fff;
}
.site-footer .download-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 80%;
}
@media only screen and (max-width: 700px) {
  .site-footer .download-block {
    width: 100%;
  }
}
.site-footer .download-block .dl-image {
  border-radius: 50%;
  display: flex;
  justify-content: flex-end;
  height: 200px;
  margin-bottom: 2rem;
  overflow: hidden;
  width: 200px;
}
.site-footer .download-block .dl-image img {
  height: 100%;
  width: auto;
}
.site-footer .download-block .dl-text {
  font-size: 1.375rem;
  margin-bottom: 2rem;
}
.site-footer .download-block .dl-link a {
  background-color: #fff;
  border-radius: 50%;
  display: block;
  height: 48px;
  padding: 0.75rem;
  text-decoration: none;
  width: 48px;
}
.site-footer .notices-row {
  font-size: 0.75rem;
  margin: 2rem 0;
}
@media only screen and (max-width: 700px) {
  .site-footer .notices-row {
    margin-top: 8rem;
  }
}
.site-footer .notices-row .menu {
  list-style-type: none;
  margin: 0.5rem 0 0 0;
  padding: 0;
}
.site-footer .notices-row .menu li {
  display: inline-block;
  margin-right: 1rem;
}
@media only screen and (max-width: 700px) {
  .site-footer .notices-row .menu li {
    margin-bottom: 1rem;
  }
}
.site-footer .notices-row .menu li a {
  border-bottom: 1px solid transparent;
  color: #fff;
  text-decoration: none;
}
.site-footer .notices-row .menu li a:hover {
  border-color: #fff;
}

/* main.scss */
/* _page.scss */
.hero {
  display: flex;
  flex-wrap: nowrap;
}
@media only screen and (max-width: 700px) {
  .hero {
    flex-direction: column;
  }
}
.hero .left {
  display: flex;
  align-items: flex-end;
  padding-bottom: 5rem;
  position: relative;
  width: 35%;
  z-index: 2;
}
@media only screen and (max-width: 700px) {
  .hero .left {
    display: block;
    padding: 0;
    order: 1;
    width: 100%;
  }
}
.hero .left .h1 {
  position: absolute;
  width: 1000px;
  z-index: 100;
}
@media only screen and (max-width: 1100px) {
  .hero .left .h1 {
    width: 900px;
  }
}
@media only screen and (max-width: 900px) {
  .hero .left .h1 {
    width: 700px;
  }
}
@media only screen and (max-width: 700px) {
  .hero .left .h1 {
    font-size: 2.25rem;
    margin: 1rem 0;
    position: relative;
    width: auto;
  }
}
.hero .right {
  width: 65%;
}
@media only screen and (max-width: 700px) {
  .hero .right {
    order: 2;
    width: 100%;
  }
}
.hero .right.leader-image {
  position: relative;
  z-index: 1;
}
.hero .right.leader-image .text-block {
  position: absolute;
  top: 25%;
  left: 2rem;
}
@media only screen and (max-width: 700px) {
  .hero .right.leader-image .text-block {
    margin-top: 1rem;
    position: initial;
  }
}
.hero .right.leader-image .text-block .name {
  font-size: 3.3125rem;
  margin-bottom: 0.5rem;
}
.hero .right.leader-image .text-block .title {
  margin-bottom: 0.5rem;
}
.hero .right.leader-image .hero-image {
  background-color: #aecfe6;
  background-position: bottom right 10%;
  background-repeat: no-repeat;
  background-size: 350px;
}
@media only screen and (max-width: 700px) {
  .hero .right.leader-image .hero-image {
    background-size: 300px;
    margin-left: -10%;
    width: 120%;
  }
}
.hero .hero-image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 600px;
  width: 110%;
}
@media only screen and (max-width: 700px) {
  .hero .hero-image {
    height: 375px;
    width: 100%;
  }
}

.data-row {
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 8rem;
}
@media only screen and (max-width: 700px) {
  .data-row {
    flex-direction: column;
  }
}
.data-row .left {
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.75rem;
  padding: 5rem 3rem 5rem 0;
  width: 35%;
}
@media only screen and (max-width: 700px) {
  .data-row .left {
    padding: 2rem 0;
    width: 100%;
  }
}
.data-row .right {
  padding: 1rem 2rem;
  position: relative;
  width: 65%;
}
@media only screen and (max-width: 700px) {
  .data-row .right {
    padding: 1rem 0;
    width: 100%;
  }
}
.data-row .right .data-gray {
  background-color: #e8e5e3;
  border-bottom-left-radius: 25px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  z-index: -1;
}
@media only screen and (max-width: 700px) {
  .data-row .right .data-gray {
    left: 50%;
    transform: translateX(-50%);
  }
}
.data-row .right .data-white {
  background-color: #fff;
  border-bottom-left-radius: 25px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  z-index: -1;
}
@media only screen and (max-width: 700px) {
  .data-row .right .data-white {
    left: 50%;
    transform: translateX(-50%);
  }
}
.data-row .right .summery p {
  font-size: 1rem;
  line-height: 1.5rem;
}
.data-row .right .button-row {
  display: flex;
  margin: 2rem 0;
}
@media only screen and (max-width: 900px) {
  .data-row .right .button-row {
    display: inline-block;
  }
}
.data-row .right .button-row .btn-rounded {
  margin-right: 2rem;
}
@media only screen and (max-width: 900px) {
  .data-row .right .button-row .btn-rounded {
    margin: 1rem 0;
  }
}
.data-row .right .slide-container {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.data-row .right .us,
.data-row .right .canada {
  transition: left 0.756s ease-in;
}
.data-row .right .us {
  position: absolute;
  top: 0;
  left: 0;
}
.data-row .right .us.out-view {
  left: -110%;
}
.data-row .right .canada {
  position: absolute;
  top: 0;
  left: 110%;
}
.data-row .right .canada.in-view {
  left: 0;
}
.data-row .right .data-cols {
  display: flex;
  justify-content: space-between;
  margin-top: 1rem;
}
@media only screen and (max-width: 900px) {
  .data-row .right .data-cols {
    flex-direction: column;
  }
}
.data-row .right .data-cols .data-left,
.data-row .right .data-cols .data-right {
  width: 48%;
}
@media only screen and (max-width: 900px) {
  .data-row .right .data-cols .data-left,
  .data-row .right .data-cols .data-right {
    width: 100%;
  }
}
.data-row .right .data-cols .data-left .figure-group,
.data-row .right .data-cols .data-right .figure-group {
  margin-bottom: 4rem;
}
.data-row .right .data-cols .data-left .figure-data,
.data-row .right .data-cols .data-right .figure-data {
  font-size: 6.5rem;
}
.data-row .right .data-cols .data-left .graph,
.data-row .right .data-cols .data-right .graph {
  margin-bottom: 3rem;
}
.data-row .right .data-cols .data-left .chart-container,
.data-row .right .data-cols .data-right .chart-container {
  max-height: 400px;
  max-width: 100%;
}
.data-row .right .col1 {
  margin: 0 auto;
  padding: 2rem 0;
  width: 90%;
}
.data-row .right .col1 .image {
  width: 100%;
}
.data-row .right .col1 .image img {
  height: auto;
  width: 100%;
}

.hero-page-2-col-title {
  padding-top: 200px;
  margin-bottom: 10.625rem;
}
.hero-page-2-col-title .section-title,
.hero-page-2-col-title .h1 {
  margin: 0 auto;
  max-width: 80%;
  text-align: center;
}
@media only screen and (max-width: 850px) {
  .hero-page-2-col-title .section-title,
  .hero-page-2-col-title .h1 {
    max-width: 100%;
  }
}
.hero-page-2-col-title .section-title {
  margin-bottom: 3rem;
}
.hero-page-2-col-title .h1 {
  margin-bottom: 7.5rem;
}
@media only screen and (max-width: 750px) {
  .hero-page-2-col-title .h1 {
    font-size: 3rem;
  }
}
.hero-page-2-col-title .hero-2-col {
  display: flex;
  flex-wrap: nowrap;
}
@media only screen and (max-width: 750px) {
  .hero-page-2-col-title .hero-2-col {
    flex-direction: column;
  }
}
.hero-page-2-col-title .hero-2-col .left,
.hero-page-2-col-title .hero-2-col .right {
  width: 50%;
}
@media only screen and (max-width: 750px) {
  .hero-page-2-col-title .hero-2-col .left,
  .hero-page-2-col-title .hero-2-col .right {
    width: 100%;
  }
}
.hero-page-2-col-title .hero-2-col .left {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  line-height: 0;
}
@media only screen and (max-width: 750px) {
  .hero-page-2-col-title .hero-2-col .left {
    min-height: 350px;
  }
}
.hero-page-2-col-title .hero-2-col .right {
  background-color: #aecfe6;
  font-size: 1.625rem;
  line-height: 2.375rem;
  padding: 7rem;
}
@media only screen and (max-width: 1000px) {
  .hero-page-2-col-title .hero-2-col .right {
    padding: 3rem;
  }
}

/* main.scss */
/* _video-hero.scss */
/* File for both hero video full and hero video half  */
.video-hero-full {
  background-size: cover;
  background-position: center top;
  height: 100vh;
  position: relative;
}
.video-hero-full .hero-headline {
  color: #000;
  font-size: 2.25rem;
  letter-spacing: -0.015em;
  line-height: 117%;
  position: absolute;
  top: 31.6%;
  left: 72%;
  width: 200px;
  z-index: 300;
}
.video-hero-full .vimeo-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 200;
  pointer-events: none;
  overflow: hidden;
}
.video-hero-full .vimeo-wrapper iframe {
  width: 100vw;
  height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  min-height: 100vh;
  min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.video-hero-half {
  background-size: cover;
  background-position: center top;
  position: relative;
}
@media only screen and (max-width: 850px) {
  .video-hero-half {
    display: flex;
    flex-direction: column;
  }
}
.video-hero-half .hero-headline {
  color: #000;
  font-size: 2.25rem;
  letter-spacing: -0.015em;
  line-height: 117%;
  position: absolute;
  top: 31.6%;
  left: 72%;
  width: 200px;
  z-index: 300;
}
@media only screen and (max-width: 850px) {
  .video-hero-half .hero-headline {
    margin: 0 auto;
    position: relative;
    top: initial;
    left: initial;
    padding: 2rem 0 4rem;
    text-align: left;
    width: 90%;
  }
}
.video-hero-half .vimeo-wrapper {
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
  pointer-events: none;
  overflow: hidden;
  width: 68%;
  z-index: 200;
}
.video-hero-half .vimeo-wrapper::after {
  content: "";
  display: block;
  padding-bottom: 51.3866%;
}
@media only screen and (max-width: 850px) {
  .video-hero-half .vimeo-wrapper {
    width: 100%;
  }
}
.video-hero-half .vimeo-wrapper iframe,
.video-hero-half .vimeo-wrapper object,
.video-hero-half .vimeo-wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* main.scss */
/* _col1-wysiwyg.scss */
.one-col-wysiwyg {
  margin-bottom: 6.25rem;
}

.big-number {
  color: #5a236f;
  font-size: 10rem;
  letter-spacing: -0.04em;
  line-height: 100%;
  margin: 0;
}
@media only screen and (max-width: 750px) {
  .big-number {
    font-size: 7rem;
  }
}

/* main.scss */
/* _2-col-graph-right.scss */
.two-col-graph-right {
  margin: 5rem 0 10rem;
}
@media only screen and (max-width: 900px) {
  .two-col-graph-right .flex {
    flex-direction: column;
  }
}
.two-col-graph-right .left,
.two-col-graph-right .right {
  margin-top: 5rem;
  width: 50%;
}
@media only screen and (max-width: 900px) {
  .two-col-graph-right .left,
  .two-col-graph-right .right {
    padding: 0 2rem;
    width: 100%;
  }
}
.two-col-graph-right .right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 2rem 0 5rem;
}
@media only screen and (max-width: 900px) {
  .two-col-graph-right .right {
    padding: 0 2rem;
  }
}
.two-col-graph-right .right .headline {
  font-size: 3rem;
  font-weight: 300;
}
.two-col-graph-right .two-col-carousel .graph-slide {
  width: 100%;
}
.two-col-graph-right .two-col-carousel .graph-slide .chart-container {
  width: 92%;
}

/* main.scss */
/* _2-col-img-left.scss */
.two-col-img-left {
  background-color: transparent;
  transition: background-color 0.75s ease-in-out;
  padding-top: 6.15rem;
}
.two-col-img-left.purple {
  background-color: #5a236f;
}
.two-col-img-left.red {
  background-color: #d10000;
}
.two-col-img-left .columns {
  display: flex;
  padding: 6.25rem 0;
}
@media only screen and (max-width: 700px) {
  .two-col-img-left .columns {
    flex-direction: column;
  }
}
.two-col-img-left .columns .left,
.two-col-img-left .columns .right {
  width: 50%;
}
@media only screen and (max-width: 700px) {
  .two-col-img-left .columns .left,
  .two-col-img-left .columns .right {
    width: 100%;
  }
}
.two-col-img-left .columns .image {
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  line-height: 0;
  margin-left: 1rem;
  max-width: 900px;
  overflow: hidden;
  width: 100%;
}
@media only screen and (max-width: 700px) {
  .two-col-img-left .columns .image {
    margin-left: auto;
    width: 95%;
  }
}
.two-col-img-left .columns .image img {
  height: auto;
  width: 100%;
}
.two-col-img-left .columns .content {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  max-width: 34.73em;
  margin-left: 50px;
  padding: 0 2rem;
}
@media only screen and (max-width: 700px) {
  .two-col-img-left .columns .content {
    margin: 0 auto;
    max-width: 90%;
    padding: 4rem 0;
  }
}
.two-col-img-left .columns .content .h3 {
  margin-bottom: 1rem;
}
.two-col-img-left .columns .content .title {
  margin-bottom: 0.5rem;
}
.two-col-img-left .columns .content .location {
  margin-bottom: 2rem;
}
.two-col-img-left .columns .content .text p {
  font-size: 1.25rem;
  line-height: 1.625rem;
  position: relative;
}
.two-col-img-left .columns .content .quote p {
  font-size: 1.25rem;
  line-height: 1.725rem;
  position: relative;
}
.two-col-img-left .columns .content .quote p:first-child:before {
  content: open-quote;
  position: absolute;
  left: -0.6rem;
}
.two-col-img-left .columns .content .quote p:last-child:after {
  content: close-quote;
}
.two-col-img-left .columns .content .buttons-row .btn-rounded {
  margin-right: 2rem;
  margin-bottom: 1rem;
}

/* main.scss */
/* _2-col-menu-content.scss */
.two-col-menu-content {
  margin: 10rem 0;
}
@media only screen and (max-width: 900px) {
  .two-col-menu-content {
    margin: 5rem 0;
  }
}
.two-col-menu-content a {
  color: #5a236f;
}
.two-col-menu-content a:focus, .two-col-menu-content a:hover, .two-col-menu-content a:visited {
  color: #5a236f;
}
.two-col-menu-content .tcmg-slider-container {
  position: relative;
}
.two-col-menu-content .tcmg-slider-container .tcmg-slider-nav {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 2rem;
  left: 5%;
  width: 40%;
  z-index: 9999;
}
@media only screen and (max-width: 900px) {
  .two-col-menu-content .tcmg-slider-container .tcmg-slider-nav {
    position: initial;
    padding: 0 5%;
    width: 100%;
  }
}
.two-col-menu-content .tcmg-slider-container .tcmg-slider-nav li {
  cursor: pointer;
  display: block;
  font-size: 2.375rem;
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
}
.two-col-menu-content .tcmg-slider-container .tcmg-slider-nav li:hover {
  color: #5a236f;
  font-weight: 500;
}
.two-col-menu-content .tcmg-slider-container .tcmg-slider-nav li .underline {
  border-bottom: 1px solid #000;
}
.two-col-menu-content .tcmg-slider-container .tcmg-slider-nav li.is-selected {
  border-bottom: 1px solid #000;
  display: flex;
  align-items: center;
  font-weight: 500;
  width: 100%;
}
.two-col-menu-content .tcmg-slider-container .tcmg-slider-nav li.is-selected:after {
  content: "\e906";
  font-family: "rga-iconfont";
  font-size: 1.5rem;
  margin-left: auto;
}
.two-col-menu-content .tcmg-slider-container .tcmg-slider-nav li.is-selected .underline {
  border-bottom: 0;
}
.two-col-menu-content .tcmg-slider-container .tcmg-slide {
  display: flex;
  width: 100%;
}
@media only screen and (max-width: 900px) {
  .two-col-menu-content .tcmg-slider-container .tcmg-slide {
    flex-wrap: wrap;
  }
}
.two-col-menu-content .tcmg-slider-container .tcmg-slide .left,
.two-col-menu-content .tcmg-slider-container .tcmg-slide .right {
  width: 50%;
}
@media only screen and (max-width: 900px) {
  .two-col-menu-content .tcmg-slider-container .tcmg-slide .left,
  .two-col-menu-content .tcmg-slider-container .tcmg-slide .right {
    width: 100%;
  }
}
.two-col-menu-content .tcmg-slider-container .tcmg-slide .left {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 300px 2rem 0 5%;
}
@media only screen and (max-width: 900px) {
  .two-col-menu-content .tcmg-slider-container .tcmg-slide .left {
    padding: 2rem 5% 0;
  }
}
.two-col-menu-content .tcmg-slider-container .tcmg-slide .right {
  padding-right: 5%;
}
.two-col-menu-content .tcmg-slider-container .tcmg-slide .text {
  width: 90%;
}
@media only screen and (max-width: 900px) {
  .two-col-menu-content .tcmg-slider-container .tcmg-slide .text {
    max-width: 34.73em;
    margin: 0 auto;
  }
}
.two-col-menu-content .tcmg-slider-container .tcmg-slide .text p {
  font-size: 1rem;
  line-height: 1.6rem;
  max-width: initial;
  width: 100%;
}
.two-col-menu-content .tcmg-slider-container .tcmg-slide .text ul {
  padding-left: 1rem;
}
.two-col-menu-content .tcmg-slider-container .tcmg-slide .text li {
  font-size: 1rem;
  line-height: 1.6rem;
  margin-bottom: 1rem;
  max-width: 34.73em;
}
.two-col-menu-content .tcmg-slider-container .tcmg-slide .quote-container {
  position: relative;
  padding: 4rem 2rem 2rem;
  z-index: 99;
}
.two-col-menu-content .tcmg-slider-container .tcmg-slide .quote-container::before {
  background-color: #5a236f;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 1200px;
  z-index: -1;
}
@media only screen and (max-width: 900px) {
  .two-col-menu-content .tcmg-slider-container .tcmg-slide .quote-container::before {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}
.two-col-menu-content .tcmg-slider-container .tcmg-slide .quote-text {
  position: relative;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 700px) {
  .two-col-menu-content .tcmg-slider-container .tcmg-slide .quote-text {
    padding: 0;
  }
}
.two-col-menu-content .tcmg-slider-container .tcmg-slide .quote-text p {
  color: #fff;
  font-size: 2rem;
  font-weight: 300;
  line-height: 2.5125rem;
  margin: 0 0 1rem;
  max-width: 26em;
}
.two-col-menu-content .tcmg-slider-container .tcmg-slide .quote-text p:last-child {
  margin-bottom: 0;
}
.two-col-menu-content .tcmg-slider-container .tcmg-slide .quote-text p:last-child:after {
  content: "”";
}
.two-col-menu-content .tcmg-slider-container .tcmg-slide .quote-text::before {
  border: 1px solid #fff;
  background-color: #5a236f;
  border-radius: 50%;
  color: #fff;
  content: "\e907";
  display: flex;
  font-family: "rga-iconfont";
  font-size: 0.6rem;
  justify-content: center;
  align-items: center;
  height: 28px;
  position: absolute;
  top: -2.5rem;
  left: 0;
  width: 28px;
}
@media only screen and (max-width: 700px) {
  .two-col-menu-content .tcmg-slider-container .tcmg-slide .quote-text::before {
    left: 0;
  }
}
.two-col-menu-content .tcmg-slider-container .tcmg-slide .author-picture {
  background-color: #fff;
  border-radius: 50%;
  height: 125px;
  margin-bottom: 1rem;
  overflow: hidden;
  width: 125px;
}
.two-col-menu-content .tcmg-slider-container .tcmg-slide .author-picture img {
  height: auto;
  width: 100%;
}
.two-col-menu-content .tcmg-slider-container .tcmg-slide .author-name {
  color: #fff;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.25rem;
}
.two-col-menu-content .tcmg-slider-container .tcmg-slide .author-title {
  color: #fff;
  font-size: 0.9375rem;
  line-height: 1.25rem;
}

/* main.scss */
/* _3-column-text-table.scss */
.column3-text-table {
  padding-bottom: 10rem;
}
@media only screen and (max-width: 900px) {
  .column3-text-table .inner {
    display: flex;
    flex-wrap: wrap;
  }
}
.column3-text-table .row {
  border-bottom: 1px solid #a5a5a5;
  padding: 2rem 0 3rem;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 900px) {
  .column3-text-table .row {
    flex-direction: column;
    width: 50%;
  }
  .column3-text-table .row:nth-child(odd) {
    padding-right: 1rem;
  }
  .column3-text-table .row:nth-child(even) {
    padding-left: 1rem;
  }
}
@media only screen and (max-width: 700px) {
  .column3-text-table .row {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
}
.column3-text-table .row:last-child {
  border-bottom: 0;
}
@media only screen and (max-width: 900px) {
  .column3-text-table .row:last-child {
    border-bottom: 1px solid #a5a5a5;
  }
}
@media only screen and (max-width: 700px) {
  .column3-text-table .row:last-child {
    border-bottom: 0;
  }
}
.column3-text-table .row .headline {
  font-size: 3rem;
  width: 30%;
}
@media only screen and (max-width: 900px) {
  .column3-text-table .row .headline {
    width: 100%;
  }
}
.column3-text-table .row .headline .circles {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2rem;
  transform: rotate(45deg);
  width: 90px;
}
.column3-text-table .row .headline .circles .circ {
  border: 1px solid #000;
  border-radius: 50%;
  height: 20px;
  margin: 6px;
  width: 20px;
}
.column3-text-table .row .headline.color1 {
  color: #5a236f;
}
.column3-text-table .row .headline.color1 .c1 {
  background-color: #5a236f;
}
.column3-text-table .row .headline.color1 .circ {
  border-color: #5a236f;
}
.column3-text-table .row .headline.color2 {
  color: #000;
}
.column3-text-table .row .headline.color2 .c2 {
  background-color: #000;
}
.column3-text-table .row .headline.color2 .circ {
  border-color: #000;
}
.column3-text-table .row .headline.color3 {
  color: #d10000;
}
.column3-text-table .row .headline.color3 .c4 {
  background-color: #d10000;
}
.column3-text-table .row .headline.color3 .circ {
  border-color: #d10000;
}
.column3-text-table .row .headline.color4 {
  color: #a5a5a5;
}
.column3-text-table .row .headline.color4 .c3 {
  background-color: #a5a5a5;
}
.column3-text-table .row .headline.color4 .circ {
  border-color: #a5a5a5;
}
.column3-text-table .row .col {
  width: 22%;
}
@media only screen and (max-width: 900px) {
  .column3-text-table .row .col {
    width: 100%;
  }
}
.column3-text-table .row .col p {
  font-size: 1rem;
}

/* main.scss */
/* _ecbd-lists.scss */
.ecbd-lists {
  margin: 10rem 0;
}
.ecbd-lists .ecbd-cols {
  display: flex;
}
@media only screen and (max-width: 900px) {
  .ecbd-lists .ecbd-cols {
    flex-direction: column;
  }
}
.ecbd-lists .ecbd-cols .left,
.ecbd-lists .ecbd-cols .right {
  padding: 2rem 5%;
  width: 50%;
}
@media only screen and (max-width: 900px) {
  .ecbd-lists .ecbd-cols .left,
  .ecbd-lists .ecbd-cols .right {
    width: 100%;
  }
}
.ecbd-lists .ecbd-cols .right {
  padding: 8rem 0;
  text-align: center;
}
@media only screen and (max-width: 900px) {
  .ecbd-lists .ecbd-cols .right {
    padding: 4rem 0 5rem;
  }
}
.ecbd-lists .ecbd-cols.ec .right {
  background-color: #5a236f;
  border-top-left-radius: 25px;
  color: #fff;
}
@media only screen and (max-width: 900px) {
  .ecbd-lists .ecbd-cols.ec .right {
    border-top-left-radius: 0;
  }
}
.ecbd-lists .ecbd-cols.bd .right {
  background-color: #fff;
  border-bottom-left-radius: 25px;
  color: #000;
}
@media only screen and (max-width: 900px) {
  .ecbd-lists .ecbd-cols.bd .right {
    border-bottom-left-radius: 0;
  }
}
.ecbd-lists .ecbd-cols .h2 {
  border-bottom: 1px solid #000;
  font-size: 1.75rem;
  font-weight: 300;
  padding-bottom: 0.5rem;
  text-align: left;
}
.ecbd-lists .ecbd-cols .ec-nav,
.ecbd-lists .ecbd-cols .bd-nav {
  column-count: 2;
  list-style-type: none;
  margin: 10rem 0 0 0;
  padding: 0;
}
@media only screen and (max-width: 900px) {
  .ecbd-lists .ecbd-cols .ec-nav,
  .ecbd-lists .ecbd-cols .bd-nav {
    margin-top: 2rem;
  }
}
.ecbd-lists .ecbd-cols .ec-nav li,
.ecbd-lists .ecbd-cols .bd-nav li {
  border-bottom: 1px solid #000;
  cursor: pointer;
  margin-bottom: 0.5rem;
  padding-bottom: 0.25rem;
}
.ecbd-lists .ecbd-cols .ec-nav li:hover,
.ecbd-lists .ecbd-cols .bd-nav li:hover {
  color: #5a236f;
  font-weight: 700;
}
.ecbd-lists .ecbd-cols .ec-nav li.is-selected,
.ecbd-lists .ecbd-cols .bd-nav li.is-selected {
  font-weight: 700;
}
.ecbd-lists .ecbd-cols .ec-slide .picture,
.ecbd-lists .ecbd-cols .bd-slide .picture {
  background-color: #fff;
  border-radius: 50%;
  height: 300px;
  margin: 0 auto 2rem;
  overflow: hidden;
  width: 300px;
}
.ecbd-lists .ecbd-cols .ec-slide .picture img,
.ecbd-lists .ecbd-cols .bd-slide .picture img {
  height: auto;
  width: 100%;
}
.ecbd-lists .ecbd-cols .ec-slide .name,
.ecbd-lists .ecbd-cols .bd-slide .name {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 2.125rem;
}
.ecbd-lists .ecbd-cols .ec-slide .titles,
.ecbd-lists .ecbd-cols .bd-slide .titles {
  font-size: 1rem;
  line-height: 1.5rem;
}
.ecbd-lists .ecbd-cols .bd-slide .picture {
  background-color: #5a236f;
}

/* main.scss */
/* _financial-strength-ratings.scss */
.financial-strength-ratings {
  margin-bottom: 10rem;
}
.financial-strength-ratings .intro {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 750px) {
  .financial-strength-ratings .intro {
    flex-direction: column;
  }
}
.financial-strength-ratings .intro .left {
  width: 32%;
}
@media only screen and (max-width: 750px) {
  .financial-strength-ratings .intro .left {
    width: 100%;
  }
}
.financial-strength-ratings .intro .h2 {
  font-size: 3.3125rem;
  line-height: 3.9375rem;
  margin: 0;
  text-align: left;
}
.financial-strength-ratings .intro .text {
  width: 66%;
}
@media only screen and (max-width: 750px) {
  .financial-strength-ratings .intro .text {
    width: 100%;
  }
}
.financial-strength-ratings .intro .text p {
  font-size: 1.5rem;
  line-height: 2rem;
  max-width: 100%;
  width: 100%;
}
.financial-strength-ratings .intro .text p:first-child {
  margin-top: 0;
}
.financial-strength-ratings .ratings {
  display: flex;
  justify-content: space-between;
  list-style-type: none;
  margin: 5rem 0;
  padding: 0;
}
@media only screen and (max-width: 750px) {
  .financial-strength-ratings .ratings {
    margin: 2rem 0;
    flex-direction: column;
  }
}
.financial-strength-ratings .ratings .rating {
  margin-bottom: 3rem;
  width: 30%;
}
@media only screen and (max-width: 750px) {
  .financial-strength-ratings .ratings .rating {
    width: 100%;
  }
}
.financial-strength-ratings .ratings .rating .figure-data {
  font-size: 6.45rem;
}
.financial-strength-ratings .disclaimer-top {
  display: block;
}
.financial-strength-ratings .disclaimer-top p {
  font-size: 0.8rem;
  line-height: 1.5rem;
}
.financial-strength-ratings .disclaimer {
  font-size: 1rem;
  line-height: 1.5rem;
}

/* main.scss */
/* _full-color-bar-quote.scss */
.full-color-bar-quote {
  margin-bottom: 5.5rem;
  padding: 4rem 0 8.125rem;
}
.full-color-bar-quote .quote-carousel-active .text-inner {
  margin-right: 6rem;
}
.full-color-bar-quote .quote-carousel-active .quote-text {
  margin: 3rem 0 0;
}
.full-color-bar-quote .quote-text {
  position: relative;
}
@media only screen and (max-width: 850px) {
  .full-color-bar-quote .quote-text {
    padding: 0;
  }
}
.full-color-bar-quote .quote-text p {
  color: inherit;
  font-size: 1.625rem;
  font-weight: 300;
  line-height: 2.375rem;
  max-width: 26em;
  transition: color 0.7s ease-in-out;
}
.full-color-bar-quote .quote-text p:last-child {
  margin-bottom: 0;
}
.full-color-bar-quote .quote-text p:last-child:after {
  content: "”";
}
.full-color-bar-quote .quote-text::before {
  border: 1px solid #fff;
  border-radius: 50%;
  color: inherit;
  content: "\e907";
  display: flex;
  font-family: "rga-iconfont";
  font-size: 0.6rem;
  justify-content: center;
  align-items: center;
  height: 28px;
  position: absolute;
  top: -2.5rem;
  left: 0;
  width: 28px;
}
@media only screen and (max-width: 850px) {
  .full-color-bar-quote .quote-text::before {
    left: 0;
  }
}
.full-color-bar-quote .quote-author {
  margin: 1rem 0;
}
@media only screen and (max-width: 850px) {
  .full-color-bar-quote .quote-author {
    margin-left: 0;
    position: relative;
  }
}
.full-color-bar-quote .quote-author .author-picture {
  background-color: #fff;
  border-radius: 50%;
  height: 125px;
  margin-bottom: 1rem;
  overflow: hidden;
  width: 125px;
}
.full-color-bar-quote .quote-author .author-picture img {
  height: auto;
  width: 100%;
}
.full-color-bar-quote .quote-author .author-name {
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.25rem;
}
.full-color-bar-quote .quote-author .author-title {
  font-size: 0.9375rem;
  line-height: 1.25rem;
}

/* main.scss */
/* _graphs-grid.scss */
.graphs-grid {
  margin-bottom: 10rem;
}
.graphs-grid a {
  color: #5a236f;
}
.graphs-grid a:focus, .graphs-grid a:hover, .graphs-grid a:visited {
  color: #5a236f;
}
.graphs-grid .intro {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 750px) {
  .graphs-grid .intro {
    flex-direction: column;
  }
}
.graphs-grid .intro .left {
  width: 32%;
}
@media only screen and (max-width: 750px) {
  .graphs-grid .intro .left {
    width: 100%;
  }
}
.graphs-grid .intro .h2 {
  font-size: 3.3125rem;
  line-height: 3.9375rem;
  margin: 0;
  text-align: left;
}
.graphs-grid .intro .text {
  width: 66%;
}
@media only screen and (max-width: 750px) {
  .graphs-grid .intro .text {
    width: 100%;
  }
}
.graphs-grid .intro .text p {
  font-size: 1.5rem;
  line-height: 2rem;
}
.graphs-grid .intro .text p:first-child {
  margin-top: 0;
}
.graphs-grid .graphs {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 5rem 0;
  max-width: 1400px;
  padding: 0;
}
.graphs-grid .graphs .graph {
  margin-bottom: 6rem;
  width: 380px;
}
.graphs-grid .disclaimer,
.graphs-grid .disclaimer-top {
  display: block;
}
.graphs-grid .disclaimer p,
.graphs-grid .disclaimer-top p {
  font-size: 0.8rem;
  line-height: 1.5rem;
}

/* main.scss */
/* _insights-slider.scss */
.insights-slider .h2 {
  font-size: 1.5rem;
  text-align: center;
}
.insights-slider .h2.slide-h2 {
  margin-bottom: 7.875rem;
}
@media only screen and (max-width: 1000px) {
  .insights-slider .h2.slide-h2 {
    margin-bottom: 4rem;
  }
}
.insights-slider .slider-container {
  margin: 0 auto;
  width: 80%;
}
@media only screen and (max-width: 1000px) {
  .insights-slider .slider-container {
    width: 100%;
  }
}
.insights-slider .slider-container ul {
  display: flex;
  justify-content: space-between;
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.insights-slider .slider-container ul.risp-carousel-active {
  display: block;
  padding-bottom: 4rem;
  position: relative;
}
.insights-slider .slider-container ul.risp-carousel-active li {
  padding: 0 1.5%;
  width: 50%;
}
@media only screen and (max-width: 900px) {
  .insights-slider .slider-container ul.risp-carousel-active li {
    width: 100%;
  }
}
@media only screen and (max-width: 1000px) {
  .insights-slider .slider-container ul {
    flex-direction: column;
  }
}
.insights-slider .slider-container ul li {
  width: 47%;
}
@media only screen and (max-width: 1000px) {
  .insights-slider .slider-container ul li {
    width: 100%;
  }
}
.insights-slider .slider-container ul .slide-inner {
  background-color: #d10000;
  border-radius: 25px;
  display: flex;
  height: 240px;
  overflow: hidden;
  width: 100%;
}
@media only screen and (max-width: 1000px) {
  .insights-slider .slider-container ul .slide-inner {
    margin-bottom: 2rem;
    width: 100%;
  }
}
.insights-slider .slider-container ul .slide-inner .image {
  background-size: cover;
  background-position: center center;
  width: 50%;
  position: relative;
}
.insights-slider .slider-container ul .slide-inner .image img {
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
  width: 110%;
}
.insights-slider .slider-container ul .slide-inner .post-info {
  color: #fff;
  display: flex;
  flex-direction: column;
  padding: 0.75rem;
  width: 50%;
}
.insights-slider .slider-container ul .slide-inner .post-info .post-title {
  font-size: 1.125rem;
  line-height: 1.5rem;
  margin-bottom: 1.5rem;
}
.insights-slider .slider-container ul .slide-inner .post-info .post-link {
  margin-top: auto;
}
.insights-slider .header-with-link {
  margin-bottom: 8rem;
  text-align: center;
  width: 100%;
}
@media only screen and (max-width: 1000px) {
  .insights-slider .header-with-link {
    margin: 2rem auto;
    width: 60%;
  }
  .insights-slider .header-with-link .h2 {
    line-height: 1.75rem;
  }
  .insights-slider .header-with-link .button-box {
    margin-top: 2rem;
  }
}
.insights-slider .header-with-link a {
  display: inline-block;
  margin: 0 auto;
  text-decoration: none;
}

/* main.scss */
/* _picture-slider.scss */
.picture-slider {
  margin: 10rem 0;
}
.picture-slider .image-carousel {
  margin: 0 auto;
  max-width: 1274px;
  width: 80%;
}
@media only screen and (max-width: 900px) {
  .picture-slider .image-carousel {
    width: 100%;
  }
}
.picture-slider .image-carousel .image-slide {
  display: flex;
  flex-wrap: nowrap;
  height: 500px;
  width: 100%;
}
@media only screen and (max-width: 900px) {
  .picture-slider .image-carousel .image-slide {
    flex-direction: column;
    height: auto;
  }
}
.picture-slider .image-carousel .image-slide .picture {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  line-height: 0;
  min-height: 300px;
  overflow: hidden;
  width: 66%;
}
@media only screen and (max-width: 900px) {
  .picture-slider .image-carousel .image-slide .picture {
    border-top-right-radius: 25px;
    border-bottom-left-radius: 0;
    width: 100%;
  }
}
.picture-slider .image-carousel .image-slide .picture img {
  height: auto;
  width: 100%;
}
.picture-slider .image-carousel .image-slide .text {
  background-color: #fff;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  overflow: hidden;
  padding: 6rem 2rem 2rem;
  width: 34%;
}
@media only screen and (max-width: 900px) {
  .picture-slider .image-carousel .image-slide .text {
    border-top-right-radius: 0;
    border-bottom-left-radius: 25px;
    width: 100%;
  }
}

/* main.scss */
/* _quote-full-width.scss */
.quote-full-width {
  text-align: center;
  max-width: 70%;
  margin: 5rem auto;
}
@media only screen and (max-width: 900px) {
  .quote-full-width {
    max-width: 90%;
  }
}
.quote-full-width .quote-text {
  color: #5a236f;
  margin-bottom: 2rem;
}
.quote-full-width .quote-text p {
  font-size: 2rem;
  line-height: 2.625rem;
}
.quote-full-width .quote-text p::before {
  content: open-quote;
  display: inline;
}
.quote-full-width .quote-text p::after {
  content: close-quote;
  display: inline;
}
.quote-full-width .quote-image {
  background-color: #aecfe6;
  border-radius: 50%;
  height: 300px;
  margin: 0 auto 2rem;
  overflow: hidden;
  width: 300px;
}
.quote-full-width .quote-image img {
  height: auto;
  width: 100%;
}
.quote-full-width .support-text {
  font-size: 1.125rem;
  height: 70vh;
  line-height: 1.75rem;
  margin: 4rem 2rem;
  overflow: scroll;
  text-align: left;
}

/* main.scss */
/* _text-left-column.scss */
.text-left-column {
  margin-top: 10rem;
  margin-bottom: 10rem;
}
.text-left-column .text {
  margin: 0 auto;
  max-width: 850px;
  width: 65%;
}
.text-left-column .text p {
  max-width: 850px;
}
.text-left-column .text ul,
.text-left-column .text ol {
  font-size: 1.125rem;
  line-height: 1.7rem;
  max-width: 34.73em;
  padding-left: 1rem;
}

/* main.scss */
/* _rga-insights-slider.scss */
.rga-insights-slider {
  padding: 5rem 0 15rem;
}
.rga-insights-slider .h2 {
  margin-bottom: 8.25rem;
}
.rga-insights-slider .insights-slider {
  display: flex;
}
.rga-insights-slider .insights-slider.is-carousel-active {
  display: block;
}
.rga-insights-slider .insights-slider.is-carousel-active .flickity-viewport {
  overflow: visible;
}
.rga-insights-slider .insights-slider .single-insight.is-selected .slide-inner {
  background-color: #fff;
  transform: scale(1.08);
}
.rga-insights-slider .insights-slider .single-insight .slide-inner {
  background-color: #f2f1f1;
  border-radius: 25px;
  margin-right: 2rem;
  overflow: visible;
  padding: 1rem;
  transition: transform 0.35s ease-out;
  width: 400px;
}
@media only screen and (max-width: 550px) {
  .rga-insights-slider .insights-slider .single-insight .slide-inner {
    width: 90%;
  }
}
.rga-insights-slider .insights-slider .single-insight .slide-inner .link {
  color: #000;
  display: flex;
  flex-direction: column;
  min-height: 400px;
  text-decoration: none;
  width: 100%;
}
.rga-insights-slider .insights-slider .single-insight .slide-inner .format {
  font-size: 1.125rem;
  text-transform: capitalize;
}
.rga-insights-slider .insights-slider .single-insight .slide-inner .image {
  align-self: center;
  background-color: peachpuff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  height: 200px;
  margin-top: 1rem;
  overflow: hidden;
  width: 200px;
}
.rga-insights-slider .insights-slider .single-insight .slide-inner .image img {
  height: auto;
  width: 100%;
}
.rga-insights-slider .insights-slider .single-insight .slide-inner .title {
  font-size: 1.5rem;
  line-height: 1.875rem;
  margin-top: auto;
}

.spacer {
  padding: 5rem 0;
}

/* main.scss */
/* _wp-content.scss */
h2.wp-block-heading {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.7rem;
  margin: 1em 0;
  max-width: 34.73em;
}

.sb-blockquote {
  color: #fff;
  position: relative;
  z-index: 1;
}
.sb-blockquote:last-of-type {
  margin-bottom: 2rem;
}
.sb-blockquote .quote-text {
  margin: 7rem 0 2.5rem;
  padding-right: 2rem;
}
@media only screen and (max-width: 700px) {
  .sb-blockquote .quote-text {
    margin-top: 4rem;
  }
}
.sb-blockquote .quote-text p {
  font-size: 1.625rem;
  line-height: 2.375rem;
}
.sb-blockquote .quote-text p:last-child {
  margin-bottom: 0;
}
.sb-blockquote .quote-text p:last-child:after {
  content: "”";
}
.sb-blockquote .quote-text::before {
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
  content: "\e907";
  display: flex;
  font-family: "rga-iconfont";
  font-size: 0.6rem;
  justify-content: center;
  align-items: center;
  height: 28px;
  position: absolute;
  top: -2.5rem;
  left: 0;
  width: 28px;
}
.sb-blockquote .quote-author .author-picture {
  background-color: #fff;
  border-radius: 50%;
  height: 125px;
  margin-bottom: 1rem;
  overflow: hidden;
  width: 125px;
}
.sb-blockquote .quote-author .author-picture img {
  height: auto;
  width: 100%;
}
.sb-blockquote .quote-author .author-name {
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.25rem;
}
.sb-blockquote .quote-author .author-title {
  font-size: 0.9375rem;
  line-height: 1.25rem;
}

/* main.scss */
/*! Flickity v2.3.0
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: 0;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: #fff;
  cursor: pointer;
}

.flickity-button:focus {
  outline: 0;
  box-shadow: 0 0 0 5px #19f;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

.risp-carousel-active,
.is-carousel-active,
.two-col-carousel,
.image-carousel,
.quote-carousel-active {
  /* icon color */
  /* position outside */
}
.risp-carousel-active .flickity-button,
.is-carousel-active .flickity-button,
.two-col-carousel .flickity-button,
.image-carousel .flickity-button,
.quote-carousel-active .flickity-button {
  background-color: transparent;
}
.risp-carousel-active .flickity-button:hover,
.is-carousel-active .flickity-button:hover,
.two-col-carousel .flickity-button:hover,
.image-carousel .flickity-button:hover,
.quote-carousel-active .flickity-button:hover {
  background-color: #000;
}
.risp-carousel-active .flickity-prev-next-button,
.is-carousel-active .flickity-prev-next-button,
.two-col-carousel .flickity-prev-next-button,
.image-carousel .flickity-prev-next-button,
.quote-carousel-active .flickity-prev-next-button {
  border: 1px solid #000;
  border-radius: 50%;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  top: initial;
  width: 48px;
}
.risp-carousel-active .flickity-button-icon,
.is-carousel-active .flickity-button-icon,
.two-col-carousel .flickity-button-icon,
.image-carousel .flickity-button-icon,
.quote-carousel-active .flickity-button-icon {
  fill: none;
  display: none;
}
.risp-carousel-active .flickity-prev-next-button.previous,
.is-carousel-active .flickity-prev-next-button.previous,
.two-col-carousel .flickity-prev-next-button.previous,
.image-carousel .flickity-prev-next-button.previous,
.quote-carousel-active .flickity-prev-next-button.previous {
  right: 52%;
  bottom: -2rem;
  left: initial;
}
.risp-carousel-active .flickity-prev-next-button.previous::before,
.is-carousel-active .flickity-prev-next-button.previous::before,
.two-col-carousel .flickity-prev-next-button.previous::before,
.image-carousel .flickity-prev-next-button.previous::before,
.quote-carousel-active .flickity-prev-next-button.previous::before {
  color: #000;
  content: "\e901";
  font-family: "rga-iconfont";
}
.risp-carousel-active .flickity-prev-next-button.previous:hover::before,
.is-carousel-active .flickity-prev-next-button.previous:hover::before,
.two-col-carousel .flickity-prev-next-button.previous:hover::before,
.image-carousel .flickity-prev-next-button.previous:hover::before,
.quote-carousel-active .flickity-prev-next-button.previous:hover::before {
  color: #fff;
}
.risp-carousel-active .flickity-prev-next-button.next,
.is-carousel-active .flickity-prev-next-button.next,
.two-col-carousel .flickity-prev-next-button.next,
.image-carousel .flickity-prev-next-button.next,
.quote-carousel-active .flickity-prev-next-button.next {
  left: 52%;
  bottom: -2rem;
}
.risp-carousel-active .flickity-prev-next-button.next::before,
.is-carousel-active .flickity-prev-next-button.next::before,
.two-col-carousel .flickity-prev-next-button.next::before,
.image-carousel .flickity-prev-next-button.next::before,
.quote-carousel-active .flickity-prev-next-button.next::before {
  color: #000;
  content: "\e906";
  font-family: "rga-iconfont";
}
.risp-carousel-active .flickity-prev-next-button.next:hover::before,
.is-carousel-active .flickity-prev-next-button.next:hover::before,
.two-col-carousel .flickity-prev-next-button.next:hover::before,
.image-carousel .flickity-prev-next-button.next:hover::before,
.quote-carousel-active .flickity-prev-next-button.next:hover::before {
  color: #fff;
}

.is-carousel-active .flickity-button {
  background-color: #fff;
}
.is-carousel-active .flickity-prev-next-button {
  border: 0;
}
.is-carousel-active .flickity-prev-next-button.previous,
.is-carousel-active .flickity-prev-next-button.next {
  bottom: -10rem;
}
.is-carousel-active .flickity-prev-next-button.previous::before,
.is-carousel-active .flickity-prev-next-button.next::before {
  color: #d10000;
  font-size: 1.5rem;
}

.quote-carousel-active .flickity-button {
  background-color: #fff;
}
.quote-carousel-active .flickity-prev-next-button {
  border: 0;
}
.quote-carousel-active .flickity-prev-next-button.previous,
.quote-carousel-active .flickity-prev-next-button.next {
  bottom: -5rem;
}
.quote-carousel-active .flickity-prev-next-button.previous::before,
.quote-carousel-active .flickity-prev-next-button.next::before {
  font-size: 1.5rem;
}

.two-col-carousel .flickity-prev-next-button.previous,
.two-col-carousel .flickity-prev-next-button.next {
  bottom: -6rem;
}

.ec-slider,
.bd-slider {
  /* icon color */
  /* position outside */
}
.ec-slider .flickity-button,
.bd-slider .flickity-button {
  background-color: #f2f1f1;
}
.ec-slider .flickity-prev-next-button,
.bd-slider .flickity-prev-next-button {
  border: 1px solid #000;
  border-radius: 50%;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  top: initial;
  width: 48px;
}
.ec-slider .flickity-button-icon,
.bd-slider .flickity-button-icon {
  fill: none;
  display: none;
}
.ec-slider .flickity-prev-next-button.previous,
.bd-slider .flickity-prev-next-button.previous {
  top: 6rem;
  right: initial;
  left: -90%;
}
@media only screen and (max-width: 900px) {
  .ec-slider .flickity-prev-next-button.previous,
  .bd-slider .flickity-prev-next-button.previous {
    top: initial;
    bottom: -5rem;
    right: 52%;
    left: initial;
  }
}
.ec-slider .flickity-prev-next-button.previous::before,
.bd-slider .flickity-prev-next-button.previous::before {
  color: #000;
  content: "\e901";
  font-family: "rga-iconfont";
  font-size: 1.5rem;
}
.ec-slider .flickity-prev-next-button.next,
.bd-slider .flickity-prev-next-button.next {
  top: 6rem;
  left: -90%;
  margin-left: 62px;
}
@media only screen and (max-width: 900px) {
  .ec-slider .flickity-prev-next-button.next,
  .bd-slider .flickity-prev-next-button.next {
    top: initial;
    bottom: -5rem;
    left: 52%;
    right: initial;
    margin-left: 0;
  }
}
.ec-slider .flickity-prev-next-button.next::before,
.bd-slider .flickity-prev-next-button.next::before {
  color: #000;
  content: "\e906";
  font-family: "rga-iconfont";
  font-size: 1.5rem;
}

@media only screen and (max-width: 900px) {
  .bd-slider .flickity-button {
    background-color: #fff;
  }
  .bd-slider .flickity-prev-next-button {
    border: 1px solid #000;
  }
  .bd-slider .flickity-prev-next-button.previous::before,
  .bd-slider .flickity-prev-next-button.next::before {
    color: #000;
  }
}
.image-carousel .flickity-prev-next-button.next {
  left: 66%;
  margin-left: 5.875rem;
}
@media only screen and (max-width: 900px) {
  .image-carousel .flickity-prev-next-button.next {
    left: 52%;
    margin: 0;
  }
}
.image-carousel .flickity-prev-next-button.previous {
  left: 66%;
  margin-left: 2rem;
}
@media only screen and (max-width: 900px) {
  .image-carousel .flickity-prev-next-button.previous {
    left: initial;
    right: 52%;
    margin: 0;
  }
}
.image-carousel .flickity-prev-next-button.previous,
.image-carousel .flickity-prev-next-button.next {
  top: 4rem;
  bottom: initial;
}
@media only screen and (max-width: 900px) {
  .image-carousel .flickity-prev-next-button.previous,
  .image-carousel .flickity-prev-next-button.next {
    top: 348px;
  }
}

/*# sourceMappingURL=main.css.map */
