/**
 * Common styles for Theme 1
 **/
* {
  box-sizing: border-box;
  -webkit-user-select: auto;
     -moz-user-select: auto;
      -ms-user-select: auto;
          user-select: auto;
  -webkit-tap-highlight-color: transparent;
}
button {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  outline: 0;
  padding: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: transparent;
}
p:first-child {
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
}
img {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.material-icons {
  max-width: 34px;
}
sub {
  font-size: 0.83em;
  line-height: 0;
  vertical-align: sub;
}
sup {
  font-size: 0.83em;
  line-height: 0;
  vertical-align: super;
}
.no-scrolling {
  overflow-x: hidden !important;
  overflow-y: hidden !important;
  -webkit-overflow-scrolling: auto;
}
/**
 * Transitions
 **/
.accordion-appear,
.accordion-enter {
  max-height: 10px;
  overflow: hidden;
}
.accordion-appear-active,
.accordion-enter-active {
  max-height: 600px;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.xs .accordion-appear,
.xs .accordion-enter {
  max-height: 10px;
  overflow: hidden;
}
.xs .accordion-appear-active,
.xs .accordion-enter-active {
  max-height: auto;
  -webkit-transition: none;
  transition: none;
}
.xs .accordion-exit {
  max-height: auto;
  overflow: hidden;
}
.xs .accordion-exit-active {
  max-height: 0;
  -webkit-transition: none;
  transition: none;
}
.accordion-exit {
  max-height: 600px;
  overflow: hidden;
}
.accordion-exit-active {
  max-height: 0;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.fade-appear,
.fade-enter {
  opacity: 0.01;
  -webkit-transition-duration: 0 !important;
          transition-duration: 0 !important;
  -webkit-transition-property: none !important;
  transition-property: none !important;
  transition-timing: none !important;
}
.fade-appear-active,
.fade-enter-active {
  opacity: 1;
  -webkit-transition-duration: 500ms !important;
          transition-duration: 500ms !important;
  -webkit-transition-property: opacity !important;
  transition-property: opacity !important;
  transition-timing: ease-in-out !important;
}
.fade-exit {
  opacity: 1;
}
.fade-exit-active {
  opacity: 0;
  -webkit-transition: opacity 500ms ease-in-out;
  transition: opacity 500ms ease-in-out;
}
.slide-out-rtl-appear,
.slide-out-rtl-enter,
.slide-in-appear,
.slide-in-enter {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.slide-out-rtl-appear-active,
.slide-out-rtl-enter-active,
.slide-in-appear-active,
.slide-in-enter-active {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  -webkit-transition: -webkit-transform 350ms ease-in-out;
  transition: -webkit-transform 350ms ease-in-out;
  transition: transform 350ms ease-in-out;
  transition: transform 350ms ease-in-out, -webkit-transform 350ms ease-in-out;
}
.slide-out-rtl-exit,
.slide-in-exit {
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  width: 100%;
}
.slide-out-rtl-exit-active,
.slide-in-exit-active {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: -webkit-transform 350ms ease-in-out;
  transition: -webkit-transform 350ms ease-in-out;
  transition: transform 350ms ease-in-out;
  transition: transform 350ms ease-in-out, -webkit-transform 350ms ease-in-out;
}
.slide-in-rtl-appear,
.slide-in-rtl-enter,
.slide-out-appear,
.slide-out-enter {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.slide-in-rtl-appear-active,
.slide-in-rtl-enter-active,
.slide-out-appear-active,
.slide-out-enter-active {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  -webkit-transition: -webkit-transform 350ms ease-in-out;
  transition: -webkit-transform 350ms ease-in-out;
  transition: transform 350ms ease-in-out;
  transition: transform 350ms ease-in-out, -webkit-transform 350ms ease-in-out;
}
.slide-in-rtl-exit,
.slide-out-exit {
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  width: 100%;
}
.slide-in-rtl-exit-active,
.slide-out-exit-active {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 350ms ease-in-out;
  transition: -webkit-transform 350ms ease-in-out;
  transition: transform 350ms ease-in-out;
  transition: transform 350ms ease-in-out, -webkit-transform 350ms ease-in-out;
}
/**
 * Transitions
 **/
.phone-btn-slide-up-appear,
.phone-btn-slide-up-enter {
  -webkit-transform: translateY(100%) translateZ(0px) translate3d(0, 0, 0);
          transform: translateY(100%) translateZ(0px) translate3d(0, 0, 0);
  -webkit-transition: none !important;
  transition: none !important;
}
.phone-btn-slide-up-appear.phone-btn-slide-up-appear-active,
.phone-btn-slide-up-enter.phone-btn-slide-up-appear-active,
.phone-btn-slide-up-appear.phone-btn-slide-up-enter-active,
.phone-btn-slide-up-enter.phone-btn-slide-up-enter-active {
  -webkit-transform: translateY(0) translateZ(0px) translate3d(0, 0, 0);
          transform: translateY(0) translateZ(0px) translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 250ms ease-in-out !important;
  transition: -webkit-transform 250ms ease-in-out !important;
  transition: transform 250ms ease-in-out !important;
  transition: transform 250ms ease-in-out, -webkit-transform 250ms ease-in-out !important;
}
.xs .btn-comp-nav-bar {
  bottom: 0 !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  height: auto !important;
  left: 0 !important;
  margin: 0 !important;
  position: fixed !important;
  text-align: center !important;
  width: 100% !important;
}
.xs .btn-comp-nav-bar .button-xs {
  bottom: auto !important;
  left: auto !important;
  position: relative !important;
  right: auto !important;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Theme01_Styles {
  /**
 * Theme 1
 **/
  /**
 * Pallette colors (for SVG)
 **/
  /**
 * Activity globals
 **/
  /**
 * Helpers
 **/
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Theme01_Styles *:focus {
  outline: none !important;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Theme01_Styles .accessible-invis {
  position: absolute;
  bottom: 0px;
  top: 0px;
  color: transparent;
  background-color: transparent;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Theme01_Styles .focusable:focus {
  outline: 3px solid rgba(0, 0, 0, 0) !important;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Theme01_Styles .focusable:focus.flipped,
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Theme01_Styles .focusable:focus.reversed {
  outline: 3px solid rgba(0, 0, 0, 0) !important;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Theme01_Styles a {
  text-decoration: underline;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Theme01_Styles .activity-btn-themed {
  -webkit-transition-duration: 100ms;
          transition-duration: 100ms;
  -webkit-transition-property: background-color, color, box-shadow;
  transition-property: background-color, color, box-shadow;
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
          transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Theme01_Styles .activity-btn-themed.normal {
  background-color: #D2D8DB;
  border: 1px solid #D2D8DB;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  color: #333333;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Theme01_Styles .activity-btn-themed.normal:hover:not(.disabled):not(.selected) {
  background-color: #ffffff;
  border: 1px solid #F78248;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  color: #F78248;
}
@media (hover: none) {
  .c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Theme01_Styles .activity-btn-themed.normal:hover:not(.disabled):not(.selected) {
    background-color: #D2D8DB;
    border: 1px solid #D2D8DB;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    color: #333333;
  }
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Theme01_Styles .activity-btn-themed.normal.disabled:not(.selected) {
  background-color: #ebebeb;
  border: 1px solid #ebebeb;
  box-shadow: none;
  color: #D2D8DB;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Theme01_Styles .activity-btn-themed.normal.complete,
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Theme01_Styles .activity-btn-themed.normal.visited {
  background-color: #1d83c4;
  border: 1px solid #1d83c4;
  box-shadow: none;
  color: #ffffff;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Theme01_Styles .activity-btn-themed.normal.complete:not(.selected):hover,
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Theme01_Styles .activity-btn-themed.normal.visited:not(.selected):hover {
  background-color: #375e80;
  border: 1px solid #375e80;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  color: #ebebeb;
}
@media (hover: none) {
  .c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Theme01_Styles .activity-btn-themed.normal.complete:not(.selected):hover,
  .c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Theme01_Styles .activity-btn-themed.normal.visited:not(.selected):hover {
    background-color: #D2D8DB;
    border: 1px solid #D2D8DB;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    color: #333333;
  }
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Theme01_Styles .activity-btn-themed.normal.selected {
  background-color: #F78248;
  border: 1px solid #F78248;
  box-shadow: none;
  color: #ffffff;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Theme01_Styles .activity-btn-themed.reversed {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  color: #1d83c4;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Theme01_Styles .activity-btn-themed.reversed:hover:not(.disabled):not(.selected) {
  background-color: #ebebeb;
  border: 1px solid #333333;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  color: #333333;
}
@media (hover: none) {
  .c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Theme01_Styles .activity-btn-themed.reversed:hover:not(.disabled):not(.selected) {
    background-color: #ffffff;
    border: 1px solid #ffffff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    color: #1d83c4;
  }
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Theme01_Styles .activity-btn-themed.reversed.disabled:not(.selected) {
  background-color: #ebebeb;
  border: 1px solid #ebebeb;
  box-shadow: none;
  color: #D2D8DB;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Theme01_Styles .activity-btn-themed.reversed.complete,
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Theme01_Styles .activity-btn-themed.reversed.visited {
  background-color: #1d83c4;
  border: 1px solid #1d83c4;
  box-shadow: none;
  color: #ffffff;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Theme01_Styles .activity-btn-themed.reversed.complete:not(.selected):hover,
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Theme01_Styles .activity-btn-themed.reversed.visited:not(.selected):hover {
  background-color: #D2D8DB;
  border: 1px solid #D2D8DB;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  color: #ffffff;
}
@media (hover: none) {
  .c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Theme01_Styles .activity-btn-themed.reversed.complete:not(.selected):hover,
  .c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Theme01_Styles .activity-btn-themed.reversed.visited:not(.selected):hover {
    background-color: #ffffff;
    border: 1px solid #ffffff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    color: #1d83c4;
  }
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Theme01_Styles .activity-btn-themed.reversed.selected {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  box-shadow: none;
  color: #F78248;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Theme01_Styles .box-shadow1 {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Theme01_Styles .box-shadow2 {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Theme01_Styles .box-shadow3 {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Theme01_Styles .box-shadow4 {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Theme01_Styles .box-shadow5 {
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Theme01_Styles .drag-btn-themed {
  border-radius: 4px;
  cursor: pointer;
  /* fallback if grab cursor is unsupported */
  cursor: grab;
  cursor: -webkit-grab;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 16px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
  -webkit-transition-duration: 100ms;
          transition-duration: 100ms;
  -webkit-transition-property: background-color, color, box-shadow;
  transition-property: background-color, color, box-shadow;
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
          transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Theme01_Styles .drag-btn-themed.disabled {
  cursor: default !important;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Theme01_Styles .drag-btn-themed.dragging {
  cursor: -webkit-grabbing;
  cursor: grabbing;
  position: relative;
  z-index: 100;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Theme01_Styles .drag-btn-themed.dropped {
  -webkit-transition: -webkit-transform 150ms;
  transition: -webkit-transform 150ms;
  transition: transform 150ms;
  transition: transform 150ms, -webkit-transform 150ms;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Theme01_Styles .drag-btn-themed.placed {
  cursor: -webkit-grabbing;
  cursor: grabbing;
  position: relative;
  z-index: 1;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Theme01_Styles .drag-btn-themed .carrot {
  -webkit-transition-duration: 100ms;
          transition-duration: 100ms;
  -webkit-transition-property: border;
  transition-property: border;
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
          transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Theme01_Styles .drag-btn-themed .sort-grip {
  cursor: pointer;
  /* fallback if grab cursor is unsupported */
  cursor: grab;
  cursor: -webkit-grab;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50px;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Theme01_Styles .drag-btn-themed.normal {
  background-color: #D2D8DB;
  border: 1px solid #D2D8DB;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  color: #333333;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Theme01_Styles .drag-btn-themed.normal .carrot {
  border-color: #D2D8DB;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Theme01_Styles .drag-btn-themed.normal .carrot:before {
  border-color: #D2D8DB;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Theme01_Styles .drag-btn-themed.normal.dragging {
  background-color: #F78248;
  border: 1px solid #F78248;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  color: #ffffff;
  position: relative;
  -webkit-transition: box-shadow 100ms ease-out;
  transition: box-shadow 100ms ease-out;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Theme01_Styles .drag-btn-themed.normal.placed {
  background-color: #ffffff;
  border: 1px solid #666666;
  box-shadow: none;
  color: #666666;
  cursor: -webkit-grab;
  cursor: grab;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Theme01_Styles .drag-btn-themed.normal.placed.correct {
  background-color: #ffffff;
  border: 1px solid #1d83c4;
  box-shadow: none;
  color: #1d83c4;
  cursor: default;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Theme01_Styles .drag-btn-themed.normal.placed.correct .carrot {
  border-color: #1d83c4;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Theme01_Styles .drag-btn-themed.normal.placed.correct .carrot:before {
  border-color: #ffffff;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Theme01_Styles .drag-btn-themed.normal.correct {
  background-color: #ffffff;
  border: 1px solid #1d83c4;
  box-shadow: none;
  color: #1d83c4;
  cursor: default;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Theme01_Styles .drag-btn-themed.normal.correct .carrot {
  border-color: #1d83c4;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Theme01_Styles .drag-btn-themed.normal.correct .carrot:before {
  border-color: #ffffff;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Theme01_Styles .drag-btn-themed.normal.correct .sort-grip {
  cursor: default;
  display: none;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Theme01_Styles .drag-btn-themed.reversed {
  background-color: #D2D8DB;
  border: 1px solid #D2D8DB;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  color: #333333;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Theme01_Styles .drag-btn-themed.reversed.dragging {
  background-color: #ebebeb;
  border: 1px solid #F78248;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  color: #F78248;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Theme01_Styles .drag-btn-themed.reversed.placed {
  background-color: #ffffff;
  border: 1px solid #666666;
  box-shadow: none;
  color: #666666;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Theme01_Styles .drag-btn-themed.reversed.placed.correct {
  background-color: #ffffff;
  border: 1px solid #1d83c4;
  box-shadow: none;
  color: #1d83c4;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Theme01_Styles .flat-btn-themed {
  -webkit-transition-duration: 100ms;
          transition-duration: 100ms;
  -webkit-transition-property: background-color, color, box-shadow;
  transition-property: background-color, color, box-shadow;
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
          transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Theme01_Styles .flat-btn-themed.normal {
  background-color: #D2D8DB;
  border: 0px solid #D2D8DB;
  color: #333333;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Theme01_Styles .flat-btn-themed.normal .material-icons {
  color: #333333;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Theme01_Styles .flat-btn-themed.normal:hover:not(.selected):not(.disabled) {
  background-color: #F78248;
  border: 0px solid #F78248;
  color: #ffffff;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Theme01_Styles .flat-btn-themed.normal:hover:not(.selected):not(.disabled) .material-icons {
  color: #ffffff;
}
@media (hover: none) {
  .c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Theme01_Styles .flat-btn-themed.normal:hover:not(.selected):not(.disabled) {
    background-color: #D2D8DB;
    border: 0px solid #D2D8DB;
    color: #333333;
  }
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Theme01_Styles .flat-btn-themed.normal.disabled {
  background-color: #ebebeb;
  border: 0px solid #ebebeb;
  color: #D2D8DB;
  cursor: default;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Theme01_Styles .flat-btn-themed.normal.disabled .material-icons {
  color: #D2D8DB;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Theme01_Styles .flat-btn-themed.normal.complete:not(.disabled),
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Theme01_Styles .flat-btn-themed.normal.visited:not(.disabled) {
  background-color: #1d83c4;
  border: 0px solid #1d83c4;
  color: #ffffff;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Theme01_Styles .flat-btn-themed.normal.complete:not(.disabled) .material-icons,
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Theme01_Styles .flat-btn-themed.normal.visited:not(.disabled) .material-icons {
  color: #ffffff;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Theme01_Styles .flat-btn-themed.normal.complete:not(.selected):not(.disabled):hover,
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Theme01_Styles .flat-btn-themed.normal.visited:not(.selected):not(.disabled):hover {
  background-color: #375e80;
  border: 0px solid #375e80;
  color: #ffffff;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Theme01_Styles .flat-btn-themed.normal.complete:not(.selected):not(.disabled):hover .material-icons,
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Theme01_Styles .flat-btn-themed.normal.visited:not(.selected):not(.disabled):hover .material-icons {
  color: #ffffff;
}
@media (hover: none) {
  .c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Theme01_Styles .flat-btn-themed.normal.complete:not(.selected):not(.disabled):hover,
  .c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Theme01_Styles .flat-btn-themed.normal.visited:not(.selected):not(.disabled):hover {
    background-color: #D2D8DB;
    border: 0px solid #D2D8DB;
    color: #333333;
  }
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Theme01_Styles .flat-btn-themed.normal.selected:not(.disabled) {
  background-color: #ebebeb;
  border: 0px solid #ebebeb;
  color: #1d83c4;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Theme01_Styles .flat-btn-themed.normal.selected:not(.disabled) .material-icons {
  color: #1d83c4;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Theme01_Styles .flat-btn-themed.reversed {
  background-color: #ffffff;
  border: 0px solid #ffffff;
  color: #1d83c4;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Theme01_Styles .flat-btn-themed.reversed .material-icons {
  color: #1d83c4;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Theme01_Styles .flat-btn-themed.reversed:hover:not(.selected):not(.disabled) {
  background-color: #ffffff;
  border: 0px solid #F78248;
  color: #F78248;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Theme01_Styles .flat-btn-themed.reversed:hover:not(.selected):not(.disabled) .material-icons {
  color: #F78248;
}
@media (hover: none) {
  .c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Theme01_Styles .flat-btn-themed.reversed:hover:not(.selected):not(.disabled) {
    background-color: #ffffff;
    border: 0px solid #ffffff;
    color: #1d83c4;
  }
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Theme01_Styles .flat-btn-themed.reversed.disabled {
  background-color: #ebebeb;
  border: 0px solid #ebebeb;
  color: #D2D8DB;
  cursor: default;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Theme01_Styles .flat-btn-themed.reversed.disabled .material-icons {
  color: #D2D8DB;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Theme01_Styles .flat-btn-themed.reversed.complete:not(.disabled),
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Theme01_Styles .flat-btn-themed.reversed.visited:not(.disabled) {
  background-color: #D2D8DB;
  border: 0px solid #D2D8DB;
  color: #ffffff;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Theme01_Styles .flat-btn-themed.reversed.complete:not(.disabled) .material-icons,
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Theme01_Styles .flat-btn-themed.reversed.visited:not(.disabled) .material-icons {
  color: #ffffff;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Theme01_Styles .flat-btn-themed.reversed.complete:not(.selected):not(.disabled):hover,
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Theme01_Styles .flat-btn-themed.reversed.visited:not(.selected):not(.disabled):hover {
  background-color: #D2D8DB;
  border: 0px solid #666666;
  color: #666666;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Theme01_Styles .flat-btn-themed.reversed.complete:not(.selected):not(.disabled):hover .material-icons,
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Theme01_Styles .flat-btn-themed.reversed.visited:not(.selected):not(.disabled):hover .material-icons {
  color: #666666;
}
@media (hover: none) {
  .c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Theme01_Styles .flat-btn-themed.reversed.complete:not(.selected):not(.disabled):hover,
  .c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Theme01_Styles .flat-btn-themed.reversed.visited:not(.selected):not(.disabled):hover {
    background-color: #ffffff;
    border: 0px solid #ffffff;
    color: #1d83c4;
  }
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Theme01_Styles .flat-btn-themed.reversed.selected:not(.disabled) {
  background-color: #ebebeb;
  border: 0px solid #ebebeb;
  color: #333333;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Theme01_Styles .flat-btn-themed.reversed.selected:not(.disabled) .material-icons {
  color: #333333;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Theme01_Styles .radio-btn-themed.disabled {
  cursor: default;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Theme01_Styles .radio-btn-themed.normal {
  color: #333333;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Theme01_Styles .radio-btn-themed.normal .material-icons {
  color: #333333;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Theme01_Styles .radio-btn-themed.normal.disabled:not(.correct):not(.incorrect) {
  color: #D2D8DB;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Theme01_Styles .radio-btn-themed.normal.disabled:not(.correct):not(.incorrect) .material-icons {
  color: #D2D8DB;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Theme01_Styles .radio-btn-themed.normal.disabled:not(.selected):not(.correct) {
  color: #D2D8DB;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Theme01_Styles .radio-btn-themed.normal.disabled:not(.selected):not(.correct) .material-icons {
  opacity: 0;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Theme01_Styles .radio-btn-themed.normal.selected {
  color: #F78248;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Theme01_Styles .radio-btn-themed.normal.selected .material-icons {
  color: #F78248;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Theme01_Styles .radio-btn-themed.not-clickable {
  cursor: default;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Theme01_Styles .radio-btn-themed.reversed {
  color: #ffffff;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Theme01_Styles .radio-btn-themed.reversed .material-icons {
  color: #ffffff;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Theme01_Styles .radio-btn-themed.reversed.disabled:not(.correct):not(.incorrect) {
  color: #D2D8DB;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Theme01_Styles .radio-btn-themed.reversed.disabled:not(.correct):not(.incorrect) .material-icons {
  color: #D2D8DB;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Theme01_Styles .radio-btn-themed.reversed.disabled:not(.selected):not(.correct) {
  color: #D2D8DB;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Theme01_Styles .radio-btn-themed.reversed.disabled:not(.selected):not(.correct) .material-icons {
  opacity: 0;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Theme01_Styles .radio-btn-themed.reversed.selected {
  color: #333333;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Theme01_Styles .radio-btn-themed.reversed.selected .material-icons {
  color: #333333;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Theme01_Styles .radio-btn-themed .material-icons {
  font-size: 24px;
  line-height: 1;
  width: 24px;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Theme01_Styles svg #neutral1 {
  fill: #666666;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Theme01_Styles svg #neutral1 * {
  fill: #666666;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Theme01_Styles svg #neutral2 {
  fill: #D2D8DB;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Theme01_Styles svg #neutral2 * {
  fill: #D2D8DB;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Theme01_Styles svg #neutral3 {
  fill: #ebebeb;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Theme01_Styles svg #neutral3 * {
  fill: #ebebeb;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Theme01_Styles svg #primary1 {
  fill: #333333;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Theme01_Styles svg #primary1 * {
  fill: #333333;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Theme01_Styles svg #primary2 {
  fill: #ffffff;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Theme01_Styles svg #primary2 * {
  fill: #ffffff;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Theme01_Styles svg #primary3 {
  fill: #1d83c4;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Theme01_Styles svg #primary3 * {
  fill: #1d83c4;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Theme01_Styles svg #primary4 {
  fill: #D2D8DB;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Theme01_Styles svg #primary4 * {
  fill: #D2D8DB;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Theme01_Styles .activity-width-standards {
  max-width: 984px;
  padding-left: 20px;
  padding-right: 20px;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Theme01_Styles .feedback-heading-standards {
  margin-bottom: 18px;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Theme01_Styles .feedback-subheading-standards {
  margin-bottom: 14px;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Theme01_Styles .horz-feedback-standards {
  padding: 44px 42px 30px 42px;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Theme01_Styles .horz-intro-standards {
  padding: 44px 42px 30px 42px;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Theme01_Styles .intro-heading-standards {
  margin-bottom: 18px;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Theme01_Styles .vert-feedback-standards {
  padding: 50px 42px 50px 42px;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Theme01_Styles .vert-intro-standards {
  padding: 50px 42px 40px 42px;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Theme01_Styles .vert-intro-standards a {
  color: inherit;
  font-style: underline;
  font-weight: 500;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Theme01_Styles .sm .activity-width-standards,
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Theme01_Styles .xs .activity-width-standards {
  max-width: 100%;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Theme01_Styles .sm .feedback-heading-standards,
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Theme01_Styles .xs .feedback-heading-standards {
  margin-bottom: 16px;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Theme01_Styles .sm .feedback-subheading-standards,
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Theme01_Styles .xs .feedback-subheading-standards {
  margin-bottom: 12px;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Theme01_Styles .sm .horz-feedback-standards,
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Theme01_Styles .xs .horz-feedback-standards {
  padding: 30px 24px 24px 24px;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Theme01_Styles .sm .horz-intro-standards,
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Theme01_Styles .xs .horz-intro-standards {
  padding: 40px 24px 24px 24px;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Theme01_Styles .sm .intro-heading-standards,
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Theme01_Styles .xs .intro-heading-standards {
  margin-bottom: 16px;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Theme01_Styles .sm .vert-feedback-standards,
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Theme01_Styles .xs .vert-feedback-standards {
  padding: 30px 24px 24px 24px;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Theme01_Styles .sm .vert-intro-standards,
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Theme01_Styles .xs .vert-intro-standards {
  padding: 40px 24px 24px 24px;
}
.c-e8d25cd6-e242-4bfc-ba97-c1460234136c.theme-Theme01-Theme01_Styles {
  background: #FFFFFF;
}
.c-e8d25cd6-e242-4bfc-ba97-c1460234136c.theme-Theme01-Theme01_Styles #accmessage {
  position: absolute;
  top: -1000px;
  left: -1000px;
}
.c-e8d25cd6-e242-4bfc-ba97-c1460234136c.theme-Theme01-Theme01_Styles .grid-shell-lightbox {
  background-color: rgba(51, 51, 51, 0.7);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}
.c-e8d25cd6-e242-4bfc-ba97-c1460234136c.theme-Theme01-Theme01_Styles .grid-shell-message-box,
.c-e8d25cd6-e242-4bfc-ba97-c1460234136c.theme-Theme01-Theme01_Styles .grid-shell-nav-warning {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1002;
}
.c-e8d25cd6-e242-4bfc-ba97-c1460234136c.theme-Theme01-Theme01_Styles .grid-shell-message-box-blocker,
.c-e8d25cd6-e242-4bfc-ba97-c1460234136c.theme-Theme01-Theme01_Styles .grid-shell-nav-warning-blocker {
  background-color: rgba(51, 51, 51, 0.7);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  cursor: default;
  pointer-events: all;
}
.c-e8d25cd6-e242-4bfc-ba97-c1460234136c.theme-Theme01-Theme01_Styles .grid-shell-message-box-prompt,
.c-e8d25cd6-e242-4bfc-ba97-c1460234136c.theme-Theme01-Theme01_Styles .grid-shell-nav-warning-prompt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.c-e8d25cd6-e242-4bfc-ba97-c1460234136c.theme-Theme01-Theme01_Styles .grid-shell-view.xs {
  height: 100%;
}
.c-e8d25cd6-e242-4bfc-ba97-c1460234136c.theme-Theme01-Theme01_Styles .grid-shell-view.xs .grid-shell-message-box-blocker,
.c-e8d25cd6-e242-4bfc-ba97-c1460234136c.theme-Theme01-Theme01_Styles .grid-shell-view.xs .grid-shell-nav-warning-blocker {
  background-color: #ffffff;
}
.c-e8d25cd6-e242-4bfc-ba97-c1460234136c.theme-Theme01-Theme01_Styles .grid-shell-view.xs .grid-shell-message-box-prompt,
.c-e8d25cd6-e242-4bfc-ba97-c1460234136c.theme-Theme01-Theme01_Styles .grid-shell-view.xs .grid-shell-nav-warning-prompt {
  height: 100%;
  min-height: 100%;
  margin: 0;
  max-width: 100%;
  top: 0;
  width: 100%;
}
.c-3b6ee96c-0160-4204-a6c0-2cf23431ae8e.theme-Theme01-Theme01_Styles .feedback-link {
  font-size: 16px !important;
  height: 36px;
  left: 50%;
  position: fixed;
  top: 6px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 140px;
  z-index: 2147483647;
}
.c-3b6ee96c-0160-4204-a6c0-2cf23431ae8e.theme-Theme01-Theme01_Styles .feedback-link.aligned-left ul {
  left: 0;
  right: auto;
  -webkit-transform-origin: 0 0 0;
          transform-origin: 0 0 0;
}
.c-3b6ee96c-0160-4204-a6c0-2cf23431ae8e.theme-Theme01-Theme01_Styles .feedback-link.aligned-right ul {
  left: auto;
  right: 0;
  -webkit-transform-origin: 100% 0 0;
          transform-origin: 100% 0 0;
}
.c-3b6ee96c-0160-4204-a6c0-2cf23431ae8e.theme-Theme01-Theme01_Styles .feedback-link.expanded ul {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.c-3b6ee96c-0160-4204-a6c0-2cf23431ae8e.theme-Theme01-Theme01_Styles .feedback-link button {
  background-color: #1d83c4;
  color: #fff;
  border: none;
  border-radius: 2px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  cursor: pointer;
  display: inline-block;
  font-size: 16px !important;
  font-weight: normal;
  height: 36px;
  line-height: 36px;
  padding: 0 16px;
  text-transform: uppercase;
  -webkit-transition: background-color 0.3s ease, box-shadow 0.3s ease;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  vertical-align: middle;
  width: 140px;
  outline: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.c-3b6ee96c-0160-4204-a6c0-2cf23431ae8e.theme-Theme01-Theme01_Styles .feedback-link button:hover {
  background-color: #339de1;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
}
.c-3b6ee96c-0160-4204-a6c0-2cf23431ae8e.theme-Theme01-Theme01_Styles .feedback-link ul {
  background-color: #fff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  list-style-type: none;
  margin: 0;
  min-width: 100px;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform: scale(0.1);
          transform: scale(0.1);
  -webkit-transition: opacity .1s ease, -webkit-transform .1s ease;
  transition: opacity .1s ease, -webkit-transform .1s ease;
  transition: transform .1s ease, opacity .1s ease;
  transition: transform .1s ease, opacity .1s ease, -webkit-transform .1s ease;
  white-space: nowrap;
}
.c-3b6ee96c-0160-4204-a6c0-2cf23431ae8e.theme-Theme01-Theme01_Styles .feedback-link li {
  color: #1d83c4;
  cursor: pointer;
  font-size: 16px !important;
  font-weight: normal;
  height: 36px;
  line-height: 50px;
  margin: 0;
  min-height: 50px;
  padding: 0 16px;
  text-align: left;
  width: 100%;
}
.c-3b6ee96c-0160-4204-a6c0-2cf23431ae8e.theme-Theme01-Theme01_Styles .feedback-link li:hover {
  background-color: #eee;
}
.c-4944130c-f888-4b02-8c47-5bec06c883ef.theme-Theme01-Theme01_Styles .cinemagraph-video,
.c-4944130c-f888-4b02-8c47-5bec06c883ef.theme-Theme01-Theme01_Styles.cinemagraph-video {
  position: relative;
}
.c-4944130c-f888-4b02-8c47-5bec06c883ef.theme-Theme01-Theme01_Styles .cinemagraph-video.scaled,
.c-4944130c-f888-4b02-8c47-5bec06c883ef.theme-Theme01-Theme01_Styles.cinemagraph-video.scaled {
  height: auto;
  width: 100%;
}
.c-4944130c-f888-4b02-8c47-5bec06c883ef.theme-Theme01-Theme01_Styles.cinemagraph-wrapper {
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.c-4944130c-f888-4b02-8c47-5bec06c883ef.theme-Theme01-Theme01_Styles.cinemagraph-wrapper .cinemagraph-video {
  position: relative;
}
.c-4944130c-f888-4b02-8c47-5bec06c883ef.theme-Theme01-Theme01_Styles .static-image.cropped,
.c-4944130c-f888-4b02-8c47-5bec06c883ef.theme-Theme01-Theme01_Styles.static-image.cropped {
  background-repeat: no-repeat;
}
.c-4944130c-f888-4b02-8c47-5bec06c883ef.theme-Theme01-Theme01_Styles .static-image.fixed-size svg,
.c-4944130c-f888-4b02-8c47-5bec06c883ef.theme-Theme01-Theme01_Styles.static-image.fixed-size svg {
  width: 100%;
}
.c-4944130c-f888-4b02-8c47-5bec06c883ef.theme-Theme01-Theme01_Styles.missing {
  background-color: rgba(51, 51, 51, 0.3);
  min-height: 100px;
}
.c-49c0f5a0-edcd-46d9-ab6b-c38d47ec3ca1.theme-Theme01-Theme01_Styles .grid-footer-button {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #1d83c4;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  margin: 0;
}
.c-49c0f5a0-edcd-46d9-ab6b-c38d47ec3ca1.theme-Theme01-Theme01_Styles .grid-footer-button-icon {
  vertical-align: middle;
}
.c-49c0f5a0-edcd-46d9-ab6b-c38d47ec3ca1.theme-Theme01-Theme01_Styles .grid-footer-button-label {
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
  font-family: 'Roboto', sans-serif;
  text-align: left;
}
.c-49c0f5a0-edcd-46d9-ab6b-c38d47ec3ca1.theme-Theme01-Theme01_Styles .grid-footer-button-text {
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px;
}
.c-49c0f5a0-edcd-46d9-ab6b-c38d47ec3ca1.theme-Theme01-Theme01_Styles .grid-footer-button-title {
  text-align: left;
}
.c-49c0f5a0-edcd-46d9-ab6b-c38d47ec3ca1.theme-Theme01-Theme01_Styles .grid-footer-button.disabled {
  cursor: default;
}
.c-49c0f5a0-edcd-46d9-ab6b-c38d47ec3ca1.theme-Theme01-Theme01_Styles .grid-footer-button.disabled .grid-footer-button-icon,
.c-49c0f5a0-edcd-46d9-ab6b-c38d47ec3ca1.theme-Theme01-Theme01_Styles .grid-footer-button.disabled .grid-footer-button-label {
  visibility: hidden;
}
.c-49c0f5a0-edcd-46d9-ab6b-c38d47ec3ca1.theme-Theme01-Theme01_Styles .grid-footer-button.home {
  background-color: #60b3e7;
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  -ms-flex-positive: 0;
      flex-grow: 0;
  padding: 6px 20px;
}
.c-49c0f5a0-edcd-46d9-ab6b-c38d47ec3ca1.theme-Theme01-Theme01_Styles .grid-footer-button.home.disabled {
  background-color: #1d83c4;
}
.c-49c0f5a0-edcd-46d9-ab6b-c38d47ec3ca1.theme-Theme01-Theme01_Styles .grid-footer-button.home .material-icons {
  font-size: 36px;
  max-width: 36px;
  width: 36px;
}
.c-49c0f5a0-edcd-46d9-ab6b-c38d47ec3ca1.theme-Theme01-Theme01_Styles .grid-footer-button.next {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 40px;
}
.c-49c0f5a0-edcd-46d9-ab6b-c38d47ec3ca1.theme-Theme01-Theme01_Styles .grid-footer-button.next .grid-footer-button-label {
  text-align: right;
}
.c-49c0f5a0-edcd-46d9-ab6b-c38d47ec3ca1.theme-Theme01-Theme01_Styles .grid-footer-button.next .grid-footer-button-title {
  text-align: right;
}
.c-49c0f5a0-edcd-46d9-ab6b-c38d47ec3ca1.theme-Theme01-Theme01_Styles .grid-footer-button.no-click {
  cursor: default;
}
.c-49c0f5a0-edcd-46d9-ab6b-c38d47ec3ca1.theme-Theme01-Theme01_Styles .grid-footer-button.previous {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 40px;
}
.c-49c0f5a0-edcd-46d9-ab6b-c38d47ec3ca1.theme-Theme01-Theme01_Styles .grid-footer-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-49c0f5a0-edcd-46d9-ab6b-c38d47ec3ca1.theme-Theme01-Theme01_Styles .grid-footer-prompt {
  background-color: #1d83c4;
  bottom: 0;
  color: #ffffff;
  padding: 25px 40px;
  position: absolute;
  right: 0;
  width: 100%;
  /**
         * Transitions
         **/
}
.c-49c0f5a0-edcd-46d9-ab6b-c38d47ec3ca1.theme-Theme01-Theme01_Styles .grid-footer-prompt-heading {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
  margin-bottom: 14px;
}
.c-49c0f5a0-edcd-46d9-ab6b-c38d47ec3ca1.theme-Theme01-Theme01_Styles .grid-footer-prompt-link {
  cursor: pointer;
  margin-top: 6px;
}
.c-49c0f5a0-edcd-46d9-ab6b-c38d47ec3ca1.theme-Theme01-Theme01_Styles .grid-footer-prompt-link-icon {
  margin-left: 16px;
  margin-right: 6px;
  vertical-align: middle;
}
.c-49c0f5a0-edcd-46d9-ab6b-c38d47ec3ca1.theme-Theme01-Theme01_Styles .grid-footer-prompt-link-name {
  display: inline-block;
  vertical-align: middle;
}
.c-49c0f5a0-edcd-46d9-ab6b-c38d47ec3ca1.theme-Theme01-Theme01_Styles .grid-footer-prompt-appear,
.c-49c0f5a0-edcd-46d9-ab6b-c38d47ec3ca1.theme-Theme01-Theme01_Styles .grid-footer-prompt-enter {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.c-49c0f5a0-edcd-46d9-ab6b-c38d47ec3ca1.theme-Theme01-Theme01_Styles .grid-footer-prompt-appear-active,
.c-49c0f5a0-edcd-46d9-ab6b-c38d47ec3ca1.theme-Theme01-Theme01_Styles .grid-footer-prompt-enter-active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: -webkit-transform 500ms ease-in-out;
  transition: -webkit-transform 500ms ease-in-out;
  transition: transform 500ms ease-in-out;
  transition: transform 500ms ease-in-out, -webkit-transform 500ms ease-in-out;
}
.c-49c0f5a0-edcd-46d9-ab6b-c38d47ec3ca1.theme-Theme01-Theme01_Styles .grid-footer-view {
  position: relative;
  width: 100%;
  z-index: 1002;
}
.c-49c0f5a0-edcd-46d9-ab6b-c38d47ec3ca1.theme-Theme01-Theme01_Styles .grid-footer-view.empty {
  background-color: #1d83c4;
  height: 50px;
}
.c-49c0f5a0-edcd-46d9-ab6b-c38d47ec3ca1.theme-Theme01-Theme01_Styles .grid-footer-view.fixed {
  bottom: 0;
  left: 0;
  position: fixed;
}
.c-49c0f5a0-edcd-46d9-ab6b-c38d47ec3ca1.theme-Theme01-Theme01_Styles .grid-footer-view.color-primary1 .grid-footer-button {
  background-color: #666666;
  color: #ffffff;
}
.c-49c0f5a0-edcd-46d9-ab6b-c38d47ec3ca1.theme-Theme01-Theme01_Styles .grid-footer-view.color-primary1 .grid-footer-button.disabled {
  background: none;
}
.c-49c0f5a0-edcd-46d9-ab6b-c38d47ec3ca1.theme-Theme01-Theme01_Styles .grid-footer-view.color-primary1 .grid-footer-buttons {
  background-color: #333333;
}
.c-49c0f5a0-edcd-46d9-ab6b-c38d47ec3ca1.theme-Theme01-Theme01_Styles .grid-footer-view.color-primary1 .grid-footer-prompt {
  background-color: #333333;
  color: #ffffff;
}
.c-49c0f5a0-edcd-46d9-ab6b-c38d47ec3ca1.theme-Theme01-Theme01_Styles .grid-footer-view.color-primary3 .grid-footer-button {
  background-color: #60b3e7;
  color: #ffffff;
}
.c-49c0f5a0-edcd-46d9-ab6b-c38d47ec3ca1.theme-Theme01-Theme01_Styles .grid-footer-view.color-primary3 .grid-footer-button.disabled {
  background: none;
}
.c-49c0f5a0-edcd-46d9-ab6b-c38d47ec3ca1.theme-Theme01-Theme01_Styles .grid-footer-view.color-primary3 .grid-footer-buttons {
  background-color: #1d83c4;
}
.c-49c0f5a0-edcd-46d9-ab6b-c38d47ec3ca1.theme-Theme01-Theme01_Styles .grid-footer-view.color-primary3 .grid-footer-prompt {
  background-color: #1d83c4;
  color: #ffffff;
}
.c-49c0f5a0-edcd-46d9-ab6b-c38d47ec3ca1.theme-Theme01-Theme01_Styles .grid-footer-view.sm .grid-footer-button,
.c-49c0f5a0-edcd-46d9-ab6b-c38d47ec3ca1.theme-Theme01-Theme01_Styles .grid-footer-view.xs .grid-footer-button {
  min-height: 50px;
}
.c-49c0f5a0-edcd-46d9-ab6b-c38d47ec3ca1.theme-Theme01-Theme01_Styles .grid-footer-view.sm .grid-footer-button.home,
.c-49c0f5a0-edcd-46d9-ab6b-c38d47ec3ca1.theme-Theme01-Theme01_Styles .grid-footer-view.xs .grid-footer-button.home {
  padding: 8px 10px;
}
.c-49c0f5a0-edcd-46d9-ab6b-c38d47ec3ca1.theme-Theme01-Theme01_Styles .grid-footer-view.sm .grid-footer-button.home .material-icons,
.c-49c0f5a0-edcd-46d9-ab6b-c38d47ec3ca1.theme-Theme01-Theme01_Styles .grid-footer-view.xs .grid-footer-button.home .material-icons {
  font-size: 30px;
  max-width: 30px;
  width: 30px;
}
.c-49c0f5a0-edcd-46d9-ab6b-c38d47ec3ca1.theme-Theme01-Theme01_Styles .grid-footer-view.sm .grid-footer-button.next,
.c-49c0f5a0-edcd-46d9-ab6b-c38d47ec3ca1.theme-Theme01-Theme01_Styles .grid-footer-view.xs .grid-footer-button.next {
  padding-right: 20px;
}
.c-49c0f5a0-edcd-46d9-ab6b-c38d47ec3ca1.theme-Theme01-Theme01_Styles .grid-footer-view.sm .grid-footer-button.previous,
.c-49c0f5a0-edcd-46d9-ab6b-c38d47ec3ca1.theme-Theme01-Theme01_Styles .grid-footer-view.xs .grid-footer-button.previous {
  padding-left: 20px;
}
.c-49c0f5a0-edcd-46d9-ab6b-c38d47ec3ca1.theme-Theme01-Theme01_Styles .addthis_inline_share_toolbox {
  float: right;
}
.c-939a2754-a0fd-4048-acfb-dfd1f229158b.theme-Theme01-Theme01_Styles .ac-debug-bar {
  width: 100%;
  height: 50px;
  position: fixed;
  left: 0;
  top: 0;
  border-bottom: 2px solid #000;
  z-index: 2147483647;
  padding: 6px;
  background-color: #fff;
  -webkit-transition: 150ms;
  transition: 150ms;
}
.c-939a2754-a0fd-4048-acfb-dfd1f229158b.theme-Theme01-Theme01_Styles .ac-debug-bar.collapsed {
  -webkit-transition: 350ms;
  transition: 350ms;
  height: 0;
  padding: 0;
  border-bottom-width: 0;
}
.c-939a2754-a0fd-4048-acfb-dfd1f229158b.theme-Theme01-Theme01_Styles .ac-debug-bar.collapsed > *:not(.debug-collapse-btn) {
  display: none;
}
.c-939a2754-a0fd-4048-acfb-dfd1f229158b.theme-Theme01-Theme01_Styles .ac-debug-bar .debug-collapse-btn {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 100%;
  background-color: #000;
  color: #fff;
  width: 40px;
  height: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid #fff;
  border-top-width: 0;
}
.c-939a2754-a0fd-4048-acfb-dfd1f229158b.theme-Theme01-Theme01_Styles .ac-debug-bar .debug-collapse-btn .material-icons {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  vertical-align: middle;
}
.c-939a2754-a0fd-4048-acfb-dfd1f229158b.theme-Theme01-Theme01_Styles .ac-debug-bar .debug-collapse-btn span {
  font-size: 12px;
  margin-top: -5px;
  display: inline-block;
  vertical-align: middle;
}
.c-939a2754-a0fd-4048-acfb-dfd1f229158b.theme-Theme01-Theme01_Styles .ac-debug-bar .debug-collapse-btn.collapsed {
  width: auto;
  padding: 0 16px 0 8px;
}
.c-939a2754-a0fd-4048-acfb-dfd1f229158b.theme-Theme01-Theme01_Styles .ac-debug-bar .debug-collapse-btn.collapsed .material-icons {
  position: relative;
  -webkit-transform: none;
          transform: none;
  top: -2px;
  left: 0;
}
.c-939a2754-a0fd-4048-acfb-dfd1f229158b.theme-Theme01-Theme01_Styles .ac-debug-bar .debug-collapse-btn.expanded .material-icons {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}
.c-939a2754-a0fd-4048-acfb-dfd1f229158b.theme-Theme01-Theme01_Styles .ac-debug-bar .feedback-btn-container {
  float: right;
}
.c-939a2754-a0fd-4048-acfb-dfd1f229158b.theme-Theme01-Theme01_Styles .ac-debug-bar .feedback-btn-container .feedback-link {
  position: static !important;
  -webkit-transform: none;
          transform: none;
}
.c-939a2754-a0fd-4048-acfb-dfd1f229158b.theme-Theme01-Theme01_Styles .ac-debug-bar .feedback-btn-container .feedback-link ul {
  right: 6px;
  top: 6px;
}
.c-939a2754-a0fd-4048-acfb-dfd1f229158b.theme-Theme01-Theme01_Styles .ac-debug-bar .tree-box {
  float: left;
}
.c-939a2754-a0fd-4048-acfb-dfd1f229158b.theme-Theme01-Theme01_Styles .ac-debug-bar .tree-box input {
  width: 400px;
}
.c-939a2754-a0fd-4048-acfb-dfd1f229158b.theme-Theme01-Theme01_Styles .ac-debug-bar.xs .tree-box {
  display: none;
}
.c-939a2754-a0fd-4048-acfb-dfd1f229158b.theme-Theme01-Theme01_Styles .ac-debug-bar.xs .tree-box input {
  width: auto;
}
.c-96578a4a-c7ae-4311-94d9-b5a44dea3106.theme-Theme01-Theme01_Styles .grid-header-inner-view {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: auto;
  max-width: 960px;
  min-height: 60px;
  padding: 6px 0;
  position: relative;
  width: 100%;
}
.c-96578a4a-c7ae-4311-94d9-b5a44dea3106.theme-Theme01-Theme01_Styles .grid-header-inner-view.full {
  max-width: 100%;
}
.c-96578a4a-c7ae-4311-94d9-b5a44dea3106.theme-Theme01-Theme01_Styles .grid-header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 10px;
  cursor: pointer;
}
.c-96578a4a-c7ae-4311-94d9-b5a44dea3106.theme-Theme01-Theme01_Styles .grid-header-logo:nth-child(4) {
  border-right: 1px solid #000;
}
.c-96578a4a-c7ae-4311-94d9-b5a44dea3106.theme-Theme01-Theme01_Styles .grid-header-logo img {
  display: inline-block;
  vertical-align: middle;
}
.c-96578a4a-c7ae-4311-94d9-b5a44dea3106.theme-Theme01-Theme01_Styles .grid-header-logo.bordered {
  padding: 4px 20px 4px 10px;
}
.c-96578a4a-c7ae-4311-94d9-b5a44dea3106.theme-Theme01-Theme01_Styles .grid-header-logo.clickable {
  cursor: pointer;
}
.c-96578a4a-c7ae-4311-94d9-b5a44dea3106.theme-Theme01-Theme01_Styles .grid-header-menu {
  margin-top: 6px;
  position: absolute;
  right: 0px;
  top: 0px;
}
.c-96578a4a-c7ae-4311-94d9-b5a44dea3106.theme-Theme01-Theme01_Styles .grid-header-title {
  color: #1d83c4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
  line-height: 24px;
  padding: 5px 60px 3px 20px;
  vertical-align: middle;
}
.c-96578a4a-c7ae-4311-94d9-b5a44dea3106.theme-Theme01-Theme01_Styles .grid-header-title.bordered {
  border-left: 1px solid #666666;
}
.c-96578a4a-c7ae-4311-94d9-b5a44dea3106.theme-Theme01-Theme01_Styles .grid-header-toggle-btn {
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-size: 26px;
  margin-left: auto;
  max-width: 26px;
  vertical-align: middle;
  width: 26px;
}
.c-96578a4a-c7ae-4311-94d9-b5a44dea3106.theme-Theme01-Theme01_Styles .grid-header-view {
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  z-index: 1002;
}
.c-96578a4a-c7ae-4311-94d9-b5a44dea3106.theme-Theme01-Theme01_Styles .grid-header-view.fixed {
  left: 0;
  position: fixed;
  top: 0;
}
.c-96578a4a-c7ae-4311-94d9-b5a44dea3106.theme-Theme01-Theme01_Styles .grid-header-view.sm .grid-header-toggle-btn,
.c-96578a4a-c7ae-4311-94d9-b5a44dea3106.theme-Theme01-Theme01_Styles .grid-header-view.xs .grid-header-toggle-btn {
  margin-right: 8px;
}
.c-96578a4a-c7ae-4311-94d9-b5a44dea3106.theme-Theme01-Theme01_Styles .grid-header-view.xs .grid-header-menu {
  right: 0;
  top: 0;
}
.c-96578a4a-c7ae-4311-94d9-b5a44dea3106.theme-Theme01-Theme01_Styles .grid-header-view.xs .grid-header-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
}
.c-96578a4a-c7ae-4311-94d9-b5a44dea3106.theme-Theme01-Theme01_Styles .grid-header-view.xs .grid-header-inner-view {
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
.c-9e63acd0-64e6-4a46-bf38-cfa90ef8ff34.theme-Theme01-Theme01_Styles .searchable-combo-box {
  position: relative;
  font-size: 14px;
}
.c-9e63acd0-64e6-4a46-bf38-cfa90ef8ff34.theme-Theme01-Theme01_Styles .searchable-combo-box .expand-btn {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  color: #333333;
  -webkit-transition: 250ms;
  transition: 250ms;
}
.c-9e63acd0-64e6-4a46-bf38-cfa90ef8ff34.theme-Theme01-Theme01_Styles .searchable-combo-box .expand-btn.expanded {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.c-9e63acd0-64e6-4a46-bf38-cfa90ef8ff34.theme-Theme01-Theme01_Styles .searchable-combo-box .search-field {
  padding: 6px;
  padding-right: 22px;
  border: 1px solid #333333;
  font-size: 14px;
  height: 36px;
  line-height: 36px;
}
.c-9e63acd0-64e6-4a46-bf38-cfa90ef8ff34.theme-Theme01-Theme01_Styles .searchable-combo-box .list-container {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 100%;
  max-height: 500px;
  overflow-y: auto;
  border: 1px solid #ccc;
  background-color: #fff;
}
.c-9e63acd0-64e6-4a46-bf38-cfa90ef8ff34.theme-Theme01-Theme01_Styles .searchable-combo-box .list-item {
  position: relative;
  border-bottom: 1px solid #ccc;
  background-color: #fff;
  color: #333333;
  padding: 6px;
  padding-right: 70px;
  cursor: pointer;
}
.c-9e63acd0-64e6-4a46-bf38-cfa90ef8ff34.theme-Theme01-Theme01_Styles .searchable-combo-box .list-item.selected {
  background-color: rgba(51, 51, 51, 0.2);
}
.c-9e63acd0-64e6-4a46-bf38-cfa90ef8ff34.theme-Theme01-Theme01_Styles .searchable-combo-box .list-item.disabled {
  cursor: default;
}
.c-9e63acd0-64e6-4a46-bf38-cfa90ef8ff34.theme-Theme01-Theme01_Styles .searchable-combo-box .list-item:hover:not(.disabled) {
  background-color: rgba(51, 51, 51, 0.1);
}
.c-9e63acd0-64e6-4a46-bf38-cfa90ef8ff34.theme-Theme01-Theme01_Styles .searchable-combo-box .list-item:hover .list-item-buttons {
  display: block;
}
.c-9e63acd0-64e6-4a46-bf38-cfa90ef8ff34.theme-Theme01-Theme01_Styles .searchable-combo-box .list-item-label {
  white-space: nowrap;
}
.c-9e63acd0-64e6-4a46-bf38-cfa90ef8ff34.theme-Theme01-Theme01_Styles .searchable-combo-box .list-item-buttons {
  display: none;
  position: absolute;
  right: 4px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-9e63acd0-64e6-4a46-bf38-cfa90ef8ff34.theme-Theme01-Theme01_Styles .searchable-combo-box .list-item-buttons button {
  margin-left: 4px;
  border: 1px solid #ccc;
  border-radius: 2px;
  padding: 4px;
  background-color: #333333;
  color: #fff;
  width: auto;
  min-width: auto;
  max-width: auto;
  font-size: 14px;
  line-height: 1;
  text-transform: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  outline: none;
  box-shadow: none;
}
.c-9e63acd0-64e6-4a46-bf38-cfa90ef8ff34.theme-Theme01-Theme01_Styles .searchable-combo-box .list-item-buttons button .material-icons {
  font-size: 18px;
  width: 18px;
  vertical-align: middle;
}
.c-a5d0aa44-04cb-4ad7-800e-9050367b7c28.theme-Theme01-Theme01_Styles {
  height: 100%;
}
.c-a5d0aa44-04cb-4ad7-800e-9050367b7c28.theme-Theme01-Theme01_Styles .grid-lightbox-activity {
  background: transparent;
  height: auto;
  margin: auto;
  padding: 0;
  position: relative;
  width: 100%;
}
.c-a5d0aa44-04cb-4ad7-800e-9050367b7c28.theme-Theme01-Theme01_Styles .grid-lightbox-activity > div:first-child {
  margin: auto;
  max-width: 964px;
}
.c-a5d0aa44-04cb-4ad7-800e-9050367b7c28.theme-Theme01-Theme01_Styles .grid-lightbox-activity.sm,
.c-a5d0aa44-04cb-4ad7-800e-9050367b7c28.theme-Theme01-Theme01_Styles .grid-lightbox-activity.xs {
  background-color: #ffffff;
}
.c-a5d0aa44-04cb-4ad7-800e-9050367b7c28.theme-Theme01-Theme01_Styles .grid-lightbox-activity-padding {
  display: inline-block;
  z-index: 0;
  width: 100%;
}
.c-a5d0aa44-04cb-4ad7-800e-9050367b7c28.theme-Theme01-Theme01_Styles .grid-lightbox-comp {
  height: 100%;
}
.c-a5d0aa44-04cb-4ad7-800e-9050367b7c28.theme-Theme01-Theme01_Styles .grid-lightbox-sizing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
      flex-flow: column;
  height: 100%;
  margin: 0;
  overflow-y: auto;
  padding: 0;
  width: 100%;
  -webkit-overflow-scrolling: touch;
}
.c-a5d0aa44-04cb-4ad7-800e-9050367b7c28.theme-Theme01-Theme01_Styles .grid-lightbox-close {
  background-color: #333333;
  border: 0px solid #333333;
  border-right: 0;
  border-top: 0;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  padding: 4px 3px 4px 4px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
}
.c-a5d0aa44-04cb-4ad7-800e-9050367b7c28.theme-Theme01-Theme01_Styles .grid-lightbox-close .material-icons {
  font-size: 24px;
  height: 24px;
  line-height: 1;
  margin: 0 0 0 0;
  max-width: 24px;
  text-align: center;
  vertical-align: middle;
  width: 24px;
}
.c-a5d0aa44-04cb-4ad7-800e-9050367b7c28.theme-Theme01-Theme01_Styles .grid-lightbox-close-bar {
  background-color: transparent;
  left: 50%;
  max-width: 964px;
  padding: 0;
  position: absolute;
  right: 0;
  text-align: right;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  z-index: 10;
}
.c-a5d0aa44-04cb-4ad7-800e-9050367b7c28.theme-Theme01-Theme01_Styles .grid-lightbox-nav {
  display: inline-block;
  padding: 12px 0 12px 30px;
  position: relative;
  text-align: left;
  white-space: nowrap;
  width: auto;
}
.c-a5d0aa44-04cb-4ad7-800e-9050367b7c28.theme-Theme01-Theme01_Styles .grid-lightbox-nav-back-btn {
  color: #ffffff;
  display: inline-block;
  font-size: 28px;
  margin-right: 5px;
  vertical-align: middle;
}
.c-a5d0aa44-04cb-4ad7-800e-9050367b7c28.theme-Theme01-Theme01_Styles .grid-lightbox-nav-counter {
  color: #ffffff;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}
.c-a5d0aa44-04cb-4ad7-800e-9050367b7c28.theme-Theme01-Theme01_Styles .grid-lightbox-nav-next-btn {
  color: #ffffff;
  display: inline-block;
  font-size: 28px;
  margin-left: 5px;
  vertical-align: middle;
}
.c-a5d0aa44-04cb-4ad7-800e-9050367b7c28.theme-Theme01-Theme01_Styles .grid-lightbox-nav-bar {
  background-color: #1d83c4;
  height: 52px;
  margin: auto;
  max-width: 964px;
  padding: 0;
  position: relative;
  width: 100%;
}
.c-a5d0aa44-04cb-4ad7-800e-9050367b7c28.theme-Theme01-Theme01_Styles .grid-lightbox-nav-bar .grid-lightbox-close {
  background-color: transparent;
  border: none;
  color: #ffffff;
  margin: 10px 10px 0 0;
}
.c-c521e8f4-b614-4bae-bdf4-56c895c3e126.theme-Theme01-Theme01_Styles {
  /**
 * Helpers
 **/
}
.c-c521e8f4-b614-4bae-bdf4-56c895c3e126.theme-Theme01-Theme01_Styles * {
  box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.c-c521e8f4-b614-4bae-bdf4-56c895c3e126.theme-Theme01-Theme01_Styles .message-box-body {
  color: #333333;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  margin-bottom: 16px;
  width: 100%;
}
.c-c521e8f4-b614-4bae-bdf4-56c895c3e126.theme-Theme01-Theme01_Styles .message-box-heading {
  color: #1d83c4;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
  margin-bottom: 14px;
  width: 100%;
}
.c-c521e8f4-b614-4bae-bdf4-56c895c3e126.theme-Theme01-Theme01_Styles .message-box-nav {
  margin-top: 30px;
  text-align: center;
  width: 100%;
}
.c-c521e8f4-b614-4bae-bdf4-56c895c3e126.theme-Theme01-Theme01_Styles .message-box-nav-close-btn {
  text-align: center;
}
.c-c521e8f4-b614-4bae-bdf4-56c895c3e126.theme-Theme01-Theme01_Styles .message-box-view {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background-color: #ffffff;
  border: 1px solid #D2D8DB;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 450px;
  padding: 24px 44px;
  position: relative;
  text-align: left;
  width: 100%;
}
.c-c521e8f4-b614-4bae-bdf4-56c895c3e126.theme-Theme01-Theme01_Styles .message-box-view.sm .message-box-heading {
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
}
.c-c521e8f4-b614-4bae-bdf4-56c895c3e126.theme-Theme01-Theme01_Styles .message-box-view.xs {
  height: 100%;
  max-width: 100%;
  padding: 40px 26px 56px 26px;
}
.c-d7467ee3-1731-46db-a7f9-4225e5104834.theme-Theme01-Theme01_Styles {
  /**
 * Helpers
 **/
}
.c-d7467ee3-1731-46db-a7f9-4225e5104834.theme-Theme01-Theme01_Styles * {
  box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.c-d7467ee3-1731-46db-a7f9-4225e5104834.theme-Theme01-Theme01_Styles .grid-menu-link {
  background-color: transparent;
  border-left: 0;
  border-right: 0;
  border-top: 1px solid #D2D8DB;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  padding: 12px 20px 12px 25px;
  position: relative;
  text-align: left;
  width: 100%;
}
.c-d7467ee3-1731-46db-a7f9-4225e5104834.theme-Theme01-Theme01_Styles .grid-menu-link:hover:not(.disabled) {
  background-color: #ebebeb;
  color: #1d83c4;
}
.c-d7467ee3-1731-46db-a7f9-4225e5104834.theme-Theme01-Theme01_Styles .grid-menu-link:hover:not(.disabled) .material-icons {
  color: #1d83c4;
}
.c-d7467ee3-1731-46db-a7f9-4225e5104834.theme-Theme01-Theme01_Styles .grid-menu-link.current {
  background-color: transparent;
  color: #1d83c4;
}
.c-d7467ee3-1731-46db-a7f9-4225e5104834.theme-Theme01-Theme01_Styles .grid-menu-link.current .material-icons {
  color: #1d83c4;
}
.c-d7467ee3-1731-46db-a7f9-4225e5104834.theme-Theme01-Theme01_Styles .grid-menu-link.disabled {
  background-color: transparent;
  color: #D2D8DB;
  cursor: default;
}
.c-d7467ee3-1731-46db-a7f9-4225e5104834.theme-Theme01-Theme01_Styles .grid-menu-link.disabled .material-icons {
  color: #D2D8DB;
}
.c-d7467ee3-1731-46db-a7f9-4225e5104834.theme-Theme01-Theme01_Styles .grid-menu-link-icon {
  color: #1d83c4;
  display: inline-block;
  font-size: 24px;
  margin-right: 10px;
  max-width: 24px;
  vertical-align: middle;
  width: 24px;
}
.c-d7467ee3-1731-46db-a7f9-4225e5104834.theme-Theme01-Theme01_Styles .grid-menu-link-icon.started {
  border: 1px solid #1d83c4;
  background-color: transparent;
  border-radius: 50%;
  height: 21px;
  position: relative;
  width: 21px;
}
.c-d7467ee3-1731-46db-a7f9-4225e5104834.theme-Theme01-Theme01_Styles .grid-menu-link-icon.started:after {
  background-color: rgba(29, 131, 196, 0.5);
  border-bottom-left-radius: 10.5px;
  border-top-left-radius: 10.5px;
  content: '';
  height: 19px;
  left: 0;
  position: absolute;
  top: 0;
  width: 9.5px;
}
.c-d7467ee3-1731-46db-a7f9-4225e5104834.theme-Theme01-Theme01_Styles .grid-menu-link-label {
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase;
  vertical-align: middle;
  width: calc(100% - 35px);
}
.c-d7467ee3-1731-46db-a7f9-4225e5104834.theme-Theme01-Theme01_Styles .grid-menu-view {
  background-color: #ffffff;
  border: 1px solid #D2D8DB;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  display: block;
  max-width: 400px;
  position: relative;
  text-align: right;
  width: 100%;
}
.c-d7467ee3-1731-46db-a7f9-4225e5104834.theme-Theme01-Theme01_Styles .grid-menu-view.sm-link-label {
  font-size: 15px;
  font-weight: 700;
}
.c-d7467ee3-1731-46db-a7f9-4225e5104834.theme-Theme01-Theme01_Styles .grid-menu-view.xs {
  max-width: 100%;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-Theme01_Styles {
  border: none;
  cursor: pointer;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  outline: none;
  overflow: hidden;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  /**
 * Helpers
 **/
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-Theme01_Styles.rtl-language {
  direction: ltr;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-Theme01_Styles.rtl-language .button-component-label {
  direction: rtl;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-Theme01_Styles .button-component-icon {
  font-size: 15px;
  height: 15px;
  line-height: 15px;
  vertical-align: middle;
  width: 15px;
  max-width: 15px;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-Theme01_Styles .button-component-icon.side-left {
  margin-right: 6px;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-Theme01_Styles .button-component-icon.side-right {
  margin-left: 6px;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-Theme01_Styles .button-component-label {
  display: inline-block;
  line-height: 16px;
  vertical-align: middle;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-Theme01_Styles .button-component-result-icon {
  display: inline-block;
  line-height: 16px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-Theme01_Styles .button-component-result-icon .material-icons {
  font-size: 24px;
  height: 24px;
  line-height: 1;
  margin: 0 0 0 0;
  max-width: 24px;
  text-align: center;
  vertical-align: middle;
  width: 24px;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-Theme01_Styles.activity-btn-themed {
  padding: 8px 30px;
  -webkit-transition-duration: 100ms;
          transition-duration: 100ms;
  -webkit-transition-property: background-color, color, box-shadow;
  transition-property: background-color, color, box-shadow;
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
          transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-Theme01_Styles.activity-btn-themed .button-component-label {
  margin-top: 1px;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-Theme01_Styles.activity-btn-themed.button-xs .button-component-label {
  margin-top: 0px;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-Theme01_Styles.activity-btn-themed.correct.with-icon .button-component-icon,
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-Theme01_Styles.activity-btn-themed.incorrect.with-icon .button-component-icon {
  opacity: 0;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-Theme01_Styles.activity-btn-themed.correct.with-icon .button-component-label,
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-Theme01_Styles.activity-btn-themed.incorrect.with-icon .button-component-label {
  opacity: 0;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-Theme01_Styles.activity-btn-themed.normal {
  border-radius: 4px;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-Theme01_Styles.activity-btn-themed.normal.selected.correct .button-component-result-icon,
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-Theme01_Styles.activity-btn-themed.normal.selected.incorrect .button-component-result-icon {
  color: #ffffff;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-Theme01_Styles.activity-btn-themed.reversed {
  border-radius: 4px;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-Theme01_Styles.activity-btn-themed.reversed.selected.correct .button-component-result-icon,
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-Theme01_Styles.activity-btn-themed.reversed.selected.incorrect .button-component-result-icon {
  color: #F78248;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-Theme01_Styles.close-btn-themed {
  background-color: #333333;
  border: 0px solid #333333;
  border-right: 0;
  border-top: 0;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  padding: 4px 3px 4px 4px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-Theme01_Styles.close-btn-themed .material-icons {
  font-size: 24px;
  height: 24px;
  line-height: 1;
  margin: 0 0 0 0;
  max-width: 24px;
  text-align: center;
  vertical-align: middle;
  width: 24px;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-Theme01_Styles.navigation-primary-btn-themed {
  padding: 8px 30px;
  -webkit-transition-duration: 100ms;
          transition-duration: 100ms;
  -webkit-transition-property: background-color, color, box-shadow;
  transition-property: background-color, color, box-shadow;
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
          transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-Theme01_Styles.navigation-primary-btn-themed .button-component-label {
  margin-top: 1px;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-Theme01_Styles.navigation-primary-btn-themed.button-xs .button-component-label {
  margin-top: 0px;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-Theme01_Styles.navigation-primary-btn-themed.normal {
  background-color: #D2D8DB;
  border: 1px solid #D2D8DB;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  color: #333333;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-Theme01_Styles.navigation-primary-btn-themed.normal.disabled {
  background-color: #ebebeb;
  border: 1px solid #ebebeb;
  box-shadow: none;
  color: #D2D8DB;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-Theme01_Styles.navigation-primary-btn-themed.normal:hover:not(.disabled):not(.phone-navigation):not(.phone-navigation-group) {
  background-color: #F78248;
  border: 1px solid #F78248;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  color: #ffffff;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-Theme01_Styles.navigation-primary-btn-themed.reversed {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  color: #1d83c4;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-Theme01_Styles.navigation-primary-btn-themed.reversed.disabled {
  background-color: #D2D8DB;
  border: 1px solid #D2D8DB;
  box-shadow: none;
  color: #666666;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-Theme01_Styles.navigation-primary-btn-themed.reversed:hover:not(.disabled):not(.phone-navigation):not(.phone-navigation-group) {
  background-color: #ffffff;
  border: 1px solid #F78248;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  color: #F78248;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-Theme01_Styles.navigation-secondary-btn-themed {
  padding: 8px 30px;
  -webkit-transition-duration: 100ms;
          transition-duration: 100ms;
  -webkit-transition-property: background-color, color, box-shadow;
  transition-property: background-color, color, box-shadow;
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
          transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-Theme01_Styles.navigation-secondary-btn-themed .button-component-label {
  margin-top: 1px;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-Theme01_Styles.navigation-secondary-btn-themed.button-xs .button-component-label {
  margin-top: 0px;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-Theme01_Styles.navigation-secondary-btn-themed.normal {
  background-color: #ffffff;
  background-position: center;
  background-size: 1%;
  border: 1px solid #D2D8DB;
  border-radius: 4px;
  box-shadow: none;
  color: #333333;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-Theme01_Styles.navigation-secondary-btn-themed.normal.disabled {
  background-color: #ebebeb;
  border: 1px solid #ebebeb;
  box-shadow: none;
  color: #D2D8DB;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-Theme01_Styles.navigation-secondary-btn-themed.normal:hover:not(.disabled):not(.phone-navigation):not(.phone-navigation-group) {
  background: #F78248 -webkit-radial-gradient(circle, transparent 1%, #ffffff 1%) center / 15000%;
  background: #F78248 radial-gradient(circle, transparent 1%, #ffffff 1%) center / 15000%;
  border: 1px solid #F78248;
  box-shadow: none;
  color: #ffffff;
  -webkit-transition-duration: 100ms;
          transition-duration: 100ms;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-Theme01_Styles.navigation-secondary-btn-themed.reversed {
  background-color: #ffffff;
  background-position: center;
  background-size: 1%;
  border: 1px solid #1d83c4;
  border-radius: 4px;
  box-shadow: none;
  color: #1d83c4;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-Theme01_Styles.navigation-secondary-btn-themed.reversed.disabled {
  background-color: #ebebeb;
  border: 1px solid #ebebeb;
  box-shadow: none;
  color: #D2D8DB;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-Theme01_Styles.navigation-secondary-btn-themed.reversed:hover:not(.disabled):not(.phone-navigation):not(.phone-navigation-group) {
  background: #ebebeb -webkit-radial-gradient(circle, transparent 1%, #ffffff 1%) center / 15000%;
  background: #ebebeb radial-gradient(circle, transparent 1%, #ffffff 1%) center / 15000%;
  border: 1px solid #666666;
  box-shadow: none;
  color: #666666;
  -webkit-transition-duration: 100ms;
          transition-duration: 100ms;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-Theme01_Styles.text-link-btn-themed {
  background-color: transparent;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 16px;
  max-width: 100%;
  text-align: left;
  display: inline-block;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-Theme01_Styles.text-link-btn-themed.rtl-language {
  text-align: right;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-Theme01_Styles.text-link-btn-themed.normal {
  color: #1d83c4;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-Theme01_Styles.text-link-btn-themed.normal.disabled {
  color: #D2D8DB;
  cursor: default;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-Theme01_Styles.text-link-btn-themed.normal:hover:not(.disabled) {
  color: #F78248;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-Theme01_Styles.text-link-btn-themed.normal:hover:not(.disabled) .button-component-label {
  text-decoration: underline;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-Theme01_Styles.text-link-btn-themed.reversed {
  color: #ffffff;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-Theme01_Styles.text-link-btn-themed.reversed.disabled {
  color: #ebebeb;
  cursor: default;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-Theme01_Styles.text-link-btn-themed.reversed:hover:not(.disabled) {
  color: #F78248;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-Theme01_Styles.text-link-btn-themed.reversed:hover:not(.disabled) .button-component-label {
  text-decoration: underline;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-Theme01_Styles.text-link-btn-themed .button-component-icon {
  display: table-cell;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-Theme01_Styles.text-link-btn-themed .button-component-label.with-icon {
  display: table-cell;
  max-width: calc(100% - 15px - 6px);
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-Theme01_Styles.text-link-btn-themed .button-component-text-link-content {
  display: table;
  width: 100%;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-Theme01_Styles.disabled {
  cursor: default;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-Theme01_Styles.button-xs {
  z-index: 100;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-Theme01_Styles.button-xs.phone-navigation {
  border-radius: 0;
  bottom: 0;
  clear: both;
  float: none !important;
  left: 0 !important;
  right: 0 !important;
  margin: 0 0 0 0 !important;
  padding: 18px 12px 17px 12px;
  position: fixed;
  width: 100%;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-Theme01_Styles.button-xs.phone-navigation-group {
  border-radius: 0;
  left: auto !important;
  right: auto !important;
  clear: both;
  float: none !important;
  margin: 0 0 0 0 !important;
  padding: 18px 12px 17px 12px;
  width: 50%;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-Theme01_Styles.button-sm:not(.close-btn-themed),
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-Theme01_Styles.button-xs:not(.close-btn-themed) {
  font-size: 15px;
  font-weight: 700;
  line-height: 15px;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-Theme01_Styles.button-sm:not(.close-btn-themed) .button-component-icon,
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-Theme01_Styles.button-xs:not(.close-btn-themed) .button-component-icon {
  font-size: 15px;
  height: 15px;
  max-width: 15px;
  width: 15px;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-Theme01_Styles.button-sm:not(.close-btn-themed) .button-component-label.with-icon,
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-Theme01_Styles.button-xs:not(.close-btn-themed) .button-component-label.with-icon {
  max-width: calc(100% - 15px - 6px);
}
.c-e87bf9a1-e780-4f0b-b344-b86216339a71.theme-Theme01-Theme01_Styles {
  /**
 * Helpers
 **/
}
.c-e87bf9a1-e780-4f0b-b344-b86216339a71.theme-Theme01-Theme01_Styles * {
  box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.c-e87bf9a1-e780-4f0b-b344-b86216339a71.theme-Theme01-Theme01_Styles .incomplete-menu-body,
.c-e87bf9a1-e780-4f0b-b344-b86216339a71.theme-Theme01-Theme01_Styles .incomplete-menu-extra-indicator {
  color: #333333;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  margin-bottom: 16px;
  width: 100%;
}
.c-e87bf9a1-e780-4f0b-b344-b86216339a71.theme-Theme01-Theme01_Styles .incomplete-menu-extra-indicator {
  padding-left: 25px;
}
.c-e87bf9a1-e780-4f0b-b344-b86216339a71.theme-Theme01-Theme01_Styles .incomplete-menu-heading {
  color: #1d83c4;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
  margin-bottom: 14px;
  width: 100%;
}
.c-e87bf9a1-e780-4f0b-b344-b86216339a71.theme-Theme01-Theme01_Styles .incomplete-menu-incomplete-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column wrap;
      flex-flow: column wrap;
  overflow: hidden;
  padding: 0 0 0 25px;
  width: 100%;
}
.c-e87bf9a1-e780-4f0b-b344-b86216339a71.theme-Theme01-Theme01_Styles .incomplete-menu-link {
  display: inline-block;
  padding: 8px 0;
  position: relative;
  text-align: left;
  width: 100%;
}
.c-e87bf9a1-e780-4f0b-b344-b86216339a71.theme-Theme01-Theme01_Styles .incomplete-menu-nav {
  margin-top: 30px;
  text-align: left;
  width: 100%;
}
.c-e87bf9a1-e780-4f0b-b344-b86216339a71.theme-Theme01-Theme01_Styles .incomplete-menu-nav.single-btn {
  text-align: right;
}
.c-e87bf9a1-e780-4f0b-b344-b86216339a71.theme-Theme01-Theme01_Styles .incomplete-menu-nav-close-btn {
  text-align: center;
  margin-right: 10px;
}
.c-e87bf9a1-e780-4f0b-b344-b86216339a71.theme-Theme01-Theme01_Styles .incomplete-menu-nav-continue-btn {
  float: right;
}
.c-e87bf9a1-e780-4f0b-b344-b86216339a71.theme-Theme01-Theme01_Styles .incomplete-menu-view {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background-color: #ffffff;
  border: 1px solid #D2D8DB;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 100%;
  max-width: 450px;
  padding: 24px;
  position: relative;
  text-align: left;
  width: 100%;
}
.c-e87bf9a1-e780-4f0b-b344-b86216339a71.theme-Theme01-Theme01_Styles .incomplete-menu-view.sm .incomplete-menu-extra-indicator {
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
}
.c-e87bf9a1-e780-4f0b-b344-b86216339a71.theme-Theme01-Theme01_Styles .incomplete-menu-view.sm .incomplete-menu-heading {
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
}
.c-e87bf9a1-e780-4f0b-b344-b86216339a71.theme-Theme01-Theme01_Styles .incomplete-menu-view.xs {
  height: 100%;
  max-width: 100%;
  padding: 40px 26px 56px 26px;
}
.c-e87bf9a1-e780-4f0b-b344-b86216339a71.theme-Theme01-Theme01_Styles .incomplete-menu-view.xs .incomplete-menu-extra-indicator {
  padding-left: 0;
}
.c-e87bf9a1-e780-4f0b-b344-b86216339a71.theme-Theme01-Theme01_Styles .incomplete-menu-view.xs .incomplete-menu-incomplete-list {
  padding: 0;
}
.c-329c07a1-fb55-4920-8e07-f3bb0136ed2f.theme-Theme01-Theme01_Styles {
  /**
 * Transitions
 **/
}
.c-329c07a1-fb55-4920-8e07-f3bb0136ed2f.theme-Theme01-Theme01_Styles .topic-view {
  background-color: #ffffff;
}
.c-329c07a1-fb55-4920-8e07-f3bb0136ed2f.theme-Theme01-Theme01_Styles .section-appear .topic-child .transition-target {
  opacity: 0;
  -webkit-transform: translateY(150px);
          transform: translateY(150px);
}
.c-329c07a1-fb55-4920-8e07-f3bb0136ed2f.theme-Theme01-Theme01_Styles .section-appear:not(:first-child) > .transition-target {
  -webkit-transition-delay: 450ms;
          transition-delay: 450ms;
}
.c-329c07a1-fb55-4920-8e07-f3bb0136ed2f.theme-Theme01-Theme01_Styles .section-appear-active .topic-child .transition-target {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 150ms ease-out, -webkit-transform 500ms ease-in-out;
  transition: opacity 150ms ease-out, -webkit-transform 500ms ease-in-out;
  transition: opacity 150ms ease-out, transform 500ms ease-in-out;
  transition: opacity 150ms ease-out, transform 500ms ease-in-out, -webkit-transform 500ms ease-in-out;
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-Theme01-Theme01_Styles .catalyst-overview2-body {
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  margin-top: 25px;
  width: 100%;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-Theme01-Theme01_Styles .catalyst-overview2-heading {
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 65px;
  width: 100%;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-Theme01-Theme01_Styles .catalyst-overview2-image {
  display: block;
  height: 100%;
  left: 0;
  position: absolute !important;
  top: 0;
  vertical-align: top;
  width: 100%;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-Theme01-Theme01_Styles .catalyst-overview2-inner-view {
  max-width: 1024px;
  margin: auto;
  position: relative;
  width: 100%;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-Theme01-Theme01_Styles .catalyst-overview2-play-btn {
  border: 2px #ffffff solid;
  border-radius: 6px;
  color: #ffffff;
  display: inline-block;
  height: auto;
  line-height: 1;
  padding: 4px 20px 3px 20px;
  vertical-align: middle;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-Theme01-Theme01_Styles .catalyst-overview2-play-btn-icon {
  font-size: 36px;
  line-height: 1;
  max-width: 36px;
  width: 36px;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-Theme01-Theme01_Styles .catalyst-overview2-play-btn-label {
  color: #ffffff;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  padding-left: 20px;
  vertical-align: middle;
  white-space: normal;
  width: calc(100% - 80px);
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-Theme01-Theme01_Styles .catalyst-overview2-subheading {
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
  margin-top: 5px;
  width: 100%;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-Theme01-Theme01_Styles .catalyst-overview2-text-area {
  display: inline-block;
  max-width: 492px;
  padding: 50px 40px 50px 20px;
  position: relative;
  right: 0;
  text-align: left;
  vertical-align: top;
  width: 100%;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-Theme01-Theme01_Styles .catalyst-overview2-text-container {
  display: inline-block;
  position: relative;
  text-align: right;
  vertical-align: top;
  width: 50%;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-Theme01-Theme01_Styles .catalyst-overview2-text-container.bkg-neutral3 .catalyst-overview2-body {
  color: #333333;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-Theme01-Theme01_Styles .catalyst-overview2-text-container.bkg-neutral3 .catalyst-overview2-heading {
  color: #333333;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-Theme01-Theme01_Styles .catalyst-overview2-text-container.bkg-neutral3 .catalyst-overview2-play-btn {
  border-color: #333333;
  color: #333333;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-Theme01-Theme01_Styles .catalyst-overview2-text-container.bkg-neutral3 .catalyst-overview2-play-btn-label {
  color: #333333;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-Theme01-Theme01_Styles .catalyst-overview2-text-container.bkg-neutral3 .catalyst-overview2-subheading {
  color: #333333;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-Theme01-Theme01_Styles .catalyst-overview2-text-container.bkg-neutral3 .catalyst-overview2-view {
  background-color: #ebebeb;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-Theme01-Theme01_Styles .catalyst-overview2-text-container.bkg-primary1 .catalyst-overview2-body {
  color: #ffffff;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-Theme01-Theme01_Styles .catalyst-overview2-text-container.bkg-primary1 .catalyst-overview2-heading {
  color: #ffffff;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-Theme01-Theme01_Styles .catalyst-overview2-text-container.bkg-primary1 .catalyst-overview2-play-btn {
  border-color: #ffffff;
  color: #ffffff;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-Theme01-Theme01_Styles .catalyst-overview2-text-container.bkg-primary1 .catalyst-overview2-play-btn-label {
  color: #ffffff;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-Theme01-Theme01_Styles .catalyst-overview2-text-container.bkg-primary1 .catalyst-overview2-subheading {
  color: #ffffff;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-Theme01-Theme01_Styles .catalyst-overview2-text-container.bkg-primary1 .catalyst-overview2-view {
  background-color: #333333;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-Theme01-Theme01_Styles .catalyst-overview2-text-container.bkg-primary2 .catalyst-overview2-body {
  color: #333333;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-Theme01-Theme01_Styles .catalyst-overview2-text-container.bkg-primary2 .catalyst-overview2-heading {
  color: #333333;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-Theme01-Theme01_Styles .catalyst-overview2-text-container.bkg-primary2 .catalyst-overview2-play-btn {
  border-color: #333333;
  color: #333333;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-Theme01-Theme01_Styles .catalyst-overview2-text-container.bkg-primary2 .catalyst-overview2-play-btn-label {
  color: #333333;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-Theme01-Theme01_Styles .catalyst-overview2-text-container.bkg-primary2 .catalyst-overview2-subheading {
  color: #333333;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-Theme01-Theme01_Styles .catalyst-overview2-text-container.bkg-primary2 .catalyst-overview2-view {
  background-color: #ffffff;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-Theme01-Theme01_Styles .catalyst-overview2-text-container.bkg-primary3 .catalyst-overview2-body {
  color: #ffffff;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-Theme01-Theme01_Styles .catalyst-overview2-text-container.bkg-primary3 .catalyst-overview2-heading {
  color: #ffffff;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-Theme01-Theme01_Styles .catalyst-overview2-text-container.bkg-primary3 .catalyst-overview2-play-btn {
  border-color: #ffffff;
  color: #ffffff;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-Theme01-Theme01_Styles .catalyst-overview2-text-container.bkg-primary3 .catalyst-overview2-play-btn-label {
  color: #ffffff;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-Theme01-Theme01_Styles .catalyst-overview2-text-container.bkg-primary3 .catalyst-overview2-subheading {
  color: #ffffff;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-Theme01-Theme01_Styles .catalyst-overview2-text-container.bkg-primary3 .catalyst-overview2-view {
  background-color: #1d83c4;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-Theme01-Theme01_Styles .catalyst-overview2-text-container.bkg-primary4 .catalyst-overview2-body {
  color: #333333;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-Theme01-Theme01_Styles .catalyst-overview2-text-container.bkg-primary4 .catalyst-overview2-heading {
  color: #333333;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-Theme01-Theme01_Styles .catalyst-overview2-text-container.bkg-primary4 .catalyst-overview2-play-btn {
  border-color: #333333;
  color: #333333;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-Theme01-Theme01_Styles .catalyst-overview2-text-container.bkg-primary4 .catalyst-overview2-play-btn-label {
  color: #333333;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-Theme01-Theme01_Styles .catalyst-overview2-text-container.bkg-primary4 .catalyst-overview2-subheading {
  color: #333333;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-Theme01-Theme01_Styles .catalyst-overview2-text-container.bkg-primary4 .catalyst-overview2-view {
  background-color: #D2D8DB;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-Theme01-Theme01_Styles .catalyst-overview2-video-area {
  display: block;
  padding: 25px 0 0 0;
  position: relative;
  white-space: nowrap;
  width: 100%;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-Theme01-Theme01_Styles .catalyst-overview2-view {
  background-color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-height: 250px;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-Theme01-Theme01_Styles .catalyst-overview2-view.rtl-language {
  direction: rtl;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-Theme01-Theme01_Styles .catalyst-overview2-view.rtl-language .catalyst-overview2-text-area {
  text-align: right;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-Theme01-Theme01_Styles .catalyst-overview2-view.rtl-language .catalyst-overview2-play-btn-label {
  padding: 0 20px 0 0;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-Theme01-Theme01_Styles .catalyst-overview2-view.sm,
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-Theme01-Theme01_Styles .catalyst-overview2-view.xs {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-Theme01-Theme01_Styles .catalyst-overview2-view.sm .catalyst-overview2-body,
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-Theme01-Theme01_Styles .catalyst-overview2-view.xs .catalyst-overview2-body {
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  margin-top: 12px;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-Theme01-Theme01_Styles .catalyst-overview2-view.sm .catalyst-overview2-heading,
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-Theme01-Theme01_Styles .catalyst-overview2-view.xs .catalyst-overview2-heading {
  font-size: 36px;
  font-weight: 400;
  line-height: 40px;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-Theme01-Theme01_Styles .catalyst-overview2-view.sm .catalyst-overview2-image,
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-Theme01-Theme01_Styles .catalyst-overview2-view.xs .catalyst-overview2-image {
  position: relative !important;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-Theme01-Theme01_Styles .catalyst-overview2-view.sm .catalyst-overview2-inner-view,
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-Theme01-Theme01_Styles .catalyst-overview2-view.xs .catalyst-overview2-inner-view {
  max-width: 100%;
  width: 100%;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-Theme01-Theme01_Styles .catalyst-overview2-view.sm .catalyst-overview2-play-btn-label,
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-Theme01-Theme01_Styles .catalyst-overview2-view.xs .catalyst-overview2-play-btn-label {
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-Theme01-Theme01_Styles .catalyst-overview2-view.sm .catalyst-overview2-subheading,
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-Theme01-Theme01_Styles .catalyst-overview2-view.xs .catalyst-overview2-subheading {
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-Theme01-Theme01_Styles .catalyst-overview2-view.sm .catalyst-overview2-text-area,
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-Theme01-Theme01_Styles .catalyst-overview2-view.xs .catalyst-overview2-text-area {
  display: inline-block;
  max-width: 100%;
  padding: 30px 20px;
  width: 100%;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-Theme01-Theme01_Styles .catalyst-overview2-view.sm .catalyst-overview2-text-container,
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-Theme01-Theme01_Styles .catalyst-overview2-view.xs .catalyst-overview2-text-container {
  width: 100%;
  max-width: 100%;
}
.c-7f335941-a5da-4fa7-8405-92388d37771d.theme-Theme01-Theme01_Styles .section-overview1-body {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  margin: 15px 0 0 0;
}
.c-7f335941-a5da-4fa7-8405-92388d37771d.theme-Theme01-Theme01_Styles .section-overview1-heading {
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
}
.c-7f335941-a5da-4fa7-8405-92388d37771d.theme-Theme01-Theme01_Styles .section-overview1-image {
  display: inline-block;
  max-width: 200px;
  vertical-align: top;
}
.c-7f335941-a5da-4fa7-8405-92388d37771d.theme-Theme01-Theme01_Styles .section-overview1-image-area {
  display: inline-block;
  vertical-align: top;
}
.c-7f335941-a5da-4fa7-8405-92388d37771d.theme-Theme01-Theme01_Styles .section-overview1-image-area.center {
  vertical-align: middle;
}
.c-7f335941-a5da-4fa7-8405-92388d37771d.theme-Theme01-Theme01_Styles .section-overview1-inner-view {
  display: block;
  margin: auto;
  overflow: hidden;
  padding-bottom: 40px;
  padding-top: 40px;
  position: relative;
}
.c-7f335941-a5da-4fa7-8405-92388d37771d.theme-Theme01-Theme01_Styles .section-overview1-inner-view.center {
  text-align: center;
}
.c-7f335941-a5da-4fa7-8405-92388d37771d.theme-Theme01-Theme01_Styles .section-overview1-inner-view.center .section-overview1-image-area {
  display: inline-block;
  padding-bottom: 20px;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}
.c-7f335941-a5da-4fa7-8405-92388d37771d.theme-Theme01-Theme01_Styles .section-overview1-inner-view.center .section-overview1-text-area {
  padding: 0 62px;
}
.c-7f335941-a5da-4fa7-8405-92388d37771d.theme-Theme01-Theme01_Styles .section-overview1-inner-view.left {
  display: table;
  text-align: left;
  width: 100%;
}
.c-7f335941-a5da-4fa7-8405-92388d37771d.theme-Theme01-Theme01_Styles .section-overview1-inner-view.left .section-overview1-image-area {
  display: table-cell;
  padding-right: 20px;
}
.c-7f335941-a5da-4fa7-8405-92388d37771d.theme-Theme01-Theme01_Styles .section-overview1-inner-view.left .section-overview1-text-area {
  display: table-cell;
  width: 100%;
}
.c-7f335941-a5da-4fa7-8405-92388d37771d.theme-Theme01-Theme01_Styles .section-overview1-text-area {
  display: inline-block;
  vertical-align: top;
}
.c-7f335941-a5da-4fa7-8405-92388d37771d.theme-Theme01-Theme01_Styles .section-overview1-view {
  width: 100%;
}
.c-7f335941-a5da-4fa7-8405-92388d37771d.theme-Theme01-Theme01_Styles .section-overview1-view.bkg-neutral3 {
  background-color: #ebebeb;
}
.c-7f335941-a5da-4fa7-8405-92388d37771d.theme-Theme01-Theme01_Styles .section-overview1-view.bkg-neutral3 .section-overview1-body {
  color: #333333;
}
.c-7f335941-a5da-4fa7-8405-92388d37771d.theme-Theme01-Theme01_Styles .section-overview1-view.bkg-neutral3 .section-overview1-heading {
  color: #333333;
}
.c-7f335941-a5da-4fa7-8405-92388d37771d.theme-Theme01-Theme01_Styles .section-overview1-view.bkg-primary1 {
  background-color: #333333;
}
.c-7f335941-a5da-4fa7-8405-92388d37771d.theme-Theme01-Theme01_Styles .section-overview1-view.bkg-primary1 .section-overview1-body {
  color: #ffffff;
}
.c-7f335941-a5da-4fa7-8405-92388d37771d.theme-Theme01-Theme01_Styles .section-overview1-view.bkg-primary1 .section-overview1-heading {
  color: #ffffff;
}
.c-7f335941-a5da-4fa7-8405-92388d37771d.theme-Theme01-Theme01_Styles .section-overview1-view.bkg-primary2 {
  background-color: #ffffff;
}
.c-7f335941-a5da-4fa7-8405-92388d37771d.theme-Theme01-Theme01_Styles .section-overview1-view.bkg-primary2 .section-overview1-body {
  color: #333333;
}
.c-7f335941-a5da-4fa7-8405-92388d37771d.theme-Theme01-Theme01_Styles .section-overview1-view.bkg-primary2 .section-overview1-heading {
  color: #333333;
}
.c-7f335941-a5da-4fa7-8405-92388d37771d.theme-Theme01-Theme01_Styles .section-overview1-view.bkg-primary3 {
  background-color: #1d83c4;
}
.c-7f335941-a5da-4fa7-8405-92388d37771d.theme-Theme01-Theme01_Styles .section-overview1-view.bkg-primary3 .section-overview1-body {
  color: #ffffff;
}
.c-7f335941-a5da-4fa7-8405-92388d37771d.theme-Theme01-Theme01_Styles .section-overview1-view.bkg-primary3 .section-overview1-heading {
  color: #ffffff;
}
.c-7f335941-a5da-4fa7-8405-92388d37771d.theme-Theme01-Theme01_Styles .section-overview1-view.bkg-primary4 {
  background-color: #D2D8DB;
}
.c-7f335941-a5da-4fa7-8405-92388d37771d.theme-Theme01-Theme01_Styles .section-overview1-view.bkg-primary4 .section-overview1-body {
  color: #333333;
}
.c-7f335941-a5da-4fa7-8405-92388d37771d.theme-Theme01-Theme01_Styles .section-overview1-view.bkg-primary4 .section-overview1-heading {
  color: #333333;
}
.c-7f335941-a5da-4fa7-8405-92388d37771d.theme-Theme01-Theme01_Styles .section-overview1-view.sm .section-overview1-body,
.c-7f335941-a5da-4fa7-8405-92388d37771d.theme-Theme01-Theme01_Styles .section-overview1-view.xs .section-overview1-body {
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
}
.c-7f335941-a5da-4fa7-8405-92388d37771d.theme-Theme01-Theme01_Styles .section-overview1-view.sm .section-overview1-heading,
.c-7f335941-a5da-4fa7-8405-92388d37771d.theme-Theme01-Theme01_Styles .section-overview1-view.xs .section-overview1-heading {
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
}
.c-7f335941-a5da-4fa7-8405-92388d37771d.theme-Theme01-Theme01_Styles .section-overview1-view.sm .section-overview1-text-area,
.c-7f335941-a5da-4fa7-8405-92388d37771d.theme-Theme01-Theme01_Styles .section-overview1-view.xs .section-overview1-text-area {
  padding: 0;
}
.c-7f335941-a5da-4fa7-8405-92388d37771d.theme-Theme01-Theme01_Styles .section-overview1-view.xs .section-overview1-image-area {
  display: inline-block;
  padding-bottom: 20px;
}
.c-7f335941-a5da-4fa7-8405-92388d37771d.theme-Theme01-Theme01_Styles .section-overview1-view.xs .section-overview1-inner-view.left {
  display: inline-block;
}
.c-7f335941-a5da-4fa7-8405-92388d37771d.theme-Theme01-Theme01_Styles .section-overview1-view.xs .section-overview1-text-area {
  display: inline-block;
}
.c-7d82c713-f760-4ff6-a735-268a493c4ef9.theme-Theme01-Theme01_Styles .grid-section-activity-area {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  width: 100%;
  z-index: 100;
}
.c-7d82c713-f760-4ff6-a735-268a493c4ef9.theme-Theme01-Theme01_Styles .grid-section-activity-area > div {
  height: 100%;
}
.c-7d82c713-f760-4ff6-a735-268a493c4ef9.theme-Theme01-Theme01_Styles .grid-section-activity-area.inline {
  height: auto;
  position: absolute;
  top: auto;
  z-index: 1001;
}
.c-7d82c713-f760-4ff6-a735-268a493c4ef9.theme-Theme01-Theme01_Styles .grid-section-activity-area.inline .grid-section-activity-container {
  height: auto;
  padding: 15px 20px 10px 20px;
}
.c-7d82c713-f760-4ff6-a735-268a493c4ef9.theme-Theme01-Theme01_Styles .grid-section-activity-area.inline .grid-section-activity-wrapper {
  height: auto;
}
.c-7d82c713-f760-4ff6-a735-268a493c4ef9.theme-Theme01-Theme01_Styles .grid-section-activity-container {
  height: 100%;
}
.c-7d82c713-f760-4ff6-a735-268a493c4ef9.theme-Theme01-Theme01_Styles .grid-section-activity-wrapper {
  height: 100%;
  position: relative;
}
.c-7d82c713-f760-4ff6-a735-268a493c4ef9.theme-Theme01-Theme01_Styles .grid-section-activity-wrapper:not(:first-child) {
  display: none;
  height: 0;
  overflow: hidden;
}
.c-7d82c713-f760-4ff6-a735-268a493c4ef9.theme-Theme01-Theme01_Styles .grid-section-body {
  margin-top: 20px;
  padding: 0;
  position: relative;
}
.c-7d82c713-f760-4ff6-a735-268a493c4ef9.theme-Theme01-Theme01_Styles .grid-section-col-wrapper {
  height: 100%;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.c-7d82c713-f760-4ff6-a735-268a493c4ef9.theme-Theme01-Theme01_Styles .grid-section-col-wrapper > div {
  height: 100%;
}
.c-7d82c713-f760-4ff6-a735-268a493c4ef9.theme-Theme01-Theme01_Styles .grid-section-grid-col {
  pointer-events: none;
  -webkit-transition: none !important;
  transition: none !important;
  z-index: 2;
}
.c-7d82c713-f760-4ff6-a735-268a493c4ef9.theme-Theme01-Theme01_Styles .grid-section-grid-col > * {
  pointer-events: auto;
}
.c-7d82c713-f760-4ff6-a735-268a493c4ef9.theme-Theme01-Theme01_Styles .grid-section-grid-edit-footer {
  height: 500px;
}
.c-7d82c713-f760-4ff6-a735-268a493c4ef9.theme-Theme01-Theme01_Styles .grid-section-grid-layout.designer {
  border: 1px solid #ffc4c4;
}
.c-7d82c713-f760-4ff6-a735-268a493c4ef9.theme-Theme01-Theme01_Styles .grid-section-view {
  margin: 20px auto;
  max-width: 984px;
  padding: 0 20px;
  position: relative;
}
.c-7d82c713-f760-4ff6-a735-268a493c4ef9.theme-Theme01-Theme01_Styles .grid-section-view.xs {
  padding: 0;
}
.c-7d82c713-f760-4ff6-a735-268a493c4ef9.theme-Theme01-Theme01_Styles .grid-section-view.xs .grid-section-heading {
  margin-bottom: 0;
}
.c-7d82c713-f760-4ff6-a735-268a493c4ef9.theme-Theme01-Theme01_Styles .grid-section-view.xs .grid-section-intro {
  padding-left: 16px;
}
.c-7d82c713-f760-4ff6-a735-268a493c4ef9.theme-Theme01-Theme01_Styles .react-draggable {
  z-index: 1001;
}
.c-7d82c713-f760-4ff6-a735-268a493c4ef9.theme-Theme01-Theme01_Styles .react-draggable-dragging {
  z-index: 99999 !important;
}
.c-7d82c713-f760-4ff6-a735-268a493c4ef9.theme-Theme01-Theme01_Styles .react-resizable-handle {
  z-index: 999999;
}
.c-1b0bb2d0-13d4-4901-8a7e-da149b2442a4.theme-Theme01-Theme01_Styles .single-activity-drawer-activity {
  width: calc(100% + 1px);
}
.c-1b0bb2d0-13d4-4901-8a7e-da149b2442a4.theme-Theme01-Theme01_Styles .single-activity-drawer-activity-container {
  min-height: 50px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.c-1b0bb2d0-13d4-4901-8a7e-da149b2442a4.theme-Theme01-Theme01_Styles .single-activity-drawer-callout {
  border-bottom: 15px solid;
  border-color: #666666;
  border-left: 15px solid transparent !important;
  border-right: 15px solid transparent !important;
  border-top: 15px solid transparent !important;
  margin-left: -15px;
  position: absolute;
  top: -30px;
}
.c-1b0bb2d0-13d4-4901-8a7e-da149b2442a4.theme-Theme01-Theme01_Styles .single-activity-drawer-close {
  background-color: #333333;
  border: 0px solid #333333;
  border-right: 0;
  border-top: 0;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  padding: 4px 3px 4px 4px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
}
.c-1b0bb2d0-13d4-4901-8a7e-da149b2442a4.theme-Theme01-Theme01_Styles .single-activity-drawer-close .material-icons {
  font-size: 24px;
  height: 24px;
  line-height: 1;
  margin: 0 0 0 0;
  max-width: 24px;
  text-align: center;
  vertical-align: middle;
  width: 24px;
}
.c-1b0bb2d0-13d4-4901-8a7e-da149b2442a4.theme-Theme01-Theme01_Styles .single-activity-drawer-close-btn {
  color: #333333;
  cursor: pointer;
  display: inline-block;
  position: absolute;
  right: 2px;
  top: 2px;
}
.c-1b0bb2d0-13d4-4901-8a7e-da149b2442a4.theme-Theme01-Theme01_Styles .single-activity-drawer-close-btn .material-icons {
  font-size: 30px;
  vertical-align: middle;
  width: 30px;
}
.c-1b0bb2d0-13d4-4901-8a7e-da149b2442a4.theme-Theme01-Theme01_Styles .single-activity-drawer-nav {
  display: inline-block;
  padding: 12px 0 12px 30px;
  position: relative;
  text-align: left;
  white-space: nowrap;
  width: auto;
}
.c-1b0bb2d0-13d4-4901-8a7e-da149b2442a4.theme-Theme01-Theme01_Styles .single-activity-drawer-nav-back-btn {
  color: #ffffff;
  display: inline-block;
  font-size: 28px;
  margin-right: 5px;
  vertical-align: middle;
}
.c-1b0bb2d0-13d4-4901-8a7e-da149b2442a4.theme-Theme01-Theme01_Styles .single-activity-drawer-nav-counter {
  color: #ffffff;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}
.c-1b0bb2d0-13d4-4901-8a7e-da149b2442a4.theme-Theme01-Theme01_Styles .single-activity-drawer-nav-next-btn {
  color: #ffffff;
  display: inline-block;
  font-size: 28px;
  margin-left: 5px;
  vertical-align: middle;
}
.c-1b0bb2d0-13d4-4901-8a7e-da149b2442a4.theme-Theme01-Theme01_Styles .single-activity-drawer-nav-bar {
  background-color: #1d83c4;
  height: 52px;
  margin: auto;
  max-width: 964px;
  padding: 0;
  position: relative;
  width: 100%;
}
.c-1b0bb2d0-13d4-4901-8a7e-da149b2442a4.theme-Theme01-Theme01_Styles .single-activity-drawer-nav-bar .single-activity-drawer-close {
  background-color: transparent;
  border: none;
  color: #ffffff;
  margin: 10px 10px 0 0;
}
.c-1b0bb2d0-13d4-4901-8a7e-da149b2442a4.theme-Theme01-Theme01_Styles .single-activity-drawer-view {
  background-color: #ffffff;
  border: 1px solid #666666;
  position: relative;
  width: 100%;
}
.c-1b0bb2d0-13d4-4901-8a7e-da149b2442a4.theme-Theme01-Theme01_Styles .single-activity-drawer-view .sm .single-activity-drawer-activity-wrapper,
.c-1b0bb2d0-13d4-4901-8a7e-da149b2442a4.theme-Theme01-Theme01_Styles .single-activity-drawer-view .xs .single-activity-drawer-activity-wrapper {
  /* fix for iOS scrolling issue */
  -webkit-overflow-scrolling: touch !important;
  -webkit-perspective: 1000;
  -webkit-transform: translateZ(0px);
  -webkit-transform: translate3d(0, 0, 0);
  z-index: 99999999;
  /* end iOS scrolling fix */
}
.c-1b0bb2d0-13d4-4901-8a7e-da149b2442a4.theme-Theme01-Theme01_Styles .single-activity-drawer-view .sm .single-activity-drawer-activity-wrapper *,
.c-1b0bb2d0-13d4-4901-8a7e-da149b2442a4.theme-Theme01-Theme01_Styles .single-activity-drawer-view .xs .single-activity-drawer-activity-wrapper * {
  -webkit-overflow-scrolling: touch !important;
  -webkit-perspective: 1000;
}
.c-ce43a68a-4673-4a55-8493-a0a338898d8a.theme-Theme01-Theme01_Styles .image-tile-content {
  display: inline-block;
  height: 100%;
  padding: 0;
  position: relative;
  width: 100%;
}
.c-ce43a68a-4673-4a55-8493-a0a338898d8a.theme-Theme01-Theme01_Styles .image-tile-content-body {
  color: #333333;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  margin-bottom: 35px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.c-ce43a68a-4673-4a55-8493-a0a338898d8a.theme-Theme01-Theme01_Styles .image-tile-content-heading {
  color: #1d83c4;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
  margin-bottom: 6px;
  position: relative;
  width: 100%;
}
.c-ce43a68a-4673-4a55-8493-a0a338898d8a.theme-Theme01-Theme01_Styles .image-tile-content-measure {
  display: inline-block;
  height: 100%;
  padding: 15px 42px 15px 42px;
  position: relative;
  width: 100%;
}
.c-ce43a68a-4673-4a55-8493-a0a338898d8a.theme-Theme01-Theme01_Styles .image-tile-image {
  background-size: cover;
  position: absolute;
  top: 0;
  -webkit-transition: -webkit-transform 150ms ease-in-out;
  transition: -webkit-transform 150ms ease-in-out;
  transition: transform 150ms ease-in-out;
  transition: transform 150ms ease-in-out, -webkit-transform 150ms ease-in-out;
  width: 100%;
}
.c-ce43a68a-4673-4a55-8493-a0a338898d8a.theme-Theme01-Theme01_Styles .image-tile-status-mark {
  border-radius: 50%;
  bottom: 14px;
  color: #1d83c4;
  font-size: 24px;
  height: 24px;
  position: absolute;
  right: 42px;
  width: 24px;
}
.c-ce43a68a-4673-4a55-8493-a0a338898d8a.theme-Theme01-Theme01_Styles .image-tile-text-area {
  background-color: #ffffff;
  bottom: 0;
  display: inline-block;
  position: absolute;
  width: 100%;
}
.c-ce43a68a-4673-4a55-8493-a0a338898d8a.theme-Theme01-Theme01_Styles .image-tile-toggle-btn {
  bottom: 15px;
  display: inline-block;
  left: 42px;
  position: absolute;
  text-transform: uppercase;
  -webkit-transition: -webkit-transform 500ms ease-in-out;
  transition: -webkit-transform 500ms ease-in-out;
  transition: transform 500ms ease-in-out;
  transition: transform 500ms ease-in-out, -webkit-transform 500ms ease-in-out;
  width: calc(100% - 45px - 84px);
}
.c-ce43a68a-4673-4a55-8493-a0a338898d8a.theme-Theme01-Theme01_Styles .image-tile-toggle-btn.expanded .material-icons {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.c-ce43a68a-4673-4a55-8493-a0a338898d8a.theme-Theme01-Theme01_Styles .image-tile-toggle-btn.measurement {
  bottom: unset;
  left: unset;
  opacity: 0 !important;
  position: relative;
  visibility: hidden;
  width: calc(100% - 45px);
}
.c-ce43a68a-4673-4a55-8493-a0a338898d8a.theme-Theme01-Theme01_Styles .image-tile-toggle-btn-icon {
  color: #D2D8DB;
  display: inline-block;
  font-size: 22px;
  height: 20px;
  margin-top: -1px;
  position: relative;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transition: -webkit-transform 300ms ease-in-out;
  transition: -webkit-transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
  vertical-align: middle;
  width: 22px;
}
.c-ce43a68a-4673-4a55-8493-a0a338898d8a.theme-Theme01-Theme01_Styles .image-tile-toggle-btn-label {
  color: #333333;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 16px;
  vertical-align: middle;
}
.c-ce43a68a-4673-4a55-8493-a0a338898d8a.theme-Theme01-Theme01_Styles .image-tile-view {
  background-color: #ffffff;
  border: 1px solid #666666;
  color: #333333;
  cursor: pointer;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.c-ce43a68a-4673-4a55-8493-a0a338898d8a.theme-Theme01-Theme01_Styles .image-tile-view.rtl-language {
  direction: rtl;
}
.c-ce43a68a-4673-4a55-8493-a0a338898d8a.theme-Theme01-Theme01_Styles .image-tile-view.rtl-language .image-tile-status-mark {
  left: 42px;
  right: auto;
}
.c-ce43a68a-4673-4a55-8493-a0a338898d8a.theme-Theme01-Theme01_Styles .image-tile-view.rtl-language .image-tile-toggle-btn {
  left: auto;
  right: 42px;
}
.c-ce43a68a-4673-4a55-8493-a0a338898d8a.theme-Theme01-Theme01_Styles .image-tile-view.locked {
  cursor: default;
}
.c-ce43a68a-4673-4a55-8493-a0a338898d8a.theme-Theme01-Theme01_Styles .image-tile-view.locked .image-tile-status-mark {
  color: #333333;
}
.c-ce43a68a-4673-4a55-8493-a0a338898d8a.theme-Theme01-Theme01_Styles .image-tile-view.locked .image-tile-toggle-btn {
  opacity: 0;
  visibility: hidden;
}
.c-ce43a68a-4673-4a55-8493-a0a338898d8a.theme-Theme01-Theme01_Styles .image-tile-view.preview {
  height: 350px;
  width: 500px;
}
.c-ce43a68a-4673-4a55-8493-a0a338898d8a.theme-Theme01-Theme01_Styles .image-tile-view:hover:not(.locked) .image-tile-image:not(.in-designer) {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.c-ce43a68a-4673-4a55-8493-a0a338898d8a.theme-Theme01-Theme01_Styles .image-tile-view.sm .image-tile-content-body,
.c-ce43a68a-4673-4a55-8493-a0a338898d8a.theme-Theme01-Theme01_Styles .image-tile-view.xs .image-tile-content-body {
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
}
.c-ce43a68a-4673-4a55-8493-a0a338898d8a.theme-Theme01-Theme01_Styles .image-tile-view.sm .image-tile-content-heading,
.c-ce43a68a-4673-4a55-8493-a0a338898d8a.theme-Theme01-Theme01_Styles .image-tile-view.xs .image-tile-content-heading {
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
}
.c-ce43a68a-4673-4a55-8493-a0a338898d8a.theme-Theme01-Theme01_Styles .image-tile-view.sm .image-tile-content-measure,
.c-ce43a68a-4673-4a55-8493-a0a338898d8a.theme-Theme01-Theme01_Styles .image-tile-view.xs .image-tile-content-measure {
  padding: 15px 24px;
}
.c-ce43a68a-4673-4a55-8493-a0a338898d8a.theme-Theme01-Theme01_Styles .image-tile-view.sm .image-tile-toggle-btn,
.c-ce43a68a-4673-4a55-8493-a0a338898d8a.theme-Theme01-Theme01_Styles .image-tile-view.xs .image-tile-toggle-btn {
  left: 24px;
  width: calc(100% - 27px - 30px);
}
.c-ce43a68a-4673-4a55-8493-a0a338898d8a.theme-Theme01-Theme01_Styles .image-tile-view.sm .image-tile-toggle-btn.measurement,
.c-ce43a68a-4673-4a55-8493-a0a338898d8a.theme-Theme01-Theme01_Styles .image-tile-view.xs .image-tile-toggle-btn.measurement {
  width: calc(100% - 27px);
}
.c-ce43a68a-4673-4a55-8493-a0a338898d8a.theme-Theme01-Theme01_Styles .image-tile-view.sm .image-tile-status-mark,
.c-ce43a68a-4673-4a55-8493-a0a338898d8a.theme-Theme01-Theme01_Styles .image-tile-view.xs .image-tile-status-mark {
  right: 24px;
}
.c-ce43a68a-4673-4a55-8493-a0a338898d8a.theme-Theme01-Theme01_Styles .image-tile-view.xs {
  border: none;
  border-bottom: 1px solid #D2D8DB;
  box-shadow: none;
}
.c-ce43a68a-4673-4a55-8493-a0a338898d8a.theme-Theme01-Theme01_Styles .image-tile-view.xs.first-child:not(.blend-top) {
  border-top: 1px solid #D2D8DB;
}
.c-ce43a68a-4673-4a55-8493-a0a338898d8a.theme-Theme01-Theme01_Styles .image-tile-view.xs.preview {
  height: 80px;
  width: 100%;
}
.c-ce43a68a-4673-4a55-8493-a0a338898d8a.theme-Theme01-Theme01_Styles .image-tile-view.xs:hover .image-tile-image {
  -webkit-transform: none !important;
          transform: none !important;
}
.c-ce43a68a-4673-4a55-8493-a0a338898d8a.theme-Theme01-Theme01_Styles .image-tile-view.xs .image-tile-content {
  padding: 0;
}
.c-ce43a68a-4673-4a55-8493-a0a338898d8a.theme-Theme01-Theme01_Styles .image-tile-view.xs .image-tile-content-heading {
  margin-bottom: 0;
  margin-top: 0;
}
.c-ce43a68a-4673-4a55-8493-a0a338898d8a.theme-Theme01-Theme01_Styles .image-tile-view.xs .image-tile-status-mark {
  color: #D2D8DB;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-ce43a68a-4673-4a55-8493-a0a338898d8a.theme-Theme01-Theme01_Styles .image-tile-view.xs .image-tile-status-mark.locked {
  color: #333333;
}
.c-ce43a68a-4673-4a55-8493-a0a338898d8a.theme-Theme01-Theme01_Styles .image-tile-view.xs .image-tile-status-mark.complete {
  color: #1d83c4;
}
.c-ce43a68a-4673-4a55-8493-a0a338898d8a.theme-Theme01-Theme01_Styles .image-tile-view.xs .image-tile-text-area {
  border-right: 0;
  bottom: auto;
  height: auto;
  left: 20%;
  min-height: 0 !important;
  padding: 0 50px 0 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 80%;
}
.c-ce43a68a-4673-4a55-8493-a0a338898d8a.theme-Theme01-Theme01_Styles .image-tile-view.xs .image-tile-toggle-btn {
  display: none;
}
.c-ce43a68a-4673-4a55-8493-a0a338898d8a.theme-Theme01-Theme01_Styles .image-tile-view.xs.rtl-language .image-tile-text-area {
  left: unset;
  right: 20%;
}
.c-ce43a68a-4673-4a55-8493-a0a338898d8a.theme-Theme01-Theme01_Styles .image-tile-view.xs.rtl-language .image-tile-status-mark {
  left: 20px;
  right: unset;
}
.c-01171a2d-879b-4455-97d4-94987ec66aff.theme-Theme01-Theme01_Styles .editorial1-body {
  color: #333333;
  -webkit-column-gap: 35px;
     -moz-column-gap: 35px;
          column-gap: 35px;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  margin-bottom: 30px;
  margin-top: 25px;
  text-align: left;
  width: 100%;
}
.c-01171a2d-879b-4455-97d4-94987ec66aff.theme-Theme01-Theme01_Styles .editorial1-body blockquote {
  color: #1d83c4;
  border-left: 5px solid #D2D8DB;
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
  margin-left: 0;
  padding-left: 10px;
}
.c-01171a2d-879b-4455-97d4-94987ec66aff.theme-Theme01-Theme01_Styles .editorial1-body.quote-primary1 blockquote {
  border-left-color: #333333;
}
.c-01171a2d-879b-4455-97d4-94987ec66aff.theme-Theme01-Theme01_Styles .editorial1-body.quote-primary2 blockquote {
  border-left-color: #ffffff;
}
.c-01171a2d-879b-4455-97d4-94987ec66aff.theme-Theme01-Theme01_Styles .editorial1-body.quote-primary3 blockquote {
  border-left-color: #1d83c4;
}
.c-01171a2d-879b-4455-97d4-94987ec66aff.theme-Theme01-Theme01_Styles .editorial1-body.quote-primary4 blockquote {
  border-left-color: #D2D8DB;
}
.c-01171a2d-879b-4455-97d4-94987ec66aff.theme-Theme01-Theme01_Styles .editorial1-body.quote-neutral3 blockquote {
  border-left-color: #ebebeb;
}
.c-01171a2d-879b-4455-97d4-94987ec66aff.theme-Theme01-Theme01_Styles .editorial1-drawer-complete-btn {
  display: inline-block;
  margin: auto 0 0 auto;
}
.c-01171a2d-879b-4455-97d4-94987ec66aff.theme-Theme01-Theme01_Styles .editorial1-heading {
  color: #1d83c4;
  font-family: 'Roboto', sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 30px;
  width: 100%;
}
.c-01171a2d-879b-4455-97d4-94987ec66aff.theme-Theme01-Theme01_Styles .editorial1-image-area {
  display: inline-block;
  height: auto;
  line-height: 0;
  position: relative;
  text-align: center;
  vertical-align: middle;
}
.c-01171a2d-879b-4455-97d4-94987ec66aff.theme-Theme01-Theme01_Styles .editorial1-image-area.cropped {
  vertical-align: top;
}
.c-01171a2d-879b-4455-97d4-94987ec66aff.theme-Theme01-Theme01_Styles .editorial1-image-area .allencomm-component {
  position: relative;
}
.c-01171a2d-879b-4455-97d4-94987ec66aff.theme-Theme01-Theme01_Styles .editorial1-subheading {
  color: #333333;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
  margin-top: 5px;
  width: 100%;
}
.c-01171a2d-879b-4455-97d4-94987ec66aff.theme-Theme01-Theme01_Styles .editorial1-text-area {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 50px 42px;
  position: relative;
  text-align: left;
  vertical-align: top;
}
.c-01171a2d-879b-4455-97d4-94987ec66aff.theme-Theme01-Theme01_Styles .editorial1-view {
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 250px;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-align: left;
  width: 100%;
}
.c-01171a2d-879b-4455-97d4-94987ec66aff.theme-Theme01-Theme01_Styles .editorial1-view.image-bottom,
.c-01171a2d-879b-4455-97d4-94987ec66aff.theme-Theme01-Theme01_Styles .editorial1-view.image-none,
.c-01171a2d-879b-4455-97d4-94987ec66aff.theme-Theme01-Theme01_Styles .editorial1-view.image-top {
  display: block;
}
.c-01171a2d-879b-4455-97d4-94987ec66aff.theme-Theme01-Theme01_Styles .editorial1-view.image-bottom .editorial1-image-area,
.c-01171a2d-879b-4455-97d4-94987ec66aff.theme-Theme01-Theme01_Styles .editorial1-view.image-none .editorial1-image-area,
.c-01171a2d-879b-4455-97d4-94987ec66aff.theme-Theme01-Theme01_Styles .editorial1-view.image-top .editorial1-image-area {
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.c-01171a2d-879b-4455-97d4-94987ec66aff.theme-Theme01-Theme01_Styles .editorial1-view.series .editorial1-series-continue-btn {
  -ms-flex-item-align: end;
      align-self: flex-end;
  display: inline-block;
}
.c-01171a2d-879b-4455-97d4-94987ec66aff.theme-Theme01-Theme01_Styles .editorial1-view.series .editorial1-text-area {
  padding-top: 24px;
}
.c-01171a2d-879b-4455-97d4-94987ec66aff.theme-Theme01-Theme01_Styles .editorial1-view.sm,
.c-01171a2d-879b-4455-97d4-94987ec66aff.theme-Theme01-Theme01_Styles .editorial1-view.xs {
  display: block;
}
.c-01171a2d-879b-4455-97d4-94987ec66aff.theme-Theme01-Theme01_Styles .editorial1-view.sm .editorial1-body,
.c-01171a2d-879b-4455-97d4-94987ec66aff.theme-Theme01-Theme01_Styles .editorial1-view.xs .editorial1-body {
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
}
.c-01171a2d-879b-4455-97d4-94987ec66aff.theme-Theme01-Theme01_Styles .editorial1-view.sm .editorial1-body blockquote,
.c-01171a2d-879b-4455-97d4-94987ec66aff.theme-Theme01-Theme01_Styles .editorial1-view.xs .editorial1-body blockquote {
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
}
.c-01171a2d-879b-4455-97d4-94987ec66aff.theme-Theme01-Theme01_Styles .editorial1-view.sm .editorial1-drawer-complete-btn,
.c-01171a2d-879b-4455-97d4-94987ec66aff.theme-Theme01-Theme01_Styles .editorial1-view.xs .editorial1-drawer-complete-btn {
  float: right;
}
.c-01171a2d-879b-4455-97d4-94987ec66aff.theme-Theme01-Theme01_Styles .editorial1-view.sm .editorial1-heading,
.c-01171a2d-879b-4455-97d4-94987ec66aff.theme-Theme01-Theme01_Styles .editorial1-view.xs .editorial1-heading {
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
}
.c-01171a2d-879b-4455-97d4-94987ec66aff.theme-Theme01-Theme01_Styles .editorial1-view.sm .editorial1-image-area,
.c-01171a2d-879b-4455-97d4-94987ec66aff.theme-Theme01-Theme01_Styles .editorial1-view.xs .editorial1-image-area {
  display: block;
  line-height: 0;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  vertical-align: top;
}
.c-01171a2d-879b-4455-97d4-94987ec66aff.theme-Theme01-Theme01_Styles .editorial1-view.sm .editorial1-subheading,
.c-01171a2d-879b-4455-97d4-94987ec66aff.theme-Theme01-Theme01_Styles .editorial1-view.xs .editorial1-subheading {
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
}
.c-01171a2d-879b-4455-97d4-94987ec66aff.theme-Theme01-Theme01_Styles .editorial1-view.sm .editorial1-text-area,
.c-01171a2d-879b-4455-97d4-94987ec66aff.theme-Theme01-Theme01_Styles .editorial1-view.xs .editorial1-text-area {
  display: inline-block;
  padding: 44px 24px 34px 24px;
  width: 100%;
}
.c-01171a2d-879b-4455-97d4-94987ec66aff.theme-Theme01-Theme01_Styles .editorial1-view.sm.series .editorial1-series-nav,
.c-01171a2d-879b-4455-97d4-94987ec66aff.theme-Theme01-Theme01_Styles .editorial1-view.xs.series .editorial1-series-nav {
  display: inline-block;
  position: relative;
  text-align: center;
  top: 0;
  width: 100%;
}
.c-01171a2d-879b-4455-97d4-94987ec66aff.theme-Theme01-Theme01_Styles .editorial1-view.sm.series .editorial1-series-nav-container,
.c-01171a2d-879b-4455-97d4-94987ec66aff.theme-Theme01-Theme01_Styles .editorial1-view.xs.series .editorial1-series-nav-container {
  text-align: center;
}
.c-01171a2d-879b-4455-97d4-94987ec66aff.theme-Theme01-Theme01_Styles .editorial1-view.sm.series .editorial1-text-area,
.c-01171a2d-879b-4455-97d4-94987ec66aff.theme-Theme01-Theme01_Styles .editorial1-view.xs.series .editorial1-text-area {
  display: inline-block;
  padding: 16px 24px 44px 24px;
  width: 100%;
}
.c-01171a2d-879b-4455-97d4-94987ec66aff.theme-Theme01-Theme01_Styles .editorial1-view.sm .editorial1-body {
  padding-bottom: 40px;
}
.c-01171a2d-879b-4455-97d4-94987ec66aff.theme-Theme01-Theme01_Styles .editorial1-view.xs .editorial1-body {
  margin-bottom: 0;
}
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-Theme01_Styles .method-discovery2-continue-btn {
  display: inline-block;
  margin: 30px 0 0 0;
}
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-Theme01_Styles .method-discovery2-drawer-complete-btn {
  bottom: 40px;
  position: absolute;
  right: 60px;
  z-index: 1;
}
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-Theme01_Styles .method-discovery2-drawer-complete-btn.right {
  bottom: auto;
  float: right;
  margin-right: 60px;
  margin-bottom: 40px;
  position: relative;
  right: auto;
}
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-Theme01_Styles .method-discovery2-image {
  display: inline-block;
}
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-Theme01_Styles .method-discovery2-image.cropped {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-Theme01_Styles .method-discovery2-image.scaled {
  margin: auto;
  vertical-align: top;
}
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-Theme01_Styles .method-discovery2-intro {
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  vertical-align: top;
}
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-Theme01_Styles .method-discovery2-intro-body {
  color: #333333;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  position: relative;
}
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-Theme01_Styles .method-discovery2-intro-heading {
  color: #1d83c4;
  font-family: 'Roboto', sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 30px;
  position: relative;
}
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-Theme01_Styles .method-discovery2-link {
  cursor: pointer;
  display: block;
  font-weight: bold;
  margin: 10px 0;
  overflow: visible;
  padding: 12px 50px 12px 10px;
  position: relative;
  text-align: left;
  width: 100%;
}
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-Theme01_Styles .method-discovery2-link.selected .method-discovery2-link-background {
  width: calc(100% + 64px);
}
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-Theme01_Styles .method-discovery2-link-arrow {
  font-size: 28px;
  height: 27px;
  line-height: 1;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transition: right 300ms ease-in-out;
  transition: right 300ms ease-in-out;
  width: 27px;
}
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-Theme01_Styles .method-discovery2-link-background {
  background-color: inherit;
  border: inherit;
  height: calc(100% + 2px);
  left: -1px;
  position: absolute;
  top: -1px;
  -webkit-transition: width 300ms, background 300ms ease;
  transition: width 300ms, background 300ms ease;
  width: calc(100% + 2px);
}
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-Theme01_Styles .method-discovery2-link-label {
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
  padding-right: 50px;
  position: relative;
  z-index: 1;
}
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-Theme01_Styles .method-discovery2-links {
  margin-top: 44px;
}
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-Theme01_Styles .method-discovery2-swap {
  background-color: #ebebeb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-bottom: 45px;
  position: relative;
  text-align: center;
}
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-Theme01_Styles .method-discovery2-swap.align-middle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-Theme01_Styles .method-discovery2-swap-body {
  color: #333333;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
}
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-Theme01_Styles .method-discovery2-swap-content {
  padding: 56px 60px 60px 60px;
  position: relative;
  text-align: left;
  z-index: 1;
}
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-Theme01_Styles .method-discovery2-swap-image {
  display: block;
  margin: 0 auto 20px auto;
  max-width: 100%;
  position: relative;
}
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-Theme01_Styles .method-discovery2-view {
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  position: relative;
  table-layout: fixed;
  width: 100%;
}
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-Theme01_Styles .method-discovery2-view.rtl-language {
  direction: rtl;
}
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-Theme01_Styles .method-discovery2-view.rtl-language .method-discovery2-drawer-complete-btn {
  left: 60px;
  right: auto;
}
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-Theme01_Styles .method-discovery2-view.rtl-language .method-discovery2-drawer-complete-btn.right {
  float: left;
  margin-left: 60px;
  margin-right: 0;
  left: auto;
}
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-Theme01_Styles .method-discovery2-view.rtl-language .method-discovery2-link {
  padding: 12px 10px 12px 50px;
}
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-Theme01_Styles .method-discovery2-view.rtl-language .method-discovery2-link-arrow {
  left: 20px;
  right: auto;
}
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-Theme01_Styles .method-discovery2-view.rtl-language .method-discovery2-link-background {
  left: auto;
  right: -1px;
}
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-Theme01_Styles .method-discovery2-view.rtl-language .method-discovery2-link-label {
  padding-left: 50px;
  padding-right: 0;
}
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-Theme01_Styles .method-discovery2-view.rtl-language .method-discovery2-swap-content {
  text-align: right;
}
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-Theme01_Styles .method-discovery2-view.sm,
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-Theme01_Styles .method-discovery2-view.xs {
  display: block;
  height: auto;
}
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-Theme01_Styles .method-discovery2-view.sm .method-discovery2-drawer-complete-btn,
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-Theme01_Styles .method-discovery2-view.xs .method-discovery2-drawer-complete-btn {
  margin-bottom: 24px;
  margin-right: 24px;
}
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-Theme01_Styles .method-discovery2-view.sm .method-discovery2-intro,
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-Theme01_Styles .method-discovery2-view.xs .method-discovery2-intro {
  display: block;
  width: 100%;
}
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-Theme01_Styles .method-discovery2-view.sm .method-discovery2-intro-body,
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-Theme01_Styles .method-discovery2-view.xs .method-discovery2-intro-body {
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
}
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-Theme01_Styles .method-discovery2-view.sm .method-discovery2-intro-heading,
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-Theme01_Styles .method-discovery2-view.xs .method-discovery2-intro-heading {
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
}
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-Theme01_Styles .method-discovery2-view.sm .method-discovery2-link,
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-Theme01_Styles .method-discovery2-view.xs .method-discovery2-link {
  cursor: default;
  margin: 1px 0;
  padding: 0;
  width: 100%;
}
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-Theme01_Styles .method-discovery2-view.sm .method-discovery2-link:before,
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-Theme01_Styles .method-discovery2-view.xs .method-discovery2-link:before {
  background-color: transparent;
  height: 0;
  -webkit-transition: none;
  transition: none;
  width: 0;
}
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-Theme01_Styles .method-discovery2-view.sm .method-discovery2-link:first-child,
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-Theme01_Styles .method-discovery2-view.xs .method-discovery2-link:first-child {
  margin-top: 0;
}
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-Theme01_Styles .method-discovery2-view.sm .method-discovery2-link-arrow,
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-Theme01_Styles .method-discovery2-view.xs .method-discovery2-link-arrow {
  font-size: 28px;
  height: 27px;
  line-height: 1;
  position: absolute;
  right: 24px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transition: -webkit-transform 500ms ease-in-out;
  transition: -webkit-transform 500ms ease-in-out;
  transition: transform 500ms ease-in-out;
  transition: transform 500ms ease-in-out, -webkit-transform 500ms ease-in-out;
  width: 27px;
}
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-Theme01_Styles .method-discovery2-view.sm .method-discovery2-link-btn,
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-Theme01_Styles .method-discovery2-view.xs .method-discovery2-link-btn {
  cursor: pointer;
  margin: 0;
  padding: 12px 20px 12px 24px;
  position: relative;
  text-align: left;
  width: 100%;
}
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-Theme01_Styles .method-discovery2-view.sm .method-discovery2-link-btn.selected .method-discovery2-link-arrow,
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-Theme01_Styles .method-discovery2-view.xs .method-discovery2-link-btn.selected .method-discovery2-link-arrow {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  -webkit-transition: -webkit-transform 300ms ease-in-out;
  transition: -webkit-transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
}
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-Theme01_Styles .method-discovery2-view.sm .method-discovery2-link-label,
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-Theme01_Styles .method-discovery2-view.xs .method-discovery2-link-label {
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
}
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-Theme01_Styles .method-discovery2-view.sm .method-discovery2-links,
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-Theme01_Styles .method-discovery2-view.xs .method-discovery2-links {
  display: block;
  margin-top: 0;
  padding: 0 0 36px 0;
  width: 100%;
}
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-Theme01_Styles .method-discovery2-view.sm .method-discovery2-swap,
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-Theme01_Styles .method-discovery2-view.xs .method-discovery2-swap {
  display: block;
  padding: 0;
  position: relative;
  text-align: left;
}
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-Theme01_Styles .method-discovery2-view.sm .method-discovery2-swap-body,
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-Theme01_Styles .method-discovery2-view.xs .method-discovery2-swap-body {
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
}
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-Theme01_Styles .method-discovery2-view.sm.rtl-language .method-discovery2-link-arrow,
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-Theme01_Styles .method-discovery2-view.xs.rtl-language .method-discovery2-link-arrow {
  left: 24px;
  right: auto;
}
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-Theme01_Styles .method-discovery2-view.sm.rtl-language .method-discovery2-swap,
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-Theme01_Styles .method-discovery2-view.xs.rtl-language .method-discovery2-swap {
  text-align: right;
}
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-Theme01_Styles .method-discovery2-view.xs .method-discovery2-links,
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-Theme01_Styles .method-discovery2-view.sm .method-discovery2-links {
  padding: 0 0 34px 0;
}
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-Theme01_Styles .method-discovery2-view.xs .method-discovery2-swap,
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-Theme01_Styles .method-discovery2-view.sm .method-discovery2-swap {
  padding: 16px 24px;
}
.c-6bd03e48-d307-470a-a1e5-4a6416773ccc.theme-Theme01-Theme01_Styles .quick-check1-series-comp-container {
  display: block;
  width: 100%;
}
.c-6bd03e48-d307-470a-a1e5-4a6416773ccc.theme-Theme01-Theme01_Styles .quick-check1-series-drawer-complete-btn {
  display: inline-block;
  margin: 0px 5px;
  vertical-align: baseline;
}
.c-6bd03e48-d307-470a-a1e5-4a6416773ccc.theme-Theme01-Theme01_Styles .quick-check1-series-nav {
  display: inline-block;
  margin-bottom: 24px;
  position: relative;
  text-align: left;
  white-space: nowrap;
  width: auto;
}
.c-6bd03e48-d307-470a-a1e5-4a6416773ccc.theme-Theme01-Theme01_Styles .quick-check1-series-nav-back-btn {
  color: #333333;
  display: inline-block;
  font-size: 28px;
  margin-right: 5px;
  margin-left: -28px;
  vertical-align: middle;
}
.c-6bd03e48-d307-470a-a1e5-4a6416773ccc.theme-Theme01-Theme01_Styles .quick-check1-series-nav-btn {
  visibility: hidden;
}
.c-6bd03e48-d307-470a-a1e5-4a6416773ccc.theme-Theme01-Theme01_Styles .quick-check1-series-nav-btn.visible {
  visibility: visible;
}
.c-6bd03e48-d307-470a-a1e5-4a6416773ccc.theme-Theme01-Theme01_Styles .quick-check1-series-nav-counter {
  color: #333333;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}
.c-6bd03e48-d307-470a-a1e5-4a6416773ccc.theme-Theme01-Theme01_Styles .quick-check1-series-nav-next-btn {
  color: #333333;
  display: inline-block;
  font-size: 28px;
  margin-left: 5px;
  vertical-align: middle;
}
.c-6bd03e48-d307-470a-a1e5-4a6416773ccc.theme-Theme01-Theme01_Styles .quick-check1-series-summary {
  background-color: #ffffff;
  display: table-cell;
  padding: 50px 62px;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}
.c-6bd03e48-d307-470a-a1e5-4a6416773ccc.theme-Theme01-Theme01_Styles .quick-check1-series-summary.failed,
.c-6bd03e48-d307-470a-a1e5-4a6416773ccc.theme-Theme01-Theme01_Styles .quick-check1-series-summary.passed,
.c-6bd03e48-d307-470a-a1e5-4a6416773ccc.theme-Theme01-Theme01_Styles .quick-check1-series-summary.perfect {
  text-align: center;
}
.c-6bd03e48-d307-470a-a1e5-4a6416773ccc.theme-Theme01-Theme01_Styles .quick-check1-series-summary-body,
.c-6bd03e48-d307-470a-a1e5-4a6416773ccc.theme-Theme01-Theme01_Styles .quick-check1-series-summary-body2,
.c-6bd03e48-d307-470a-a1e5-4a6416773ccc.theme-Theme01-Theme01_Styles .quick-check1-series-summary-incorrect-list {
  color: #333333;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  margin-bottom: 18px;
  position: relative;
  width: 100%;
}
.c-6bd03e48-d307-470a-a1e5-4a6416773ccc.theme-Theme01-Theme01_Styles .quick-check1-series-summary-btns {
  display: block;
  margin-top: 40px;
  position: relative;
  text-align: center;
  width: 100%;
}
.c-6bd03e48-d307-470a-a1e5-4a6416773ccc.theme-Theme01-Theme01_Styles .quick-check1-series-summary-heading {
  color: #1d83c4;
  font-family: 'Roboto', sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 30px;
  margin-bottom: 18px;
  position: relative;
}
.c-6bd03e48-d307-470a-a1e5-4a6416773ccc.theme-Theme01-Theme01_Styles .quick-check1-series-summary-image {
  margin-bottom: 15px;
}
.c-6bd03e48-d307-470a-a1e5-4a6416773ccc.theme-Theme01-Theme01_Styles .quick-check1-series-summary-incorrect-item {
  margin-bottom: 4px;
}
.c-6bd03e48-d307-470a-a1e5-4a6416773ccc.theme-Theme01-Theme01_Styles .quick-check1-series-summary-score {
  color: #1d83c4;
  font-family: 'Roboto', sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 30px;
  margin-bottom: 24px;
  position: relative;
}
.c-6bd03e48-d307-470a-a1e5-4a6416773ccc.theme-Theme01-Theme01_Styles .quick-check1-series-summary-score-label {
  color: #333333;
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
  margin-bottom: 10px;
  position: relative;
}
.c-6bd03e48-d307-470a-a1e5-4a6416773ccc.theme-Theme01-Theme01_Styles .quick-check1-series-test-out-intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.c-6bd03e48-d307-470a-a1e5-4a6416773ccc.theme-Theme01-Theme01_Styles .quick-check1-series-test-out-intro-begin-btn,
.c-6bd03e48-d307-470a-a1e5-4a6416773ccc.theme-Theme01-Theme01_Styles .quick-check1-series-test-out-intro-close-btn {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin-top: 10px;
}
.c-6bd03e48-d307-470a-a1e5-4a6416773ccc.theme-Theme01-Theme01_Styles .quick-check1-series-test-out-intro-body {
  color: #333333;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  margin-bottom: 20px;
}
.c-6bd03e48-d307-470a-a1e5-4a6416773ccc.theme-Theme01-Theme01_Styles .quick-check1-series-test-out-intro-heading {
  color: #333333;
  font-family: 'Roboto', sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 30px;
}
.c-6bd03e48-d307-470a-a1e5-4a6416773ccc.theme-Theme01-Theme01_Styles .quick-check1-series-view {
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
}
.c-6bd03e48-d307-470a-a1e5-4a6416773ccc.theme-Theme01-Theme01_Styles .quick-check1-series-view.sm,
.c-6bd03e48-d307-470a-a1e5-4a6416773ccc.theme-Theme01-Theme01_Styles .quick-check1-series-view.xs {
  height: auto;
  display: block;
}
.c-6bd03e48-d307-470a-a1e5-4a6416773ccc.theme-Theme01-Theme01_Styles .quick-check1-series-view.sm .quick-check1-series-nav-back-btn,
.c-6bd03e48-d307-470a-a1e5-4a6416773ccc.theme-Theme01-Theme01_Styles .quick-check1-series-view.xs .quick-check1-series-nav-back-btn {
  margin-left: 0;
}
.c-6bd03e48-d307-470a-a1e5-4a6416773ccc.theme-Theme01-Theme01_Styles .quick-check1-series-view.sm .quick-check1-series-nav-counter,
.c-6bd03e48-d307-470a-a1e5-4a6416773ccc.theme-Theme01-Theme01_Styles .quick-check1-series-view.xs .quick-check1-series-nav-counter {
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
}
.c-dae1fc21-2166-4536-854e-cf7e9fedea8f.theme-Theme01-Theme01_Styles .quick-check1-btn-bar {
  -ms-flex-item-align: end;
      align-self: flex-end;
  display: inline-block;
  margin-top: auto;
  position: relative;
  text-align: right;
  width: 100%;
}
.c-dae1fc21-2166-4536-854e-cf7e9fedea8f.theme-Theme01-Theme01_Styles .quick-check1-btn-bar.series-group {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
}
.c-dae1fc21-2166-4536-854e-cf7e9fedea8f.theme-Theme01-Theme01_Styles .quick-check1-drawer-complete-btn.btn-right {
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-top: auto;
}
.c-dae1fc21-2166-4536-854e-cf7e9fedea8f.theme-Theme01-Theme01_Styles .quick-check1-drawer-complete-btn.btn-right-group {
  margin-left: 10px;
  margin-top: 10px;
}
.c-dae1fc21-2166-4536-854e-cf7e9fedea8f.theme-Theme01-Theme01_Styles .quick-check1-feedback {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background-color: #ebebeb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
}
.c-dae1fc21-2166-4536-854e-cf7e9fedea8f.theme-Theme01-Theme01_Styles .quick-check1-feedback-body {
  color: #333333;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  position: relative;
  width: 100%;
}
.c-dae1fc21-2166-4536-854e-cf7e9fedea8f.theme-Theme01-Theme01_Styles .quick-check1-feedback-heading {
  color: #1d83c4;
  font-family: 'Roboto', sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 30px;
  position: relative;
  width: 100%;
}
.c-dae1fc21-2166-4536-854e-cf7e9fedea8f.theme-Theme01-Theme01_Styles .quick-check1-feedback-text {
  margin-bottom: 15px;
  width: 100%;
}
.c-dae1fc21-2166-4536-854e-cf7e9fedea8f.theme-Theme01-Theme01_Styles .quick-check1-inner-view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
      flex-flow: row;
  height: 100%;
  overflow: visible;
  position: relative;
  -webkit-transition: left .5s ease;
  transition: left .5s ease;
}
.c-dae1fc21-2166-4536-854e-cf7e9fedea8f.theme-Theme01-Theme01_Styles .quick-check1-intro {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background-color: #1d83c4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  -webkit-transition: opacity .1s ease 0.5s;
  transition: opacity .1s ease 0.5s;
  vertical-align: top;
}
.c-dae1fc21-2166-4536-854e-cf7e9fedea8f.theme-Theme01-Theme01_Styles .quick-check1-intro-body {
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  position: relative;
  width: 100%;
}
.c-dae1fc21-2166-4536-854e-cf7e9fedea8f.theme-Theme01-Theme01_Styles .quick-check1-intro-heading {
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 30px;
  position: relative;
  width: 100%;
}
.c-dae1fc21-2166-4536-854e-cf7e9fedea8f.theme-Theme01-Theme01_Styles .quick-check1-option {
  background: transparent;
  border: 0;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  outline: 0;
  padding: 5px 0;
  text-align: left;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
}
.c-dae1fc21-2166-4536-854e-cf7e9fedea8f.theme-Theme01-Theme01_Styles .quick-check1-option-icon {
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 24px;
  line-height: 1;
  margin-right: 12px;
  position: relative;
  text-align: right;
  vertical-align: top;
  width: 24px;
}
.c-dae1fc21-2166-4536-854e-cf7e9fedea8f.theme-Theme01-Theme01_Styles .quick-check1-option-label {
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  padding: 0;
  position: relative;
  vertical-align: top;
  white-space: normal;
  width: auto;
}
.c-dae1fc21-2166-4536-854e-cf7e9fedea8f.theme-Theme01-Theme01_Styles .quick-check1-options {
  display: block;
  margin-bottom: 10px;
  margin-top: 34px;
  padding: 0;
  width: 100%;
}
.c-dae1fc21-2166-4536-854e-cf7e9fedea8f.theme-Theme01-Theme01_Styles .quick-check1-question {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 50px 62px 50px 42px;
  vertical-align: top;
}
.c-dae1fc21-2166-4536-854e-cf7e9fedea8f.theme-Theme01-Theme01_Styles .quick-check1-retry-btn {
  margin-top: 10px;
}
.c-dae1fc21-2166-4536-854e-cf7e9fedea8f.theme-Theme01-Theme01_Styles .quick-check1-stem {
  color: #1d83c4;
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
  margin-bottom: 10px;
  width: 100%;
}
.c-dae1fc21-2166-4536-854e-cf7e9fedea8f.theme-Theme01-Theme01_Styles .quick-check1-stem-directions-text {
  color: #333333;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  margin-bottom: 10px;
  width: 100%;
}
.c-dae1fc21-2166-4536-854e-cf7e9fedea8f.theme-Theme01-Theme01_Styles .quick-check1-view {
  background-color: #ffffff;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.c-dae1fc21-2166-4536-854e-cf7e9fedea8f.theme-Theme01-Theme01_Styles .quick-check1-view.series .quick-check1-question {
  padding-top: 24px;
}
.c-dae1fc21-2166-4536-854e-cf7e9fedea8f.theme-Theme01-Theme01_Styles .quick-check1-view.series .quick-check1-continue-btn {
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-top: 20px;
}
.c-dae1fc21-2166-4536-854e-cf7e9fedea8f.theme-Theme01-Theme01_Styles .quick-check1-view.rtl-language {
  direction: rtl;
}
.c-dae1fc21-2166-4536-854e-cf7e9fedea8f.theme-Theme01-Theme01_Styles .quick-check1-view.rtl-language .quick-check1-inner-view {
  -webkit-transition: right .5s ease;
  transition: right .5s ease;
}
.c-dae1fc21-2166-4536-854e-cf7e9fedea8f.theme-Theme01-Theme01_Styles .quick-check1-view.rtl-language .quick-check1-option {
  text-align: right;
}
.c-dae1fc21-2166-4536-854e-cf7e9fedea8f.theme-Theme01-Theme01_Styles .quick-check1-view.rtl-language .quick-check1-option-icon {
  margin-left: 12px;
  margin-right: 0;
}
.c-dae1fc21-2166-4536-854e-cf7e9fedea8f.theme-Theme01-Theme01_Styles .quick-check1-view.sm,
.c-dae1fc21-2166-4536-854e-cf7e9fedea8f.theme-Theme01-Theme01_Styles .quick-check1-view.xs {
  height: auto;
}
.c-dae1fc21-2166-4536-854e-cf7e9fedea8f.theme-Theme01-Theme01_Styles .quick-check1-view.sm .quick-check1-drawer-complete-btn.btn-right,
.c-dae1fc21-2166-4536-854e-cf7e9fedea8f.theme-Theme01-Theme01_Styles .quick-check1-view.xs .quick-check1-drawer-complete-btn.btn-right {
  float: right;
}
.c-dae1fc21-2166-4536-854e-cf7e9fedea8f.theme-Theme01-Theme01_Styles .quick-check1-view.sm .quick-check1-feedback,
.c-dae1fc21-2166-4536-854e-cf7e9fedea8f.theme-Theme01-Theme01_Styles .quick-check1-view.xs .quick-check1-feedback {
  display: inline-block;
  height: 100%;
  width: 100%;
}
.c-dae1fc21-2166-4536-854e-cf7e9fedea8f.theme-Theme01-Theme01_Styles .quick-check1-view.sm .quick-check1-feedback-body,
.c-dae1fc21-2166-4536-854e-cf7e9fedea8f.theme-Theme01-Theme01_Styles .quick-check1-view.xs .quick-check1-feedback-body {
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  text-align: center;
}
.c-dae1fc21-2166-4536-854e-cf7e9fedea8f.theme-Theme01-Theme01_Styles .quick-check1-view.sm .quick-check1-feedback-heading,
.c-dae1fc21-2166-4536-854e-cf7e9fedea8f.theme-Theme01-Theme01_Styles .quick-check1-view.xs .quick-check1-feedback-heading {
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
  text-align: center;
}
.c-dae1fc21-2166-4536-854e-cf7e9fedea8f.theme-Theme01-Theme01_Styles .quick-check1-view.sm .quick-check1-inner-view,
.c-dae1fc21-2166-4536-854e-cf7e9fedea8f.theme-Theme01-Theme01_Styles .quick-check1-view.xs .quick-check1-inner-view {
  display: block;
  height: 100%;
  white-space: normal;
}
.c-dae1fc21-2166-4536-854e-cf7e9fedea8f.theme-Theme01-Theme01_Styles .quick-check1-view.sm .quick-check1-intro,
.c-dae1fc21-2166-4536-854e-cf7e9fedea8f.theme-Theme01-Theme01_Styles .quick-check1-view.xs .quick-check1-intro {
  display: inline-block;
  width: 100%;
}
.c-dae1fc21-2166-4536-854e-cf7e9fedea8f.theme-Theme01-Theme01_Styles .quick-check1-view.sm .quick-check1-intro-body,
.c-dae1fc21-2166-4536-854e-cf7e9fedea8f.theme-Theme01-Theme01_Styles .quick-check1-view.xs .quick-check1-intro-body {
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
}
.c-dae1fc21-2166-4536-854e-cf7e9fedea8f.theme-Theme01-Theme01_Styles .quick-check1-view.sm .quick-check1-intro-heading,
.c-dae1fc21-2166-4536-854e-cf7e9fedea8f.theme-Theme01-Theme01_Styles .quick-check1-view.xs .quick-check1-intro-heading {
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
}
.c-dae1fc21-2166-4536-854e-cf7e9fedea8f.theme-Theme01-Theme01_Styles .quick-check1-view.sm .quick-check1-option,
.c-dae1fc21-2166-4536-854e-cf7e9fedea8f.theme-Theme01-Theme01_Styles .quick-check1-view.xs .quick-check1-option {
  margin-bottom: 20px;
}
.c-dae1fc21-2166-4536-854e-cf7e9fedea8f.theme-Theme01-Theme01_Styles .quick-check1-view.sm .quick-check1-option-label,
.c-dae1fc21-2166-4536-854e-cf7e9fedea8f.theme-Theme01-Theme01_Styles .quick-check1-view.xs .quick-check1-option-label {
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
}
.c-dae1fc21-2166-4536-854e-cf7e9fedea8f.theme-Theme01-Theme01_Styles .quick-check1-view.sm .quick-check1-options,
.c-dae1fc21-2166-4536-854e-cf7e9fedea8f.theme-Theme01-Theme01_Styles .quick-check1-view.xs .quick-check1-options {
  margin-top: 24px;
}
.c-dae1fc21-2166-4536-854e-cf7e9fedea8f.theme-Theme01-Theme01_Styles .quick-check1-view.sm .quick-check1-question,
.c-dae1fc21-2166-4536-854e-cf7e9fedea8f.theme-Theme01-Theme01_Styles .quick-check1-view.xs .quick-check1-question {
  display: inline-block;
  padding: 28px 24px 4px 24px;
  width: 100%;
}
.c-dae1fc21-2166-4536-854e-cf7e9fedea8f.theme-Theme01-Theme01_Styles .quick-check1-view.sm .quick-check1-series-nav,
.c-dae1fc21-2166-4536-854e-cf7e9fedea8f.theme-Theme01-Theme01_Styles .quick-check1-view.xs .quick-check1-series-nav {
  display: inline-block;
  position: relative;
  text-align: center;
  top: 0;
  width: 100%;
}
.c-dae1fc21-2166-4536-854e-cf7e9fedea8f.theme-Theme01-Theme01_Styles .quick-check1-view.sm .quick-check1-stem,
.c-dae1fc21-2166-4536-854e-cf7e9fedea8f.theme-Theme01-Theme01_Styles .quick-check1-view.xs .quick-check1-stem {
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
}
.c-dae1fc21-2166-4536-854e-cf7e9fedea8f.theme-Theme01-Theme01_Styles .quick-check1-view.sm .quick-check1-stem-directions-text,
.c-dae1fc21-2166-4536-854e-cf7e9fedea8f.theme-Theme01-Theme01_Styles .quick-check1-view.xs .quick-check1-stem-directions-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
}
.c-dae1fc21-2166-4536-854e-cf7e9fedea8f.theme-Theme01-Theme01_Styles .quick-check1-view.sm .quick-check1-submit-btn,
.c-dae1fc21-2166-4536-854e-cf7e9fedea8f.theme-Theme01-Theme01_Styles .quick-check1-view.xs .quick-check1-submit-btn {
  margin-top: 10px;
}
.c-dae1fc21-2166-4536-854e-cf7e9fedea8f.theme-Theme01-Theme01_Styles .quick-check1-view.sm .quick-check1-submit-btn {
  margin-bottom: 28px;
}
.c-dae1fc21-2166-4536-854e-cf7e9fedea8f.theme-Theme01-Theme01_Styles .quick-check1-view.xs .quick-check1-btn-bar {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: unset;
          flex-direction: unset;
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
}
.c-dae1fc21-2166-4536-854e-cf7e9fedea8f.theme-Theme01-Theme01_Styles .quick-check1-view.xs .quick-check1-feedback {
  display: inline-block;
  height: 100%;
}
.c-dae1fc21-2166-4536-854e-cf7e9fedea8f.theme-Theme01-Theme01_Styles .quick-check1-view.xs .quick-check1-question.feedback-visible {
  padding-bottom: 0;
}
.c-e7775c36-e7b3-4f87-9281-ab400c84375f.theme-Theme01-Theme01_Styles .calculator-results-screen {
  max-width: 100%;
  overflow: hidden;
}
.c-e7775c36-e7b3-4f87-9281-ab400c84375f.theme-Theme01-Theme01_Styles .calculator-results-screen-content {
  position: relative;
}
.c-e7775c36-e7b3-4f87-9281-ab400c84375f.theme-Theme01-Theme01_Styles .calculator-results-screen-content .accesibility-speaker {
  position: absolute;
  top: -99999;
  left: -99999;
  color: transparent;
  background-color: transparent;
}
.c-e7775c36-e7b3-4f87-9281-ab400c84375f.theme-Theme01-Theme01_Styles .calculator-results-screen-content .graph-area {
  border-bottom: 4px solid #666666;
  margin-bottom: 120px;
  padding: 35px 42px 0 42px;
  position: relative;
}
.c-e7775c36-e7b3-4f87-9281-ab400c84375f.theme-Theme01-Theme01_Styles .calculator-results-screen-content .graph-columns {
  height: 100%;
  left: 0;
  padding-left: 118px;
  padding-top: 35px;
  position: absolute;
  top: 0;
  width: 100%;
}
.c-e7775c36-e7b3-4f87-9281-ab400c84375f.theme-Theme01-Theme01_Styles .calculator-results-screen-content .graph-columns .column {
  display: inline-block;
  height: 100%;
  position: relative;
  vertical-align: top;
}
.c-e7775c36-e7b3-4f87-9281-ab400c84375f.theme-Theme01-Theme01_Styles .calculator-results-screen-content .graph-columns .column .filled {
  background-color: #D2D8DB;
  bottom: 0;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 60%;
}
.c-e7775c36-e7b3-4f87-9281-ab400c84375f.theme-Theme01-Theme01_Styles .calculator-results-screen-content .graph-columns .column .label {
  color: #333333;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  left: 50%;
  line-height: 23px;
  padding: 0 4px;
  position: absolute;
  text-align: center;
  top: calc(100% + 20px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: calc(100% - 12px);
}
.c-e7775c36-e7b3-4f87-9281-ab400c84375f.theme-Theme01-Theme01_Styles .calculator-results-screen-content .graph-row {
  border-top: 1px solid #666666;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
  padding: 20px 0;
  position: relative;
}
.c-e7775c36-e7b3-4f87-9281-ab400c84375f.theme-Theme01-Theme01_Styles .calculator-results-screen-content .graph-row .label {
  color: #1d83c4;
  width: 1px;
}
.c-e7775c36-e7b3-4f87-9281-ab400c84375f.theme-Theme01-Theme01_Styles .calculator-results-screen-continue-btn {
  bottom: 40px;
  position: absolute;
  right: 60px;
}
.c-e7775c36-e7b3-4f87-9281-ab400c84375f.theme-Theme01-Theme01_Styles .calculator-results-screen-explore-btn {
  cursor: pointer;
  display: table-cell;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 16px;
  padding: 8px 0;
  position: relative;
  text-align: center;
  vertical-align: middle;
}
.c-e7775c36-e7b3-4f87-9281-ab400c84375f.theme-Theme01-Theme01_Styles .calculator-results-screen-explore-btn span {
  display: inline-block;
  vertical-align: middle;
}
.c-e7775c36-e7b3-4f87-9281-ab400c84375f.theme-Theme01-Theme01_Styles .calculator-results-screen-explore-btn-arrow {
  height: 24px;
  margin-left: 5px;
  position: relative;
  right: 5px;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transition: -webkit-transform 500ms ease-in-out;
  transition: -webkit-transform 500ms ease-in-out;
  transition: transform 500ms ease-in-out;
  transition: transform 500ms ease-in-out, -webkit-transform 500ms ease-in-out;
  width: 24px;
}
.c-e7775c36-e7b3-4f87-9281-ab400c84375f.theme-Theme01-Theme01_Styles .calculator-results-screen-explore-btn-arrow .material-icons {
  font-size: 24px;
  height: 24px;
  line-height: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transition: -webkit-transform 500ms ease-in-out;
  transition: -webkit-transform 500ms ease-in-out;
  transition: transform 500ms ease-in-out;
  transition: transform 500ms ease-in-out, -webkit-transform 500ms ease-in-out;
  width: 24px;
}
.c-e7775c36-e7b3-4f87-9281-ab400c84375f.theme-Theme01-Theme01_Styles .calculator-results-screen-explore-btn.selected .calculator-results-screen-explore-btn-arrow .material-icons {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  -webkit-transition: -webkit-transform 300ms ease-in-out;
  transition: -webkit-transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
}
.c-e7775c36-e7b3-4f87-9281-ab400c84375f.theme-Theme01-Theme01_Styles .calculator-results-screen-explore-buttons {
  border-spacing: 2px;
  display: table;
  margin: 0 -2px -2px -2px;
  table-layout: fixed;
  width: calc(100% + 4px);
}
.c-e7775c36-e7b3-4f87-9281-ab400c84375f.theme-Theme01-Theme01_Styles .calculator-results-screen-explore-section {
  background-color: #ebebeb;
  overflow: hidden;
  padding: 0 42px;
  position: relative;
  -webkit-transition: 350ms;
  transition: 350ms;
}
.c-e7775c36-e7b3-4f87-9281-ab400c84375f.theme-Theme01-Theme01_Styles .calculator-results-screen-explore-section.expanded {
  padding-bottom: 40px;
  padding-top: 40px;
}
.c-e7775c36-e7b3-4f87-9281-ab400c84375f.theme-Theme01-Theme01_Styles .calculator-results-screen-explore-section-body {
  color: #333333;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  width: 70%;
}
.c-e7775c36-e7b3-4f87-9281-ab400c84375f.theme-Theme01-Theme01_Styles .calculator-results-screen-explore-section-heading {
  color: #1d83c4;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 18px;
}
.c-e7775c36-e7b3-4f87-9281-ab400c84375f.theme-Theme01-Theme01_Styles .calculator-results-screen-intro {
  background-color: #ebebeb;
  max-height: 400px;
  overflow: hidden;
}
.c-e7775c36-e7b3-4f87-9281-ab400c84375f.theme-Theme01-Theme01_Styles .calculator-results-screen-intro.collapsed {
  max-height: 0;
  padding: 0 60px;
}
.c-e7775c36-e7b3-4f87-9281-ab400c84375f.theme-Theme01-Theme01_Styles .calculator-results-screen-intro-body {
  color: #333333;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  vertical-align: top;
  width: 100%;
}
.c-e7775c36-e7b3-4f87-9281-ab400c84375f.theme-Theme01-Theme01_Styles .calculator-results-screen-intro-heading {
  color: #1d83c4;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 30px;
  vertical-align: top;
  width: 100%;
}
.c-e7775c36-e7b3-4f87-9281-ab400c84375f.theme-Theme01-Theme01_Styles .calculator-selection-screen {
  display: table;
  width: 100%;
}
.c-e7775c36-e7b3-4f87-9281-ab400c84375f.theme-Theme01-Theme01_Styles .calculator-selection-screen-bubble {
  border-radius: 50%;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.75);
  cursor: pointer;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 700;
  height: 100px;
  line-height: 16px;
  margin: 10px 6px;
  position: relative;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: top;
  width: 100px;
}
.c-e7775c36-e7b3-4f87-9281-ab400c84375f.theme-Theme01-Theme01_Styles .calculator-selection-screen-bubble-inner {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% - (2 * 6px));
}
.c-e7775c36-e7b3-4f87-9281-ab400c84375f.theme-Theme01-Theme01_Styles .calculator-selection-screen-bubbles {
  margin: 0 -6px;
  text-align: left;
}
.c-e7775c36-e7b3-4f87-9281-ab400c84375f.theme-Theme01-Theme01_Styles .calculator-selection-screen-content {
  display: table-cell;
  padding: 40px 70px;
  position: relative;
  text-align: right;
  vertical-align: top;
  width: 67%;
}
.c-e7775c36-e7b3-4f87-9281-ab400c84375f.theme-Theme01-Theme01_Styles .calculator-selection-screen-intro {
  background-color: #1d83c4;
  display: table-cell;
  vertical-align: top;
  width: 33%;
}
.c-e7775c36-e7b3-4f87-9281-ab400c84375f.theme-Theme01-Theme01_Styles .calculator-selection-screen-intro-body {
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
}
.c-e7775c36-e7b3-4f87-9281-ab400c84375f.theme-Theme01-Theme01_Styles .calculator-selection-screen-intro-heading {
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 30px;
}
.c-e7775c36-e7b3-4f87-9281-ab400c84375f.theme-Theme01-Theme01_Styles .calculator-selection-screen-results-btn {
  display: inline-block;
  margin-top: 15px;
  position: relative;
}
.c-e7775c36-e7b3-4f87-9281-ab400c84375f.theme-Theme01-Theme01_Styles .calculator-selection-screen-selection-text {
  color: #333333;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 15px;
  text-align: left;
}
.c-e7775c36-e7b3-4f87-9281-ab400c84375f.theme-Theme01-Theme01_Styles .calculator-view {
  background-color: #ffffff;
  height: 100%;
}
.c-e7775c36-e7b3-4f87-9281-ab400c84375f.theme-Theme01-Theme01_Styles .calculator-view.sm .calculator-results-screen-intro,
.c-e7775c36-e7b3-4f87-9281-ab400c84375f.theme-Theme01-Theme01_Styles .calculator-view.xs .calculator-results-screen-intro {
  max-height: auto;
  padding-left: 24px;
}
.c-e7775c36-e7b3-4f87-9281-ab400c84375f.theme-Theme01-Theme01_Styles .calculator-view.sm .calculator-results-screen-intro-body,
.c-e7775c36-e7b3-4f87-9281-ab400c84375f.theme-Theme01-Theme01_Styles .calculator-view.xs .calculator-results-screen-intro-body {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
}
.c-e7775c36-e7b3-4f87-9281-ab400c84375f.theme-Theme01-Theme01_Styles .calculator-view.sm .calculator-results-screen-intro-heading,
.c-e7775c36-e7b3-4f87-9281-ab400c84375f.theme-Theme01-Theme01_Styles .calculator-view.xs .calculator-results-screen-intro-heading {
  display: block;
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
}
.c-e7775c36-e7b3-4f87-9281-ab400c84375f.theme-Theme01-Theme01_Styles .calculator-view.sm .calculator-results-screen-explore-section,
.c-e7775c36-e7b3-4f87-9281-ab400c84375f.theme-Theme01-Theme01_Styles .calculator-view.xs .calculator-results-screen-explore-section {
  padding-left: 24px;
}
.c-e7775c36-e7b3-4f87-9281-ab400c84375f.theme-Theme01-Theme01_Styles .calculator-view.sm .calculator-results-screen-mobile-category,
.c-e7775c36-e7b3-4f87-9281-ab400c84375f.theme-Theme01-Theme01_Styles .calculator-view.xs .calculator-results-screen-mobile-category {
  border-bottom: 1px solid #D2D8DB;
  padding: 22px 0 16px 0;
}
.c-e7775c36-e7b3-4f87-9281-ab400c84375f.theme-Theme01-Theme01_Styles .calculator-view.sm .calculator-results-screen-mobile-category.selected .category-info,
.c-e7775c36-e7b3-4f87-9281-ab400c84375f.theme-Theme01-Theme01_Styles .calculator-view.xs .calculator-results-screen-mobile-category.selected .category-info {
  max-height: 1000px;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}
.c-e7775c36-e7b3-4f87-9281-ab400c84375f.theme-Theme01-Theme01_Styles .calculator-view.sm .calculator-results-screen-mobile-category.selected .category-label .material-icons,
.c-e7775c36-e7b3-4f87-9281-ab400c84375f.theme-Theme01-Theme01_Styles .calculator-view.xs .calculator-results-screen-mobile-category.selected .category-label .material-icons {
  color: #D2D8DB;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.c-e7775c36-e7b3-4f87-9281-ab400c84375f.theme-Theme01-Theme01_Styles .calculator-view.sm .calculator-results-screen-mobile-category.visited:not(.selected) .category-label,
.c-e7775c36-e7b3-4f87-9281-ab400c84375f.theme-Theme01-Theme01_Styles .calculator-view.xs .calculator-results-screen-mobile-category.visited:not(.selected) .category-label,
.c-e7775c36-e7b3-4f87-9281-ab400c84375f.theme-Theme01-Theme01_Styles .calculator-view.sm .calculator-results-screen-mobile-category.visited:not(.selected) .category-label > .material-icons,
.c-e7775c36-e7b3-4f87-9281-ab400c84375f.theme-Theme01-Theme01_Styles .calculator-view.xs .calculator-results-screen-mobile-category.visited:not(.selected) .category-label > .material-icons {
  color: #666666;
}
.c-e7775c36-e7b3-4f87-9281-ab400c84375f.theme-Theme01-Theme01_Styles .calculator-view.sm .calculator-results-screen-mobile-category .category-info,
.c-e7775c36-e7b3-4f87-9281-ab400c84375f.theme-Theme01-Theme01_Styles .calculator-view.xs .calculator-results-screen-mobile-category .category-info {
  max-height: 0;
  overflow: hidden;
}
.c-e7775c36-e7b3-4f87-9281-ab400c84375f.theme-Theme01-Theme01_Styles .calculator-view.sm .calculator-results-screen-mobile-category .category-info .body,
.c-e7775c36-e7b3-4f87-9281-ab400c84375f.theme-Theme01-Theme01_Styles .calculator-view.xs .calculator-results-screen-mobile-category .category-info .body {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  margin-top: 12px;
}
.c-e7775c36-e7b3-4f87-9281-ab400c84375f.theme-Theme01-Theme01_Styles .calculator-view.sm .calculator-results-screen-mobile-category .category-label,
.c-e7775c36-e7b3-4f87-9281-ab400c84375f.theme-Theme01-Theme01_Styles .calculator-view.xs .calculator-results-screen-mobile-category .category-label {
  cursor: pointer;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  margin-top: 16px;
}
.c-e7775c36-e7b3-4f87-9281-ab400c84375f.theme-Theme01-Theme01_Styles .calculator-view.sm .calculator-results-screen-mobile-category .category-label .material-icons,
.c-e7775c36-e7b3-4f87-9281-ab400c84375f.theme-Theme01-Theme01_Styles .calculator-view.xs .calculator-results-screen-mobile-category .category-label .material-icons {
  color: #1d83c4;
  float: right;
  font-size: 48px;
  height: 48px;
  margin-top: -12px;
  max-width: 48px;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  vertical-align: middle;
  width: 48px;
}
.c-e7775c36-e7b3-4f87-9281-ab400c84375f.theme-Theme01-Theme01_Styles .calculator-view.sm .calculator-results-screen-mobile-category .graph,
.c-e7775c36-e7b3-4f87-9281-ab400c84375f.theme-Theme01-Theme01_Styles .calculator-view.xs .calculator-results-screen-mobile-category .graph {
  background-color: #D2D8DB;
  height: 22px;
  position: relative;
  width: 100%;
}
.c-e7775c36-e7b3-4f87-9281-ab400c84375f.theme-Theme01-Theme01_Styles .calculator-view.sm .calculator-results-screen-mobile-category .graph-fill,
.c-e7775c36-e7b3-4f87-9281-ab400c84375f.theme-Theme01-Theme01_Styles .calculator-view.xs .calculator-results-screen-mobile-category .graph-fill {
  background-color: #1d83c4;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
}
.c-e7775c36-e7b3-4f87-9281-ab400c84375f.theme-Theme01-Theme01_Styles .calculator-view.sm .calculator-results-screen-mobile-category .graph-label,
.c-e7775c36-e7b3-4f87-9281-ab400c84375f.theme-Theme01-Theme01_Styles .calculator-view.xs .calculator-results-screen-mobile-category .graph-label {
  color: #1d83c4;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
}
.c-e7775c36-e7b3-4f87-9281-ab400c84375f.theme-Theme01-Theme01_Styles .calculator-view.sm .calculator-results-screen-mobile-content,
.c-e7775c36-e7b3-4f87-9281-ab400c84375f.theme-Theme01-Theme01_Styles .calculator-view.xs .calculator-results-screen-mobile-content {
  padding: 0 24px;
}
.c-e7775c36-e7b3-4f87-9281-ab400c84375f.theme-Theme01-Theme01_Styles .calculator-view.sm .calculator-selection-screen,
.c-e7775c36-e7b3-4f87-9281-ab400c84375f.theme-Theme01-Theme01_Styles .calculator-view.xs .calculator-selection-screen {
  display: block;
}
.c-e7775c36-e7b3-4f87-9281-ab400c84375f.theme-Theme01-Theme01_Styles .calculator-view.sm .calculator-selection-screen-bubble,
.c-e7775c36-e7b3-4f87-9281-ab400c84375f.theme-Theme01-Theme01_Styles .calculator-view.xs .calculator-selection-screen-bubble {
  font-size: 15px;
  font-weight: 700;
  height: 90px;
  line-height: 15px;
  width: 90px;
}
.c-e7775c36-e7b3-4f87-9281-ab400c84375f.theme-Theme01-Theme01_Styles .calculator-view.sm .calculator-selection-screen-content,
.c-e7775c36-e7b3-4f87-9281-ab400c84375f.theme-Theme01-Theme01_Styles .calculator-view.xs .calculator-selection-screen-content {
  display: block;
  padding: 28px 24px 0 24px;
  width: 100%;
}
.c-e7775c36-e7b3-4f87-9281-ab400c84375f.theme-Theme01-Theme01_Styles .calculator-view.sm .calculator-selection-screen-intro,
.c-e7775c36-e7b3-4f87-9281-ab400c84375f.theme-Theme01-Theme01_Styles .calculator-view.xs .calculator-selection-screen-intro {
  display: block;
  width: 100%;
}
.c-e7775c36-e7b3-4f87-9281-ab400c84375f.theme-Theme01-Theme01_Styles .calculator-view.sm .calculator-selection-screen-intro-body,
.c-e7775c36-e7b3-4f87-9281-ab400c84375f.theme-Theme01-Theme01_Styles .calculator-view.xs .calculator-selection-screen-intro-body {
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
}
.c-e7775c36-e7b3-4f87-9281-ab400c84375f.theme-Theme01-Theme01_Styles .calculator-view.sm .calculator-selection-screen-intro-heading,
.c-e7775c36-e7b3-4f87-9281-ab400c84375f.theme-Theme01-Theme01_Styles .calculator-view.xs .calculator-selection-screen-intro-heading {
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
}
.c-e7775c36-e7b3-4f87-9281-ab400c84375f.theme-Theme01-Theme01_Styles .calculator-view.sm .calculator-selection-screen-results-btn,
.c-e7775c36-e7b3-4f87-9281-ab400c84375f.theme-Theme01-Theme01_Styles .calculator-view.xs .calculator-selection-screen-results-btn {
  display: inline;
  right: auto;
}
.c-e7775c36-e7b3-4f87-9281-ab400c84375f.theme-Theme01-Theme01_Styles .calculator-view.sm .calculator-selection-screen-selection-text,
.c-e7775c36-e7b3-4f87-9281-ab400c84375f.theme-Theme01-Theme01_Styles .calculator-view.xs .calculator-selection-screen-selection-text {
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
}
.c-e7775c36-e7b3-4f87-9281-ab400c84375f.theme-Theme01-Theme01_Styles .calculator-view.sm .calculator-results-screen-continue-btn {
  bottom: 0;
  float: right;
  margin: 15px 0;
  position: relative;
  right: 0;
}
.c-e7775c36-e7b3-4f87-9281-ab400c84375f.theme-Theme01-Theme01_Styles .calculator-view.sm .calculator-results-screen-results-btn {
  float: right;
  margin: 10px 0;
}
.c-e7775c36-e7b3-4f87-9281-ab400c84375f.theme-Theme01-Theme01_Styles .calculator-view.sm .calculator-selection-screen-content {
  padding-bottom: 30px;
}
.c-e7775c36-e7b3-4f87-9281-ab400c84375f.theme-Theme01-Theme01_Styles .calculator-view.xs {
  height: auto;
  padding-bottom: 24px;
}
.c-daffb668-65dd-43c0-8a8b-0e2141cf6f45.theme-Theme01-Theme01_Styles .method-discovery1-drawer-complete-btn {
  bottom: 30px;
  display: inline-block;
  position: absolute;
  right: 50px;
}
.c-daffb668-65dd-43c0-8a8b-0e2141cf6f45.theme-Theme01-Theme01_Styles .method-discovery1-intro {
  background-color: #1d83c4;
  position: relative;
  vertical-align: top;
}
.c-daffb668-65dd-43c0-8a8b-0e2141cf6f45.theme-Theme01-Theme01_Styles .method-discovery1-intro-body {
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  position: relative;
}
.c-daffb668-65dd-43c0-8a8b-0e2141cf6f45.theme-Theme01-Theme01_Styles .method-discovery1-intro-heading {
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 30px;
  position: relative;
}
.c-daffb668-65dd-43c0-8a8b-0e2141cf6f45.theme-Theme01-Theme01_Styles .method-discovery1-link {
  text-align: left;
}
.c-daffb668-65dd-43c0-8a8b-0e2141cf6f45.theme-Theme01-Theme01_Styles .method-discovery1-link.open .method-discovery1-link-arrow {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  -webkit-transition: -webkit-transform 300ms ease-in-out;
  transition: -webkit-transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
}
.c-daffb668-65dd-43c0-8a8b-0e2141cf6f45.theme-Theme01-Theme01_Styles .method-discovery1-link.visited:not(.open) .method-discovery1-link-arrow,
.c-daffb668-65dd-43c0-8a8b-0e2141cf6f45.theme-Theme01-Theme01_Styles .method-discovery1-link.visited:not(.open) .method-discovery1-link-label {
  color: #666666;
}
.c-daffb668-65dd-43c0-8a8b-0e2141cf6f45.theme-Theme01-Theme01_Styles .method-discovery1-link-arrow {
  color: #1d83c4;
  font-size: 28px;
  height: 27px;
  line-height: 1;
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transition: -webkit-transform 500ms ease-in-out;
  transition: -webkit-transform 500ms ease-in-out;
  transition: transform 500ms ease-in-out;
  transition: transform 500ms ease-in-out, -webkit-transform 500ms ease-in-out;
  width: 27px;
}
.c-daffb668-65dd-43c0-8a8b-0e2141cf6f45.theme-Theme01-Theme01_Styles .method-discovery1-link-button {
  border-top: 1px solid #666666;
  cursor: pointer;
  font-weight: bold;
  padding: 15px 20px 15px 0;
  position: relative;
  text-align: left;
  width: 100%;
}
.c-daffb668-65dd-43c0-8a8b-0e2141cf6f45.theme-Theme01-Theme01_Styles .method-discovery1-link-divider {
  border-top: 1px solid #666666;
  margin: 0;
}
.c-daffb668-65dd-43c0-8a8b-0e2141cf6f45.theme-Theme01-Theme01_Styles .method-discovery1-link-label {
  color: #1d83c4;
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
  padding-right: 30px;
}
.c-daffb668-65dd-43c0-8a8b-0e2141cf6f45.theme-Theme01-Theme01_Styles .method-discovery1-links {
  padding: 50px 42px 95px 30px;
  text-align: right;
  vertical-align: top;
}
.c-daffb668-65dd-43c0-8a8b-0e2141cf6f45.theme-Theme01-Theme01_Styles .method-discovery1-swap-body {
  color: #333333;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  padding-right: 20px;
}
.c-daffb668-65dd-43c0-8a8b-0e2141cf6f45.theme-Theme01-Theme01_Styles .method-discovery1-swap-body p:last-child {
  padding-bottom: 20px;
}
.c-daffb668-65dd-43c0-8a8b-0e2141cf6f45.theme-Theme01-Theme01_Styles .method-discovery1-swap-content {
  position: relative;
}
.c-daffb668-65dd-43c0-8a8b-0e2141cf6f45.theme-Theme01-Theme01_Styles .method-discovery1-view {
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-height: 300px;
  position: relative;
  table-layout: fixed;
  width: 100%;
}
.c-daffb668-65dd-43c0-8a8b-0e2141cf6f45.theme-Theme01-Theme01_Styles .method-discovery1-view.sm,
.c-daffb668-65dd-43c0-8a8b-0e2141cf6f45.theme-Theme01-Theme01_Styles .method-discovery1-view.xs {
  display: block;
  height: auto;
}
.c-daffb668-65dd-43c0-8a8b-0e2141cf6f45.theme-Theme01-Theme01_Styles .method-discovery1-view.sm .method-discovery1-intro,
.c-daffb668-65dd-43c0-8a8b-0e2141cf6f45.theme-Theme01-Theme01_Styles .method-discovery1-view.xs .method-discovery1-intro {
  display: block;
  width: 100%;
}
.c-daffb668-65dd-43c0-8a8b-0e2141cf6f45.theme-Theme01-Theme01_Styles .method-discovery1-view.sm .method-discovery1-intro-body,
.c-daffb668-65dd-43c0-8a8b-0e2141cf6f45.theme-Theme01-Theme01_Styles .method-discovery1-view.xs .method-discovery1-intro-body {
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
}
.c-daffb668-65dd-43c0-8a8b-0e2141cf6f45.theme-Theme01-Theme01_Styles .method-discovery1-view.sm .method-discovery1-intro-heading,
.c-daffb668-65dd-43c0-8a8b-0e2141cf6f45.theme-Theme01-Theme01_Styles .method-discovery1-view.xs .method-discovery1-intro-heading {
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
}
.c-daffb668-65dd-43c0-8a8b-0e2141cf6f45.theme-Theme01-Theme01_Styles .method-discovery1-view.sm .method-discovery1-link-arrow,
.c-daffb668-65dd-43c0-8a8b-0e2141cf6f45.theme-Theme01-Theme01_Styles .method-discovery1-view.xs .method-discovery1-link-arrow {
  right: 0;
}
.c-daffb668-65dd-43c0-8a8b-0e2141cf6f45.theme-Theme01-Theme01_Styles .method-discovery1-view.sm .method-discovery1-link-button,
.c-daffb668-65dd-43c0-8a8b-0e2141cf6f45.theme-Theme01-Theme01_Styles .method-discovery1-view.xs .method-discovery1-link-button {
  padding-left: 0px;
}
.c-daffb668-65dd-43c0-8a8b-0e2141cf6f45.theme-Theme01-Theme01_Styles .method-discovery1-view.sm .method-discovery1-link-label,
.c-daffb668-65dd-43c0-8a8b-0e2141cf6f45.theme-Theme01-Theme01_Styles .method-discovery1-view.xs .method-discovery1-link-label {
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
}
.c-daffb668-65dd-43c0-8a8b-0e2141cf6f45.theme-Theme01-Theme01_Styles .method-discovery1-view.sm .method-discovery1-links,
.c-daffb668-65dd-43c0-8a8b-0e2141cf6f45.theme-Theme01-Theme01_Styles .method-discovery1-view.xs .method-discovery1-links {
  display: block;
  padding: 24px;
  width: 100%;
}
.c-daffb668-65dd-43c0-8a8b-0e2141cf6f45.theme-Theme01-Theme01_Styles .method-discovery1-view.sm .method-discovery1-swap-body,
.c-daffb668-65dd-43c0-8a8b-0e2141cf6f45.theme-Theme01-Theme01_Styles .method-discovery1-view.xs .method-discovery1-swap-body {
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  padding: 10px 0 0 0;
}
.c-daffb668-65dd-43c0-8a8b-0e2141cf6f45.theme-Theme01-Theme01_Styles .method-discovery1-view.sm.complete .method-discovery1-links {
  padding: 24px 24px 90px;
}
.c-7507bfca-940c-4043-9efb-1aa94c4f7cb8.theme-Theme01-Theme01_Styles .process-discovery1 {
  /**
     * Transitions
     **/
}
.c-7507bfca-940c-4043-9efb-1aa94c4f7cb8.theme-Theme01-Theme01_Styles .process-discovery1-carousel {
  background-color: #ebebeb;
  display: inline-block;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
  vertical-align: top;
  min-height: 327px;
}
.c-7507bfca-940c-4043-9efb-1aa94c4f7cb8.theme-Theme01-Theme01_Styles .process-discovery1-continue-btn {
  display: inline-block;
  margin: 30px 0 0 0;
}
.c-7507bfca-940c-4043-9efb-1aa94c4f7cb8.theme-Theme01-Theme01_Styles .process-discovery1-intro {
  background-color: #ffffff;
  position: relative;
}
.c-7507bfca-940c-4043-9efb-1aa94c4f7cb8.theme-Theme01-Theme01_Styles .process-discovery1-intro-body {
  color: #333333;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
}
.c-7507bfca-940c-4043-9efb-1aa94c4f7cb8.theme-Theme01-Theme01_Styles .process-discovery1-intro-heading {
  color: #1d83c4;
  font-family: 'Roboto', sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 30px;
}
.c-7507bfca-940c-4043-9efb-1aa94c4f7cb8.theme-Theme01-Theme01_Styles .process-discovery1-link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  margin-right: 1px;
  padding: 12px 25px;
  position: relative;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  vertical-align: top;
  white-space: normal;
  width: 90%;
}
.c-7507bfca-940c-4043-9efb-1aa94c4f7cb8.theme-Theme01-Theme01_Styles .process-discovery1-link-label {
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 16px;
  margin: 0 auto;
  text-align: center;
  -webkit-transition: width 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: width 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  width: 100%;
}
.c-7507bfca-940c-4043-9efb-1aa94c4f7cb8.theme-Theme01-Theme01_Styles .process-discovery1-link-navigation {
  border-bottom: 1px solid #ebebeb;
  display: block;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
}
.c-7507bfca-940c-4043-9efb-1aa94c4f7cb8.theme-Theme01-Theme01_Styles .process-discovery1-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-transition: -webkit-transform 150ms ease-in-out;
  transition: -webkit-transform 150ms ease-in-out;
  transition: transform 150ms ease-in-out;
  transition: transform 150ms ease-in-out, -webkit-transform 150ms ease-in-out;
  width: 100%;
}
.c-7507bfca-940c-4043-9efb-1aa94c4f7cb8.theme-Theme01-Theme01_Styles .process-discovery1-nav-btn-group {
  background-color: #ebebeb;
  padding: 0 30px 30px;
  text-align: right;
}
.c-7507bfca-940c-4043-9efb-1aa94c4f7cb8.theme-Theme01-Theme01_Styles .process-discovery1-next-link-btn {
  right: 0;
}
.c-7507bfca-940c-4043-9efb-1aa94c4f7cb8.theme-Theme01-Theme01_Styles .process-discovery1-next-link-btn,
.c-7507bfca-940c-4043-9efb-1aa94c4f7cb8.theme-Theme01-Theme01_Styles .process-discovery1-prev-link-btn {
  cursor: pointer;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 700;
  height: 100%;
  line-height: 1;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  vertical-align: middle;
  width: 5%;
  z-index: 2;
}
.c-7507bfca-940c-4043-9efb-1aa94c4f7cb8.theme-Theme01-Theme01_Styles .process-discovery1-prev-link-btn {
  left: 0;
  margin-right: 1px;
  width: calc(5% - 1px);
}
.c-7507bfca-940c-4043-9efb-1aa94c4f7cb8.theme-Theme01-Theme01_Styles .process-discovery1-swap {
  background-color: #ebebeb;
  display: inline-block;
  height: 100%;
  position: relative;
  vertical-align: top;
  width: 100%;
}
.c-7507bfca-940c-4043-9efb-1aa94c4f7cb8.theme-Theme01-Theme01_Styles .process-discovery1-swap-body {
  color: #333333;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
}
.c-7507bfca-940c-4043-9efb-1aa94c4f7cb8.theme-Theme01-Theme01_Styles .process-discovery1-swap-content {
  display: inline-block;
  padding: 40px 42px;
  position: relative;
  text-align: left;
  vertical-align: middle;
  width: 100%;
}
.c-7507bfca-940c-4043-9efb-1aa94c4f7cb8.theme-Theme01-Theme01_Styles .process-discovery1-swap-heading {
  color: #1d83c4;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
  margin-bottom: 20px;
}
.c-7507bfca-940c-4043-9efb-1aa94c4f7cb8.theme-Theme01-Theme01_Styles .process-discovery1-swap-image {
  display: inline-block;
  padding: 40px;
  position: relative;
  vertical-align: middle;
}
.c-7507bfca-940c-4043-9efb-1aa94c4f7cb8.theme-Theme01-Theme01_Styles .process-discovery1-swap-image.cropped {
  height: 100%;
  position: absolute;
}
.c-7507bfca-940c-4043-9efb-1aa94c4f7cb8.theme-Theme01-Theme01_Styles .process-discovery1-view {
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
      flex-flow: column;
  height: 100%;
  min-height: 500px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.c-7507bfca-940c-4043-9efb-1aa94c4f7cb8.theme-Theme01-Theme01_Styles .process-discovery1-view.sm,
.c-7507bfca-940c-4043-9efb-1aa94c4f7cb8.theme-Theme01-Theme01_Styles .process-discovery1-view.xs {
  display: block;
  height: auto;
}
.c-7507bfca-940c-4043-9efb-1aa94c4f7cb8.theme-Theme01-Theme01_Styles .process-discovery1-view.sm .process-discovery1-continue-btn,
.c-7507bfca-940c-4043-9efb-1aa94c4f7cb8.theme-Theme01-Theme01_Styles .process-discovery1-view.xs .process-discovery1-continue-btn {
  margin-top: 28px;
}
.c-7507bfca-940c-4043-9efb-1aa94c4f7cb8.theme-Theme01-Theme01_Styles .process-discovery1-view.sm .process-discovery1-intro,
.c-7507bfca-940c-4043-9efb-1aa94c4f7cb8.theme-Theme01-Theme01_Styles .process-discovery1-view.xs .process-discovery1-intro {
  display: block;
  width: 100%;
}
.c-7507bfca-940c-4043-9efb-1aa94c4f7cb8.theme-Theme01-Theme01_Styles .process-discovery1-view.sm .process-discovery1-intro-body,
.c-7507bfca-940c-4043-9efb-1aa94c4f7cb8.theme-Theme01-Theme01_Styles .process-discovery1-view.xs .process-discovery1-intro-body {
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
}
.c-7507bfca-940c-4043-9efb-1aa94c4f7cb8.theme-Theme01-Theme01_Styles .process-discovery1-view.sm .process-discovery1-intro-heading,
.c-7507bfca-940c-4043-9efb-1aa94c4f7cb8.theme-Theme01-Theme01_Styles .process-discovery1-view.xs .process-discovery1-intro-heading {
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
}
.c-7507bfca-940c-4043-9efb-1aa94c4f7cb8.theme-Theme01-Theme01_Styles .process-discovery1-view.sm .process-discovery1-link,
.c-7507bfca-940c-4043-9efb-1aa94c4f7cb8.theme-Theme01-Theme01_Styles .process-discovery1-view.xs .process-discovery1-link {
  cursor: default;
  display: inline-block;
  margin-bottom: 1px;
  padding: 0;
  width: 100%;
}
.c-7507bfca-940c-4043-9efb-1aa94c4f7cb8.theme-Theme01-Theme01_Styles .process-discovery1-view.sm .process-discovery1-link-arrow,
.c-7507bfca-940c-4043-9efb-1aa94c4f7cb8.theme-Theme01-Theme01_Styles .process-discovery1-view.xs .process-discovery1-link-arrow {
  font-size: 28px;
  height: 27px;
  line-height: 1;
  position: absolute;
  right: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transition: -webkit-transform 500ms ease-in-out;
  transition: -webkit-transform 500ms ease-in-out;
  transition: transform 500ms ease-in-out;
  transition: transform 500ms ease-in-out, -webkit-transform 500ms ease-in-out;
  width: 27px;
}
.c-7507bfca-940c-4043-9efb-1aa94c4f7cb8.theme-Theme01-Theme01_Styles .process-discovery1-view.sm .process-discovery1-link-btn,
.c-7507bfca-940c-4043-9efb-1aa94c4f7cb8.theme-Theme01-Theme01_Styles .process-discovery1-view.xs .process-discovery1-link-btn {
  cursor: pointer;
  padding: 12px 20px 12px 24px;
  position: relative;
  width: 100%;
}
.c-7507bfca-940c-4043-9efb-1aa94c4f7cb8.theme-Theme01-Theme01_Styles .process-discovery1-view.sm .process-discovery1-link-btn.selected .process-discovery1-link-arrow,
.c-7507bfca-940c-4043-9efb-1aa94c4f7cb8.theme-Theme01-Theme01_Styles .process-discovery1-view.xs .process-discovery1-link-btn.selected .process-discovery1-link-arrow {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  -webkit-transition: -webkit-transform 300ms ease-in-out;
  transition: -webkit-transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
}
.c-7507bfca-940c-4043-9efb-1aa94c4f7cb8.theme-Theme01-Theme01_Styles .process-discovery1-view.sm .process-discovery1-link-label,
.c-7507bfca-940c-4043-9efb-1aa94c4f7cb8.theme-Theme01-Theme01_Styles .process-discovery1-view.xs .process-discovery1-link-label {
  cursor: pointer;
  font-size: 15px;
  font-weight: 700;
  line-height: 15px;
  padding-right: 50px;
  text-align: left;
}
.c-7507bfca-940c-4043-9efb-1aa94c4f7cb8.theme-Theme01-Theme01_Styles .process-discovery1-view.sm .process-discovery1-links,
.c-7507bfca-940c-4043-9efb-1aa94c4f7cb8.theme-Theme01-Theme01_Styles .process-discovery1-view.xs .process-discovery1-links {
  display: inline-block;
  margin-top: 0;
  padding: 0;
  width: 100%;
}
.c-7507bfca-940c-4043-9efb-1aa94c4f7cb8.theme-Theme01-Theme01_Styles .process-discovery1-view.sm .process-discovery1-nav-btn-group,
.c-7507bfca-940c-4043-9efb-1aa94c4f7cb8.theme-Theme01-Theme01_Styles .process-discovery1-view.xs .process-discovery1-nav-btn-group {
  background-color: transparent;
  margin-top: 30px;
}
.c-7507bfca-940c-4043-9efb-1aa94c4f7cb8.theme-Theme01-Theme01_Styles .process-discovery1-view.sm .process-discovery1-swap,
.c-7507bfca-940c-4043-9efb-1aa94c4f7cb8.theme-Theme01-Theme01_Styles .process-discovery1-view.xs .process-discovery1-swap {
  background-color: #ebebeb;
  display: block;
  padding: 0;
  position: relative;
  vertical-align: top;
  width: 100%;
}
.c-7507bfca-940c-4043-9efb-1aa94c4f7cb8.theme-Theme01-Theme01_Styles .process-discovery1-view.sm .process-discovery1-swap-body,
.c-7507bfca-940c-4043-9efb-1aa94c4f7cb8.theme-Theme01-Theme01_Styles .process-discovery1-view.xs .process-discovery1-swap-body {
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
}
.c-7507bfca-940c-4043-9efb-1aa94c4f7cb8.theme-Theme01-Theme01_Styles .process-discovery1-view.sm .process-discovery1-swap-heading,
.c-7507bfca-940c-4043-9efb-1aa94c4f7cb8.theme-Theme01-Theme01_Styles .process-discovery1-view.xs .process-discovery1-swap-heading {
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
  margin-bottom: 20px;
}
.c-7507bfca-940c-4043-9efb-1aa94c4f7cb8.theme-Theme01-Theme01_Styles .process-discovery1-view.sm .process-discovery1-swap-image,
.c-7507bfca-940c-4043-9efb-1aa94c4f7cb8.theme-Theme01-Theme01_Styles .process-discovery1-view.xs .process-discovery1-swap-image {
  display: block;
  margin: 16px auto 16px auto;
  max-width: 100%;
  padding: 0;
  position: relative;
}
.c-7507bfca-940c-4043-9efb-1aa94c4f7cb8.theme-Theme01-Theme01_Styles .process-discovery1-view.sm .process-discovery1-swap-padding,
.c-7507bfca-940c-4043-9efb-1aa94c4f7cb8.theme-Theme01-Theme01_Styles .process-discovery1-view.xs .process-discovery1-swap-padding {
  display: block;
  padding: 10px 24px 36px 24px;
}
.c-7507bfca-940c-4043-9efb-1aa94c4f7cb8.theme-Theme01-Theme01_Styles .process-discovery1-view.xs .process-discovery1-nav-btn-phone {
  margin: 0;
}
.c-7507bfca-940c-4043-9efb-1aa94c4f7cb8.theme-Theme01-Theme01_Styles .process-discovery1-slide-backward-appear,
.c-7507bfca-940c-4043-9efb-1aa94c4f7cb8.theme-Theme01-Theme01_Styles .process-discovery1-slide-backward-enter {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.c-7507bfca-940c-4043-9efb-1aa94c4f7cb8.theme-Theme01-Theme01_Styles .process-discovery1-slide-backward-appear-active,
.c-7507bfca-940c-4043-9efb-1aa94c4f7cb8.theme-Theme01-Theme01_Styles .process-discovery1-slide-backward-enter-active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: -webkit-transform 500ms ease-in-out;
  transition: -webkit-transform 500ms ease-in-out;
  transition: transform 500ms ease-in-out;
  transition: transform 500ms ease-in-out, -webkit-transform 500ms ease-in-out;
}
.c-7507bfca-940c-4043-9efb-1aa94c4f7cb8.theme-Theme01-Theme01_Styles .process-discovery1-slide-backward-exit {
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  width: 100%;
}
.c-7507bfca-940c-4043-9efb-1aa94c4f7cb8.theme-Theme01-Theme01_Styles .process-discovery1-slide-backward-exit-active {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 500ms ease-in-out;
  transition: -webkit-transform 500ms ease-in-out;
  transition: transform 500ms ease-in-out;
  transition: transform 500ms ease-in-out, -webkit-transform 500ms ease-in-out;
}
.c-7507bfca-940c-4043-9efb-1aa94c4f7cb8.theme-Theme01-Theme01_Styles .process-discovery1-slide-forward-appear,
.c-7507bfca-940c-4043-9efb-1aa94c4f7cb8.theme-Theme01-Theme01_Styles .process-discovery1-slide-forward-enter {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.c-7507bfca-940c-4043-9efb-1aa94c4f7cb8.theme-Theme01-Theme01_Styles .process-discovery1-slide-forward-appear-active,
.c-7507bfca-940c-4043-9efb-1aa94c4f7cb8.theme-Theme01-Theme01_Styles .process-discovery1-slide-forward-enter-active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: -webkit-transform 500ms ease-in-out;
  transition: -webkit-transform 500ms ease-in-out;
  transition: transform 500ms ease-in-out;
  transition: transform 500ms ease-in-out, -webkit-transform 500ms ease-in-out;
}
.c-7507bfca-940c-4043-9efb-1aa94c4f7cb8.theme-Theme01-Theme01_Styles .process-discovery1-slide-forward-exit {
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  width: 100%;
}
.c-7507bfca-940c-4043-9efb-1aa94c4f7cb8.theme-Theme01-Theme01_Styles .process-discovery1-slide-forward-exit-active {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: -webkit-transform 500ms ease-in-out;
  transition: -webkit-transform 500ms ease-in-out;
  transition: transform 500ms ease-in-out;
  transition: transform 500ms ease-in-out, -webkit-transform 500ms ease-in-out;
}
.c-96b4b734-3f0a-4392-b0be-138a22a362ef.theme-Theme01-Theme01_Styles .video-tile-body {
  color: #333333;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  width: 100%;
}
.c-96b4b734-3f0a-4392-b0be-138a22a362ef.theme-Theme01-Theme01_Styles .video-tile-bottom-content {
  display: inline-block;
  padding: 15px 0 40px 0;
  position: relative;
  width: 100%;
}
.c-96b4b734-3f0a-4392-b0be-138a22a362ef.theme-Theme01-Theme01_Styles .video-tile-duration {
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-size: calc(16px - 2px);
  font-weight: 400;
  line-height: 1;
  margin-left: 8px;
  padding: 2px 8px;
  vertical-align: middle;
}
.c-96b4b734-3f0a-4392-b0be-138a22a362ef.theme-Theme01-Theme01_Styles .video-tile-heading {
  color: #1d83c4;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
  padding: 10px 0 15px 0;
  position: relative;
  width: 100%;
}
.c-96b4b734-3f0a-4392-b0be-138a22a362ef.theme-Theme01-Theme01_Styles .video-tile-image {
  display: inline-block;
  position: relative;
}
.c-96b4b734-3f0a-4392-b0be-138a22a362ef.theme-Theme01-Theme01_Styles .video-tile-image-area {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  width: 100%;
}
.c-96b4b734-3f0a-4392-b0be-138a22a362ef.theme-Theme01-Theme01_Styles .video-tile-play-btn {
  border: 1px #ffffff solid;
  border-radius: 5px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  line-height: 0.5;
  padding: 2px 10px;
  text-align: center;
  vertical-align: middle;
}
.c-96b4b734-3f0a-4392-b0be-138a22a362ef.theme-Theme01-Theme01_Styles .video-tile-play-btn .material-icons {
  font-size: 16px;
  height: 16px;
  max-width: 16px;
  width: 16px;
}
.c-96b4b734-3f0a-4392-b0be-138a22a362ef.theme-Theme01-Theme01_Styles .video-tile-play-container {
  bottom: 0;
  display: inline-block;
  padding: 0 12px 12px 0;
  position: absolute;
  right: 0;
  vertical-align: middle;
  white-space: nowrap;
  z-index: 1;
}
.c-96b4b734-3f0a-4392-b0be-138a22a362ef.theme-Theme01-Theme01_Styles .video-tile-status-mark {
  border-radius: 50%;
  bottom: 12px;
  color: #1d83c4;
  font-size: 24px;
  height: 24px;
  position: absolute;
  right: 1px;
  width: 24px;
}
.c-96b4b734-3f0a-4392-b0be-138a22a362ef.theme-Theme01-Theme01_Styles .video-tile-view {
  background-color: #ffffff;
  border-top: 4px solid #D2D8DB;
  border-bottom: 4px solid #D2D8DB;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.c-96b4b734-3f0a-4392-b0be-138a22a362ef.theme-Theme01-Theme01_Styles .video-tile-view.locked {
  cursor: default;
}
.c-96b4b734-3f0a-4392-b0be-138a22a362ef.theme-Theme01-Theme01_Styles .video-tile-view.locked .video-tile-status-mark {
  color: #333333;
}
.c-96b4b734-3f0a-4392-b0be-138a22a362ef.theme-Theme01-Theme01_Styles .video-tile-view.preview {
  height: 350px;
  width: 500px;
}
.c-96b4b734-3f0a-4392-b0be-138a22a362ef.theme-Theme01-Theme01_Styles .video-tile-view.sm .video-tile-body,
.c-96b4b734-3f0a-4392-b0be-138a22a362ef.theme-Theme01-Theme01_Styles .video-tile-view.xs .video-tile-body {
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
}
.c-96b4b734-3f0a-4392-b0be-138a22a362ef.theme-Theme01-Theme01_Styles .video-tile-view.sm .video-tile-heading,
.c-96b4b734-3f0a-4392-b0be-138a22a362ef.theme-Theme01-Theme01_Styles .video-tile-view.xs .video-tile-heading {
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
}
.c-96b4b734-3f0a-4392-b0be-138a22a362ef.theme-Theme01-Theme01_Styles .video-tile-view.xs {
  display: inline-block;
  border-top-size: 2px;
  border-bottom: 1px solid #D2D8DB;
  width: 100%;
}
.c-96b4b734-3f0a-4392-b0be-138a22a362ef.theme-Theme01-Theme01_Styles .video-tile-view.xs.preview {
  height: 80px;
  width: 100%;
}
.c-96b4b734-3f0a-4392-b0be-138a22a362ef.theme-Theme01-Theme01_Styles .video-tile-view.xs .video-tile-heading {
  border-right: 0;
  bottom: auto;
  display: inline-block;
  height: auto;
  left: 20%;
  min-height: 0 !important;
  padding: 0 54px 0 24px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 80%;
}
.c-96b4b734-3f0a-4392-b0be-138a22a362ef.theme-Theme01-Theme01_Styles .video-tile-view.xs .video-tile-play-btn {
  border: 1px #333333 solid;
  color: #333333;
  left: 50%;
  padding: 4px 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.c-96b4b734-3f0a-4392-b0be-138a22a362ef.theme-Theme01-Theme01_Styles .video-tile-view.xs .video-tile-play-btn .material-icons {
  font-size: 26px;
  height: 26px;
  max-width: 26px;
  width: 26px;
}
.c-96b4b734-3f0a-4392-b0be-138a22a362ef.theme-Theme01-Theme01_Styles .video-tile-view.xs .video-tile-play-container {
  bottom: unset;
  display: inline-block;
  height: 100%;
  padding: 0;
  position: relative;
  right: unset;
  text-align: center;
  width: 20%;
}
.c-96b4b734-3f0a-4392-b0be-138a22a362ef.theme-Theme01-Theme01_Styles .video-tile-view.xs .video-tile-status-mark {
  bottom: unset;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-96b4b734-3f0a-4392-b0be-138a22a362ef.theme-Theme01-Theme01_Styles .video-tile-view.xs .video-tile-status-mark.locked {
  color: #333333;
}
.c-96b4b734-3f0a-4392-b0be-138a22a362ef.theme-Theme01-Theme01_Styles .video-tile-view.xs .video-tile-status-mark.complete {
  color: #1d83c4;
}
.c-d19fe1b6-3ef6-40de-b841-279191f4350c.theme-Theme01-Theme01_Styles .video-area {
  position: relative;
}
.c-d19fe1b6-3ef6-40de-b841-279191f4350c.theme-Theme01-Theme01_Styles .video-controls-container {
  z-index: 1;
  position: relative;
}
.c-d19fe1b6-3ef6-40de-b841-279191f4350c.theme-Theme01-Theme01_Styles .video-container {
  width: 100%;
  position: relative;
}
.c-d19fe1b6-3ef6-40de-b841-279191f4350c.theme-Theme01-Theme01_Styles .video-container.started video {
  visibility: visible;
  max-width: 100%;
}
.c-d19fe1b6-3ef6-40de-b841-279191f4350c.theme-Theme01-Theme01_Styles .video-container.started poster {
  display: none;
}
.c-d19fe1b6-3ef6-40de-b841-279191f4350c.theme-Theme01-Theme01_Styles .video-container.overlay {
  overflow: hidden;
}
.c-d19fe1b6-3ef6-40de-b841-279191f4350c.theme-Theme01-Theme01_Styles .video-container.overlay .video-controls-container {
  -webkit-transition: bottom .3s;
  transition: bottom .3s;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -40px;
}
.c-d19fe1b6-3ef6-40de-b841-279191f4350c.theme-Theme01-Theme01_Styles .video-container.overlay.started .video-controls-container.visible {
  bottom: 0;
}
.c-d19fe1b6-3ef6-40de-b841-279191f4350c.theme-Theme01-Theme01_Styles .video-component {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.c-d19fe1b6-3ef6-40de-b841-279191f4350c.theme-Theme01-Theme01_Styles .video-component .video-poster {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.c-d19fe1b6-3ef6-40de-b841-279191f4350c.theme-Theme01-Theme01_Styles .video-component .play-button {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  left: 50%;
  line-height: 1;
  margin: 0;
  outline: 0;
  opacity: 0.9;
  padding: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.c-d19fe1b6-3ef6-40de-b841-279191f4350c.theme-Theme01-Theme01_Styles .video-component .play-button .material-icon-fill {
  background-color: #333333;
  border-radius: 50%;
  height: 60px;
  left: 10px;
  max-width: 60px;
  position: absolute;
  top: 10px;
  width: 60px;
  z-index: 1;
}
.c-d19fe1b6-3ef6-40de-b841-279191f4350c.theme-Theme01-Theme01_Styles .video-component .play-button .material-icons {
  color: #ffffff;
  font-size: 80px;
  height: 80px;
  max-width: 80px;
  position: relative;
  width: 80px;
  z-index: 2;
}
.c-d19fe1b6-3ef6-40de-b841-279191f4350c.theme-Theme01-Theme01_Styles video {
  -o-object-fit: inherit;
     object-fit: inherit;
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
.c-d19fe1b6-3ef6-40de-b841-279191f4350c.theme-Theme01-Theme01_Styles video.hide {
  visibility: hidden;
}
.c-d19fe1b6-3ef6-40de-b841-279191f4350c.theme-Theme01-Theme01_Styles .video-transcript {
  width: 100%;
  position: relative;
  background-color: #ffffff;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 8px;
  z-index: 1;
}
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-Theme01-Theme01_Styles.custom-controls-wrapper,
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-Theme01-Theme01_Styles .custom-controls-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 8px 0;
  white-space: nowrap;
}
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-Theme01-Theme01_Styles.custom-controls-wrapper > *,
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-Theme01-Theme01_Styles .custom-controls-wrapper > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 6px;
  vertical-align: middle;
}
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-Theme01-Theme01_Styles.custom-controls-wrapper > *:last-child,
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-Theme01-Theme01_Styles .custom-controls-wrapper > *:last-child {
  margin-right: 0;
}
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-Theme01-Theme01_Styles.custom-controls-wrapper.designer .fullscreen-btn,
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-Theme01-Theme01_Styles .custom-controls-wrapper.designer .fullscreen-btn,
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-Theme01-Theme01_Styles.custom-controls-wrapper.designer .play-pause-btn,
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-Theme01-Theme01_Styles .custom-controls-wrapper.designer .play-pause-btn,
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-Theme01-Theme01_Styles.custom-controls-wrapper.designer .slider,
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-Theme01-Theme01_Styles .custom-controls-wrapper.designer .slider,
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-Theme01-Theme01_Styles.custom-controls-wrapper.designer .Slider,
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-Theme01-Theme01_Styles .custom-controls-wrapper.designer .Slider,
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-Theme01-Theme01_Styles.custom-controls-wrapper.designer .transcript-btn,
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-Theme01-Theme01_Styles .custom-controls-wrapper.designer .transcript-btn,
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-Theme01-Theme01_Styles.custom-controls-wrapper.designer .volume-btn,
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-Theme01-Theme01_Styles .custom-controls-wrapper.designer .volume-btn {
  pointer-events: auto;
}
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-Theme01-Theme01_Styles.disabled {
  cursor: not-allowed;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-Theme01-Theme01_Styles.fullscreen {
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  -webkit-transition: opacity 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: opacity 500ms cubic-bezier(0.86, 0, 0.07, 1);
}
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-Theme01-Theme01_Styles.normal {
  background: transparent;
}
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-Theme01-Theme01_Styles.normal.overlay {
  background: transparent;
  background-image: -webkit-linear-gradient(rgba(51, 51, 51, 0) 0%, rgba(51, 51, 51, 0.1) 10%, rgba(51, 51, 51, 0.25) 20%, rgba(51, 51, 51, 0.65) 50%, #333333 100%);
  background-image: linear-gradient(rgba(51, 51, 51, 0) 0%, rgba(51, 51, 51, 0.1) 10%, rgba(51, 51, 51, 0.25) 20%, rgba(51, 51, 51, 0.65) 50%, #333333 100%);
}
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-Theme01-Theme01_Styles.normal.solid-bkg {
  background-color: #ffffff;
}
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-Theme01-Theme01_Styles.normal.fullscreen {
  background: transparent;
  background-image: -webkit-linear-gradient(rgba(51, 51, 51, 0) 0%, rgba(51, 51, 51, 0.1) 10%, rgba(51, 51, 51, 0.25) 20%, rgba(51, 51, 51, 0.65) 50%, #333333 100%);
  background-image: linear-gradient(rgba(51, 51, 51, 0) 0%, rgba(51, 51, 51, 0.1) 10%, rgba(51, 51, 51, 0.25) 20%, rgba(51, 51, 51, 0.65) 50%, #333333 100%);
}
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-Theme01-Theme01_Styles.normal .play-pause-btn,
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-Theme01-Theme01_Styles.normal .volume-btn,
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-Theme01-Theme01_Styles.normal .fullscreen-btn,
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-Theme01-Theme01_Styles.normal .transcript-btn {
  color: #1d83c4;
}
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-Theme01-Theme01_Styles.normal .seek-wrapper .indicator,
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-Theme01-Theme01_Styles.normal .seek-wrapper .slider-progress {
  background-color: #1d83c4;
}
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-Theme01-Theme01_Styles.normal .seek-wrapper .slider-track {
  background-color: #D2D8DB;
}
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-Theme01-Theme01_Styles.normal .time-wrapper {
  color: #1d83c4;
}
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-Theme01-Theme01_Styles.normal .transcript-btn.active {
  color: #F78248;
}
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-Theme01-Theme01_Styles.reversed {
  background: transparent;
  color: #ffffff;
}
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-Theme01-Theme01_Styles.reversed.overlay {
  background: transparent;
  background-image: -webkit-linear-gradient(rgba(51, 51, 51, 0) 0%, rgba(51, 51, 51, 0.1) 10%, rgba(51, 51, 51, 0.25) 20%, rgba(51, 51, 51, 0.65) 50%, #333333 100%);
  background-image: linear-gradient(rgba(51, 51, 51, 0) 0%, rgba(51, 51, 51, 0.1) 10%, rgba(51, 51, 51, 0.25) 20%, rgba(51, 51, 51, 0.65) 50%, #333333 100%);
}
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-Theme01-Theme01_Styles.reversed.solid-bkg {
  background-color: #333333;
}
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-Theme01-Theme01_Styles.reversed.fullscreen {
  background: transparent;
  background-image: -webkit-linear-gradient(rgba(51, 51, 51, 0) 0%, rgba(51, 51, 51, 0.1) 10%, rgba(51, 51, 51, 0.25) 20%, rgba(51, 51, 51, 0.65) 50%, #333333 100%);
  background-image: linear-gradient(rgba(51, 51, 51, 0) 0%, rgba(51, 51, 51, 0.1) 10%, rgba(51, 51, 51, 0.25) 20%, rgba(51, 51, 51, 0.65) 50%, #333333 100%);
}
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-Theme01-Theme01_Styles.reversed .play-pause-btn,
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-Theme01-Theme01_Styles.reversed .volume-btn,
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-Theme01-Theme01_Styles.reversed .fullscreen-btn,
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-Theme01-Theme01_Styles.reversed .transcript-btn {
  color: #ffffff;
}
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-Theme01-Theme01_Styles.reversed .seek-wrapper .indicator,
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-Theme01-Theme01_Styles.reversed .seek-wrapper .slider-progress {
  background-color: #ebebeb;
}
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-Theme01-Theme01_Styles.reversed .seek-wrapper .slider-track {
  background-color: #666666;
}
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-Theme01-Theme01_Styles.reversed .time-wrapper {
  color: #ffffff;
}
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-Theme01-Theme01_Styles.reversed .transcript-btn.active {
  color: #F78248;
}
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-Theme01-Theme01_Styles.hide {
  opacity: 0;
}
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-Theme01-Theme01_Styles .marker-wrapper {
  bottom: calc(100% + 8px);
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-Theme01-Theme01_Styles .material-icons {
  font-size: 30px;
  width: 30px;
  overflow: hidden;
}
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-Theme01-Theme01_Styles .material-icons.invisible {
  visibility: hidden;
}
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-Theme01-Theme01_Styles .play-pause-btn {
  margin-right: 16px;
}
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-Theme01-Theme01_Styles .seek-wrapper {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-right: 16px;
  position: relative;
}
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-Theme01-Theme01_Styles .seek-wrapper.ios {
  margin-right: 20px;
}
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-Theme01-Theme01_Styles .time-wrapper {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 16px;
}
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-Theme01-Theme01_Styles .time-wrapper > * {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-Theme01-Theme01_Styles .time-wrapper .time-separator {
  margin: 0 3px;
}
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-Theme01-Theme01_Styles .time-wrapper.ios {
  margin-right: 6px;
}
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-Theme01-Theme01_Styles .volume-wrapper {
  position: relative;
}
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-Theme01-Theme01_Styles .volume-wrapper > * {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-Theme01-Theme01_Styles .volume-wrapper:not(:hover) .volume-slider-wrapper {
  height: 0 !important;
  padding: 0 8px !important;
}
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-Theme01-Theme01_Styles .volume-wrapper .accessibility-speaker {
  color: transparent;
  position: absolute;
}
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-Theme01-Theme01_Styles .volume-wrapper .volume-slider-wrapper {
  bottom: 100%;
  left: 50%;
  padding: 8px;
  padding-bottom: 16px;
  overflow: hidden;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-Theme01-Theme01_Styles .volume-wrapper .volume-slider-wrapper.primary1 {
  background-color: #333333;
}
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-Theme01-Theme01_Styles .volume-wrapper .volume-slider-wrapper.primary2 {
  background-color: #ffffff;
}
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-Theme01-Theme01_Styles .volume-wrapper .volume-slider-wrapper.primary3 {
  background-color: #1d83c4;
}
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-Theme01-Theme01_Styles .volume-wrapper .volume-slider-wrapper.neutral2 {
  background-color: #D2D8DB;
}
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-Theme01-Theme01_Styles .material-icons {
  cursor: pointer;
}
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-Theme01-Theme01_Styles .transcript-btn {
  font-size: 24px;
  width: 24px;
}
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-Theme01-Theme01_Styles .transcript-btn.active {
  color: #F78248;
}
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-Theme01-Theme01_Styles .transcript-btn.transcript {
  font-size: 22px;
  width: 22px;
}
.c-ec764142-b39e-4c9d-a844-db1f56984e0f.theme-Theme01-Theme01_Styles {
  cursor: pointer;
  position: relative;
  width: 100%;
}
.c-ec764142-b39e-4c9d-a844-db1f56984e0f.theme-Theme01-Theme01_Styles .indicator {
  background-color: #1d83c4;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  font-size: 19px;
  height: 16px;
  line-height: 16px;
  pointer-events: none;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translate3D(-50%, -50%, 0);
          transform: translate3D(-50%, -50%, 0);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 16px;
  z-index: 10;
}
.c-ec764142-b39e-4c9d-a844-db1f56984e0f.theme-Theme01-Theme01_Styles .slider {
  cursor: pointer;
  height: 24px;
  position: relative;
  width: 100%;
  z-index: 0;
}
.c-ec764142-b39e-4c9d-a844-db1f56984e0f.theme-Theme01-Theme01_Styles .slider-track {
  background-color: #D2D8DB;
  border-radius: 3px;
  cursor: pointer;
  height: 6px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  z-index: 0;
}
.c-ec764142-b39e-4c9d-a844-db1f56984e0f.theme-Theme01-Theme01_Styles .slider-progress {
  background-color: #1d83c4;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  height: 6px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
.c-ec764142-b39e-4c9d-a844-db1f56984e0f.theme-Theme01-Theme01_Styles.disabled {
  cursor: not-allowed;
}
.c-ec764142-b39e-4c9d-a844-db1f56984e0f.theme-Theme01-Theme01_Styles.disabled .indicator {
  display: none;
}
.c-ec764142-b39e-4c9d-a844-db1f56984e0f.theme-Theme01-Theme01_Styles.disabled .slider {
  cursor: not-allowed;
}
.c-ec764142-b39e-4c9d-a844-db1f56984e0f.theme-Theme01-Theme01_Styles.disabled .slider-track {
  cursor: not-allowed;
}
.c-ec764142-b39e-4c9d-a844-db1f56984e0f.theme-Theme01-Theme01_Styles.dragging {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.c-ec764142-b39e-4c9d-a844-db1f56984e0f.theme-Theme01-Theme01_Styles.vertical .indicator {
  left: 50%;
  top: auto;
  -webkit-transform: translate3D(-50%, 50%, 0);
          transform: translate3D(-50%, 50%, 0);
}
.c-ec764142-b39e-4c9d-a844-db1f56984e0f.theme-Theme01-Theme01_Styles.vertical .slider {
  width: 24px;
  height: 100%;
}
.c-ec764142-b39e-4c9d-a844-db1f56984e0f.theme-Theme01-Theme01_Styles.vertical .slider-track {
  width: 6px;
  height: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  left: 50%;
}
.c-ec764142-b39e-4c9d-a844-db1f56984e0f.theme-Theme01-Theme01_Styles.vertical .slider-progress {
  left: 50%;
  bottom: 0;
  top: auto;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.c-ec764142-b39e-4c9d-a844-db1f56984e0f.theme-Theme01-Theme01_Styles.xs .slider {
  height: 30px;
}
.c-ec764142-b39e-4c9d-a844-db1f56984e0f.theme-Theme01-Theme01_Styles.xs .indicator {
  height: 22px;
  line-height: 22px;
  width: 22px;
}
.c-ec764142-b39e-4c9d-a844-db1f56984e0f.theme-Theme01-Theme01_Styles .slider-value-name {
  position: absolute;
  top: 0;
  left: 0;
  color: transparent;
  width: 1px;
  height: 1px;
}
.c-62d6b63a-7ec6-4b9e-b1c0-40c2df234e9a.theme-Theme01-Theme01_Styles iframe {
  width: 100%;
  height: 700px;
}
.c-62d6b63a-7ec6-4b9e-b1c0-40c2df234e9a.theme-Theme01-Theme01_Styles .xs {
  width: 100% !important;
}
.c-62d6b63a-7ec6-4b9e-b1c0-40c2df234e9a.theme-Theme01-Theme01_Styles #mc_embed_signup {
  background: #fff;
  clear: left;
  font: 14px Helvetica, Arial, sans-serif;
}
.c-62d6b63a-7ec6-4b9e-b1c0-40c2df234e9a.theme-Theme01-Theme01_Styles .subscribe-body {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  margin: 15px 0 0 0;
}
.c-62d6b63a-7ec6-4b9e-b1c0-40c2df234e9a.theme-Theme01-Theme01_Styles .subscribe-heading {
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
}
.c-62d6b63a-7ec6-4b9e-b1c0-40c2df234e9a.theme-Theme01-Theme01_Styles .subscribe-inner-view {
  display: block;
  margin: auto;
  overflow: hidden;
  padding-bottom: 40px;
  padding-top: 40px;
  position: relative;
}
.c-62d6b63a-7ec6-4b9e-b1c0-40c2df234e9a.theme-Theme01-Theme01_Styles .subscribe-text-area {
  display: inline-block;
  vertical-align: top;
}
.c-62d6b63a-7ec6-4b9e-b1c0-40c2df234e9a.theme-Theme01-Theme01_Styles .subscribe-view {
  width: 35%;
  margin: 20px auto;
  max-width: 984px;
}
.c-62d6b63a-7ec6-4b9e-b1c0-40c2df234e9a.theme-Theme01-Theme01_Styles .subscribe-view.sm .subscribe-body,
.c-62d6b63a-7ec6-4b9e-b1c0-40c2df234e9a.theme-Theme01-Theme01_Styles .subscribe-view.xs .subscribe-body {
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
}
.c-62d6b63a-7ec6-4b9e-b1c0-40c2df234e9a.theme-Theme01-Theme01_Styles .subscribe-view.sm .subscribe-heading,
.c-62d6b63a-7ec6-4b9e-b1c0-40c2df234e9a.theme-Theme01-Theme01_Styles .subscribe-view.xs .subscribe-heading {
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
}
.c-62d6b63a-7ec6-4b9e-b1c0-40c2df234e9a.theme-Theme01-Theme01_Styles .subscribe-view.sm .subscribe-view,
.c-62d6b63a-7ec6-4b9e-b1c0-40c2df234e9a.theme-Theme01-Theme01_Styles .subscribe-view.xs .subscribe-view {
  width: 100%;
}
.c-62d6b63a-7ec6-4b9e-b1c0-40c2df234e9a.theme-Theme01-Theme01_Styles .subscribe-view.xs .subscribe-view {
  width: 100%;
}
.c-62d6b63a-7ec6-4b9e-b1c0-40c2df234e9a.theme-Theme01-Theme01_Styles .subscribe-view.xs .subscribe-image-area {
  display: inline-block;
  padding-bottom: 20px;
}
.c-62d6b63a-7ec6-4b9e-b1c0-40c2df234e9a.theme-Theme01-Theme01_Styles .subscribe-view.xs .subscribe-inner-view.left {
  display: inline-block;
}
.c-62d6b63a-7ec6-4b9e-b1c0-40c2df234e9a.theme-Theme01-Theme01_Styles .subscribe-view.xs .subscribe-text-area {
  display: inline-block;
}
.c-62d6b63a-7ec6-4b9e-b1c0-40c2df234e9a.theme-Theme01-Theme01_Styles .subscribe-view.xs .subscribe-view {
  width: 100%;
}
.c-62d6b63a-7ec6-4b9e-b1c0-40c2df234e9a.theme-Theme01-Theme01_Styles .mergeRow {
  padding: 0 0 6px 0 !important;
  clear: both;
}
.c-62d6b63a-7ec6-4b9e-b1c0-40c2df234e9a.theme-Theme01-Theme01_Styles input {
  display: block;
  margin: 0;
  padding: 10px;
  background: #fff;
  width: 100%;
  border: 2px solid #d0d0d0 !important;
  border-radius: 3px;
  -webkit-appearance: none;
}
.c-62d6b63a-7ec6-4b9e-b1c0-40c2df234e9a.theme-Theme01-Theme01_Styles .field-group {
  position: relative;
  margin: 3px 0 12px 0;
  overflow: hidden;
  background: transparent !important;
}
.c-62d6b63a-7ec6-4b9e-b1c0-40c2df234e9a.theme-Theme01-Theme01_Styles label {
  line-height: 150%;
  font-family: Helvetica;
  font-size: 16px;
  color: #5d5d5d;
}
.c-62d6b63a-7ec6-4b9e-b1c0-40c2df234e9a.theme-Theme01-Theme01_Styles .field-shift {
  left: -9999px;
  position: absolute;
}
.c-62d6b63a-7ec6-4b9e-b1c0-40c2df234e9a.theme-Theme01-Theme01_Styles .checkbox input,
.c-62d6b63a-7ec6-4b9e-b1c0-40c2df234e9a.theme-Theme01-Theme01_Styles .radio input {
  width: auto !important;
  display: inline-block;
  width: 24px !important;
  height: 24px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  outline: 0;
  border: 2px solid #d0d0d0 !important;
  border-radius: 3px;
}
.c-62d6b63a-7ec6-4b9e-b1c0-40c2df234e9a.theme-Theme01-Theme01_Styles ul,
.c-62d6b63a-7ec6-4b9e-b1c0-40c2df234e9a.theme-Theme01-Theme01_Styles li {
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
}
