*,
*:after,
*:before {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: 300;
  box-sizing: border-box;
  outline: none; }

ol,
ul {
  list-style: none; }

a {
  text-decoration: none;
  user-select: none;
  cursor: pointer; }

body {
  font-family: 'Nunito', 'sans-serif';
  font-weight: 300;
  color: #000; }

a {
  transition: color 0.2s ease; }

em {
  font-style: italic; }

hr {
  display: block;
  margin: 20px 0; }

html,
body {
  width: 100%;
  height: 100%; }

main {
  display: block;
  width: 100%;
  margin: 0 auto; }

article {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px; }

section.secondary {
  background: #e8ebf1;
  margin: 0 0 5%;
  padding: 60px 0;
  overflow: auto; }
  section.secondary.dark {
    margin-top: -6%; }
  @media (max-width: 980px) {
    section.secondary {
      margin-bottom: 60px; } }

.slick-dots {
  text-align: center;
  padding: 0 20px; }
  .slick-dots li {
    display: inline-block; }
    .slick-dots li button {
      display: block;
      overflow: hidden;
      width: 12px;
      height: 12px;
      background: rgba(0, 0, 0, 0.4);
      text-indent: -50px;
      margin: 4px;
      border-radius: 100%;
      cursor: pointer; }
    .slick-dots li.slick-active button {
      background: #F6BA2C; }

.slick-slider {
  width: calc(100% + 40px);
  margin-left: -20px; }

header {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 96px;
  transition: height 0.2s ease-out;
  background: #fff;
  z-index: 10; }
  @media (max-width: 980px) {
    header {
      height: 60px; } }
  header > div {
    max-width: 1920px;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto; }
  header > div > a:first-child img {
    height: 45px;
    margin-left: 20px;
    transition: height 0.2s ease-out; }
    @media (max-width: 980px) {
      header > div > a:first-child img {
        height: 32px;
        margin-top: 6px; } }
  header > div > div {
    text-align: right; }
    header > div > div > a {
      display: none; }
    @media (max-width: 980px) {
      header > div > div {
        display: none;
        position: fixed;
        z-index: 2;
        width: 100vw;
        top: 60px;
        left: 0px;
        background: #fff; }
        header > div > div > a {
          display: block;
          width: 100%;
          text-align: center;
          color: #b2b2b2;
          font-weight: 400;
          line-height: 40px; }
          header > div > div > a svg {
            width: 14px;
            vertical-align: middle;
            margin-top: -4px;
            transform: rotate(-90deg);
            transition: transform 0.2s ease; }
            header > div > div > a svg path {
              fill: #F6BA2C; } }
    header > div > div.on nav:first-of-type {
      max-height: 220px; }
    header > div > div.on > a svg {
      transform: rotate(0deg); }
  header .toggle {
    display: none;
    position: absolute;
    width: 26px;
    height: 26px;
    border-top: 3px solid #7f7f7f;
    top: 20px;
    right: 20px;
    box-sizing: border-box;
    padding: 8px 6px;
    z-index: 2; }
    header .toggle:before, header .toggle:after {
      display: block;
      content: '';
      width: 100%;
      height: 3px;
      background: #7f7f7f;
      position: absolute;
      left: 0px;
      top: 5px;
      transition: 0.2s ease-out; }
    header .toggle:after {
      top: 13px; }
    @media (max-width: 980px) {
      header .toggle {
        display: block; } }
  @media (max-width: 980px) {
    header.on > div > div {
      display: block; }
    header.on .toggle {
      border-top: 3px solid transparent; }
      header.on .toggle:after, header.on .toggle:before {
        transform: rotate(45deg);
        top: 3px; }
      header.on .toggle:after {
        top: 3px;
        transform: rotate(-45deg); } }
  header.scrolled {
    height: 60px; }
    header.scrolled > div > a:first-child img {
      height: 32px;
      margin-top: 6px; }
    header.scrolled nav:first-of-type {
      max-height: 0px; }
    header.scrolled nav:last-of-type {
      margin-top: 0px; }
      header.scrolled nav:last-of-type a {
        line-height: 60px; }
  header nav:first-of-type {
    background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.05) 100%);
    padding-right: 20px;
    position: absolute;
    top: 0px;
    right: 0px;
    overflow: hidden;
    max-height: 40px;
    transition: max-height 0.2s ease-out; }
    header nav:first-of-type a {
      font-size: 10px;
      text-transform: uppercase;
      color: #919191;
      letter-spacing: 1px;
      margin-left: 10px;
      padding: 0 20px;
      line-height: 40px; }
      header nav:first-of-type a:hover {
        color: #F6BA2C; }
    @media (max-width: 980px) {
      header nav:first-of-type {
        position: static;
        background: #f4f4f4;
        max-height: 0px;
        overflow: hidden;
        transition: max-height 0.2s ease; }
        header nav:first-of-type a {
          font-size: 16px;
          color: #b2b2b2;
          text-transform: none;
          color: #b2b2b2;
          display: block;
          width: 100%;
          text-align: center; } }
  header nav:last-of-type {
    margin-top: 40px;
    transition: margin 0.2s ease-out; }
    header nav:last-of-type a {
      display: inline-block;
      font-size: 16px;
      color: #b2b2b2;
      font-weight: 400;
      padding: 0 18px;
      line-height: 56px; }
      header nav:last-of-type a strong {
        font-weight: 600;
        color: #7f7f7f; }
      header nav:last-of-type a:hover,
      header nav:last-of-type a:hover strong {
        color: #000; }
      header nav:last-of-type a:last-child {
        padding: 0 40px; }
    @media (max-width: 980px) {
      header nav:last-of-type {
        margin-top: 0px; }
        header nav:last-of-type a {
          display: block;
          width: 100%;
          text-align: center; } }

main {
  padding-top: 96px; }
  @media (max-width: 980px) {
    main {
      padding-top: 60px; } }

.intro {
  background: #e8ebf1;
  width: 100%;
  min-height: calc(100vh - 146px);
  padding-top: 30px;
  padding-bottom: 12.375%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #06293d;
  padding-left: 160px;
  padding-right: 160px; }
  @media (max-width: 980px) {
    .intro {
      padding-left: 30px;
      padding-right: 30px;
      padding-top: 20px; } }
  .intro .banner {
    background: #fff;
    border-radius: 24px;
    width: 100%;
    position: relative;
    min-height: 550px;
    overflow: hidden;
    padding: 70px;
    max-width: 1110px; }
    @media (max-width: 980px) {
      .intro .banner {
        height: auto;
        padding: 100px 30px; } }
    .intro .banner .butterfly-top {
      position: absolute;
      top: -320px;
      right: -260px;
      max-width: 720px;
      height: auto;
      z-index: 0; }
      @media (max-width: 980px) {
        .intro .banner .butterfly-top {
          top: -355px;
          right: -275px; } }
    .intro .banner .butterfly-bottom {
      position: absolute;
      bottom: -255px;
      left: -275px;
      transform: rotate(4deg);
      max-width: 720px;
      height: auto;
      z-index: 0; }
      @media (max-width: 980px) {
        .intro .banner .butterfly-bottom {
          bottom: -280px;
          left: -300px; } }
    .intro .banner .logo {
      margin-top: 60px;
      max-width: 200px;
      height: auto; }
    .intro .banner .message {
      display: flex;
      flex-direction: column;
      align-items: center;
      position: relative;
      z-index: 1; }
      .intro .banner .message h1 {
        margin-top: 50px;
        font-weight: 600;
        font-size: 40px;
        line-height: 120%;
        text-align: center;
        color: #1b2d4b; }
        @media (max-width: 980px) {
          .intro .banner .message h1 {
            font-size: 32px;
            margin-top: 40px; } }
      .intro .banner .message span {
        margin-top: 16px;
        font-size: 18px;
        line-height: 20px;
        text-align: center;
        color: #0066ff;
        font-weight: normal; }
      .intro .banner .message a {
        background: #108cff;
        border-radius: 6px;
        text-transform: uppercase;
        color: #fff;
        margin-top: 24px;
        padding: 14px 24px;
        font-weight: 600; }
      .intro .banner .message small {
        font-size: 16px;
        line-height: 24px;
        text-align: center;
        color: #9aadce;
        margin-top: 65px;
        font-weight: normal; }
        @media (max-width: 980px) {
          .intro .banner .message small {
            margin-top: 50px; } }

section.alt {
  color: #fff;
  padding: 100px 0;
  margin-bottom: 18%;
  position: relative; }
  section.alt.centered {
    text-align: center; }
  section.alt .waves {
    bottom: auto;
    top: 100%; }
  section.alt.col .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    top: 0px;
    pointer-events: none; }
  section.alt.col article p {
    margin-left: 0px;
    width: 40%; }
  @media (max-width: 980px) {
    section.alt.col .bg {
      opacity: 0.2; }
    section.alt.col article p,
    section.alt.col article h2 {
      width: 100%;
      text-align: center; } }
  section.alt p {
    line-height: 26px;
    margin: 0 auto 14px;
    max-width: 650px; }
    section.alt p a {
      color: #F6BA2C; }
      section.alt p a:hover {
        color: #F2B102; }
  section.alt h2 {
    font-size: 32px;
    margin-bottom: 16px; }
  section.alt ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap; }
    section.alt ul li {
      flex: 50%;
      display: flex;
      align-items: center;
      margin-bottom: 75px; }
      @media (max-width: 980px) {
        section.alt ul li {
          display: block;
          flex: 100%;
          text-align: center;
          margin-bottom: 35px; } }
      section.alt ul li img {
        width: 85px;
        margin-right: 36px; }
        @media (max-width: 980px) {
          section.alt ul li img {
            margin: 0 auto 5px; } }
      section.alt ul li div {
        margin-right: 36px; }
        @media (max-width: 980px) {
          section.alt ul li div {
            margin: 0px; } }
      section.alt ul li h4 {
        font-size: 21px;
        font-weight: 400;
        margin-bottom: 21px; }
        @media (max-width: 980px) {
          section.alt ul li h4 {
            margin-bottom: 12px; } }

section.help {
  background: #e8ebf1;
  display: flex; }
  section.help > article {
    max-width: 680px;
    margin: 0 auto;
    padding: 60px 40px 0; }
    @media (max-width: 980px) {
      section.help > article {
        padding: 40px 20px 80px; } }
  section.help h1,
  section.help h2 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px; }
  section.help p,
  section.help ul {
    margin-bottom: 20px; }
  section.help p + p {
    margin-top: -10px; }
  section.help li,
  section.help p {
    line-height: 1.5em; }
  section.help ul,
  section.help ol {
    margin-left: 16px; }
  section.help li {
    list-style-type: circle;
    margin-bottom: 12px; }
  section.help code {
    font-family: 'Nunito', sans-serif;
    font-weight: 600; }
  section.help a {
    color: #212121;
    text-decoration: underline; }
    section.help a:hover {
      color: #29758d; }
  section.help strong {
    font-weight: 600; }
  section.help pre {
    background: #fff;
    border-left: 3px solid #f6ba2c;
    color: #666;
    page-break-inside: avoid;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1em 1.5em;
    display: block;
    word-wrap: break-word; }
    section.help pre * {
      font-family: monospace;
      font-weight: 300; }
  section.help img {
    display: block;
    margin: 20px 0;
    max-width: 360px;
    border: 4px solid #ccc;
    max-width: 100%; }

footer {
  text-align: center;
  border-bottom: 50px solid #2894aa;
  position: relative; }
  footer > nav {
    position: absolute;
    bottom: 0px;
    width: 100%;
    text-align: center;
    z-index: 4;
    color: rgba(255, 255, 255, 0.2); }
    @media (max-width: 980px) {
      footer > nav {
        bottom: -30px; } }
    footer > nav a {
      color: #fff;
      font-size: 14px;
      margin: 0 6px; }
      footer > nav a:hover {
        color: #F6BA2C; }

a.choice {
  display: block;
  margin: 20px 0;
  font-size: 16px;
  line-height: 26px;
  text-decoration: none !important;
  position: relative;
  cursor: pointer;
  background: #fff;
  border-radius: 6px;
  padding: 15px 20px;
  transition: padding 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden; }
  a.choice span {
    font-weight: 400; }
  a.choice svg {
    display: block;
    position: absolute;
    top: 50%;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    transform: translate(-40px, -50%);
    opacity: 0;
    pointer-events: none; }
  a.choice:hover {
    padding-left: 35px; }
    a.choice:hover svg {
      opacity: 1;
      transform: translate(-20px, -50%); }
      a.choice:hover svg path {
        fill: #3e748a; }

@keyframes wave-primary {
  0% {
    background-position-x: 0; }
  100% {
    background-position-x: 200%; } }

@keyframes wave-secondary {
  0% {
    background-position-x: 50%; }
  100% {
    background-position-x: 250%; } }

@keyframes swell-primary {
  0%,
  100% {
    transform: translate3d(0, 20%, 0); }
  50% {
    transform: translate3d(0, 0, 0); } }

@keyframes swell {
  0%,
  100% {
    transform: translate3d(0, 15%, 0); }
  50% {
    transform: translate3d(0, 0, 0); } }

@keyframes swell-primary-revert {
  0%,
  100% {
    transform: translate3d(0, -20%, 0); }
  50% {
    transform: translate3d(0, 0, 0); } }

@keyframes swell-revert {
  0%,
  100% {
    transform: translate3d(0, -15%, 0); }
  50% {
    transform: translate3d(0, 0, 0); } }

.waves {
  width: 100%;
  padding-top: 12.375%;
  position: absolute;
  overflow: hidden;
  bottom: 0px;
  left: 0px;
  transform: translate(0, 1px); }
  .waves > div {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-size: auto 100%;
    background-position: left bottom;
    background-repeat: repeat-x;
    animation: wave-secondary 120s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite, swell 40s ease -1.25s infinite;
    transform: translate3d(0, 0, 0); }
    .waves > div:last-child {
      background-position: 30% bottom;
      animation: wave-primary 40s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite, swell-primary 20s ease -1.25s infinite; }
  .waves.revert {
    transform: translate(0, -1px); }
    .waves.revert > div {
      animation: wave-secondary 120s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite, swell-revert 40s ease -1.25s infinite; }
      .waves.revert > div:last-child {
        animation: wave-primary 40s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite, swell-primary-revert 20s ease -1.25s infinite; }
  .waves.colored {
    background: #e8ebf1; }

form {
  margin: 30px auto 0;
  position: relative;
  width: 90vw;
  max-width: 480px; }
  form.loading {
    opacity: 0.7;
    pointer-events: none; }
    form.loading svg:first-child {
      display: block; }
    form.loading svg:last-child {
      display: none; }
  form input {
    border: 1px solid #d9d9d9;
    color: #1d1d1d;
    font-weight: 400;
    font-size: 16px;
    padding: 12px 16px;
    border-radius: 4px;
    width: 100%;
    -webkit-appearance: none; }
    form input.error {
      border-color: #AC4545; }
  form button {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 48px;
    height: 100%;
    background: #69bee5;
    border-radius: 0 4px 4px 0;
    -webkit-appearance: none;
    cursor: pointer; }
  form svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    fill: #fff; }
    form svg:first-child {
      display: none; }

.videos {
  text-align: center; }
  .videos.odd {
    background: #e8ebf1;
    padding: 80px 0;
    margin-bottom: 5%; }
    @media (max-width: 980px) {
      .videos.odd {
        margin-bottom: 60px; } }
  .videos h2 {
    font-size: 42px;
    font-weight: 400;
    margin-bottom: 12px; }
  .videos h3 {
    font-size: 21px;
    margin-bottom: 60px; }
  .videos .slick-slider .slick-list li {
    text-align: left;
    opacity: 0.4;
    cursor: pointer;
    transition: opacity 0.2s ease-out; }
    .videos .slick-slider .slick-list li h4 {
      font-size: 26px;
      font-weight: 400;
      margin-bottom: 12px; }
  .videos .slick-slider .slick-current li {
    opacity: 1; }
  .videos .video.laptop {
    margin-bottom: 15%;
    padding: 0px; }
    .videos .video.laptop > div:first-child {
      background: url("/static/images/laptop.png") no-repeat;
      background-size: 100% 100%;
      width: 100%;
      padding-top: 57%;
      position: relative;
      margin-bottom: 40px; }
    @media (max-width: 980px) {
      .videos .video.laptop > div:first-child {
        width: calc(100% + 40px);
        padding-top: 65%;
        margin-left: -20px; } }
    .videos .video.laptop video {
      position: absolute;
      width: 75.2%;
      top: 12%;
      left: 12.4%;
      opacity: 1;
      transition: opacity 0.2s ease-out; }
      .videos .video.laptop video.off {
        opacity: 0; }
    .videos .video.laptop .slick-slider .slick-list li {
      margin-bottom: 30px; }
      .videos .video.laptop .slick-slider .slick-list li:first-child {
        padding: 0 40px 0 20px; }
  .videos .video.mobile {
    display: flex; }
    .videos .video.mobile > div:first-child {
      flex: 1;
      height: 570px;
      overflow: hidden;
      padding-top: 50px; }
      .videos .video.mobile > div:first-child div > li {
        padding-right: 20%;
        margin-bottom: 30px; }
        @media (max-width: 980px) {
          .videos .video.mobile > div:first-child div > li {
            padding: 0px 0px 0px 10px; } }
        .videos .video.mobile > div:first-child div > li svg {
          width: 14px;
          margin-right: 14px;
          transform: rotate(-90deg);
          transition: transform 0.2s ease-out; }
          @media (max-width: 980px) {
            .videos .video.mobile > div:first-child div > li svg {
              display: none; } }
        .videos .video.mobile > div:first-child div > li p {
          max-height: 0px;
          overflow: hidden;
          transition: max-height 0.6s ease-out; }
      .videos .video.mobile > div:first-child .slick-current li svg {
        transform: rotate(0deg); }
      .videos .video.mobile > div:first-child .slick-current li p {
        max-height: 200px;
        transition: max-height 1s ease-out;
        transition-delay: 0.6s; }
    @media (max-width: 980px) {
      .videos .video.mobile {
        flex-direction: column-reverse;
        align-items: center; }
        .videos .video.mobile > div:first-child {
          width: 100%;
          height: auto; }
          .videos .video.mobile > div:first-child div > li {
            margin-bottom: 40px; }
            .videos .video.mobile > div:first-child div > li p {
              max-height: 200px; } }
    .videos .video.mobile > div:last-child {
      height: 550px;
      width: 280px;
      border: 12px solid #e8ebf1;
      border-radius: 30px;
      padding: 0px;
      overflow: hidden;
      transform: rotateX(0deg) rotateY(0) rotateZ(0deg);
      background: #032947;
      box-shadow: 0 5px 20px rgba(102, 102, 102, 0.281);
      position: relative; }
      .videos .video.mobile > div:last-child::before {
        content: '';
        position: absolute;
        top: 0px;
        left: 0px;
        width: 120px;
        height: 18px;
        top: 0px;
        left: 50%;
        transform: translate(-50%, 0);
        background: #e8ebf1;
        border-radius: 0 0 14px 14px;
        z-index: 3; }
    .videos .video.mobile video {
      width: 100%;
      position: absolute;
      top: 0px;
      left: 0px;
      transition: opacity 0.2s ease-out; }
      .videos .video.mobile video.off {
        opacity: 0; }

table.nodes {
  width: calc(100% + 40px);
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-size: 13px;
  border-collapse: collapse;
  margin: 0 0 60px -20px; }
  @media (max-width: 980px) {
    table.nodes {
      margin-bottom: 40px; } }
  table.nodes caption {
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 32px; }
  table.nodes td.down {
    color: #ac4545; }
  table.nodes tr.mid td {
    color: #9e9e9e; }
  table.nodes tr.down td {
    color: #9e9e9e; }
  table.nodes tbody tr:hover {
    background: #69bee5;
    color: #fff; }
  table.nodes tbody tr:nth-child(-n + 10) {
    background: #dee1e8; }
  table.nodes th,
  table.nodes td {
    text-align: left;
    padding: 0 10px;
    line-height: 36px;
    font-size: 12px;
    cursor: pointer; }
  table.nodes th {
    font-weight: 600;
    text-transform: capitalize;
    user-select: none;
    background: #d5d9e4; }
    table.nodes th.filter {
      text-decoration: underline; }
  table.nodes td.copy {
    position: relative; }
    table.nodes td.copy:after {
      content: attr(data-tooltip);
      display: block;
      position: absolute;
      white-space: nowrap;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%;
      background: #e8ebf1;
      box-sizing: border-box;
      padding: 0 10px;
      line-height: 36px;
      font-size: 12px;
      color: #417505; }
  table.nodes tr:nth-child(-n + 10) td.copy:after {
    background: #dee1e8; }
  table.nodes tr:hover td.copy:after,
  table.nodes tr:nth-child(-n + 10):hover {
    background: #69bee5;
    color: #fff; }
  table.nodes tr td span {
    font-size: 21px; }
  @media (max-width: 980px) {
    table.nodes td:nth-child(n + 3):nth-child(-n + 6),
    table.nodes th:nth-child(n + 3):nth-child(-n + 6),
    table.nodes td:last-child,
    table.nodes th:last-child {
      display: none; } }

.goto-list {
  display: block;
  margin: 0 auto;
  text-align: center;
  font-weight: 400;
  color: #2f2f2f;
  font-size: 16px; }
  .goto-list:hover {
    color: #69bee5; }
    .goto-list:hover svg path {
      fill: #69bee5; }
  @media (max-width: 980px) {
    .goto-list {
      margin-bottom: 40px; } }
  .goto-list svg {
    height: 18px;
    vertical-align: middle;
    margin-left: 8px;
    margin-bottom: 4px; }
    .goto-list svg path {
      fill: #2f2f2f;
      transition: fill 0.2s ease; }

.wysiwyg {
  position: relative;
  padding: 10px 0 50px 420px; }
  @media (max-width: 980px) {
    .wysiwyg {
      padding-left: 20px; } }
  .wysiwyg nav {
    text-align: right;
    padding: 60px 0 3px; }
    .wysiwyg nav a {
      font-size: 14px;
      color: #000;
      margin-left: 14px; }
      .wysiwyg nav a.active {
        font-weight: 400;
        border-bottom: 2px solid #F6BA2C; }
  .wysiwyg > div h1,
  .wysiwyg > div h2,
  .wysiwyg > div h3,
  .wysiwyg > div h4,
  .wysiwyg > div p,
  .wysiwyg > div li {
    text-align: left; }
  .wysiwyg > div h1 {
    margin: 40px 0;
    font-size: 32px;
    font-weight: 400; }
  .wysiwyg > div h2 {
    font-size: 28px;
    margin: 40px 0 10px;
    font-weight: 300; }
  .wysiwyg > div h3 {
    font-size: 24px;
    margin: 40px 0 20px; }
  .wysiwyg > div ul,
  .wysiwyg > div ol {
    padding: 20px;
    font-size: 14px; }
  .wysiwyg > div li {
    margin-bottom: 8px;
    list-style: circle; }
  .wysiwyg > div p {
    font-size: 14px;
    line-height: 21px; }
  .wysiwyg > div strong {
    font-weight: 400; }
  .wysiwyg > div em {
    font-style: italic; }
  .wysiwyg > div a {
    color: #000;
    text-decoration: underline; }
  .wysiwyg #toc {
    position: fixed;
    display: block;
    top: 160px;
    left: 50%;
    margin: 0 0 0 -540px;
    width: 340px;
    transition: top 0.2s ease-out; }
    .wysiwyg #toc.scrolled {
      top: 50px;
      box-shadow: none; }
    .wysiwyg #toc.static {
      background: red; }
    @media (max-height: 720px) {
      .wysiwyg #toc {
        position: absolute; }
        .wysiwyg #toc.scrolled {
          top: 160px; } }
    @media (max-width: 1200px) {
      .wysiwyg #toc {
        left: 0px;
        margin-left: 20px; } }
    @media (max-width: 980px) {
      .wysiwyg #toc {
        display: none; } }
    .wysiwyg #toc ol {
      padding: 0px; }
    .wysiwyg #toc li {
      list-style: none;
      padding-left: none; }
      .wysiwyg #toc li a {
        display: block;
        float: left;
        clear: both;
        padding: 8px 12px 2px;
        margin-bottom: 6px;
        color: var(--fontColorGrey);
        line-height: 16px;
        font-size: 13px;
        border-bottom: 2px solid transparent; }
        .wysiwyg #toc li a:hover {
          border-color: #F6BA2C; }
        .wysiwyg #toc li a.is-active-link {
          font-weight: 600;
          border-color: #F6BA2C; }
      .wysiwyg #toc li ol {
        padding: 0px; }

.faqs article > p {
  display: block;
  max-width: 680px;
  margin: 0 auto 12px; }

.faqs h2 {
  font-size: 42px;
  font-weight: 400;
  margin-bottom: 32px;
  text-align: center; }

.faqs strong {
  font-weight: 400;
  display: block;
  font-size: 18px;
  margin-bottom: 12px; }

.faqs p + strong {
  margin-top: 28px; }

.faqs p + p,
.faqs ol + p,
.faqs ul + p {
  margin-top: 20px; }

.faqs ol {
  margin-bottom: 12px; }
  .faqs ol li {
    list-style: decimal;
    list-style-position: inside;
    margin-bottom: 12px; }

.faqs a {
  color: #000;
  text-decoration: underline; }
  .faqs a:hover {
    color: #F2B102; }

.faqs article > ul {
  max-width: 680px;
  margin: 60px auto; }

.faqs div li,
.faqs p li {
  margin: 10px; }

.faqs div ul li,
.faqs p ul li {
  list-style: square;
  list-style-position: inside; }

.faqs div ol ul li,
.faqs div ol ol li,
.faqs p ol ul li,
.faqs p ol ol li {
  margin: 10px 10px 10px 50px; }

.faqs div ol ol li,
.faqs p ol ol li {
  list-style: lower-alpha; }

.faqs div li > div,
.faqs div li > p,
.faqs p li > div,
.faqs p li > p {
  margin: 0 40px; }

.faqs b {
  font-weight: 800; }

.tab {
  border-bottom: 1px solid #ededed;
  margin: 16px 0 0;
  position: relative; }
  .tab:last-of-type {
    border-bottom: 0px; }
  .tab:before, .tab:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #F6BA2C;
    top: -17px;
    left: 0px;
    opacity: 0;
    transition: all 0.2s ease-in; }
  .tab:after {
    top: auto;
    bottom: -1px; }
  .tab:first-of-type {
    border-top: 0px; }
    .tab:first-of-type:before {
      display: none; }
  .tab:last-of-type {
    border-bottom: 0px; }
    .tab:last-of-type:after {
      display: none; }
  .tab > p,
  .tab > div {
    max-height: 0px;
    overflow: hidden;
    padding: 0 10px;
    opacity: 0.25; }
    .tab > p a,
    .tab > div a {
      text-decoration: underline; }
  .tab h4 {
    user-select: none;
    position: relative;
    padding: 0 28px;
    font-size: 21px;
    font-weight: 400;
    margin-bottom: 16px;
    cursor: pointer; }
    .tab h4 svg {
      position: absolute;
      left: 0px;
      top: 6px;
      width: 14px;
      margin-right: 14px;
      transform: rotate(-90deg);
      transition: transform 0.2s ease-out; }
  .tab.open > p,
  .tab.open > div {
    max-height: 500px;
    transition: all 0.4s;
    padding: 0 10px 20px;
    opacity: 1; }
  .tab.open h4 svg {
    transform: rotate(0deg); }
  .tab.open:before, .tab.open:after {
    opacity: 1; }

.secondary .tab {
  border-color: #c4c4c4; }

