<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.btn {
  transition: all 0.35s ease;
  display: inline-flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 25px;
  padding: 12px 30px;
  cursor: pointer;
  font-weight: 600;
  text-decoration: none; }
  .btn {
    font-size: 16px; }
  .prefers-reduced-motion .btn {
    transition: none; }
  .btn:hover {
    color: #000;
    background-color: #e6e6e6; }
  .btn:disabled, .btn.disabled {
    transition: none;
    opacity: 1;
    box-shadow: none;
    cursor: default;
    background-color: #f2f2f2;
    color: #434343;
    pointer-events: none; }
    .prefers-reduced-motion .btn:disabled, .prefers-reduced-motion .btn.disabled {
      transition: none; }
  .btn:active, .btn.active {
    background-color: #d9d9d9; }
  .btn--primary {
    transition: all 0.35s ease;
    display: inline-flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    background-color: #fff;
    border: 2px solid #000;
    border-radius: 25px;
    padding: 12px 30px;
    cursor: pointer;
    font-weight: 600;
    text-decoration: none;
    background-color: #005AE8;
    border-color: #005AE8;
    color: #fff; }
    .btn--primary {
      font-size: 16px; }
    .prefers-reduced-motion .btn--primary {
      transition: none; }
    .btn--primary:hover {
      color: #000;
      background-color: #e6e6e6; }
    .btn--primary:disabled, .btn--primary.disabled {
      transition: none;
      opacity: 1;
      box-shadow: none;
      cursor: default;
      background-color: #f2f2f2;
      color: #434343;
      pointer-events: none; }
      .prefers-reduced-motion .btn--primary:disabled, .prefers-reduced-motion .btn--primary.disabled {
        transition: none; }
    .btn--primary:active, .btn--primary.active {
      background-color: #d9d9d9; }
    .btn--primary:hover {
      color: #005AE8 !important;
      background-color: #fff; }
    .btn--primary:active, .btn--primary.active {
      color: #fff;
      border-color: #002D97;
      background-color: #002D97; }
    .btn--primary:disabled, .btn--primary.disabled {
      opacity: 1;
      color: #fff;
      border-color: #002D97;
      background-color: #002D97; }
      .btn--primary:disabled:hover, .btn--primary.disabled:hover {
        color: #fff !important;
        box-shadow: none !important; }
  .btn--secondary {
    transition: all 0.35s ease;
    display: inline-flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    background-color: #fff;
    border: 2px solid #000;
    border-radius: 25px;
    padding: 12px 30px;
    cursor: pointer;
    font-weight: 600;
    text-decoration: none;
    background-color: #fff;
    border-color: #fff;
    color: #005AE8; }
    .btn--secondary {
      font-size: 16px; }
    .prefers-reduced-motion .btn--secondary {
      transition: none; }
    .btn--secondary:hover {
      color: #000;
      background-color: #e6e6e6; }
    .btn--secondary:disabled, .btn--secondary.disabled {
      transition: none;
      opacity: 1;
      box-shadow: none;
      cursor: default;
      background-color: #f2f2f2;
      color: #434343;
      pointer-events: none; }
      .prefers-reduced-motion .btn--secondary:disabled, .prefers-reduced-motion .btn--secondary.disabled {
        transition: none; }
    .btn--secondary:active, .btn--secondary.active {
      background-color: #d9d9d9; }
    .btn--secondary:hover {
      background-color: transparent;
      border-color: #fff;
      color: #fff; }
    .btn--secondary:active, .btn--secondary.active {
      background-color: #fff;
      border-color: #fff;
      color: #005AE8; }
    .btn--secondary:disabled, .btn--secondary.is-disabled {
      background-color: #f2f2f2 !important;
      border-color: #f2f2f2 !important;
      color: #cccccc !important;
      pointer-events: none; }
  .btn--reset {
    transition: all 0.35s ease;
    display: inline-flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    background-color: #fff;
    border: 2px solid #000;
    border-radius: 25px;
    padding: 12px 30px;
    cursor: pointer;
    font-weight: 600;
    text-decoration: none;
    transition: none;
    background-color: transparent;
    border: none;
    border-radius: 0;
    padding: 0; }
    .btn--reset {
      font-size: 16px; }
    .prefers-reduced-motion .btn--reset {
      transition: none; }
    .btn--reset:hover {
      color: #000;
      background-color: #e6e6e6; }
    .btn--reset:disabled, .btn--reset.disabled {
      transition: none;
      opacity: 1;
      box-shadow: none;
      cursor: default;
      background-color: #f2f2f2;
      color: #434343;
      pointer-events: none; }
      .prefers-reduced-motion .btn--reset:disabled, .prefers-reduced-motion .btn--reset.disabled {
        transition: none; }
    .btn--reset:active, .btn--reset.active {
      background-color: #d9d9d9; }
    .prefers-reduced-motion .btn--reset {
      transition: none; }
    .btn--reset:hover, .btn--reset:focus {
      background-color: transparent; }
  .btn--video {
    transition: all 0.35s ease;
    display: inline-flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    background-color: #fff;
    border: 2px solid #000;
    border-radius: 25px;
    padding: 12px 30px;
    cursor: pointer;
    font-weight: 600;
    text-decoration: none;
    display: flex;
    background-color: #fff;
    height: 70px;
    width: 70px;
    border-radius: 50%;
    border: none; }
    .btn--video {
      font-size: 16px; }
    .prefers-reduced-motion .btn--video {
      transition: none; }
    .btn--video:hover {
      color: #000;
      background-color: #e6e6e6; }
    .btn--video:disabled, .btn--video.disabled {
      transition: none;
      opacity: 1;
      box-shadow: none;
      cursor: default;
      background-color: #f2f2f2;
      color: #434343;
      pointer-events: none; }
      .prefers-reduced-motion .btn--video:disabled, .prefers-reduced-motion .btn--video.disabled {
        transition: none; }
    .btn--video:active, .btn--video.active {
      background-color: #d9d9d9; }
    .btn--video:before {
      content: "\f161";
      font-family: "icons" !important;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      display: inline-block;
      vertical-align: middle;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      color: #005AE8; }
      .btn--video:before {
        font-size: 36px; }
    .btn--video:hover {
      background-color: #fff;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); }
  .btn.arrow {
    text-decoration: none;
    display: inline-flex;
    align-items: center; }
    .btn.arrow:after {
      content: "\f12b";
      font-family: "icons" !important;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      display: inline-block;
      vertical-align: middle;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      margin-left: 5px; }
</pre></body></html>