/*============================================= */






































/* PRIMARY */








/* SECONDARY */








/* PRIMARY REVERSE */
















/* SECONDARY REVERSE */
















/* TEXT LINK */


















































* {
    --base: #000000;
    --primary: #0E5D8A;
    --secondary: #c1d5e1;
    --tertiary: #881F22;
    --danger: #F9423A;
    --warning: #F00;
    --success: #71DBD4;
    --gray: #ECEFF6;
    --lightgray: ;
    --light: ;
    --dark: #000000;
    --border_radius: 10;
    --halfwidth: 50vw;
    --time: 0.707s;
    --primary100: #d6ffff;
    --primary200: #a4f3ff;
    --primary300: #72c1ee;
    --primary400: #408fbc;
    --primary500: #0E5D8A;
    --primary600: #002b58;
    --primary700: #000026;
    --primary800: #000000;
    --primary900: #000000;

    --secondary100: #ffffff;
    --secondary200: #ffffff;
    --secondary300: #ffffff;
    --secondary400: #f3ffff;
    --secondary500: #c1d5e1;
    --secondary600: #8fa3af;
    --secondary700: #5d717d;
    --secondary800: #2b3f4b;
    --secondary900: #000d19;

  }



/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
  }
  
  .row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
  }
  
  .row-fluid:after {
    clear: both;
  }
  
  .row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    /* min-height: 28px; */
    min-height: 0px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  
  .row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
  }
  
  .row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
  }
  
  .row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
  }
  
  .row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
  }
  
  .row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
  }
  
  .row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
  }
  
  .row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
  }
  
  .row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
  }
  
  .row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
  }
  
  .row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
  }
  
  .row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
  }
  
  .row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
  }
  
  .container-fluid {
    *zoom: 1;
  }
  
  .container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
  }
  
  .container-fluid:after {
    clear: both;
  }
  
  @media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }
  
    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
  }
  
  @media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }
  
    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }
  
    .row-fluid:after {
        clear: both;
    }
  
    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        /* min-height: 28px; */
        min-height: 0px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }
  
    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }
  
    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }
  
    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }
  
    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }
  
    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }
  
    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }
  
    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }
  
    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }
  
    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }
  
    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }
  
    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }
  
    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }
  
    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
  }
  
  @media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }
  
    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }
  
    .row-fluid:after {
        clear: both;
    }
  
    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        /* min-height: 28px; */
        min-height: 0px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }
  
    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }
  
    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }
  
    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }
  
    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }
  
    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }
  
    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }
  
    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }
  
    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }
  
    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }
  
    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }
  
    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }
  
    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }
  
    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
  }
  
  /* Clearfix */
  
  .clearfix {
    *zoom: 1;
  }
  
  .clearfix:before, .clearfix:after {
    display: table;
    content: "";
  }
  
  .clearfix:after {
    clear: both;
  }
  
  /* Visibilty Classes */
  
  .hide {
    display: none;
  }
  
  .show {
    display: block;
  }
  
  .invisible {
    visibility: hidden;
  }
  
  .hidden {
    display: none;
    visibility: hidden;
  }
  
  /* Responsive Visibilty Classes */
  
  .visible-phone {
    display: none !important;
  }
  
  .visible-tablet {
    display: none !important;
  }
  
  .hidden-desktop {
    display: none !important;
  }
  
  @media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }
  
    .hidden-phone {
        display: none !important;
    }
  
    .hidden-desktop {
        display: inherit !important;
    }
  
    .visible-desktop {
        display: none !important;
    }
  }
  
  @media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }
  
    .hidden-tablet {
        display: none !important;
    }
  
    .hidden-desktop {
        display: inherit !important;
    }
  
    .visible-desktop {
        display: none !important ;
    }
  }
  
  
  
  /*!
   * Bootstrap Grid v4.5.0 (https://getbootstrap.com/)
   * Copyright 2011-2020 The Bootstrap Authors
   * Copyright 2011-2020 Twitter, Inc.
   * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
   */
   html {
      box-sizing: border-box;
      -ms-overflow-style: scrollbar;
    }
    
    *,
    *::before,
    *::after {
      box-sizing: inherit;
    }
    
    .container {
      width: 100%;
      padding-right: 20px;
      padding-left: 20px;
      margin-right: auto;
      margin-left: auto;
    }

    .gap-5 {
      gap: 5px;
    }

    .gap-10 {
      gap: 10px;
    }
    .gap-20 {
      gap: 20px;
    }
    .gap-30 {
      gap: 30px;
    }
    .gap-40 {
      gap: 40px;
    }


    
    @media (min-width: 576px) {
      .container {
        max-width: 540px;
      }
    }
    
    @media (min-width: 768px) {
      .container {
        max-width: 720px;
      }
    }
    
    @media (min-width: 992px) {
      .container {
        max-width: 960px;
      }
    }
    
    @media (min-width: 1200px) {
      .container {
        max-width: 1280px;
      }
    }
    
    .container-fluid, .container--sm, .container--md, .container--lg, .container--xl {
      width: 100%;
      padding-right: 20px;
      padding-left: 20px;
      margin-right: auto;
      margin-left: auto;
    }

    .container--large-gutters {
      padding-right: 30px;
      padding-left: 30px;
    }

    .section--dnd > .container-fluid {
      padding-left: 0;
      padding-right: 0;
    }
    
    @media (min-width: 576px) {
      .container, .container--sm {
        max-width: 540px;
      }
    }
    
    @media (min-width: 768px) {
      .container, .container--sm, .container--md {
        max-width: 720px;
      }
    }
    
    @media (min-width: 992px) {
      .container, .container--sm, .container--md, .container--lg {
        max-width: 960px;
      }
    }
    
    @media (min-width: 1200px) {
      .container, .container--sm, .container--md, .container--lg, .container--xl {
        max-width: 1280px;
      }
    }

    .container--sm {
      max-width: 590px;
    }
    .container--md {
      max-width: 880px;
    }
    .container--lg {
      max-width: 1120px;
    }
    
    .row {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-right: -20px;
      margin-left: -20px;
    }

    .row.small-gutters {
      margin-right: -10px;
      margin-left: -10px; 
    }

    .row.large-gutters {
      margin-right: -30px;
      margin-left: -30px; 
    }

    .small-gutters > .col,
    .small-gutters > [class*="col-"] {
      padding-right: 10px;
      padding-left: 10px;
    }

    .large-gutters > .col,
    .large-gutters > [class*="col-"] {
      padding-right: 30px;
      padding-left: 30px;
    }
    
    .no-gutters {
      margin-right: 0;
      margin-left: 0;
    }
    
    .no-gutters > .col,
    .no-gutters > [class*="col-"] {
      padding-right: 0;
      padding-left: 0;
    }
    
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
    .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
    .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
    .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
    .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
    .col-xl-auto {
      position: relative;
      width: 100%;
      padding-right: 20px;
      padding-left: 20px;
    }
    
    .col {
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -ms-flex-positive: 1;
      flex-grow: 1;
      min-width: 0;
      max-width: 100%;
    }
    
    .row-cols-1 > * {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
    }
    
    .row-cols-2 > * {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
    }
    
    .row-cols-3 > * {
      -ms-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
      max-width: 33.333333%;
    }
    
    .row-cols-4 > * {
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%;
    }
    
    .row-cols-5 > * {
      -ms-flex: 0 0 20%;
      flex: 0 0 20%;
      max-width: 20%;
    }
    
    .row-cols-6 > * {
      -ms-flex: 0 0 16.666667%;
      flex: 0 0 16.666667%;
      max-width: 16.666667%;
    }
    
    .col-auto {
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: auto;
      max-width: 100%;
    }
    
    .col-1 {
      -ms-flex: 0 0 8.333333%;
      flex: 0 0 8.333333%;
      max-width: 8.333333%;
    }
    
    .col-2 {
      -ms-flex: 0 0 16.666667%;
      flex: 0 0 16.666667%;
      max-width: 16.666667%;
    }
    
    .col-3 {
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%;
    }
    
    .col-4 {
      -ms-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
      max-width: 33.333333%;
    }
    
    .col-5 {
      -ms-flex: 0 0 41.666667%;
      flex: 0 0 41.666667%;
      max-width: 41.666667%;
    }
    
    .col-6 {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
    }
    
    .col-7 {
      -ms-flex: 0 0 58.333333%;
      flex: 0 0 58.333333%;
      max-width: 58.333333%;
    }
    
    .col-8 {
      -ms-flex: 0 0 66.666667%;
      flex: 0 0 66.666667%;
      max-width: 66.666667%;
    }
    
    .col-9 {
      -ms-flex: 0 0 75%;
      flex: 0 0 75%;
      max-width: 75%;
    }
    
    .col-10 {
      -ms-flex: 0 0 83.333333%;
      flex: 0 0 83.333333%;
      max-width: 83.333333%;
    }
    
    .col-11 {
      -ms-flex: 0 0 91.666667%;
      flex: 0 0 91.666667%;
      max-width: 91.666667%;
    }
    
    .col-12 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
    }
    
    .order-first {
      -ms-flex-order: -1;
      order: -1;
    }
    
    .order-last {
      -ms-flex-order: 13;
      order: 13;
    }
    
    .order-0 {
      -ms-flex-order: 0;
      order: 0;
    }
    
    .order-1 {
      -ms-flex-order: 1;
      order: 1;
    }
    
    .order-2 {
      -ms-flex-order: 2;
      order: 2;
    }
    
    .order-3 {
      -ms-flex-order: 3;
      order: 3;
    }
    
    .order-4 {
      -ms-flex-order: 4;
      order: 4;
    }
    
    .order-5 {
      -ms-flex-order: 5;
      order: 5;
    }
    
    .order-6 {
      -ms-flex-order: 6;
      order: 6;
    }
    
    .order-7 {
      -ms-flex-order: 7;
      order: 7;
    }
    
    .order-8 {
      -ms-flex-order: 8;
      order: 8;
    }
    
    .order-9 {
      -ms-flex-order: 9;
      order: 9;
    }
    
    .order-10 {
      -ms-flex-order: 10;
      order: 10;
    }
    
    .order-11 {
      -ms-flex-order: 11;
      order: 11;
    }
    
    .order-12 {
      -ms-flex-order: 12;
      order: 12;
    }
    
    .offset-1 {
      margin-left: 8.333333%;
    }
    
    .offset-2 {
      margin-left: 16.666667%;
    }
    
    .offset-3 {
      margin-left: 25%;
    }
    
    .offset-4 {
      margin-left: 33.333333%;
    }
    
    .offset-5 {
      margin-left: 41.666667%;
    }
    
    .offset-6 {
      margin-left: 50%;
    }
    
    .offset-7 {
      margin-left: 58.333333%;
    }
    
    .offset-8 {
      margin-left: 66.666667%;
    }
    
    .offset-9 {
      margin-left: 75%;
    }
    
    .offset-10 {
      margin-left: 83.333333%;
    }
    
    .offset-11 {
      margin-left: 91.666667%;
    }
    
    @media (min-width: 576px) {
      .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        min-width: 0;
        max-width: 100%;
      }
      .row-cols-sm-1 > * {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
      }
      .row-cols-sm-2 > * {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
      }
      .row-cols-sm-3 > * {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
      }
      .row-cols-sm-4 > * {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
      }
      .row-cols-sm-5 > * {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
      }
      .row-cols-sm-6 > * {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
      }
      .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
      }
      .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
      }
      .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
      }
      .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
      }
      .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
      }
      .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
      }
      .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
      }
      .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
      }
      .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
      }
      .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
      }
      .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
      }
      .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
      }
      .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
      }
      .order-sm-first {
        -ms-flex-order: -1;
        order: -1;
      }
      .order-sm-last {
        -ms-flex-order: 13;
        order: 13;
      }
      .order-sm-0 {
        -ms-flex-order: 0;
        order: 0;
      }
      .order-sm-1 {
        -ms-flex-order: 1;
        order: 1;
      }
      .order-sm-2 {
        -ms-flex-order: 2;
        order: 2;
      }
      .order-sm-3 {
        -ms-flex-order: 3;
        order: 3;
      }
      .order-sm-4 {
        -ms-flex-order: 4;
        order: 4;
      }
      .order-sm-5 {
        -ms-flex-order: 5;
        order: 5;
      }
      .order-sm-6 {
        -ms-flex-order: 6;
        order: 6;
      }
      .order-sm-7 {
        -ms-flex-order: 7;
        order: 7;
      }
      .order-sm-8 {
        -ms-flex-order: 8;
        order: 8;
      }
      .order-sm-9 {
        -ms-flex-order: 9;
        order: 9;
      }
      .order-sm-10 {
        -ms-flex-order: 10;
        order: 10;
      }
      .order-sm-11 {
        -ms-flex-order: 11;
        order: 11;
      }
      .order-sm-12 {
        -ms-flex-order: 12;
        order: 12;
      }
      .offset-sm-0 {
        margin-left: 0;
      }
      .offset-sm-1 {
        margin-left: 8.333333%;
      }
      .offset-sm-2 {
        margin-left: 16.666667%;
      }
      .offset-sm-3 {
        margin-left: 25%;
      }
      .offset-sm-4 {
        margin-left: 33.333333%;
      }
      .offset-sm-5 {
        margin-left: 41.666667%;
      }
      .offset-sm-6 {
        margin-left: 50%;
      }
      .offset-sm-7 {
        margin-left: 58.333333%;
      }
      .offset-sm-8 {
        margin-left: 66.666667%;
      }
      .offset-sm-9 {
        margin-left: 75%;
      }
      .offset-sm-10 {
        margin-left: 83.333333%;
      }
      .offset-sm-11 {
        margin-left: 91.666667%;
      }
    }
    
    @media (min-width: 768px) {
      .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        min-width: 0;
        max-width: 100%;
      }
      .row-cols-md-1 > * {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
      }
      .row-cols-md-2 > * {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
      }
      .row-cols-md-3 > * {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
      }
      .row-cols-md-4 > * {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
      }
      .row-cols-md-5 > * {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
      }
      .row-cols-md-6 > * {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
      }
      .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
      }
      .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
      }
      .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
      }
      .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
      }
      .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
      }
      .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
      }
      .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
      }
      .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
      }
      .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
      }
      .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
      }
      .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
      }
      .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
      }
      .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
      }
      .order-md-first {
        -ms-flex-order: -1;
        order: -1;
      }
      .order-md-last {
        -ms-flex-order: 13;
        order: 13;
      }
      .order-md-0 {
        -ms-flex-order: 0;
        order: 0;
      }
      .order-md-1 {
        -ms-flex-order: 1;
        order: 1;
      }
      .order-md-2 {
        -ms-flex-order: 2;
        order: 2;
      }
      .order-md-3 {
        -ms-flex-order: 3;
        order: 3;
      }
      .order-md-4 {
        -ms-flex-order: 4;
        order: 4;
      }
      .order-md-5 {
        -ms-flex-order: 5;
        order: 5;
      }
      .order-md-6 {
        -ms-flex-order: 6;
        order: 6;
      }
      .order-md-7 {
        -ms-flex-order: 7;
        order: 7;
      }
      .order-md-8 {
        -ms-flex-order: 8;
        order: 8;
      }
      .order-md-9 {
        -ms-flex-order: 9;
        order: 9;
      }
      .order-md-10 {
        -ms-flex-order: 10;
        order: 10;
      }
      .order-md-11 {
        -ms-flex-order: 11;
        order: 11;
      }
      .order-md-12 {
        -ms-flex-order: 12;
        order: 12;
      }
      .offset-md-0 {
        margin-left: 0;
      }
      .offset-md-1 {
        margin-left: 8.333333%;
      }
      .offset-md-2 {
        margin-left: 16.666667%;
      }
      .offset-md-3 {
        margin-left: 25%;
      }
      .offset-md-4 {
        margin-left: 33.333333%;
      }
      .offset-md-5 {
        margin-left: 41.666667%;
      }
      .offset-md-6 {
        margin-left: 50%;
      }
      .offset-md-7 {
        margin-left: 58.333333%;
      }
      .offset-md-8 {
        margin-left: 66.666667%;
      }
      .offset-md-9 {
        margin-left: 75%;
      }
      .offset-md-10 {
        margin-left: 83.333333%;
      }
      .offset-md-11 {
        margin-left: 91.666667%;
      }
    }
    
    @media (min-width: 992px) {
      .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        min-width: 0;
        max-width: 100%;
      }
      .row-cols-lg-1 > * {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
      }
      .row-cols-lg-2 > * {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
      }
      .row-cols-lg-3 > * {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
      }
      .row-cols-lg-4 > * {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
      }
      .row-cols-lg-5 > * {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
      }
      .row-cols-lg-6 > * {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
      }
      .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
      }
      .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
      }
      .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
      }
      .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
      }
      .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
      }
      .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
      }
      .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
      }
      .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
      }
      .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
      }
      .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
      }
      .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
      }
      .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
      }
      .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
      }
      .order-lg-first {
        -ms-flex-order: -1;
        order: -1;
      }
      .order-lg-last {
        -ms-flex-order: 13;
        order: 13;
      }
      .order-lg-0 {
        -ms-flex-order: 0;
        order: 0;
      }
      .order-lg-1 {
        -ms-flex-order: 1;
        order: 1;
      }
      .order-lg-2 {
        -ms-flex-order: 2;
        order: 2;
      }
      .order-lg-3 {
        -ms-flex-order: 3;
        order: 3;
      }
      .order-lg-4 {
        -ms-flex-order: 4;
        order: 4;
      }
      .order-lg-5 {
        -ms-flex-order: 5;
        order: 5;
      }
      .order-lg-6 {
        -ms-flex-order: 6;
        order: 6;
      }
      .order-lg-7 {
        -ms-flex-order: 7;
        order: 7;
      }
      .order-lg-8 {
        -ms-flex-order: 8;
        order: 8;
      }
      .order-lg-9 {
        -ms-flex-order: 9;
        order: 9;
      }
      .order-lg-10 {
        -ms-flex-order: 10;
        order: 10;
      }
      .order-lg-11 {
        -ms-flex-order: 11;
        order: 11;
      }
      .order-lg-12 {
        -ms-flex-order: 12;
        order: 12;
      }
      .offset-lg-0 {
        margin-left: 0;
      }
      .offset-lg-1 {
        margin-left: 8.333333%;
      }
      .offset-lg-2 {
        margin-left: 16.666667%;
      }
      .offset-lg-3 {
        margin-left: 25%;
      }
      .offset-lg-4 {
        margin-left: 33.333333%;
      }
      .offset-lg-5 {
        margin-left: 41.666667%;
      }
      .offset-lg-6 {
        margin-left: 50%;
      }
      .offset-lg-7 {
        margin-left: 58.333333%;
      }
      .offset-lg-8 {
        margin-left: 66.666667%;
      }
      .offset-lg-9 {
        margin-left: 75%;
      }
      .offset-lg-10 {
        margin-left: 83.333333%;
      }
      .offset-lg-11 {
        margin-left: 91.666667%;
      }
    }
    
    @media (min-width: 1200px) {
      .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        min-width: 0;
        max-width: 100%;
      }
      .row-cols-xl-1 > * {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
      }
      .row-cols-xl-2 > * {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
      }
      .row-cols-xl-3 > * {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
      }
      .row-cols-xl-4 > * {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
      }
      .row-cols-xl-5 > * {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
      }
      .row-cols-xl-6 > * {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
      }
      .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
      }
      .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
      }
      .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
      }
      .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
      }
      .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
      }
      .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
      }
      .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
      }
      .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
      }
      .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
      }
      .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
      }
      .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
      }
      .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
      }
      .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
      }
      .order-xl-first {
        -ms-flex-order: -1;
        order: -1;
      }
      .order-xl-last {
        -ms-flex-order: 13;
        order: 13;
      }
      .order-xl-0 {
        -ms-flex-order: 0;
        order: 0;
      }
      .order-xl-1 {
        -ms-flex-order: 1;
        order: 1;
      }
      .order-xl-2 {
        -ms-flex-order: 2;
        order: 2;
      }
      .order-xl-3 {
        -ms-flex-order: 3;
        order: 3;
      }
      .order-xl-4 {
        -ms-flex-order: 4;
        order: 4;
      }
      .order-xl-5 {
        -ms-flex-order: 5;
        order: 5;
      }
      .order-xl-6 {
        -ms-flex-order: 6;
        order: 6;
      }
      .order-xl-7 {
        -ms-flex-order: 7;
        order: 7;
      }
      .order-xl-8 {
        -ms-flex-order: 8;
        order: 8;
      }
      .order-xl-9 {
        -ms-flex-order: 9;
        order: 9;
      }
      .order-xl-10 {
        -ms-flex-order: 10;
        order: 10;
      }
      .order-xl-11 {
        -ms-flex-order: 11;
        order: 11;
      }
      .order-xl-12 {
        -ms-flex-order: 12;
        order: 12;
      }
      .offset-xl-0 {
        margin-left: 0;
      }
      .offset-xl-1 {
        margin-left: 8.333333%;
      }
      .offset-xl-2 {
        margin-left: 16.666667%;
      }
      .offset-xl-3 {
        margin-left: 25%;
      }
      .offset-xl-4 {
        margin-left: 33.333333%;
      }
      .offset-xl-5 {
        margin-left: 41.666667%;
      }
      .offset-xl-6 {
        margin-left: 50%;
      }
      .offset-xl-7 {
        margin-left: 58.333333%;
      }
      .offset-xl-8 {
        margin-left: 66.666667%;
      }
      .offset-xl-9 {
        margin-left: 75%;
      }
      .offset-xl-10 {
        margin-left: 83.333333%;
      }
      .offset-xl-11 {
        margin-left: 91.666667%;
      }
    }
    
    .d-none {
      display: none !important;
    }
    
    .d-inline {
      display: inline !important;
    }
    
    .d-inline-block {
      display: inline-block !important;
    }
    
    .d-block {
      display: block !important;
    }
    
    .d-table {
      display: table !important;
    }
    
    .d-table-row {
      display: table-row !important;
    }
    
    .d-table-cell {
      display: table-cell !important;
    }
    
    .d-flex {
      display: -ms-flexbox !important;
      display: flex !important;
    }
    
    .d-inline-flex {
      display: -ms-inline-flexbox !important;
      display: inline-flex !important;
    }
    
    @media (min-width: 576px) {
      .d-sm-none {
        display: none !important;
      }
      .d-sm-inline {
        display: inline !important;
      }
      .d-sm-inline-block {
        display: inline-block !important;
      }
      .d-sm-block {
        display: block !important;
      }
      .d-sm-table {
        display: table !important;
      }
      .d-sm-table-row {
        display: table-row !important;
      }
      .d-sm-table-cell {
        display: table-cell !important;
      }
      .d-sm-flex {
        display: -ms-flexbox !important;
        display: flex !important;
      }
      .d-sm-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
      }
    }
    
    @media (min-width: 768px) {
      .d-md-none {
        display: none !important;
      }
      .d-md-inline {
        display: inline !important;
      }
      .d-md-inline-block {
        display: inline-block !important;
      }
      .d-md-block {
        display: block !important;
      }
      .d-md-table {
        display: table !important;
      }
      .d-md-table-row {
        display: table-row !important;
      }
      .d-md-table-cell {
        display: table-cell !important;
      }
      .d-md-flex {
        display: -ms-flexbox !important;
        display: flex !important;
      }
      .d-md-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
      }
    }
    
    @media (min-width: 992px) {
      .d-lg-none {
        display: none !important;
      }
      .d-lg-inline {
        display: inline !important;
      }
      .d-lg-inline-block {
        display: inline-block !important;
      }
      .d-lg-block {
        display: block !important;
      }
      .d-lg-table {
        display: table !important;
      }
      .d-lg-table-row {
        display: table-row !important;
      }
      .d-lg-table-cell {
        display: table-cell !important;
      }
      .d-lg-flex {
        display: -ms-flexbox !important;
        display: flex !important;
      }
      .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
      }
    }
    
    @media (min-width: 1200px) {
      .d-xl-none {
        display: none !important;
      }
      .d-xl-inline {
        display: inline !important;
      }
      .d-xl-inline-block {
        display: inline-block !important;
      }
      .d-xl-block {
        display: block !important;
      }
      .d-xl-table {
        display: table !important;
      }
      .d-xl-table-row {
        display: table-row !important;
      }
      .d-xl-table-cell {
        display: table-cell !important;
      }
      .d-xl-flex {
        display: -ms-flexbox !important;
        display: flex !important;
      }
      .d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
      }
    }
    
    @media print {
      .d-print-none {
        display: none !important;
      }
      .d-print-inline {
        display: inline !important;
      }
      .d-print-inline-block {
        display: inline-block !important;
      }
      .d-print-block {
        display: block !important;
      }
      .d-print-table {
        display: table !important;
      }
      .d-print-table-row {
        display: table-row !important;
      }
      .d-print-table-cell {
        display: table-cell !important;
      }
      .d-print-flex {
        display: -ms-flexbox !important;
        display: flex !important;
      }
      .d-print-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
      }
    }
    
    .flex-row {
      -ms-flex-direction: row !important;
      flex-direction: row !important;
    }
    
    .flex-column {
      -ms-flex-direction: column !important;
      flex-direction: column !important;
    }
    
    .flex-row-reverse {
      -ms-flex-direction: row-reverse !important;
      flex-direction: row-reverse !important;
    }
    
    .flex-column-reverse {
      -ms-flex-direction: column-reverse !important;
      flex-direction: column-reverse !important;
    }
    
    .flex-wrap {
      -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
    }
    
    .flex-nowrap {
      -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
    }
    
    .flex-wrap-reverse {
      -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
    }
    
    @media (min-width: 1200px) {
      .flex-xl-wrap {
        flex-wrap: wrap !important;
      }
      .flex-xl-nowrap {
        flex-wrap: nowrap !important;
      }
      .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
      }
    }

    
    .flex-fill {
      -ms-flex: 1 1 auto !important;
      flex: 1 1 auto !important;
    }
    
    .flex-grow-0 {
      -ms-flex-positive: 0 !important;
      flex-grow: 0 !important;
    }
    
    .flex-grow-1 {
      -ms-flex-positive: 1 !important;
      flex-grow: 1 !important;
    }
    
    .flex-shrink-0 {
      -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
    }
    
    .flex-shrink-1 {
      -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important;
    }
    
    .justify-content-start {
      -ms-flex-pack: start !important;
      justify-content: flex-start !important;
    }
    
    .justify-content-end {
      -ms-flex-pack: end !important;
      justify-content: flex-end !important;
    }
    
    .justify-content-center {
      -ms-flex-pack: center !important;
      justify-content: center !important;
    }
    
    .justify-content-between {
      -ms-flex-pack: justify !important;
      justify-content: space-between !important;
    }
    
    .justify-content-around {
      -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
    }
    
    .align-items-start {
      -ms-flex-align: start !important;
      align-items: flex-start !important;
    }
    
    .align-items-end {
      -ms-flex-align: end !important;
      align-items: flex-end !important;
    }
    
    .align-items-center {
      -ms-flex-align: center !important;
      align-items: center !important;
    }
    
    .align-items-baseline {
      -ms-flex-align: baseline !important;
      align-items: baseline !important;
    }
    
    .align-items-stretch {
      -ms-flex-align: stretch !important;
      align-items: stretch !important;
    }
    
    .align-content-start {
      -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
    }
    
    .align-content-end {
      -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
    }
    
    .align-content-center {
      -ms-flex-line-pack: center !important;
      align-content: center !important;
    }
    
    .align-content-between {
      -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
    }
    
    .align-content-around {
      -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
    }
    
    .align-content-stretch {
      -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
    }
    
    .align-self-auto {
      -ms-flex-item-align: auto !important;
      align-self: auto !important;
    }
    
    .align-self-start {
      -ms-flex-item-align: start !important;
      align-self: flex-start !important;
    }
    
    .align-self-end {
      -ms-flex-item-align: end !important;
      align-self: flex-end !important;
    }
    
    .align-self-center {
      -ms-flex-item-align: center !important;
      align-self: center !important;
    }
    
    .align-self-baseline {
      -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
    }
    
    .align-self-stretch {
      -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
    }
    
    @media (min-width: 576px) {
      .flex-sm-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
      }
      .flex-sm-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
      }
      .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
      }
      .flex-sm-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
      }
      .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
      }
      .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
      }
      .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
      }
      .flex-sm-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
      }
      .flex-sm-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
      }
      .flex-sm-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
      }
      .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
      }
      .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
      }
      .justify-content-sm-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
      }
      .justify-content-sm-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
      }
      .justify-content-sm-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
      }
      .justify-content-sm-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
      }
      .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
      }
      .align-items-sm-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
      }
      .align-items-sm-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
      }
      .align-items-sm-center {
        -ms-flex-align: center !important;
        align-items: center !important;
      }
      .align-items-sm-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
      }
      .align-items-sm-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
      }
      .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
      }
      .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
      }
      .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
      }
      .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
      }
      .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
      }
      .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
      }
      .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
      }
      .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
      }
      .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
      }
      .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
      }
      .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
      }
      .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
      }
    }
    
    @media (min-width: 768px) {
      .flex-md-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
      }
      .flex-md-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
      }
      .flex-md-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
      }
      .flex-md-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
      }
      .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
      }
      .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
      }
      .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
      }
      .flex-md-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
      }
      .flex-md-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
      }
      .flex-md-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
      }
      .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
      }
      .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
      }
      .justify-content-md-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
      }
      .justify-content-md-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
      }
      .justify-content-md-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
      }
      .justify-content-md-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
      }
      .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
      }
      .align-items-md-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
      }
      .align-items-md-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
      }
      .align-items-md-center {
        -ms-flex-align: center !important;
        align-items: center !important;
      }
      .align-items-md-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
      }
      .align-items-md-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
      }
      .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
      }
      .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
      }
      .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
      }
      .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
      }
      .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
      }
      .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
      }
      .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
      }
      .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
      }
      .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
      }
      .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
      }
      .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
      }
      .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
      }
    }
    
    @media (min-width: 992px) {
      .flex-lg-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
      }
      .flex-lg-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
      }
      .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
      }
      .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
      }
      .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
      }
      .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
      }
      .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
      }
      .flex-lg-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
      }
      .flex-lg-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
      }
      .flex-lg-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
      }
      .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
      }
      .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
      }
      .justify-content-lg-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
      }
      .justify-content-lg-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
      }
      .justify-content-lg-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
      }
      .justify-content-lg-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
      }
      .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
      }
      .align-items-lg-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
      }
      .align-items-lg-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
      }
      .align-items-lg-center {
        -ms-flex-align: center !important;
        align-items: center !important;
      }
      .align-items-lg-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
      }
      .align-items-lg-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
      }
      .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
      }
      .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
      }
      .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
      }
      .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
      }
      .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
      }
      .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
      }
      .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
      }
      .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
      }
      .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
      }
      .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
      }
      .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
      }
      .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
      }
    }
    
    @media (min-width: 1200px) {
      .flex-xl-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
      }
      .flex-xl-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
      }
      .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
      }
      .flex-xl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
      }
      .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
      }
      .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
      }
      .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
      }
      .flex-xl-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
      }
      .flex-xl-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
      }
      .flex-xl-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
      }
      .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
      }
      .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
      }
      .justify-content-xl-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
      }
      .justify-content-xl-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
      }
      .justify-content-xl-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
      }
      .justify-content-xl-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
      }
      .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
      }
      .align-items-xl-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
      }
      .align-items-xl-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
      }
      .align-items-xl-center {
        -ms-flex-align: center !important;
        align-items: center !important;
      }
      .align-items-xl-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
      }
      .align-items-xl-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
      }
      .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
      }
      .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
      }
      .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
      }
      .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
      }
      .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
      }
      .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
      }
      .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
      }
      .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
      }
      .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
      }
      .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
      }
      .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
      }
      .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
      }
    }
    
    .m-0 {
      margin: 0 !important;
    }
    
    .mt-0,
    .my-0 {
      margin-top: 0 !important;
    }
    
    .mr-0,
    .mx-0 {
      margin-right: 0 !important;
    }
    
    .mb-0,
    .my-0 {
      margin-bottom: 0 !important;
    }
    
    .ml-0,
    .mx-0 {
      margin-left: 0 !important;
    }
    
    .m-1 {
      margin: 0.25rem !important;
    }
    
    .mt-1,
    .my-1 {
      margin-top: 0.25rem !important;
    }
    
    .mr-1,
    .mx-1 {
      margin-right: 0.25rem !important;
    }
    
    .mb-1,
    .my-1 {
      margin-bottom: 0.25rem !important;
    }
    
    .ml-1,
    .mx-1 {
      margin-left: 0.25rem !important;
    }
    
    .m-2 {
      margin: 0.5rem !important;
    }
    
    .mt-2,
    .my-2 {
      margin-top: 0.5rem !important;
    }
    
    .mr-2,
    .mx-2 {
      margin-right: 0.5rem !important;
    }
    
    .mb-2,
    .my-2 {
      margin-bottom: 0.5rem !important;
    }
    
    .ml-2,
    .mx-2 {
      margin-left: 0.5rem !important;
    }
    
    .m-3 {
      margin: 1rem !important;
    }
    
    .mt-3,
    .my-3 {
      margin-top: 1rem !important;
    }
    
    .mr-3,
    .mx-3 {
      margin-right: 1rem !important;
    }
    
    .mb-3,
    .my-3 {
      margin-bottom: 2rem !important;
    }
    
    .ml-3,
    .mx-3 {
      margin-left: 1rem !important;
    }
    
    .m-4 {
      margin: 1.5rem !important;
    }
    
    .mt-4,
    .my-4 {
      margin-top: 1.5rem !important;
    }
    .mt-4-5,
    .my-4-5 {
      margin-top: 2rem !important;
    }
    
    .mr-4,
    .mx-4 {
      margin-right: 1.5rem !important;
    }
    .mr-4-5,
    .mx-4-5 {
      margin-right: 2rem !important;
    }
    
    .mb-4,
    .my-4 {
      margin-bottom: 1.5rem !important;
    }
    .mb-4-5,
    .my-4-5 {
      margin-bottom: 2rem !important;
    }
    
    .ml-4,
    .mx-4 {
      margin-left: 1.5rem !important;
    }
    .ml-4-5,
    .mx-4-5 {
      margin-left: 2rem !important;
    }
    
    .m-5 {
      margin: 3rem !important;
    }
    
    .mt-5,
    .my-5 {
      margin-top: 3rem !important;
    }
    
    .mr-5,
    .mx-5 {
      margin-right: 3rem !important;
    }
    
    .mb-5,
    .my-5 {
      margin-bottom: 3rem !important;
    }
    
    .ml-5,
    .mx-5 {
      margin-left: 3rem !important;
    }
    
    .p-0 {
      padding: 0 !important;
    }
    
    .pt-0,
    .py-0 {
      padding-top: 0 !important;
    }
    
    .pr-0,
    .px-0 {
      padding-right: 0 !important;
    }
    
    .pb-0,
    .py-0 {
      padding-bottom: 0 !important;
    }
    
    .pl-0,
    .px-0 {
      padding-left: 0 !important;
    }
    
    .p-1 {
      padding: 0.25rem !important;
    }
    
    .pt-1,
    .py-1 {
      padding-top: 0.25rem !important;
    }
    
    .pr-1,
    .px-1 {
      padding-right: 0.25rem !important;
    }
    
    .pb-1,
    .py-1 {
      padding-bottom: 0.25rem !important;
    }
    
    .pl-1,
    .px-1 {
      padding-left: 0.25rem !important;
    }
    
    .p-2 {
      padding: 0.5rem !important;
    }
    
    .pt-2,
    .py-2 {
      padding-top: 0.5rem !important;
    }
    
    .pr-2,
    .px-2 {
      padding-right: 0.5rem !important;
    }
    
    .pb-2,
    .py-2 {
      padding-bottom: 0.5rem !important;
    }
    
    .pl-2,
    .px-2 {
      padding-left: 0.5rem !important;
    }
    
    .p-3 {
      padding: 1rem !important;
    }
    
    .pt-3,
    .py-3 {
      padding-top: 1rem !important;
    }
    
    .pr-3,
    .px-3 {
      padding-right: 1rem !important;
    }
    
    .pb-3,
    .py-3 {
      padding-bottom: 1rem !important;
    }
    
    .pl-3,
    .px-3 {
      padding-left: 1rem !important;
    }
    
    .p-4 {
      padding: 1.5rem !important;
    }
    
    .pt-4,
    .py-4 {
      padding-top: 1.5rem !important;
    }
    
    .pr-4,
    .px-4 {
      padding-right: 1.5rem !important;
    }
    
    .pb-4,
    .py-4 {
      padding-bottom: 1.5rem !important;
    }
    
    .pl-4,
    .px-4 {
      padding-left: 1.5rem !important;
    }
    
    .p-5 {
      padding: 3rem !important;
    }
    .p-10 {
      padding: 5rem !important;
    }
    
    .pt-5,
    .py-5 {
      padding-top: 3rem !important;
    }
    
    .pr-5,
    .px-5 {
      padding-right: 3rem !important;
    }
    
    .pb-5,
    .py-5 {
      padding-bottom: 3rem !important;
    }
    
    .pl-5,
    .px-5 {
      padding-left: 3rem !important;
    }
    
    .m-n1 {
      margin: -0.25rem !important;
    }
    
    .mt-n1,
    .my-n1 {
      margin-top: -0.25rem !important;
    }
    
    .mr-n1,
    .mx-n1 {
      margin-right: -0.25rem !important;
    }
    
    .mb-n1,
    .my-n1 {
      margin-bottom: -0.25rem !important;
    }
    
    .ml-n1,
    .mx-n1 {
      margin-left: -0.25rem !important;
    }
    
    .m-n2 {
      margin: -0.5rem !important;
    }
    
    .mt-n2,
    .my-n2 {
      margin-top: -0.5rem !important;
    }
    
    .mr-n2,
    .mx-n2 {
      margin-right: -0.5rem !important;
    }
    
    .mb-n2,
    .my-n2 {
      margin-bottom: -0.5rem !important;
    }
    
    .ml-n2,
    .mx-n2 {
      margin-left: -0.5rem !important;
    }
    
    .m-n3 {
      margin: -1rem !important;
    }
    
    .mt-n3,
    .my-n3 {
      margin-top: -1rem !important;
    }
    
    .mr-n3,
    .mx-n3 {
      margin-right: -1rem !important;
    }
    
    .mb-n3,
    .my-n3 {
      margin-bottom: -1rem !important;
    }
    
    .ml-n3,
    .mx-n3 {
      margin-left: -1rem !important;
    }
    
    .m-n4 {
      margin: -1.5rem !important;
    }
    
    .mt-n4,
    .my-n4 {
      margin-top: -1.5rem !important;
    }
    
    .mr-n4,
    .mx-n4 {
      margin-right: -1.5rem !important;
    }
    
    .mb-n4,
    .my-n4 {
      margin-bottom: -1.5rem !important;
    }
    
    .ml-n4,
    .mx-n4 {
      margin-left: -1.5rem !important;
    }
    
    .m-n5 {
      margin: -3rem !important;
    }
    
    .mt-n5,
    .my-n5 {
      margin-top: -3rem !important;
    }
    
    .mr-n5,
    .mx-n5 {
      margin-right: -3rem !important;
    }
    
    .mb-n5,
    .my-n5 {
      margin-bottom: -3rem !important;
    }
    
    .ml-n5,
    .mx-n5 {
      margin-left: -3rem !important;
    }
    
    .m-auto {
      margin: auto !important;
    }
    
    .mt-auto,
    .my-auto {
      margin-top: auto !important;
    }
    
    .mr-auto,
    .mx-auto {
      margin-right: auto !important;
    }
    
    .mb-auto,
    .my-auto {
      margin-bottom: auto !important;
    }
    
    .ml-auto,
    .mx-auto {
      margin-left: auto !important;
    }
    
    @media (min-width: 576px) {
      .m-sm-0 {
        margin: 0 !important;
      }
      .mt-sm-0,
      .my-sm-0 {
        margin-top: 0 !important;
      }
      .mr-sm-0,
      .mx-sm-0 {
        margin-right: 0 !important;
      }
      .mb-sm-0,
      .my-sm-0 {
        margin-bottom: 0 !important;
      }
      .ml-sm-0,
      .mx-sm-0 {
        margin-left: 0 !important;
      }
      .m-sm-1 {
        margin: 0.25rem !important;
      }
      .mt-sm-1,
      .my-sm-1 {
        margin-top: 0.25rem !important;
      }
      .mr-sm-1,
      .mx-sm-1 {
        margin-right: 0.25rem !important;
      }
      .mb-sm-1,
      .my-sm-1 {
        margin-bottom: 0.25rem !important;
      }
      .ml-sm-1,
      .mx-sm-1 {
        margin-left: 0.25rem !important;
      }
      .m-sm-2 {
        margin: 0.5rem !important;
      }
      .mt-sm-2,
      .my-sm-2 {
        margin-top: 0.5rem !important;
      }
      .mr-sm-2,
      .mx-sm-2 {
        margin-right: 0.5rem !important;
      }
      .mb-sm-2,
      .my-sm-2 {
        margin-bottom: 0.5rem !important;
      }
      .ml-sm-2,
      .mx-sm-2 {
        margin-left: 0.5rem !important;
      }
      .m-sm-3 {
        margin: 1rem !important;
      }
      .mt-sm-3,
      .my-sm-3 {
        margin-top: 1rem !important;
      }
      .mr-sm-3,
      .mx-sm-3 {
        margin-right: 1rem !important;
      }
      .mb-sm-3,
      .my-sm-3 {
        margin-bottom: 1rem !important;
      }
      .ml-sm-3,
      .mx-sm-3 {
        margin-left: 1rem !important;
      }
      .m-sm-4 {
        margin: 1.5rem !important;
      }
      .mt-sm-4,
      .my-sm-4 {
        margin-top: 1.5rem !important;
      }
      .mr-sm-4,
      .mx-sm-4 {
        margin-right: 1.5rem !important;
      }
      .mb-sm-4,
      .my-sm-4 {
        margin-bottom: 1.5rem !important;
      }
      .ml-sm-4,
      .mx-sm-4 {
        margin-left: 1.5rem !important;
      }
      .m-sm-5 {
        margin: 3rem !important;
      }
      .mt-sm-5,
      .my-sm-5 {
        margin-top: 3rem !important;
      }
      .mr-sm-5,
      .mx-sm-5 {
        margin-right: 3rem !important;
      }
      .mb-sm-5,
      .my-sm-5 {
        margin-bottom: 3rem !important;
      }
      .ml-sm-5,
      .mx-sm-5 {
        margin-left: 3rem !important;
      }
      .p-sm-0 {
        padding: 0 !important;
      }
      .pt-sm-0,
      .py-sm-0 {
        padding-top: 0 !important;
      }
      .pr-sm-0,
      .px-sm-0 {
        padding-right: 0 !important;
      }
      .pb-sm-0,
      .py-sm-0 {
        padding-bottom: 0 !important;
      }
      .pl-sm-0,
      .px-sm-0 {
        padding-left: 0 !important;
      }
      .p-sm-1 {
        padding: 0.25rem !important;
      }
      .pt-sm-1,
      .py-sm-1 {
        padding-top: 0.25rem !important;
      }
      .pr-sm-1,
      .px-sm-1 {
        padding-right: 0.25rem !important;
      }
      .pb-sm-1,
      .py-sm-1 {
        padding-bottom: 0.25rem !important;
      }
      .pl-sm-1,
      .px-sm-1 {
        padding-left: 0.25rem !important;
      }
      .p-sm-2 {
        padding: 0.5rem !important;
      }
      .pt-sm-2,
      .py-sm-2 {
        padding-top: 0.5rem !important;
      }
      .pr-sm-2,
      .px-sm-2 {
        padding-right: 0.5rem !important;
      }
      .pb-sm-2,
      .py-sm-2 {
        padding-bottom: 0.5rem !important;
      }
      .pl-sm-2,
      .px-sm-2 {
        padding-left: 0.5rem !important;
      }
      .p-sm-3 {
        padding: 1rem !important;
      }
      .pt-sm-3,
      .py-sm-3 {
        padding-top: 1rem !important;
      }
      .pr-sm-3,
      .px-sm-3 {
        padding-right: 1rem !important;
      }
      .pb-sm-3,
      .py-sm-3 {
        padding-bottom: 1rem !important;
      }
      .pl-sm-3,
      .px-sm-3 {
        padding-left: 1rem !important;
      }
      .p-sm-4 {
        padding: 1.5rem !important;
      }
      .pt-sm-4,
      .py-sm-4 {
        padding-top: 1.5rem !important;
      }
      .pr-sm-4,
      .px-sm-4 {
        padding-right: 1.5rem !important;
      }
      .pb-sm-4,
      .py-sm-4 {
        padding-bottom: 1.5rem !important;
      }
      .pl-sm-4,
      .px-sm-4 {
        padding-left: 1.5rem !important;
      }
      .p-sm-5 {
        padding: 3rem !important;
      }
      .pt-sm-5,
      .py-sm-5 {
        padding-top: 3rem !important;
      }
      .pr-sm-5,
      .px-sm-5 {
        padding-right: 3rem !important;
      }
      .pb-sm-5,
      .py-sm-5 {
        padding-bottom: 3rem !important;
      }
      .pl-sm-5,
      .px-sm-5 {
        padding-left: 3rem !important;
      }
      .m-sm-n1 {
        margin: -0.25rem !important;
      }
      .mt-sm-n1,
      .my-sm-n1 {
        margin-top: -0.25rem !important;
      }
      .mr-sm-n1,
      .mx-sm-n1 {
        margin-right: -0.25rem !important;
      }
      .mb-sm-n1,
      .my-sm-n1 {
        margin-bottom: -0.25rem !important;
      }
      .ml-sm-n1,
      .mx-sm-n1 {
        margin-left: -0.25rem !important;
      }
      .m-sm-n2 {
        margin: -0.5rem !important;
      }
      .mt-sm-n2,
      .my-sm-n2 {
        margin-top: -0.5rem !important;
      }
      .mr-sm-n2,
      .mx-sm-n2 {
        margin-right: -0.5rem !important;
      }
      .mb-sm-n2,
      .my-sm-n2 {
        margin-bottom: -0.5rem !important;
      }
      .ml-sm-n2,
      .mx-sm-n2 {
        margin-left: -0.5rem !important;
      }
      .m-sm-n3 {
        margin: -1rem !important;
      }
      .mt-sm-n3,
      .my-sm-n3 {
        margin-top: -1rem !important;
      }
      .mr-sm-n3,
      .mx-sm-n3 {
        margin-right: -1rem !important;
      }
      .mb-sm-n3,
      .my-sm-n3 {
        margin-bottom: -1rem !important;
      }
      .ml-sm-n3,
      .mx-sm-n3 {
        margin-left: -1rem !important;
      }
      .m-sm-n4 {
        margin: -1.5rem !important;
      }
      .mt-sm-n4,
      .my-sm-n4 {
        margin-top: -1.5rem !important;
      }
      .mr-sm-n4,
      .mx-sm-n4 {
        margin-right: -1.5rem !important;
      }
      .mb-sm-n4,
      .my-sm-n4 {
        margin-bottom: -1.5rem !important;
      }
      .ml-sm-n4,
      .mx-sm-n4 {
        margin-left: -1.5rem !important;
      }
      .m-sm-n5 {
        margin: -3rem !important;
      }
      .mt-sm-n5,
      .my-sm-n5 {
        margin-top: -3rem !important;
      }
      .mr-sm-n5,
      .mx-sm-n5 {
        margin-right: -3rem !important;
      }
      .mb-sm-n5,
      .my-sm-n5 {
        margin-bottom: -3rem !important;
      }
      .ml-sm-n5,
      .mx-sm-n5 {
        margin-left: -3rem !important;
      }
      .m-sm-auto {
        margin: auto !important;
      }
      .mt-sm-auto,
      .my-sm-auto {
        margin-top: auto !important;
      }
      .mr-sm-auto,
      .mx-sm-auto {
        margin-right: auto !important;
      }
      .mb-sm-auto,
      .my-sm-auto {
        margin-bottom: auto !important;
      }
      .ml-sm-auto,
      .mx-sm-auto {
        margin-left: auto !important;
      }

    }
    
    @media (min-width: 768px) {
      .m-md-0 {
        margin: 0 !important;
      }
      .mt-md-0,
      .my-md-0 {
        margin-top: 0 !important;
      }
      .mr-md-0,
      .mx-md-0 {
        margin-right: 0 !important;
      }
      .mb-md-0,
      .my-md-0 {
        margin-bottom: 0 !important;
      }
      .ml-md-0,
      .mx-md-0 {
        margin-left: 0 !important;
      }
      .m-md-1 {
        margin: 0.25rem !important;
      }
      .mt-md-1,
      .my-md-1 {
        margin-top: 0.25rem !important;
      }
      .mr-md-1,
      .mx-md-1 {
        margin-right: 0.25rem !important;
      }
      .mb-md-1,
      .my-md-1 {
        margin-bottom: 0.25rem !important;
      }
      .ml-md-1,
      .mx-md-1 {
        margin-left: 0.25rem !important;
      }
      .m-md-2 {
        margin: 0.5rem !important;
      }
      .mt-md-2,
      .my-md-2 {
        margin-top: 0.5rem !important;
      }
      .mr-md-2,
      .mx-md-2 {
        margin-right: 0.5rem !important;
      }
      .mb-md-2,
      .my-md-2 {
        margin-bottom: 0.5rem !important;
      }
      .ml-md-2,
      .mx-md-2 {
        margin-left: 0.5rem !important;
      }
      .m-md-3 {
        margin: 1rem !important;
      }
      .mt-md-3,
      .my-md-3 {
        margin-top: 1rem !important;
      }
      .mr-md-3,
      .mx-md-3 {
        margin-right: 1rem !important;
      }
      .mb-md-3,
      .my-md-3 {
        margin-bottom: 1rem !important;
      }
      .ml-md-3,
      .mx-md-3 {
        margin-left: 1rem !important;
      }
      .m-md-4 {
        margin: 1.5rem !important;
      }
      .mt-md-4,
      .my-md-4 {
        margin-top: 1.5rem !important;
      }
      .mr-md-4,
      .mx-md-4 {
        margin-right: 1.5rem !important;
      }
      .mb-md-4,
      .my-md-4 {
        margin-bottom: 1.5rem !important;
      }
      .ml-md-4,
      .mx-md-4 {
        margin-left: 1.5rem !important;
      }
      .m-md-5 {
        margin: 3rem !important;
      }
      .mt-md-5,
      .my-md-5 {
        margin-top: 3rem !important;
      }
      .mr-md-5,
      .mx-md-5 {
        margin-right: 3rem !important;
      }
      .mb-md-5,
      .my-md-5 {
        margin-bottom: 3rem !important;
      }
      .ml-md-5,
      .mx-md-5 {
        margin-left: 3rem !important;
      }
      .p-md-0 {
        padding: 0 !important;
      }
      .pt-md-0,
      .py-md-0 {
        padding-top: 0 !important;
      }
      .pr-md-0,
      .px-md-0 {
        padding-right: 0 !important;
      }
      .pb-md-0,
      .py-md-0 {
        padding-bottom: 0 !important;
      }
      .pl-md-0,
      .px-md-0 {
        padding-left: 0 !important;
      }
      .p-md-1 {
        padding: 0.25rem !important;
      }
      .pt-md-1,
      .py-md-1 {
        padding-top: 0.25rem !important;
      }
      .pr-md-1,
      .px-md-1 {
        padding-right: 0.25rem !important;
      }
      .pb-md-1,
      .py-md-1 {
        padding-bottom: 0.25rem !important;
      }
      .pl-md-1,
      .px-md-1 {
        padding-left: 0.25rem !important;
      }
      .p-md-2 {
        padding: 0.5rem !important;
      }
      .pt-md-2,
      .py-md-2 {
        padding-top: 0.5rem !important;
      }
      .pr-md-2,
      .px-md-2 {
        padding-right: 0.5rem !important;
      }
      .pb-md-2,
      .py-md-2 {
        padding-bottom: 0.5rem !important;
      }
      .pl-md-2,
      .px-md-2 {
        padding-left: 0.5rem !important;
      }
      .p-md-3 {
        padding: 1rem !important;
      }
      .pt-md-3,
      .py-md-3 {
        padding-top: 1rem !important;
      }
      .pr-md-3,
      .px-md-3 {
        padding-right: 1rem !important;
      }
      .pb-md-3,
      .py-md-3 {
        padding-bottom: 1rem !important;
      }
      .pl-md-3,
      .px-md-3 {
        padding-left: 1rem !important;
      }
      .p-md-4 {
        padding: 1.5rem !important;
      }
      .pt-md-4,
      .py-md-4 {
        padding-top: 1.5rem !important;
      }
      .pr-md-4,
      .px-md-4 {
        padding-right: 1.5rem !important;
      }
      .pb-md-4,
      .py-md-4 {
        padding-bottom: 1.5rem !important;
      }
      .pl-md-4,
      .px-md-4 {
        padding-left: 1.5rem !important;
      }
      .p-md-5 {
        padding: 3rem !important;
      }
      .pt-md-5,
      .py-md-5 {
        padding-top: 3rem !important;
      }
      .pr-md-5,
      .px-md-5 {
        padding-right: 3rem !important;
      }
      .pb-md-5,
      .py-md-5 {
        padding-bottom: 3rem !important;
      }
      .pl-md-5,
      .px-md-5 {
        padding-left: 3rem !important;
      }
      .m-md-n1 {
        margin: -0.25rem !important;
      }
      .mt-md-n1,
      .my-md-n1 {
        margin-top: -0.25rem !important;
      }
      .mr-md-n1,
      .mx-md-n1 {
        margin-right: -0.25rem !important;
      }
      .mb-md-n1,
      .my-md-n1 {
        margin-bottom: -0.25rem !important;
      }
      .ml-md-n1,
      .mx-md-n1 {
        margin-left: -0.25rem !important;
      }
      .m-md-n2 {
        margin: -0.5rem !important;
      }
      .mt-md-n2,
      .my-md-n2 {
        margin-top: -0.5rem !important;
      }
      .mr-md-n2,
      .mx-md-n2 {
        margin-right: -0.5rem !important;
      }
      .mb-md-n2,
      .my-md-n2 {
        margin-bottom: -0.5rem !important;
      }
      .ml-md-n2,
      .mx-md-n2 {
        margin-left: -0.5rem !important;
      }
      .m-md-n3 {
        margin: -1rem !important;
      }
      .mt-md-n3,
      .my-md-n3 {
        margin-top: -1rem !important;
      }
      .mr-md-n3,
      .mx-md-n3 {
        margin-right: -1rem !important;
      }
      .mb-md-n3,
      .my-md-n3 {
        margin-bottom: -1rem !important;
      }
      .ml-md-n3,
      .mx-md-n3 {
        margin-left: -1rem !important;
      }
      .m-md-n4 {
        margin: -1.5rem !important;
      }
      .mt-md-n4,
      .my-md-n4 {
        margin-top: -1.5rem !important;
      }
      .mr-md-n4,
      .mx-md-n4 {
        margin-right: -1.5rem !important;
      }
      .mb-md-n4,
      .my-md-n4 {
        margin-bottom: -1.5rem !important;
      }
      .ml-md-n4,
      .mx-md-n4 {
        margin-left: -1.5rem !important;
      }
      .m-md-n5 {
        margin: -3rem !important;
      }
      .mt-md-n5,
      .my-md-n5 {
        margin-top: -3rem !important;
      }
      .mr-md-n5,
      .mx-md-n5 {
        margin-right: -3rem !important;
      }
      .mb-md-n5,
      .my-md-n5 {
        margin-bottom: -3rem !important;
      }
      .ml-md-n5,
      .mx-md-n5 {
        margin-left: -3rem !important;
      }
      .m-md-auto {
        margin: auto !important;
      }
      .mt-md-auto,
      .my-md-auto {
        margin-top: auto !important;
      }
      .mr-md-auto,
      .mx-md-auto {
        margin-right: auto !important;
      }
      .mb-md-auto,
      .my-md-auto {
        margin-bottom: auto !important;
      }
      .ml-md-auto,
      .mx-md-auto {
        margin-left: auto !important;
      }
      .container--left.pr-md-10,
      .pr-md-10 {
        padding-right: 50px!important; 
      }
      .container--right.pl-md-10,
      .pl-md-10 {
        padding-left: 50px!important; 
      }
    }
    
    @media (min-width: 992px) {
      .m-lg-0 {
        margin: 0 !important;
      }
      .mt-lg-0,
      .my-lg-0 {
        margin-top: 0 !important;
      }
      .mr-lg-0,
      .mx-lg-0 {
        margin-right: 0 !important;
      }
      .mb-lg-0,
      .my-lg-0 {
        margin-bottom: 0 !important;
      }
      .ml-lg-0,
      .mx-lg-0 {
        margin-left: 0 !important;
      }
      .m-lg-1 {
        margin: 0.25rem !important;
      }
      .mt-lg-1,
      .my-lg-1 {
        margin-top: 0.25rem !important;
      }
      .mr-lg-1,
      .mx-lg-1 {
        margin-right: 0.25rem !important;
      }
      .mb-lg-1,
      .my-lg-1 {
        margin-bottom: 0.25rem !important;
      }
      .ml-lg-1,
      .mx-lg-1 {
        margin-left: 0.25rem !important;
      }
      .m-lg-2 {
        margin: 0.5rem !important;
      }
      .mt-lg-2,
      .my-lg-2 {
        margin-top: 0.5rem !important;
      }
      .mr-lg-2,
      .mx-lg-2 {
        margin-right: 0.5rem !important;
      }
      .mb-lg-2,
      .my-lg-2 {
        margin-bottom: 0.5rem !important;
      }
      .ml-lg-2,
      .mx-lg-2 {
        margin-left: 0.5rem !important;
      }
      .m-lg-3 {
        margin: 1rem !important;
      }
      .mt-lg-3,
      .my-lg-3 {
        margin-top: 1rem !important;
      }
      .mr-lg-3,
      .mx-lg-3 {
        margin-right: 1rem !important;
      }
      .mb-lg-3,
      .my-lg-3 {
        margin-bottom: 1rem !important;
      }
      .ml-lg-3,
      .mx-lg-3 {
        margin-left: 1rem !important;
      }
      .m-lg-4 {
        margin: 1.5rem !important;
      }
      .mt-lg-4,
      .my-lg-4 {
        margin-top: 1.5rem !important;
      }
      .mr-lg-4,
      .mx-lg-4 {
        margin-right: 1.5rem !important;
      }
      .mb-lg-4,
      .my-lg-4 {
        margin-bottom: 1.5rem !important;
      }
      .ml-lg-4,
      .mx-lg-4 {
        margin-left: 1.5rem !important;
      }
      .m-lg-5 {
        margin: 3rem !important;
      }
      .mt-lg-5,
      .my-lg-5 {
        margin-top: 3rem !important;
      }
      .mr-lg-5,
      .mx-lg-5 {
        margin-right: 3rem !important;
      }
      .mb-lg-5,
      .my-lg-5 {
        margin-bottom: 3rem !important;
      }
      .ml-lg-5,
      .mx-lg-5 {
        margin-left: 3rem !important;
      }
      .p-lg-0 {
        padding: 0 !important;
      }
      .pt-lg-0,
      .py-lg-0 {
        padding-top: 0 !important;
      }
      .pr-lg-0,
      .px-lg-0 {
        padding-right: 0 !important;
      }
      .pb-lg-0,
      .py-lg-0 {
        padding-bottom: 0 !important;
      }
      .pl-lg-0,
      .px-lg-0 {
        padding-left: 0 !important;
      }
      .p-lg-1 {
        padding: 0.25rem !important;
      }
      .pt-lg-1,
      .py-lg-1 {
        padding-top: 0.25rem !important;
      }
      .pr-lg-1,
      .px-lg-1 {
        padding-right: 0.25rem !important;
      }
      .pb-lg-1,
      .py-lg-1 {
        padding-bottom: 0.25rem !important;
      }
      .pl-lg-1,
      .px-lg-1 {
        padding-left: 0.25rem !important;
      }
      .p-lg-2 {
        padding: 0.5rem !important;
      }
      .pt-lg-2,
      .py-lg-2 {
        padding-top: 0.5rem !important;
      }
      .pr-lg-2,
      .px-lg-2 {
        padding-right: 0.5rem !important;
      }
      .pb-lg-2,
      .py-lg-2 {
        padding-bottom: 0.5rem !important;
      }
      .pl-lg-2,
      .px-lg-2 {
        padding-left: 0.5rem !important;
      }
      .p-lg-3 {
        padding: 1rem !important;
      }
      .pt-lg-3,
      .py-lg-3 {
        padding-top: 1rem !important;
      }
      .pr-lg-3,
      .px-lg-3 {
        padding-right: 1rem !important;
      }
      .pb-lg-3,
      .py-lg-3 {
        padding-bottom: 1rem !important;
      }
      .pl-lg-3,
      .px-lg-3 {
        padding-left: 1rem !important;
      }
      .p-lg-4 {
        padding: 1.5rem !important;
      }
      .pt-lg-4,
      .py-lg-4 {
        padding-top: 1.5rem !important;
      }
      .pr-lg-4,
      .px-lg-4 {
        padding-right: 1.5rem !important;
      }
      .pb-lg-4,
      .py-lg-4 {
        padding-bottom: 1.5rem !important;
      }
      .pl-lg-4,
      .px-lg-4 {
        padding-left: 1.5rem !important;
      }
      .p-lg-5 {
        padding: 3rem !important;
      }
      .pt-lg-5,
      .py-lg-5 {
        padding-top: 3rem !important;
      }
      .pr-lg-5,
      .px-lg-5 {
        padding-right: 3rem !important;
      }
      .pb-lg-5,
      .py-lg-5 {
        padding-bottom: 3rem !important;
      }
      .pl-lg-5,
      .px-lg-5 {
        padding-left: 3rem !important;
      }
      .m-lg-n1 {
        margin: -0.25rem !important;
      }
      .mt-lg-n1,
      .my-lg-n1 {
        margin-top: -0.25rem !important;
      }
      .mr-lg-n1,
      .mx-lg-n1 {
        margin-right: -0.25rem !important;
      }
      .mb-lg-n1,
      .my-lg-n1 {
        margin-bottom: -0.25rem !important;
      }
      .ml-lg-n1,
      .mx-lg-n1 {
        margin-left: -0.25rem !important;
      }
      .m-lg-n2 {
        margin: -0.5rem !important;
      }
      .mt-lg-n2,
      .my-lg-n2 {
        margin-top: -0.5rem !important;
      }
      .mr-lg-n2,
      .mx-lg-n2 {
        margin-right: -0.5rem !important;
      }
      .mb-lg-n2,
      .my-lg-n2 {
        margin-bottom: -0.5rem !important;
      }
      .ml-lg-n2,
      .mx-lg-n2 {
        margin-left: -0.5rem !important;
      }
      .m-lg-n3 {
        margin: -1rem !important;
      }
      .mt-lg-n3,
      .my-lg-n3 {
        margin-top: -1rem !important;
      }
      .mr-lg-n3,
      .mx-lg-n3 {
        margin-right: -1rem !important;
      }
      .mb-lg-n3,
      .my-lg-n3 {
        margin-bottom: -1rem !important;
      }
      .ml-lg-n3,
      .mx-lg-n3 {
        margin-left: -1rem !important;
      }
      .m-lg-n4 {
        margin: -1.5rem !important;
      }
      .mt-lg-n4,
      .my-lg-n4 {
        margin-top: -1.5rem !important;
      }
      .mr-lg-n4,
      .mx-lg-n4 {
        margin-right: -1.5rem !important;
      }
      .mb-lg-n4,
      .my-lg-n4 {
        margin-bottom: -1.5rem !important;
      }
      .ml-lg-n4,
      .mx-lg-n4 {
        margin-left: -1.5rem !important;
      }
      .m-lg-n5 {
        margin: -3rem !important;
      }
      .mt-lg-n5,
      .my-lg-n5 {
        margin-top: -3rem !important;
      }
      .mr-lg-n5,
      .mx-lg-n5 {
        margin-right: -3rem !important;
      }
      .mb-lg-n5,
      .my-lg-n5 {
        margin-bottom: -3rem !important;
      }
      .ml-lg-n5,
      .mx-lg-n5 {
        margin-left: -3rem !important;
      }
      .m-lg-auto {
        margin: auto !important;
      }
      .mt-lg-auto,
      .my-lg-auto {
        margin-top: auto !important;
      }
      .mr-lg-auto,
      .mx-lg-auto {
        margin-right: auto !important;
      }
      .mb-lg-auto,
      .my-lg-auto {
        margin-bottom: auto !important;
      }
      .ml-lg-auto,
      .mx-lg-auto {
        margin-left: auto !important;
      }
      .container--left.pr-md-10,
      .pr-md-10 {
        padding-right: 15%!important; 
      }
      .container--right.pl-md-10,
      .pl-md-10 {
        padding-left: 15%!important; 
      }
    }
    
    @media (min-width: 1200px) {
      .m-xl-0 {
        margin: 0 !important;
      }
      .mt-xl-0,
      .my-xl-0 {
        margin-top: 0 !important;
      }
      .mr-xl-0,
      .mx-xl-0 {
        margin-right: 0 !important;
      }
      .mb-xl-0,
      .my-xl-0 {
        margin-bottom: 0 !important;
      }
      .ml-xl-0,
      .mx-xl-0 {
        margin-left: 0 !important;
      }
      .m-xl-1 {
        margin: 0.25rem !important;
      }
      .mt-xl-1,
      .my-xl-1 {
        margin-top: 0.25rem !important;
      }
      .mr-xl-1,
      .mx-xl-1 {
        margin-right: 0.25rem !important;
      }
      .mb-xl-1,
      .my-xl-1 {
        margin-bottom: 0.25rem !important;
      }
      .ml-xl-1,
      .mx-xl-1 {
        margin-left: 0.25rem !important;
      }
      .m-xl-2 {
        margin: 0.5rem !important;
      }
      .mt-xl-2,
      .my-xl-2 {
        margin-top: 0.5rem !important;
      }
      .mr-xl-2,
      .mx-xl-2 {
        margin-right: 0.5rem !important;
      }
      .mb-xl-2,
      .my-xl-2 {
        margin-bottom: 0.5rem !important;
      }
      .ml-xl-2,
      .mx-xl-2 {
        margin-left: 0.5rem !important;
      }
      .m-xl-3 {
        margin: 1rem !important;
      }
      .mt-xl-3,
      .my-xl-3 {
        margin-top: 1rem !important;
      }
      .mr-xl-3,
      .mx-xl-3 {
        margin-right: 1rem !important;
      }
      .mb-xl-3,
      .my-xl-3 {
        margin-bottom: 1rem !important;
      }
      .ml-xl-3,
      .mx-xl-3 {
        margin-left: 1rem !important;
      }
      .m-xl-4 {
        margin: 1.5rem !important;
      }
      .mt-xl-4,
      .my-xl-4 {
        margin-top: 1.5rem !important;
      }
      .mr-xl-4,
      .mx-xl-4 {
        margin-right: 1.5rem !important;
      }
      .mb-xl-4,
      .my-xl-4 {
        margin-bottom: 1.5rem !important;
      }
      .ml-xl-4,
      .mx-xl-4 {
        margin-left: 1.5rem !important;
      }
      .m-xl-5 {
        margin: 3rem !important;
      }
      .mt-xl-5,
      .my-xl-5 {
        margin-top: 3rem !important;
      }
      .mr-xl-5,
      .mx-xl-5 {
        margin-right: 3rem !important;
      }
      .mb-xl-5,
      .my-xl-5 {
        margin-bottom: 3rem !important;
      }
      .ml-xl-5,
      .mx-xl-5 {
        margin-left: 3rem !important;
      }
      .p-xl-0 {
        padding: 0 !important;
      }
      .pt-xl-0,
      .py-xl-0 {
        padding-top: 0 !important;
      }
      .pr-xl-0,
      .px-xl-0 {
        padding-right: 0 !important;
      }
      .pb-xl-0,
      .py-xl-0 {
        padding-bottom: 0 !important;
      }
      .pl-xl-0,
      .px-xl-0 {
        padding-left: 0 !important;
      }
      .p-xl-1 {
        padding: 0.25rem !important;
      }
      .pt-xl-1,
      .py-xl-1 {
        padding-top: 0.25rem !important;
      }
      .pr-xl-1,
      .px-xl-1 {
        padding-right: 0.25rem !important;
      }
      .pb-xl-1,
      .py-xl-1 {
        padding-bottom: 0.25rem !important;
      }
      .pl-xl-1,
      .px-xl-1 {
        padding-left: 0.25rem !important;
      }
      .p-xl-2 {
        padding: 0.5rem !important;
      }
      .pt-xl-2,
      .py-xl-2 {
        padding-top: 0.5rem !important;
      }
      .pr-xl-2,
      .px-xl-2 {
        padding-right: 0.5rem !important;
      }
      .pb-xl-2,
      .py-xl-2 {
        padding-bottom: 0.5rem !important;
      }
      .pl-xl-2,
      .px-xl-2 {
        padding-left: 0.5rem !important;
      }
      .p-xl-3 {
        padding: 1rem !important;
      }
      .pt-xl-3,
      .py-xl-3 {
        padding-top: 1rem !important;
      }
      .pr-xl-3,
      .px-xl-3 {
        padding-right: 1rem !important;
      }
      .pb-xl-3,
      .py-xl-3 {
        padding-bottom: 1rem !important;
      }
      .pl-xl-3,
      .px-xl-3 {
        padding-left: 1rem !important;
      }
      .p-xl-4 {
        padding: 1.5rem !important;
      }
      .pt-xl-4,
      .py-xl-4 {
        padding-top: 1.5rem !important;
      }
      .pr-xl-4,
      .px-xl-4 {
        padding-right: 1.5rem !important;
      }
      .pb-xl-4,
      .py-xl-4 {
        padding-bottom: 1.5rem !important;
      }
      .pl-xl-4,
      .px-xl-4 {
        padding-left: 1.5rem !important;
      }
      .p-xl-5 {
        padding: 3rem !important;
      }
      .pt-xl-5,
      .py-xl-5 {
        padding-top: 3rem !important;
      }
      .pr-xl-5,
      .px-xl-5 {
        padding-right: 3rem !important;
      }
      .pb-xl-5,
      .py-xl-5 {
        padding-bottom: 3rem !important;
      }
      .pl-xl-5,
      .px-xl-5 {
        padding-left: 3rem !important;
      }
      .m-xl-n1 {
        margin: -0.25rem !important;
      }
      .mt-xl-n1,
      .my-xl-n1 {
        margin-top: -0.25rem !important;
      }
      .mr-xl-n1,
      .mx-xl-n1 {
        margin-right: -0.25rem !important;
      }
      .mb-xl-n1,
      .my-xl-n1 {
        margin-bottom: -0.25rem !important;
      }
      .ml-xl-n1,
      .mx-xl-n1 {
        margin-left: -0.25rem !important;
      }
      .m-xl-n2 {
        margin: -0.5rem !important;
      }
      .mt-xl-n2,
      .my-xl-n2 {
        margin-top: -0.5rem !important;
      }
      .mr-xl-n2,
      .mx-xl-n2 {
        margin-right: -0.5rem !important;
      }
      .mb-xl-n2,
      .my-xl-n2 {
        margin-bottom: -0.5rem !important;
      }
      .ml-xl-n2,
      .mx-xl-n2 {
        margin-left: -0.5rem !important;
      }
      .m-xl-n3 {
        margin: -1rem !important;
      }
      .mt-xl-n3,
      .my-xl-n3 {
        margin-top: -1rem !important;
      }
      .mr-xl-n3,
      .mx-xl-n3 {
        margin-right: -1rem !important;
      }
      .mb-xl-n3,
      .my-xl-n3 {
        margin-bottom: -1rem !important;
      }
      .ml-xl-n3,
      .mx-xl-n3 {
        margin-left: -1rem !important;
      }
      .m-xl-n4 {
        margin: -1.5rem !important;
      }
      .mt-xl-n4,
      .my-xl-n4 {
        margin-top: -1.5rem !important;
      }
      .mr-xl-n4,
      .mx-xl-n4 {
        margin-right: -1.5rem !important;
      }
      .mb-xl-n4,
      .my-xl-n4 {
        margin-bottom: -1.5rem !important;
      }
      .ml-xl-n4,
      .mx-xl-n4 {
        margin-left: -1.5rem !important;
      }
      .m-xl-n5 {
        margin: -3rem !important;
      }
      .mt-xl-n5,
      .my-xl-n5 {
        margin-top: -3rem !important;
      }
      .mr-xl-n5,
      .mx-xl-n5 {
        margin-right: -3rem !important;
      }
      .mb-xl-n5,
      .my-xl-n5 {
        margin-bottom: -3rem !important;
      }
      .ml-xl-n5,
      .mx-xl-n5 {
        margin-left: -3rem !important;
      }
      .m-xl-auto {
        margin: auto !important;
      }
      .mt-xl-auto,
      .my-xl-auto {
        margin-top: auto !important;
      }
      .mr-xl-auto,
      .mx-xl-auto {
        margin-right: auto !important;
      }
      .mb-xl-auto,
      .my-xl-auto {
        margin-bottom: auto !important;
      }
      .ml-xl-auto,
      .mx-xl-auto {
        margin-left: auto !important;
      }
    }
    /*# sourceMappingURL=bootstrap-grid.css.map */

/* Font-Family Calls
========================================================================== */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
html {
	scroll-behavior: smooth;
	overflow-x:hidden;
	--scrollbarBG: #f0f2f5;
	--thumbBG: rgba(19, 53, 90, 0.15);
  }


/*============== FANCY SCROLLBAR ====================*/
/*
::-webkit-scrollbar {
width: 11px;
}
body {
scrollbar-width: thin;
scrollbar-color: var(--thumbBG) var(--scrollbarBG);
}
::-webkit-scrollbar-track {
background: var(--scrollbarBG);
}
::-webkit-scrollbar-thumb {
background-color: var(--thumbBG) ;
border-radius: 6px;
border: 3px solid var(--scrollbarBG);
}
*/

/* 
TABLE OF CONTENTS
  01. BASE BUTTON STYLES
  02. BUTTON MACROS
  03. TEXT LINKS
  04. HUBSPOT CTAS
*/


 
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/* ------- 01. BASE BUTTON STYLES --------------------------------- */
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
.pill,
button,
.btn,
.hs-button {
  background-color: #881F22;
  border-radius: 10px;
  border: 1px solid;
  border-color: #881F22;
  color: #0E5D8A;
  opacity: 1;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  cursor:pointer;
  padding: 5px 8px;
  transition: all 300ms ease-in-out;
  width: fit-content;
  text-decoration: none !important;
  font-family: IBM Plex Sans, sans-serif;
  font-weight: 500;
}
button:disabled,
.btn:disabled,
.hs-button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}
button:hover,
button:focus,
.btn:hover,
.btn:focus,
.hs-button:hover,
.hs-button:focus {
  background-color: #21222A;
  border-color: #21222A;
  color: #FFF;
  opacity: .0.50;
  /* text-decoration: underline !important; */
}
button:active,
.btn:active,
.hs-button:active {
  background-color: #71727A;
  border-color: #71727A;
  color: #FFF;
  text-decoration: none;
}
.btn--full-width {
  width: 100%;
}

/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/* ------- 02. BUTTON MACROS -------------------------------------- */
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
.btn svg {
  margin-left: 7px;
}





a.btn--white,
.btn--white {
  background-color: #ffffff;
  color: #000000 !important;
  border-color: #ffffff;
}
a:hover.btn--white,
.btn--white:hover,
a:focus.btn--white,
.btn--white:focus {
  background-color: ;
  border-color: ;
}
a:active.btn--white,
.btn--white:active {
  background-color: ;
  border-color: ;
}
.btn--white svg,
.btn--white svg path {
  fill: #000000;
}
.btn--white .cta--arrow,
.btn--white .cta--arrow path {
  stroke: #000000 !important;
  fill: #000000;
}


/* PRIMARY BUTTON */
a.btn--primary,
.btn--primary {
  background-color: rgba(136, 31, 34,1.00);
  color: rgba(255, 255, 255,1.00) !important;
  border-color: rgba(136, 31, 34,1.00);
}
a:hover.btn--primary,
.btn--primary:hover,
a:focus.btn--primary,
.btn--primary:focus,
a:active.btn--primary,
.btn--primary:active {
  background-color: rgba(136, 31, 34,0.60);
  border-color: rgba(136, 31, 34,0.60);
  color: rgba(255, 255, 255,1.00) !important;
} 
.btn--primary svg,
.btn--primary svg path {
  fill: rgba(255, 255, 255,1.00);
}
.btn--primary .cta--arrow,
.btn--primary .cta--arrow path {
  stroke: rgba(255, 255, 255,1.00) !important;
  fill: rgba(255, 255, 255,1.00);
}

/* SECONDARY */
a.btn--secondary,
.btn--secondary {
  background-color: rgba(14, 93, 138,1.00);
  color: rgba(255, 255, 255,1.00) !important;
  border-color: rgba(14, 93, 138,1.00);
}
a:hover.btn--secondary,
.btn--secondary:hover,
a:focus.btn--secondary,
.btn--secondary:focus,
a:active.btn--secondary,
.btn--secondary:active {
  background-color: rgba(14, 93, 138,0.50);
  border-color: rgba(14, 93, 138,0.50);
  color: rgba(255, 255, 255,1.00) !important;
} 
.btn--secondary svg,
.btn--secondary svg path {
  fill: rgba(255, 255, 255,1.00);
}
.btn--secondary .cta--arrow,
.btn--secondary .cta--arrow path {
  stroke: rgba(255, 255, 255,1.00) !important;
  fill: rgba(255, 255, 255,1.00);
}





/* 
1.name,
2.color,
3.text_light,
4.text_dark,
5.lightBG,
6.darkBG,
7.opacityLight,
8.opacityDark */

  a.btn--white-reverse,
  .btn--white-reverse {
    background-color: transparent;
    color: #000000 !important;
    border-color: #ffffff;
  }
  .u-bg--transparent-dark a.btn--white-reverse,
  .u-bg--transparent-dark .btn--white-reverse,
  .u-bg--custom-dark a.btn--white-reverse,
  .u-bg--custom-dark .btn--white-reverse,
  .u-bg--gradient-dark a.btn--white-reverse,
  .u-bg--gradient-dark .btn--white-reverse,
  .u-bg--primary a.btn--white-reverse,
  .u-bg--primary .btn--white-reverse {
    background-color: transparent;
    color: #ffffff !important;
    border-color: #ffffff;
  }
  a:hover.btn--white-reverse,
  .btn--white-reverse:hover,
  a:focus.btn--white-reverse,
  .btn--white-reverse:focus,
  a:active.btn--white-reverse,
  .btn--white-reverse:active {
    /* opacity: .0.50; */
    background-color: rgba(14, 93, 138, .1);
    color: #ffffff ;
    border-color: #ffffff;
  }
  
  .u-bg--transparent-dark a:hover.btn--white-reverse,
  .u-bg--transparent-dark .btn--white-reverse:hover,
  .u-bg--transparent-dark a:focus.btn--white-reverse,
  .u-bg--transparent-dark .btn--white-reverse:focus,
  .u-bg--transparent-dark a:active.btn--white-reverse,
  .u-bg--transparent-dark .btn--white-reverse:active,
  .u-bg--custom-dark a:hover.btn--white-reverse,
  .u-bg--custom-dark .btn--white-reverse:hover,
  .u-bg--custom-dark a:focus.btn--white-reverse,
  .u-bg--custom-dark .btn--white-reverse:focus,
  .u-bg--custom-dark a:active.btn--white-reverse,
  .u-bg--custom-dark .btn--white-reverse:active
  .u-bg--gradient-dark a:hover.btn--white-reverse,
  .u-bg--gradient-dark .btn--white-reverse:hover,
  .u-bg--gradient-dark a:focus.btn--white-reverse,
  .u-bg--gradient-dark .btn--white-reverse:focus,
  .u-bg--gradient-dark a:active.btn--white-reverse,
  .u-bg--gradient-dark .btn--white-reverse:active
  .u-bg--primary a:hover.btn--white-reverse,
  .u-bg--primary .btn--white-reverse:hover,
  .u-bg--primary a:focus.btn--white-reverse,
  .u-bg--primary .btn--white-reverse:focus,
  .u-bg--primary a:active.btn--white-reverse,
  .u-bg--primary .btn--white-reverse:active {
    /* opacity: .0.50; */
    background-color: rgba(#null, .1);
    color: #ffffff ;
    border-color: #ffffff;
  }


/* PRIMARY REVERSE */
a.btn--primary-reverse,
  .btn--primary-reverse {
    background-color: rgba(136, 31, 34,0.00);
    color: rgba(255, 255, 255,1.00) !important;
    border-color: rgba(136, 31, 34,1.00);
  }
  a:hover.btn--primary-reverse,
  .btn--primary-reverse:hover,
  a:focus.btn--primary-reverse,
  .btn--primary-reverse:focus,
  a:active.btn--primary-reverse,
  .btn--primary-reverse:active {
    /* opacity: .0.50; */
    background-color: rgba(136, 31, 34,0.60);
    color: rgba(255, 255, 255,1.00) ;
    border-color: rgba(136, 31, 34,1.00);
  }

  .btn--primary-reverse svg.play--icon,
  .btn--primary-reverse svg.play--icon path {
    /* stroke: ; */
    fill: rgba(255, 255, 255,1.00);
  }
  .btn--primary-reverse svg,
  .btn--primary-reverse svg path {
    fill: rgba(255, 255, 255,1.00);
  }

  



.u-bg--transparent .btn--primary-reverse  {
  color: rgba(255, 255, 255,1.00);
}
[class*="u-bg--"] .u-bg--transparent .btn--primary-reverse {
  color: rgba(255, 255, 255,1.00) !important;
}
.u-bg--transparent .btn--primary-reverse svg,
.u-bg--transparent .btn--primary-reverse svg path {
  fill: rgba(255, 255, 255,1.00);

}
[class*="u-bg--"] .u-bg--transparent .btn--primary-reverse svg,
[class*="u-bg--"] .u-bg--transparent .btn--primary-reverse svg path  {
  fill: rgba(255, 255, 255,1.00) !important;

}
.u-bg--transparent .btn--primary-reverse:hover,
.u-bg--transparent .btn--primary-reverse:active, 
.u-bg--transparent .btn--primary-reverse:focus {
  background-color: rgba(136, 31, 34,0.60);
  color: rgba(255, 255, 255,1.00);
}
[class*="u-bg--"] .u-bg--transparent .btn--primary-reverse:hover,
[class*="u-bg--"] .u-bg--transparent .btn--primary-reverse:active, 
[class*="u-bg--"] .u-bg--transparent .btn--primary-reverse:focus {
  background-color: rgba(136, 31, 34,0.60) !important;
  color: rgba(255, 255, 255,1.00) !important;
}
.u-bg--transparent .btn--primary-reverse:hover svg,
.u-bg--transparent .btn--primary-reverse:hover svg path,
.u-bg--transparent .btn--primary-reverse:active svg,
.u-bg--transparent .btn--primary-reverse:active svg path,
.u-bg--transparent .btn--primary-reverse:focus svg,
.u-bg--transparent .btn--primary-reverse:focus svg path {
  stroke: rgba(255, 255, 255,1.00);
}
[class*="u-bg--"] .u-bg--transparent .btn--primary-reverse:hover svg,
[class*="u-bg--"] .u-bg--transparent .btn--primary-reverse:hover svg path,
[class*="u-bg--"] .u-bg--transparent .btn--primary-reverse:active svg,
[class*="u-bg--"] .u-bg--transparent .btn--primary-reverse:active svg path,
[class*="u-bg--"] .u-bg--transparent .btn--primary-reverse:focus svg,
[class*="u-bg--"] .u-bg--transparent .btn--primary-reverse:focus svg path {
  stroke: rgba(255, 255, 255,1.00) !important;
}


.u-bg--white .btn--primary-reverse  {
  color: rgba(255, 255, 255,1.00);
}
[class*="u-bg--"] .u-bg--white .btn--primary-reverse {
  color: rgba(255, 255, 255,1.00) !important;
}
.u-bg--white .btn--primary-reverse svg,
.u-bg--white .btn--primary-reverse svg path {
  fill: rgba(255, 255, 255,1.00);

}
[class*="u-bg--"] .u-bg--white .btn--primary-reverse svg,
[class*="u-bg--"] .u-bg--white .btn--primary-reverse svg path  {
  fill: rgba(255, 255, 255,1.00) !important;

}
.u-bg--white .btn--primary-reverse:hover,
.u-bg--white .btn--primary-reverse:active, 
.u-bg--white .btn--primary-reverse:focus {
  background-color: rgba(136, 31, 34,0.60);
  color: rgba(255, 255, 255,1.00);
}
[class*="u-bg--"] .u-bg--white .btn--primary-reverse:hover,
[class*="u-bg--"] .u-bg--white .btn--primary-reverse:active, 
[class*="u-bg--"] .u-bg--white .btn--primary-reverse:focus {
  background-color: rgba(136, 31, 34,0.60) !important;
  color: rgba(255, 255, 255,1.00) !important;
}
.u-bg--white .btn--primary-reverse:hover svg,
.u-bg--white .btn--primary-reverse:hover svg path,
.u-bg--white .btn--primary-reverse:active svg,
.u-bg--white .btn--primary-reverse:active svg path,
.u-bg--white .btn--primary-reverse:focus svg,
.u-bg--white .btn--primary-reverse:focus svg path {
  stroke: rgba(255, 255, 255,1.00);
}
[class*="u-bg--"] .u-bg--white .btn--primary-reverse:hover svg,
[class*="u-bg--"] .u-bg--white .btn--primary-reverse:hover svg path,
[class*="u-bg--"] .u-bg--white .btn--primary-reverse:active svg,
[class*="u-bg--"] .u-bg--white .btn--primary-reverse:active svg path,
[class*="u-bg--"] .u-bg--white .btn--primary-reverse:focus svg,
[class*="u-bg--"] .u-bg--white .btn--primary-reverse:focus svg path {
  stroke: rgba(255, 255, 255,1.00) !important;
}


.u-bg--offwhite .btn--primary-reverse  {
  color: rgba(255, 255, 255,1.00);
}
[class*="u-bg--"] .u-bg--offwhite .btn--primary-reverse {
  color: rgba(255, 255, 255,1.00) !important;
}
.u-bg--offwhite .btn--primary-reverse svg,
.u-bg--offwhite .btn--primary-reverse svg path {
  fill: rgba(255, 255, 255,1.00);

}
[class*="u-bg--"] .u-bg--offwhite .btn--primary-reverse svg,
[class*="u-bg--"] .u-bg--offwhite .btn--primary-reverse svg path  {
  fill: rgba(255, 255, 255,1.00) !important;

}
.u-bg--offwhite .btn--primary-reverse:hover,
.u-bg--offwhite .btn--primary-reverse:active, 
.u-bg--offwhite .btn--primary-reverse:focus {
  background-color: rgba(136, 31, 34,0.60);
  color: rgba(255, 255, 255,1.00);
}
[class*="u-bg--"] .u-bg--offwhite .btn--primary-reverse:hover,
[class*="u-bg--"] .u-bg--offwhite .btn--primary-reverse:active, 
[class*="u-bg--"] .u-bg--offwhite .btn--primary-reverse:focus {
  background-color: rgba(136, 31, 34,0.60) !important;
  color: rgba(255, 255, 255,1.00) !important;
}
.u-bg--offwhite .btn--primary-reverse:hover svg,
.u-bg--offwhite .btn--primary-reverse:hover svg path,
.u-bg--offwhite .btn--primary-reverse:active svg,
.u-bg--offwhite .btn--primary-reverse:active svg path,
.u-bg--offwhite .btn--primary-reverse:focus svg,
.u-bg--offwhite .btn--primary-reverse:focus svg path {
  stroke: rgba(255, 255, 255,1.00);
}
[class*="u-bg--"] .u-bg--offwhite .btn--primary-reverse:hover svg,
[class*="u-bg--"] .u-bg--offwhite .btn--primary-reverse:hover svg path,
[class*="u-bg--"] .u-bg--offwhite .btn--primary-reverse:active svg,
[class*="u-bg--"] .u-bg--offwhite .btn--primary-reverse:active svg path,
[class*="u-bg--"] .u-bg--offwhite .btn--primary-reverse:focus svg,
[class*="u-bg--"] .u-bg--offwhite .btn--primary-reverse:focus svg path {
  stroke: rgba(255, 255, 255,1.00) !important;
}


.u-bg--light-gray .btn--primary-reverse  {
  color: rgba(255, 255, 255,1.00);
}
[class*="u-bg--"] .u-bg--light-gray .btn--primary-reverse {
  color: rgba(255, 255, 255,1.00) !important;
}
.u-bg--light-gray .btn--primary-reverse svg,
.u-bg--light-gray .btn--primary-reverse svg path {
  fill: rgba(255, 255, 255,1.00);

}
[class*="u-bg--"] .u-bg--light-gray .btn--primary-reverse svg,
[class*="u-bg--"] .u-bg--light-gray .btn--primary-reverse svg path  {
  fill: rgba(255, 255, 255,1.00) !important;

}
.u-bg--light-gray .btn--primary-reverse:hover,
.u-bg--light-gray .btn--primary-reverse:active, 
.u-bg--light-gray .btn--primary-reverse:focus {
  background-color: rgba(136, 31, 34,0.60);
  color: rgba(255, 255, 255,1.00);
}
[class*="u-bg--"] .u-bg--light-gray .btn--primary-reverse:hover,
[class*="u-bg--"] .u-bg--light-gray .btn--primary-reverse:active, 
[class*="u-bg--"] .u-bg--light-gray .btn--primary-reverse:focus {
  background-color: rgba(136, 31, 34,0.60) !important;
  color: rgba(255, 255, 255,1.00) !important;
}
.u-bg--light-gray .btn--primary-reverse:hover svg,
.u-bg--light-gray .btn--primary-reverse:hover svg path,
.u-bg--light-gray .btn--primary-reverse:active svg,
.u-bg--light-gray .btn--primary-reverse:active svg path,
.u-bg--light-gray .btn--primary-reverse:focus svg,
.u-bg--light-gray .btn--primary-reverse:focus svg path {
  stroke: rgba(255, 255, 255,1.00);
}
[class*="u-bg--"] .u-bg--light-gray .btn--primary-reverse:hover svg,
[class*="u-bg--"] .u-bg--light-gray .btn--primary-reverse:hover svg path,
[class*="u-bg--"] .u-bg--light-gray .btn--primary-reverse:active svg,
[class*="u-bg--"] .u-bg--light-gray .btn--primary-reverse:active svg path,
[class*="u-bg--"] .u-bg--light-gray .btn--primary-reverse:focus svg,
[class*="u-bg--"] .u-bg--light-gray .btn--primary-reverse:focus svg path {
  stroke: rgba(255, 255, 255,1.00) !important;
}


.u-bg--primary-10 .btn--primary-reverse  {
  color: rgba(255, 255, 255,1.00);
}
[class*="u-bg--"] .u-bg--primary-10 .btn--primary-reverse {
  color: rgba(255, 255, 255,1.00) !important;
}
.u-bg--primary-10 .btn--primary-reverse svg,
.u-bg--primary-10 .btn--primary-reverse svg path {
  fill: rgba(255, 255, 255,1.00);

}
[class*="u-bg--"] .u-bg--primary-10 .btn--primary-reverse svg,
[class*="u-bg--"] .u-bg--primary-10 .btn--primary-reverse svg path  {
  fill: rgba(255, 255, 255,1.00) !important;

}
.u-bg--primary-10 .btn--primary-reverse:hover,
.u-bg--primary-10 .btn--primary-reverse:active, 
.u-bg--primary-10 .btn--primary-reverse:focus {
  background-color: rgba(136, 31, 34,0.60);
  color: rgba(255, 255, 255,1.00);
}
[class*="u-bg--"] .u-bg--primary-10 .btn--primary-reverse:hover,
[class*="u-bg--"] .u-bg--primary-10 .btn--primary-reverse:active, 
[class*="u-bg--"] .u-bg--primary-10 .btn--primary-reverse:focus {
  background-color: rgba(136, 31, 34,0.60) !important;
  color: rgba(255, 255, 255,1.00) !important;
}
.u-bg--primary-10 .btn--primary-reverse:hover svg,
.u-bg--primary-10 .btn--primary-reverse:hover svg path,
.u-bg--primary-10 .btn--primary-reverse:active svg,
.u-bg--primary-10 .btn--primary-reverse:active svg path,
.u-bg--primary-10 .btn--primary-reverse:focus svg,
.u-bg--primary-10 .btn--primary-reverse:focus svg path {
  stroke: rgba(255, 255, 255,1.00);
}
[class*="u-bg--"] .u-bg--primary-10 .btn--primary-reverse:hover svg,
[class*="u-bg--"] .u-bg--primary-10 .btn--primary-reverse:hover svg path,
[class*="u-bg--"] .u-bg--primary-10 .btn--primary-reverse:active svg,
[class*="u-bg--"] .u-bg--primary-10 .btn--primary-reverse:active svg path,
[class*="u-bg--"] .u-bg--primary-10 .btn--primary-reverse:focus svg,
[class*="u-bg--"] .u-bg--primary-10 .btn--primary-reverse:focus svg path {
  stroke: rgba(255, 255, 255,1.00) !important;
}


.u-bg--secondary .btn--primary-reverse  {
  color: rgba(255, 255, 255,1.00);
}
[class*="u-bg--"] .u-bg--secondary .btn--primary-reverse {
  color: rgba(255, 255, 255,1.00) !important;
}
.u-bg--secondary .btn--primary-reverse svg,
.u-bg--secondary .btn--primary-reverse svg path {
  fill: rgba(255, 255, 255,1.00);

}
[class*="u-bg--"] .u-bg--secondary .btn--primary-reverse svg,
[class*="u-bg--"] .u-bg--secondary .btn--primary-reverse svg path  {
  fill: rgba(255, 255, 255,1.00) !important;

}
.u-bg--secondary .btn--primary-reverse:hover,
.u-bg--secondary .btn--primary-reverse:active, 
.u-bg--secondary .btn--primary-reverse:focus {
  background-color: rgba(136, 31, 34,0.60);
  color: rgba(255, 255, 255,1.00);
}
[class*="u-bg--"] .u-bg--secondary .btn--primary-reverse:hover,
[class*="u-bg--"] .u-bg--secondary .btn--primary-reverse:active, 
[class*="u-bg--"] .u-bg--secondary .btn--primary-reverse:focus {
  background-color: rgba(136, 31, 34,0.60) !important;
  color: rgba(255, 255, 255,1.00) !important;
}
.u-bg--secondary .btn--primary-reverse:hover svg,
.u-bg--secondary .btn--primary-reverse:hover svg path,
.u-bg--secondary .btn--primary-reverse:active svg,
.u-bg--secondary .btn--primary-reverse:active svg path,
.u-bg--secondary .btn--primary-reverse:focus svg,
.u-bg--secondary .btn--primary-reverse:focus svg path {
  stroke: rgba(255, 255, 255,1.00);
}
[class*="u-bg--"] .u-bg--secondary .btn--primary-reverse:hover svg,
[class*="u-bg--"] .u-bg--secondary .btn--primary-reverse:hover svg path,
[class*="u-bg--"] .u-bg--secondary .btn--primary-reverse:active svg,
[class*="u-bg--"] .u-bg--secondary .btn--primary-reverse:active svg path,
[class*="u-bg--"] .u-bg--secondary .btn--primary-reverse:focus svg,
[class*="u-bg--"] .u-bg--secondary .btn--primary-reverse:focus svg path {
  stroke: rgba(255, 255, 255,1.00) !important;
}


.u-bg--tertiary .btn--primary-reverse  {
  color: rgba(255, 255, 255,1.00);
}
[class*="u-bg--"] .u-bg--tertiary .btn--primary-reverse {
  color: rgba(255, 255, 255,1.00) !important;
}
.u-bg--tertiary .btn--primary-reverse svg,
.u-bg--tertiary .btn--primary-reverse svg path {
  fill: rgba(255, 255, 255,1.00);

}
[class*="u-bg--"] .u-bg--tertiary .btn--primary-reverse svg,
[class*="u-bg--"] .u-bg--tertiary .btn--primary-reverse svg path  {
  fill: rgba(255, 255, 255,1.00) !important;

}
.u-bg--tertiary .btn--primary-reverse:hover,
.u-bg--tertiary .btn--primary-reverse:active, 
.u-bg--tertiary .btn--primary-reverse:focus {
  background-color: rgba(136, 31, 34,0.60);
  color: rgba(255, 255, 255,1.00);
}
[class*="u-bg--"] .u-bg--tertiary .btn--primary-reverse:hover,
[class*="u-bg--"] .u-bg--tertiary .btn--primary-reverse:active, 
[class*="u-bg--"] .u-bg--tertiary .btn--primary-reverse:focus {
  background-color: rgba(136, 31, 34,0.60) !important;
  color: rgba(255, 255, 255,1.00) !important;
}
.u-bg--tertiary .btn--primary-reverse:hover svg,
.u-bg--tertiary .btn--primary-reverse:hover svg path,
.u-bg--tertiary .btn--primary-reverse:active svg,
.u-bg--tertiary .btn--primary-reverse:active svg path,
.u-bg--tertiary .btn--primary-reverse:focus svg,
.u-bg--tertiary .btn--primary-reverse:focus svg path {
  stroke: rgba(255, 255, 255,1.00);
}
[class*="u-bg--"] .u-bg--tertiary .btn--primary-reverse:hover svg,
[class*="u-bg--"] .u-bg--tertiary .btn--primary-reverse:hover svg path,
[class*="u-bg--"] .u-bg--tertiary .btn--primary-reverse:active svg,
[class*="u-bg--"] .u-bg--tertiary .btn--primary-reverse:active svg path,
[class*="u-bg--"] .u-bg--tertiary .btn--primary-reverse:focus svg,
[class*="u-bg--"] .u-bg--tertiary .btn--primary-reverse:focus svg path {
  stroke: rgba(255, 255, 255,1.00) !important;
}


.u-bg--tertiary-20 .btn--primary-reverse  {
  color: rgba(255, 255, 255,1.00);
}
[class*="u-bg--"] .u-bg--tertiary-20 .btn--primary-reverse {
  color: rgba(255, 255, 255,1.00) !important;
}
.u-bg--tertiary-20 .btn--primary-reverse svg,
.u-bg--tertiary-20 .btn--primary-reverse svg path {
  fill: rgba(255, 255, 255,1.00);

}
[class*="u-bg--"] .u-bg--tertiary-20 .btn--primary-reverse svg,
[class*="u-bg--"] .u-bg--tertiary-20 .btn--primary-reverse svg path  {
  fill: rgba(255, 255, 255,1.00) !important;

}
.u-bg--tertiary-20 .btn--primary-reverse:hover,
.u-bg--tertiary-20 .btn--primary-reverse:active, 
.u-bg--tertiary-20 .btn--primary-reverse:focus {
  background-color: rgba(136, 31, 34,0.60);
  color: rgba(255, 255, 255,1.00);
}
[class*="u-bg--"] .u-bg--tertiary-20 .btn--primary-reverse:hover,
[class*="u-bg--"] .u-bg--tertiary-20 .btn--primary-reverse:active, 
[class*="u-bg--"] .u-bg--tertiary-20 .btn--primary-reverse:focus {
  background-color: rgba(136, 31, 34,0.60) !important;
  color: rgba(255, 255, 255,1.00) !important;
}
.u-bg--tertiary-20 .btn--primary-reverse:hover svg,
.u-bg--tertiary-20 .btn--primary-reverse:hover svg path,
.u-bg--tertiary-20 .btn--primary-reverse:active svg,
.u-bg--tertiary-20 .btn--primary-reverse:active svg path,
.u-bg--tertiary-20 .btn--primary-reverse:focus svg,
.u-bg--tertiary-20 .btn--primary-reverse:focus svg path {
  stroke: rgba(255, 255, 255,1.00);
}
[class*="u-bg--"] .u-bg--tertiary-20 .btn--primary-reverse:hover svg,
[class*="u-bg--"] .u-bg--tertiary-20 .btn--primary-reverse:hover svg path,
[class*="u-bg--"] .u-bg--tertiary-20 .btn--primary-reverse:active svg,
[class*="u-bg--"] .u-bg--tertiary-20 .btn--primary-reverse:active svg path,
[class*="u-bg--"] .u-bg--tertiary-20 .btn--primary-reverse:focus svg,
[class*="u-bg--"] .u-bg--tertiary-20 .btn--primary-reverse:focus svg path {
  stroke: rgba(255, 255, 255,1.00) !important;
}






.u-bg--transparent-dark .btn--primary-reverse  {
  color: rgba(255, 255, 255,1.00);
}
[class*="u-bg--"] .u-bg--transparent-dark .btn--primary-reverse {
  color: rgba(255, 255, 255,1.00) !important;
}
.u-bg--transparent-dark .btn--primary-reverse svg,
.u-bg--transparent-dark .btn--primary-reverse svg path {
  fill: rgba(255, 255, 255,1.00);

}
[class*="u-bg--"] .u-bg--transparent-dark .btn--primary-reverse svg,
[class*="u-bg--"] .u-bg--transparent-dark .btn--primary-reverse svg path  {
  fill: rgba(255, 255, 255,1.00) !important;

}
.u-bg--transparent-dark .btn--primary-reverse:hover,
.u-bg--transparent-dark .btn--primary-reverse:active, 
.u-bg--transparent-dark .btn--primary-reverse:focus {
  background-color: rgba(136, 31, 34,0.60);
  color: rgba(255, 255, 255,1.00);
}
[class*="u-bg--"] .u-bg--transparent-dark .btn--primary-reverse:hover,
[class*="u-bg--"] .u-bg--transparent-dark .btn--primary-reverse:active, 
[class*="u-bg--"] .u-bg--transparent-dark .btn--primary-reverse:focus {
  background-color: rgba(136, 31, 34,0.60) !important;
  color: rgba(255, 255, 255,1.00) !important;
}
.u-bg--transparent-dark .btn--primary-reverse:hover svg,
.u-bg--transparent-dark .btn--primary-reverse:hover svg path,
.u-bg--transparent-dark .btn--primary-reverse:active svg,
.u-bg--transparent-dark .btn--primary-reverse:active svg path,
.u-bg--transparent-dark .btn--primary-reverse:focus svg,
.u-bg--transparent-dark .btn--primary-reverse:focus svg path {
  stroke: rgba(255, 255, 255,1.00);
}
[class*="u-bg--"] .u-bg--transparent-dark .btn--primary-reverse:hover svg,
[class*="u-bg--"] .u-bg--transparent-dark .btn--primary-reverse:hover svg path,
[class*="u-bg--"] .u-bg--transparent-dark .btn--primary-reverse:active svg,
[class*="u-bg--"] .u-bg--transparent-dark .btn--primary-reverse:active svg path,
[class*="u-bg--"] .u-bg--transparent-dark .btn--primary-reverse:focus svg,
[class*="u-bg--"] .u-bg--transparent-dark .btn--primary-reverse:focus svg path {
  stroke: rgba(255, 255, 255,1.00) !important;
}


.u-bg--black .btn--primary-reverse  {
  color: rgba(255, 255, 255,1.00);
}
[class*="u-bg--"] .u-bg--black .btn--primary-reverse {
  color: rgba(255, 255, 255,1.00) !important;
}
.u-bg--black .btn--primary-reverse svg,
.u-bg--black .btn--primary-reverse svg path {
  fill: rgba(255, 255, 255,1.00);

}
[class*="u-bg--"] .u-bg--black .btn--primary-reverse svg,
[class*="u-bg--"] .u-bg--black .btn--primary-reverse svg path  {
  fill: rgba(255, 255, 255,1.00) !important;

}
.u-bg--black .btn--primary-reverse:hover,
.u-bg--black .btn--primary-reverse:active, 
.u-bg--black .btn--primary-reverse:focus {
  background-color: rgba(136, 31, 34,0.60);
  color: rgba(255, 255, 255,1.00);
}
[class*="u-bg--"] .u-bg--black .btn--primary-reverse:hover,
[class*="u-bg--"] .u-bg--black .btn--primary-reverse:active, 
[class*="u-bg--"] .u-bg--black .btn--primary-reverse:focus {
  background-color: rgba(136, 31, 34,0.60) !important;
  color: rgba(255, 255, 255,1.00) !important;
}
.u-bg--black .btn--primary-reverse:hover svg,
.u-bg--black .btn--primary-reverse:hover svg path,
.u-bg--black .btn--primary-reverse:active svg,
.u-bg--black .btn--primary-reverse:active svg path,
.u-bg--black .btn--primary-reverse:focus svg,
.u-bg--black .btn--primary-reverse:focus svg path {
  stroke: rgba(255, 255, 255,1.00);
}
[class*="u-bg--"] .u-bg--black .btn--primary-reverse:hover svg,
[class*="u-bg--"] .u-bg--black .btn--primary-reverse:hover svg path,
[class*="u-bg--"] .u-bg--black .btn--primary-reverse:active svg,
[class*="u-bg--"] .u-bg--black .btn--primary-reverse:active svg path,
[class*="u-bg--"] .u-bg--black .btn--primary-reverse:focus svg,
[class*="u-bg--"] .u-bg--black .btn--primary-reverse:focus svg path {
  stroke: rgba(255, 255, 255,1.00) !important;
}


.u-bg--dark-purple .btn--primary-reverse  {
  color: rgba(255, 255, 255,1.00);
}
[class*="u-bg--"] .u-bg--dark-purple .btn--primary-reverse {
  color: rgba(255, 255, 255,1.00) !important;
}
.u-bg--dark-purple .btn--primary-reverse svg,
.u-bg--dark-purple .btn--primary-reverse svg path {
  fill: rgba(255, 255, 255,1.00);

}
[class*="u-bg--"] .u-bg--dark-purple .btn--primary-reverse svg,
[class*="u-bg--"] .u-bg--dark-purple .btn--primary-reverse svg path  {
  fill: rgba(255, 255, 255,1.00) !important;

}
.u-bg--dark-purple .btn--primary-reverse:hover,
.u-bg--dark-purple .btn--primary-reverse:active, 
.u-bg--dark-purple .btn--primary-reverse:focus {
  background-color: rgba(136, 31, 34,0.60);
  color: rgba(255, 255, 255,1.00);
}
[class*="u-bg--"] .u-bg--dark-purple .btn--primary-reverse:hover,
[class*="u-bg--"] .u-bg--dark-purple .btn--primary-reverse:active, 
[class*="u-bg--"] .u-bg--dark-purple .btn--primary-reverse:focus {
  background-color: rgba(136, 31, 34,0.60) !important;
  color: rgba(255, 255, 255,1.00) !important;
}
.u-bg--dark-purple .btn--primary-reverse:hover svg,
.u-bg--dark-purple .btn--primary-reverse:hover svg path,
.u-bg--dark-purple .btn--primary-reverse:active svg,
.u-bg--dark-purple .btn--primary-reverse:active svg path,
.u-bg--dark-purple .btn--primary-reverse:focus svg,
.u-bg--dark-purple .btn--primary-reverse:focus svg path {
  stroke: rgba(255, 255, 255,1.00);
}
[class*="u-bg--"] .u-bg--dark-purple .btn--primary-reverse:hover svg,
[class*="u-bg--"] .u-bg--dark-purple .btn--primary-reverse:hover svg path,
[class*="u-bg--"] .u-bg--dark-purple .btn--primary-reverse:active svg,
[class*="u-bg--"] .u-bg--dark-purple .btn--primary-reverse:active svg path,
[class*="u-bg--"] .u-bg--dark-purple .btn--primary-reverse:focus svg,
[class*="u-bg--"] .u-bg--dark-purple .btn--primary-reverse:focus svg path {
  stroke: rgba(255, 255, 255,1.00) !important;
}


.u-bg--dark-80 .btn--primary-reverse  {
  color: rgba(255, 255, 255,1.00);
}
[class*="u-bg--"] .u-bg--dark-80 .btn--primary-reverse {
  color: rgba(255, 255, 255,1.00) !important;
}
.u-bg--dark-80 .btn--primary-reverse svg,
.u-bg--dark-80 .btn--primary-reverse svg path {
  fill: rgba(255, 255, 255,1.00);

}
[class*="u-bg--"] .u-bg--dark-80 .btn--primary-reverse svg,
[class*="u-bg--"] .u-bg--dark-80 .btn--primary-reverse svg path  {
  fill: rgba(255, 255, 255,1.00) !important;

}
.u-bg--dark-80 .btn--primary-reverse:hover,
.u-bg--dark-80 .btn--primary-reverse:active, 
.u-bg--dark-80 .btn--primary-reverse:focus {
  background-color: rgba(136, 31, 34,0.60);
  color: rgba(255, 255, 255,1.00);
}
[class*="u-bg--"] .u-bg--dark-80 .btn--primary-reverse:hover,
[class*="u-bg--"] .u-bg--dark-80 .btn--primary-reverse:active, 
[class*="u-bg--"] .u-bg--dark-80 .btn--primary-reverse:focus {
  background-color: rgba(136, 31, 34,0.60) !important;
  color: rgba(255, 255, 255,1.00) !important;
}
.u-bg--dark-80 .btn--primary-reverse:hover svg,
.u-bg--dark-80 .btn--primary-reverse:hover svg path,
.u-bg--dark-80 .btn--primary-reverse:active svg,
.u-bg--dark-80 .btn--primary-reverse:active svg path,
.u-bg--dark-80 .btn--primary-reverse:focus svg,
.u-bg--dark-80 .btn--primary-reverse:focus svg path {
  stroke: rgba(255, 255, 255,1.00);
}
[class*="u-bg--"] .u-bg--dark-80 .btn--primary-reverse:hover svg,
[class*="u-bg--"] .u-bg--dark-80 .btn--primary-reverse:hover svg path,
[class*="u-bg--"] .u-bg--dark-80 .btn--primary-reverse:active svg,
[class*="u-bg--"] .u-bg--dark-80 .btn--primary-reverse:active svg path,
[class*="u-bg--"] .u-bg--dark-80 .btn--primary-reverse:focus svg,
[class*="u-bg--"] .u-bg--dark-80 .btn--primary-reverse:focus svg path {
  stroke: rgba(255, 255, 255,1.00) !important;
}


.u-bg--primary .btn--primary-reverse  {
  color: rgba(255, 255, 255,1.00);
}
[class*="u-bg--"] .u-bg--primary .btn--primary-reverse {
  color: rgba(255, 255, 255,1.00) !important;
}
.u-bg--primary .btn--primary-reverse svg,
.u-bg--primary .btn--primary-reverse svg path {
  fill: rgba(255, 255, 255,1.00);

}
[class*="u-bg--"] .u-bg--primary .btn--primary-reverse svg,
[class*="u-bg--"] .u-bg--primary .btn--primary-reverse svg path  {
  fill: rgba(255, 255, 255,1.00) !important;

}
.u-bg--primary .btn--primary-reverse:hover,
.u-bg--primary .btn--primary-reverse:active, 
.u-bg--primary .btn--primary-reverse:focus {
  background-color: rgba(136, 31, 34,0.60);
  color: rgba(255, 255, 255,1.00);
}
[class*="u-bg--"] .u-bg--primary .btn--primary-reverse:hover,
[class*="u-bg--"] .u-bg--primary .btn--primary-reverse:active, 
[class*="u-bg--"] .u-bg--primary .btn--primary-reverse:focus {
  background-color: rgba(136, 31, 34,0.60) !important;
  color: rgba(255, 255, 255,1.00) !important;
}
.u-bg--primary .btn--primary-reverse:hover svg,
.u-bg--primary .btn--primary-reverse:hover svg path,
.u-bg--primary .btn--primary-reverse:active svg,
.u-bg--primary .btn--primary-reverse:active svg path,
.u-bg--primary .btn--primary-reverse:focus svg,
.u-bg--primary .btn--primary-reverse:focus svg path {
  stroke: rgba(255, 255, 255,1.00);
}
[class*="u-bg--"] .u-bg--primary .btn--primary-reverse:hover svg,
[class*="u-bg--"] .u-bg--primary .btn--primary-reverse:hover svg path,
[class*="u-bg--"] .u-bg--primary .btn--primary-reverse:active svg,
[class*="u-bg--"] .u-bg--primary .btn--primary-reverse:active svg path,
[class*="u-bg--"] .u-bg--primary .btn--primary-reverse:focus svg,
[class*="u-bg--"] .u-bg--primary .btn--primary-reverse:focus svg path {
  stroke: rgba(255, 255, 255,1.00) !important;
}


.u-bg--bright-purple .btn--primary-reverse  {
  color: rgba(255, 255, 255,1.00);
}
[class*="u-bg--"] .u-bg--bright-purple .btn--primary-reverse {
  color: rgba(255, 255, 255,1.00) !important;
}
.u-bg--bright-purple .btn--primary-reverse svg,
.u-bg--bright-purple .btn--primary-reverse svg path {
  fill: rgba(255, 255, 255,1.00);

}
[class*="u-bg--"] .u-bg--bright-purple .btn--primary-reverse svg,
[class*="u-bg--"] .u-bg--bright-purple .btn--primary-reverse svg path  {
  fill: rgba(255, 255, 255,1.00) !important;

}
.u-bg--bright-purple .btn--primary-reverse:hover,
.u-bg--bright-purple .btn--primary-reverse:active, 
.u-bg--bright-purple .btn--primary-reverse:focus {
  background-color: rgba(136, 31, 34,0.60);
  color: rgba(255, 255, 255,1.00);
}
[class*="u-bg--"] .u-bg--bright-purple .btn--primary-reverse:hover,
[class*="u-bg--"] .u-bg--bright-purple .btn--primary-reverse:active, 
[class*="u-bg--"] .u-bg--bright-purple .btn--primary-reverse:focus {
  background-color: rgba(136, 31, 34,0.60) !important;
  color: rgba(255, 255, 255,1.00) !important;
}
.u-bg--bright-purple .btn--primary-reverse:hover svg,
.u-bg--bright-purple .btn--primary-reverse:hover svg path,
.u-bg--bright-purple .btn--primary-reverse:active svg,
.u-bg--bright-purple .btn--primary-reverse:active svg path,
.u-bg--bright-purple .btn--primary-reverse:focus svg,
.u-bg--bright-purple .btn--primary-reverse:focus svg path {
  stroke: rgba(255, 255, 255,1.00);
}
[class*="u-bg--"] .u-bg--bright-purple .btn--primary-reverse:hover svg,
[class*="u-bg--"] .u-bg--bright-purple .btn--primary-reverse:hover svg path,
[class*="u-bg--"] .u-bg--bright-purple .btn--primary-reverse:active svg,
[class*="u-bg--"] .u-bg--bright-purple .btn--primary-reverse:active svg path,
[class*="u-bg--"] .u-bg--bright-purple .btn--primary-reverse:focus svg,
[class*="u-bg--"] .u-bg--bright-purple .btn--primary-reverse:focus svg path {
  stroke: rgba(255, 255, 255,1.00) !important;
}


  /* SECONDARY REVERSE */
  a.btn--secondary-reverse,
  .btn--secondary-reverse {
    background-color: rgba(14, 93, 138,0.0000);
    color: rgba(14, 93, 138,1.00);
    border-color: rgba(14, 93, 138,1.00);
  }
  a:hover.btn--secondary-reverse,
  .btn--secondary-reverse:hover,
  a:focus.btn--secondary-reverse,
  .btn--secondary-reverse:focus,
  a:active.btn--secondary-reverse,
  .btn--secondary-reverse:active {
    /* opacity: .0.50; */
    background-color: rgba(14, 93, 138,0.60);
    color: rgba(14, 93, 138,1.00) ;
    border-color: rgba(14, 93, 138,1.00);
  }

  .btn--secondary-reverse svg.play--icon,
  .btn--secondary-reverse svg.play--icon path {
    /* stroke: ; */
    fill: rgba(14, 93, 138,1.00);

  }
  .btn--secondary-reverse svg,
  .btn--secondary-reverse svg path {
    fill: rgba(14, 93, 138,1.00);
  }
  
  



.u-bg--transparent .btn--secondary-reverse  {
  color: rgba(14, 93, 138,1.00);
}
[class*="u-bg--"] .u-bg--transparent .btn--secondary-reverse {
  color: rgba(14, 93, 138,1.00) !important;
}
.u-bg--transparent .btn--secondary-reverse svg,
.u-bg--transparent .btn--secondary-reverse svg path {
  fill: rgba(14, 93, 138,1.00);

}
[class*="u-bg--"] .u-bg--transparent .btn--secondary-reverse svg,
[class*="u-bg--"] .u-bg--transparent .btn--secondary-reverse svg path  {
  fill: rgba(14, 93, 138,1.00) !important;

}
.u-bg--transparent .btn--secondary-reverse:hover,
.u-bg--transparent .btn--secondary-reverse:active, 
.u-bg--transparent .btn--secondary-reverse:focus {
  background-color: rgba(14, 93, 138,0.60);
  color: rgba(14, 93, 138,1.00);
}
[class*="u-bg--"] .u-bg--transparent .btn--secondary-reverse:hover,
[class*="u-bg--"] .u-bg--transparent .btn--secondary-reverse:active, 
[class*="u-bg--"] .u-bg--transparent .btn--secondary-reverse:focus {
  background-color: rgba(14, 93, 138,0.60) !important;
  color: rgba(14, 93, 138,1.00) !important;
}
.u-bg--transparent .btn--secondary-reverse:hover svg,
.u-bg--transparent .btn--secondary-reverse:hover svg path,
.u-bg--transparent .btn--secondary-reverse:active svg,
.u-bg--transparent .btn--secondary-reverse:active svg path,
.u-bg--transparent .btn--secondary-reverse:focus svg,
.u-bg--transparent .btn--secondary-reverse:focus svg path {
  stroke: rgba(14, 93, 138,1.00);
}
[class*="u-bg--"] .u-bg--transparent .btn--secondary-reverse:hover svg,
[class*="u-bg--"] .u-bg--transparent .btn--secondary-reverse:hover svg path,
[class*="u-bg--"] .u-bg--transparent .btn--secondary-reverse:active svg,
[class*="u-bg--"] .u-bg--transparent .btn--secondary-reverse:active svg path,
[class*="u-bg--"] .u-bg--transparent .btn--secondary-reverse:focus svg,
[class*="u-bg--"] .u-bg--transparent .btn--secondary-reverse:focus svg path {
  stroke: rgba(14, 93, 138,1.00) !important;
}


.u-bg--white .btn--secondary-reverse  {
  color: rgba(255, 255, 255,1.00);
}
[class*="u-bg--"] .u-bg--white .btn--secondary-reverse {
  color: rgba(255, 255, 255,1.00) !important;
}
.u-bg--white .btn--secondary-reverse svg,
.u-bg--white .btn--secondary-reverse svg path {
  fill: rgba(255, 255, 255,1.00);

}
[class*="u-bg--"] .u-bg--white .btn--secondary-reverse svg,
[class*="u-bg--"] .u-bg--white .btn--secondary-reverse svg path  {
  fill: rgba(255, 255, 255,1.00) !important;

}
.u-bg--white .btn--secondary-reverse:hover,
.u-bg--white .btn--secondary-reverse:active, 
.u-bg--white .btn--secondary-reverse:focus {
  background-color: rgba(14, 93, 138,0.60);
  color: rgba(14, 93, 138,1.00);
}
[class*="u-bg--"] .u-bg--white .btn--secondary-reverse:hover,
[class*="u-bg--"] .u-bg--white .btn--secondary-reverse:active, 
[class*="u-bg--"] .u-bg--white .btn--secondary-reverse:focus {
  background-color: rgba(14, 93, 138,0.60) !important;
  color: rgba(14, 93, 138,1.00) !important;
}
.u-bg--white .btn--secondary-reverse:hover svg,
.u-bg--white .btn--secondary-reverse:hover svg path,
.u-bg--white .btn--secondary-reverse:active svg,
.u-bg--white .btn--secondary-reverse:active svg path,
.u-bg--white .btn--secondary-reverse:focus svg,
.u-bg--white .btn--secondary-reverse:focus svg path {
  stroke: rgba(14, 93, 138,1.00);
}
[class*="u-bg--"] .u-bg--white .btn--secondary-reverse:hover svg,
[class*="u-bg--"] .u-bg--white .btn--secondary-reverse:hover svg path,
[class*="u-bg--"] .u-bg--white .btn--secondary-reverse:active svg,
[class*="u-bg--"] .u-bg--white .btn--secondary-reverse:active svg path,
[class*="u-bg--"] .u-bg--white .btn--secondary-reverse:focus svg,
[class*="u-bg--"] .u-bg--white .btn--secondary-reverse:focus svg path {
  stroke: rgba(14, 93, 138,1.00) !important;
}


.u-bg--offwhite .btn--secondary-reverse  {
  color: rgba(14, 93, 138,1.00);
}
[class*="u-bg--"] .u-bg--offwhite .btn--secondary-reverse {
  color: rgba(14, 93, 138,1.00) !important;
}
.u-bg--offwhite .btn--secondary-reverse svg,
.u-bg--offwhite .btn--secondary-reverse svg path {
  fill: rgba(14, 93, 138,1.00);

}
[class*="u-bg--"] .u-bg--offwhite .btn--secondary-reverse svg,
[class*="u-bg--"] .u-bg--offwhite .btn--secondary-reverse svg path  {
  fill: rgba(14, 93, 138,1.00) !important;

}
.u-bg--offwhite .btn--secondary-reverse:hover,
.u-bg--offwhite .btn--secondary-reverse:active, 
.u-bg--offwhite .btn--secondary-reverse:focus {
  background-color: rgba(14, 93, 138,0.60);
  color: rgba(14, 93, 138,1.00);
}
[class*="u-bg--"] .u-bg--offwhite .btn--secondary-reverse:hover,
[class*="u-bg--"] .u-bg--offwhite .btn--secondary-reverse:active, 
[class*="u-bg--"] .u-bg--offwhite .btn--secondary-reverse:focus {
  background-color: rgba(14, 93, 138,0.60) !important;
  color: rgba(14, 93, 138,1.00) !important;
}
.u-bg--offwhite .btn--secondary-reverse:hover svg,
.u-bg--offwhite .btn--secondary-reverse:hover svg path,
.u-bg--offwhite .btn--secondary-reverse:active svg,
.u-bg--offwhite .btn--secondary-reverse:active svg path,
.u-bg--offwhite .btn--secondary-reverse:focus svg,
.u-bg--offwhite .btn--secondary-reverse:focus svg path {
  stroke: rgba(14, 93, 138,1.00);
}
[class*="u-bg--"] .u-bg--offwhite .btn--secondary-reverse:hover svg,
[class*="u-bg--"] .u-bg--offwhite .btn--secondary-reverse:hover svg path,
[class*="u-bg--"] .u-bg--offwhite .btn--secondary-reverse:active svg,
[class*="u-bg--"] .u-bg--offwhite .btn--secondary-reverse:active svg path,
[class*="u-bg--"] .u-bg--offwhite .btn--secondary-reverse:focus svg,
[class*="u-bg--"] .u-bg--offwhite .btn--secondary-reverse:focus svg path {
  stroke: rgba(14, 93, 138,1.00) !important;
}


.u-bg--light-gray .btn--secondary-reverse  {
  color: rgba(14, 93, 138,1.00);
}
[class*="u-bg--"] .u-bg--light-gray .btn--secondary-reverse {
  color: rgba(14, 93, 138,1.00) !important;
}
.u-bg--light-gray .btn--secondary-reverse svg,
.u-bg--light-gray .btn--secondary-reverse svg path {
  fill: rgba(14, 93, 138,1.00);

}
[class*="u-bg--"] .u-bg--light-gray .btn--secondary-reverse svg,
[class*="u-bg--"] .u-bg--light-gray .btn--secondary-reverse svg path  {
  fill: rgba(14, 93, 138,1.00) !important;

}
.u-bg--light-gray .btn--secondary-reverse:hover,
.u-bg--light-gray .btn--secondary-reverse:active, 
.u-bg--light-gray .btn--secondary-reverse:focus {
  background-color: rgba(14, 93, 138,0.60);
  color: rgba(14, 93, 138,1.00);
}
[class*="u-bg--"] .u-bg--light-gray .btn--secondary-reverse:hover,
[class*="u-bg--"] .u-bg--light-gray .btn--secondary-reverse:active, 
[class*="u-bg--"] .u-bg--light-gray .btn--secondary-reverse:focus {
  background-color: rgba(14, 93, 138,0.60) !important;
  color: rgba(14, 93, 138,1.00) !important;
}
.u-bg--light-gray .btn--secondary-reverse:hover svg,
.u-bg--light-gray .btn--secondary-reverse:hover svg path,
.u-bg--light-gray .btn--secondary-reverse:active svg,
.u-bg--light-gray .btn--secondary-reverse:active svg path,
.u-bg--light-gray .btn--secondary-reverse:focus svg,
.u-bg--light-gray .btn--secondary-reverse:focus svg path {
  stroke: rgba(14, 93, 138,1.00);
}
[class*="u-bg--"] .u-bg--light-gray .btn--secondary-reverse:hover svg,
[class*="u-bg--"] .u-bg--light-gray .btn--secondary-reverse:hover svg path,
[class*="u-bg--"] .u-bg--light-gray .btn--secondary-reverse:active svg,
[class*="u-bg--"] .u-bg--light-gray .btn--secondary-reverse:active svg path,
[class*="u-bg--"] .u-bg--light-gray .btn--secondary-reverse:focus svg,
[class*="u-bg--"] .u-bg--light-gray .btn--secondary-reverse:focus svg path {
  stroke: rgba(14, 93, 138,1.00) !important;
}


.u-bg--secondary-10 .btn--secondary-reverse  {
  color: rgba(14, 93, 138,1.00);
}
[class*="u-bg--"] .u-bg--secondary-10 .btn--secondary-reverse {
  color: rgba(14, 93, 138,1.00) !important;
}
.u-bg--secondary-10 .btn--secondary-reverse svg,
.u-bg--secondary-10 .btn--secondary-reverse svg path {
  fill: rgba(14, 93, 138,1.00);

}
[class*="u-bg--"] .u-bg--secondary-10 .btn--secondary-reverse svg,
[class*="u-bg--"] .u-bg--secondary-10 .btn--secondary-reverse svg path  {
  fill: rgba(14, 93, 138,1.00) !important;

}
.u-bg--secondary-10 .btn--secondary-reverse:hover,
.u-bg--secondary-10 .btn--secondary-reverse:active, 
.u-bg--secondary-10 .btn--secondary-reverse:focus {
  background-color: rgba(14, 93, 138,0.60);
  color: rgba(14, 93, 138,1.00);
}
[class*="u-bg--"] .u-bg--secondary-10 .btn--secondary-reverse:hover,
[class*="u-bg--"] .u-bg--secondary-10 .btn--secondary-reverse:active, 
[class*="u-bg--"] .u-bg--secondary-10 .btn--secondary-reverse:focus {
  background-color: rgba(14, 93, 138,0.60) !important;
  color: rgba(14, 93, 138,1.00) !important;
}
.u-bg--secondary-10 .btn--secondary-reverse:hover svg,
.u-bg--secondary-10 .btn--secondary-reverse:hover svg path,
.u-bg--secondary-10 .btn--secondary-reverse:active svg,
.u-bg--secondary-10 .btn--secondary-reverse:active svg path,
.u-bg--secondary-10 .btn--secondary-reverse:focus svg,
.u-bg--secondary-10 .btn--secondary-reverse:focus svg path {
  stroke: rgba(14, 93, 138,1.00);
}
[class*="u-bg--"] .u-bg--secondary-10 .btn--secondary-reverse:hover svg,
[class*="u-bg--"] .u-bg--secondary-10 .btn--secondary-reverse:hover svg path,
[class*="u-bg--"] .u-bg--secondary-10 .btn--secondary-reverse:active svg,
[class*="u-bg--"] .u-bg--secondary-10 .btn--secondary-reverse:active svg path,
[class*="u-bg--"] .u-bg--secondary-10 .btn--secondary-reverse:focus svg,
[class*="u-bg--"] .u-bg--secondary-10 .btn--secondary-reverse:focus svg path {
  stroke: rgba(14, 93, 138,1.00) !important;
}


.u-bg--secondary .btn--secondary-reverse  {
  color: rgba(14, 93, 138,1.00);
}
[class*="u-bg--"] .u-bg--secondary .btn--secondary-reverse {
  color: rgba(14, 93, 138,1.00) !important;
}
.u-bg--secondary .btn--secondary-reverse svg,
.u-bg--secondary .btn--secondary-reverse svg path {
  fill: rgba(14, 93, 138,1.00);

}
[class*="u-bg--"] .u-bg--secondary .btn--secondary-reverse svg,
[class*="u-bg--"] .u-bg--secondary .btn--secondary-reverse svg path  {
  fill: rgba(14, 93, 138,1.00) !important;

}
.u-bg--secondary .btn--secondary-reverse:hover,
.u-bg--secondary .btn--secondary-reverse:active, 
.u-bg--secondary .btn--secondary-reverse:focus {
  background-color: rgba(14, 93, 138,0.60);
  color: rgba(14, 93, 138,1.00);
}
[class*="u-bg--"] .u-bg--secondary .btn--secondary-reverse:hover,
[class*="u-bg--"] .u-bg--secondary .btn--secondary-reverse:active, 
[class*="u-bg--"] .u-bg--secondary .btn--secondary-reverse:focus {
  background-color: rgba(14, 93, 138,0.60) !important;
  color: rgba(14, 93, 138,1.00) !important;
}
.u-bg--secondary .btn--secondary-reverse:hover svg,
.u-bg--secondary .btn--secondary-reverse:hover svg path,
.u-bg--secondary .btn--secondary-reverse:active svg,
.u-bg--secondary .btn--secondary-reverse:active svg path,
.u-bg--secondary .btn--secondary-reverse:focus svg,
.u-bg--secondary .btn--secondary-reverse:focus svg path {
  stroke: rgba(14, 93, 138,1.00);
}
[class*="u-bg--"] .u-bg--secondary .btn--secondary-reverse:hover svg,
[class*="u-bg--"] .u-bg--secondary .btn--secondary-reverse:hover svg path,
[class*="u-bg--"] .u-bg--secondary .btn--secondary-reverse:active svg,
[class*="u-bg--"] .u-bg--secondary .btn--secondary-reverse:active svg path,
[class*="u-bg--"] .u-bg--secondary .btn--secondary-reverse:focus svg,
[class*="u-bg--"] .u-bg--secondary .btn--secondary-reverse:focus svg path {
  stroke: rgba(14, 93, 138,1.00) !important;
}


.u-bg--tertiary .btn--secondary-reverse  {
  color: rgba(14, 93, 138,1.00);
}
[class*="u-bg--"] .u-bg--tertiary .btn--secondary-reverse {
  color: rgba(14, 93, 138,1.00) !important;
}
.u-bg--tertiary .btn--secondary-reverse svg,
.u-bg--tertiary .btn--secondary-reverse svg path {
  fill: rgba(14, 93, 138,1.00);

}
[class*="u-bg--"] .u-bg--tertiary .btn--secondary-reverse svg,
[class*="u-bg--"] .u-bg--tertiary .btn--secondary-reverse svg path  {
  fill: rgba(14, 93, 138,1.00) !important;

}
.u-bg--tertiary .btn--secondary-reverse:hover,
.u-bg--tertiary .btn--secondary-reverse:active, 
.u-bg--tertiary .btn--secondary-reverse:focus {
  background-color: rgba(14, 93, 138,0.60);
  color: rgba(14, 93, 138,1.00);
}
[class*="u-bg--"] .u-bg--tertiary .btn--secondary-reverse:hover,
[class*="u-bg--"] .u-bg--tertiary .btn--secondary-reverse:active, 
[class*="u-bg--"] .u-bg--tertiary .btn--secondary-reverse:focus {
  background-color: rgba(14, 93, 138,0.60) !important;
  color: rgba(14, 93, 138,1.00) !important;
}
.u-bg--tertiary .btn--secondary-reverse:hover svg,
.u-bg--tertiary .btn--secondary-reverse:hover svg path,
.u-bg--tertiary .btn--secondary-reverse:active svg,
.u-bg--tertiary .btn--secondary-reverse:active svg path,
.u-bg--tertiary .btn--secondary-reverse:focus svg,
.u-bg--tertiary .btn--secondary-reverse:focus svg path {
  stroke: rgba(14, 93, 138,1.00);
}
[class*="u-bg--"] .u-bg--tertiary .btn--secondary-reverse:hover svg,
[class*="u-bg--"] .u-bg--tertiary .btn--secondary-reverse:hover svg path,
[class*="u-bg--"] .u-bg--tertiary .btn--secondary-reverse:active svg,
[class*="u-bg--"] .u-bg--tertiary .btn--secondary-reverse:active svg path,
[class*="u-bg--"] .u-bg--tertiary .btn--secondary-reverse:focus svg,
[class*="u-bg--"] .u-bg--tertiary .btn--secondary-reverse:focus svg path {
  stroke: rgba(14, 93, 138,1.00) !important;
}


.u-bg--tertiary-20 .btn--secondary-reverse  {
  color: rgba(14, 93, 138,1.00);
}
[class*="u-bg--"] .u-bg--tertiary-20 .btn--secondary-reverse {
  color: rgba(14, 93, 138,1.00) !important;
}
.u-bg--tertiary-20 .btn--secondary-reverse svg,
.u-bg--tertiary-20 .btn--secondary-reverse svg path {
  fill: rgba(14, 93, 138,1.00);

}
[class*="u-bg--"] .u-bg--tertiary-20 .btn--secondary-reverse svg,
[class*="u-bg--"] .u-bg--tertiary-20 .btn--secondary-reverse svg path  {
  fill: rgba(14, 93, 138,1.00) !important;

}
.u-bg--tertiary-20 .btn--secondary-reverse:hover,
.u-bg--tertiary-20 .btn--secondary-reverse:active, 
.u-bg--tertiary-20 .btn--secondary-reverse:focus {
  background-color: rgba(14, 93, 138,0.60);
  color: rgba(14, 93, 138,1.00);
}
[class*="u-bg--"] .u-bg--tertiary-20 .btn--secondary-reverse:hover,
[class*="u-bg--"] .u-bg--tertiary-20 .btn--secondary-reverse:active, 
[class*="u-bg--"] .u-bg--tertiary-20 .btn--secondary-reverse:focus {
  background-color: rgba(14, 93, 138,0.60) !important;
  color: rgba(14, 93, 138,1.00) !important;
}
.u-bg--tertiary-20 .btn--secondary-reverse:hover svg,
.u-bg--tertiary-20 .btn--secondary-reverse:hover svg path,
.u-bg--tertiary-20 .btn--secondary-reverse:active svg,
.u-bg--tertiary-20 .btn--secondary-reverse:active svg path,
.u-bg--tertiary-20 .btn--secondary-reverse:focus svg,
.u-bg--tertiary-20 .btn--secondary-reverse:focus svg path {
  stroke: rgba(14, 93, 138,1.00);
}
[class*="u-bg--"] .u-bg--tertiary-20 .btn--secondary-reverse:hover svg,
[class*="u-bg--"] .u-bg--tertiary-20 .btn--secondary-reverse:hover svg path,
[class*="u-bg--"] .u-bg--tertiary-20 .btn--secondary-reverse:active svg,
[class*="u-bg--"] .u-bg--tertiary-20 .btn--secondary-reverse:active svg path,
[class*="u-bg--"] .u-bg--tertiary-20 .btn--secondary-reverse:focus svg,
[class*="u-bg--"] .u-bg--tertiary-20 .btn--secondary-reverse:focus svg path {
  stroke: rgba(14, 93, 138,1.00) !important;
}






.u-bg--transparent-dark .btn--secondary-reverse  {
  color: rgba(255, 255, 255,1.00);
}
[class*="u-bg--"] .u-bg--transparent-dark .btn--secondary-reverse {
  color: rgba(255, 255, 255,1.00) !important;
}
.u-bg--transparent-dark .btn--secondary-reverse svg,
.u-bg--transparent-dark .btn--secondary-reverse svg path {
  fill: rgba(255, 255, 255,1.00);

}
[class*="u-bg--"] .u-bg--transparent-dark .btn--secondary-reverse svg,
[class*="u-bg--"] .u-bg--transparent-dark .btn--secondary-reverse svg path  {
  fill: rgba(255, 255, 255,1.00) !important;

}
.u-bg--transparent-dark .btn--secondary-reverse:hover,
.u-bg--transparent-dark .btn--secondary-reverse:active, 
.u-bg--transparent-dark .btn--secondary-reverse:focus {
  background-color: rgba(14, 93, 138,0.90);
  color: rgba(255, 255, 255,1.00);
}
[class*="u-bg--"] .u-bg--transparent-dark .btn--secondary-reverse:hover,
[class*="u-bg--"] .u-bg--transparent-dark .btn--secondary-reverse:active, 
[class*="u-bg--"] .u-bg--transparent-dark .btn--secondary-reverse:focus {
  background-color: rgba(14, 93, 138,0.90) !important;
  color: rgba(255, 255, 255,1.00) !important;
}
.u-bg--transparent-dark .btn--secondary-reverse:hover svg,
.u-bg--transparent-dark .btn--secondary-reverse:hover svg path,
.u-bg--transparent-dark .btn--secondary-reverse:active svg,
.u-bg--transparent-dark .btn--secondary-reverse:active svg path,
.u-bg--transparent-dark .btn--secondary-reverse:focus svg,
.u-bg--transparent-dark .btn--secondary-reverse:focus svg path {
  stroke: rgba(255, 255, 255,1.00);
}
[class*="u-bg--"] .u-bg--transparent-dark .btn--secondary-reverse:hover svg,
[class*="u-bg--"] .u-bg--transparent-dark .btn--secondary-reverse:hover svg path,
[class*="u-bg--"] .u-bg--transparent-dark .btn--secondary-reverse:active svg,
[class*="u-bg--"] .u-bg--transparent-dark .btn--secondary-reverse:active svg path,
[class*="u-bg--"] .u-bg--transparent-dark .btn--secondary-reverse:focus svg,
[class*="u-bg--"] .u-bg--transparent-dark .btn--secondary-reverse:focus svg path {
  stroke: rgba(255, 255, 255,1.00) !important;
}


.u-bg--black .btn--secondary-reverse  {
  color: rgba(255, 255, 255,1.00);
}
[class*="u-bg--"] .u-bg--black .btn--secondary-reverse {
  color: rgba(255, 255, 255,1.00) !important;
}
.u-bg--black .btn--secondary-reverse svg,
.u-bg--black .btn--secondary-reverse svg path {
  fill: rgba(255, 255, 255,1.00);

}
[class*="u-bg--"] .u-bg--black .btn--secondary-reverse svg,
[class*="u-bg--"] .u-bg--black .btn--secondary-reverse svg path  {
  fill: rgba(255, 255, 255,1.00) !important;

}
.u-bg--black .btn--secondary-reverse:hover,
.u-bg--black .btn--secondary-reverse:active, 
.u-bg--black .btn--secondary-reverse:focus {
  background-color: rgba(14, 93, 138,0.90);
  color: rgba(255, 255, 255,1.00);
}
[class*="u-bg--"] .u-bg--black .btn--secondary-reverse:hover,
[class*="u-bg--"] .u-bg--black .btn--secondary-reverse:active, 
[class*="u-bg--"] .u-bg--black .btn--secondary-reverse:focus {
  background-color: rgba(14, 93, 138,0.90) !important;
  color: rgba(255, 255, 255,1.00) !important;
}
.u-bg--black .btn--secondary-reverse:hover svg,
.u-bg--black .btn--secondary-reverse:hover svg path,
.u-bg--black .btn--secondary-reverse:active svg,
.u-bg--black .btn--secondary-reverse:active svg path,
.u-bg--black .btn--secondary-reverse:focus svg,
.u-bg--black .btn--secondary-reverse:focus svg path {
  stroke: rgba(255, 255, 255,1.00);
}
[class*="u-bg--"] .u-bg--black .btn--secondary-reverse:hover svg,
[class*="u-bg--"] .u-bg--black .btn--secondary-reverse:hover svg path,
[class*="u-bg--"] .u-bg--black .btn--secondary-reverse:active svg,
[class*="u-bg--"] .u-bg--black .btn--secondary-reverse:active svg path,
[class*="u-bg--"] .u-bg--black .btn--secondary-reverse:focus svg,
[class*="u-bg--"] .u-bg--black .btn--secondary-reverse:focus svg path {
  stroke: rgba(255, 255, 255,1.00) !important;
}


.u-bg--dark-purple .btn--secondary-reverse  {
  color: rgba(255, 255, 255,1.00);
}
[class*="u-bg--"] .u-bg--dark-purple .btn--secondary-reverse {
  color: rgba(255, 255, 255,1.00) !important;
}
.u-bg--dark-purple .btn--secondary-reverse svg,
.u-bg--dark-purple .btn--secondary-reverse svg path {
  fill: rgba(255, 255, 255,1.00);

}
[class*="u-bg--"] .u-bg--dark-purple .btn--secondary-reverse svg,
[class*="u-bg--"] .u-bg--dark-purple .btn--secondary-reverse svg path  {
  fill: rgba(255, 255, 255,1.00) !important;

}
.u-bg--dark-purple .btn--secondary-reverse:hover,
.u-bg--dark-purple .btn--secondary-reverse:active, 
.u-bg--dark-purple .btn--secondary-reverse:focus {
  background-color: rgba(14, 93, 138,0.90);
  color: rgba(255, 255, 255,1.00);
}
[class*="u-bg--"] .u-bg--dark-purple .btn--secondary-reverse:hover,
[class*="u-bg--"] .u-bg--dark-purple .btn--secondary-reverse:active, 
[class*="u-bg--"] .u-bg--dark-purple .btn--secondary-reverse:focus {
  background-color: rgba(14, 93, 138,0.90) !important;
  color: rgba(255, 255, 255,1.00) !important;
}
.u-bg--dark-purple .btn--secondary-reverse:hover svg,
.u-bg--dark-purple .btn--secondary-reverse:hover svg path,
.u-bg--dark-purple .btn--secondary-reverse:active svg,
.u-bg--dark-purple .btn--secondary-reverse:active svg path,
.u-bg--dark-purple .btn--secondary-reverse:focus svg,
.u-bg--dark-purple .btn--secondary-reverse:focus svg path {
  stroke: rgba(255, 255, 255,1.00);
}
[class*="u-bg--"] .u-bg--dark-purple .btn--secondary-reverse:hover svg,
[class*="u-bg--"] .u-bg--dark-purple .btn--secondary-reverse:hover svg path,
[class*="u-bg--"] .u-bg--dark-purple .btn--secondary-reverse:active svg,
[class*="u-bg--"] .u-bg--dark-purple .btn--secondary-reverse:active svg path,
[class*="u-bg--"] .u-bg--dark-purple .btn--secondary-reverse:focus svg,
[class*="u-bg--"] .u-bg--dark-purple .btn--secondary-reverse:focus svg path {
  stroke: rgba(255, 255, 255,1.00) !important;
}


.u-bg--dark-80 .btn--secondary-reverse  {
  color: rgba(255, 255, 255,1.00);
}
[class*="u-bg--"] .u-bg--dark-80 .btn--secondary-reverse {
  color: rgba(255, 255, 255,1.00) !important;
}
.u-bg--dark-80 .btn--secondary-reverse svg,
.u-bg--dark-80 .btn--secondary-reverse svg path {
  fill: rgba(255, 255, 255,1.00);

}
[class*="u-bg--"] .u-bg--dark-80 .btn--secondary-reverse svg,
[class*="u-bg--"] .u-bg--dark-80 .btn--secondary-reverse svg path  {
  fill: rgba(255, 255, 255,1.00) !important;

}
.u-bg--dark-80 .btn--secondary-reverse:hover,
.u-bg--dark-80 .btn--secondary-reverse:active, 
.u-bg--dark-80 .btn--secondary-reverse:focus {
  background-color: rgba(14, 93, 138,0.90);
  color: rgba(255, 255, 255,1.00);
}
[class*="u-bg--"] .u-bg--dark-80 .btn--secondary-reverse:hover,
[class*="u-bg--"] .u-bg--dark-80 .btn--secondary-reverse:active, 
[class*="u-bg--"] .u-bg--dark-80 .btn--secondary-reverse:focus {
  background-color: rgba(14, 93, 138,0.90) !important;
  color: rgba(255, 255, 255,1.00) !important;
}
.u-bg--dark-80 .btn--secondary-reverse:hover svg,
.u-bg--dark-80 .btn--secondary-reverse:hover svg path,
.u-bg--dark-80 .btn--secondary-reverse:active svg,
.u-bg--dark-80 .btn--secondary-reverse:active svg path,
.u-bg--dark-80 .btn--secondary-reverse:focus svg,
.u-bg--dark-80 .btn--secondary-reverse:focus svg path {
  stroke: rgba(255, 255, 255,1.00);
}
[class*="u-bg--"] .u-bg--dark-80 .btn--secondary-reverse:hover svg,
[class*="u-bg--"] .u-bg--dark-80 .btn--secondary-reverse:hover svg path,
[class*="u-bg--"] .u-bg--dark-80 .btn--secondary-reverse:active svg,
[class*="u-bg--"] .u-bg--dark-80 .btn--secondary-reverse:active svg path,
[class*="u-bg--"] .u-bg--dark-80 .btn--secondary-reverse:focus svg,
[class*="u-bg--"] .u-bg--dark-80 .btn--secondary-reverse:focus svg path {
  stroke: rgba(255, 255, 255,1.00) !important;
}


.u-bg--secondary .btn--secondary-reverse  {
  color: rgba(255, 255, 255,1.00);
}
[class*="u-bg--"] .u-bg--secondary .btn--secondary-reverse {
  color: rgba(255, 255, 255,1.00) !important;
}
.u-bg--secondary .btn--secondary-reverse svg,
.u-bg--secondary .btn--secondary-reverse svg path {
  fill: rgba(255, 255, 255,1.00);

}
[class*="u-bg--"] .u-bg--secondary .btn--secondary-reverse svg,
[class*="u-bg--"] .u-bg--secondary .btn--secondary-reverse svg path  {
  fill: rgba(255, 255, 255,1.00) !important;

}
.u-bg--secondary .btn--secondary-reverse:hover,
.u-bg--secondary .btn--secondary-reverse:active, 
.u-bg--secondary .btn--secondary-reverse:focus {
  background-color: rgba(14, 93, 138,0.90);
  color: rgba(255, 255, 255,1.00);
}
[class*="u-bg--"] .u-bg--secondary .btn--secondary-reverse:hover,
[class*="u-bg--"] .u-bg--secondary .btn--secondary-reverse:active, 
[class*="u-bg--"] .u-bg--secondary .btn--secondary-reverse:focus {
  background-color: rgba(14, 93, 138,0.90) !important;
  color: rgba(255, 255, 255,1.00) !important;
}
.u-bg--secondary .btn--secondary-reverse:hover svg,
.u-bg--secondary .btn--secondary-reverse:hover svg path,
.u-bg--secondary .btn--secondary-reverse:active svg,
.u-bg--secondary .btn--secondary-reverse:active svg path,
.u-bg--secondary .btn--secondary-reverse:focus svg,
.u-bg--secondary .btn--secondary-reverse:focus svg path {
  stroke: rgba(255, 255, 255,1.00);
}
[class*="u-bg--"] .u-bg--secondary .btn--secondary-reverse:hover svg,
[class*="u-bg--"] .u-bg--secondary .btn--secondary-reverse:hover svg path,
[class*="u-bg--"] .u-bg--secondary .btn--secondary-reverse:active svg,
[class*="u-bg--"] .u-bg--secondary .btn--secondary-reverse:active svg path,
[class*="u-bg--"] .u-bg--secondary .btn--secondary-reverse:focus svg,
[class*="u-bg--"] .u-bg--secondary .btn--secondary-reverse:focus svg path {
  stroke: rgba(255, 255, 255,1.00) !important;
}


.u-bg--bright-purple .btn--secondary-reverse  {
  color: rgba(255, 255, 255,1.00);
}
[class*="u-bg--"] .u-bg--bright-purple .btn--secondary-reverse {
  color: rgba(255, 255, 255,1.00) !important;
}
.u-bg--bright-purple .btn--secondary-reverse svg,
.u-bg--bright-purple .btn--secondary-reverse svg path {
  fill: rgba(255, 255, 255,1.00);

}
[class*="u-bg--"] .u-bg--bright-purple .btn--secondary-reverse svg,
[class*="u-bg--"] .u-bg--bright-purple .btn--secondary-reverse svg path  {
  fill: rgba(255, 255, 255,1.00) !important;

}
.u-bg--bright-purple .btn--secondary-reverse:hover,
.u-bg--bright-purple .btn--secondary-reverse:active, 
.u-bg--bright-purple .btn--secondary-reverse:focus {
  background-color: rgba(14, 93, 138,0.90);
  color: rgba(255, 255, 255,1.00);
}
[class*="u-bg--"] .u-bg--bright-purple .btn--secondary-reverse:hover,
[class*="u-bg--"] .u-bg--bright-purple .btn--secondary-reverse:active, 
[class*="u-bg--"] .u-bg--bright-purple .btn--secondary-reverse:focus {
  background-color: rgba(14, 93, 138,0.90) !important;
  color: rgba(255, 255, 255,1.00) !important;
}
.u-bg--bright-purple .btn--secondary-reverse:hover svg,
.u-bg--bright-purple .btn--secondary-reverse:hover svg path,
.u-bg--bright-purple .btn--secondary-reverse:active svg,
.u-bg--bright-purple .btn--secondary-reverse:active svg path,
.u-bg--bright-purple .btn--secondary-reverse:focus svg,
.u-bg--bright-purple .btn--secondary-reverse:focus svg path {
  stroke: rgba(255, 255, 255,1.00);
}
[class*="u-bg--"] .u-bg--bright-purple .btn--secondary-reverse:hover svg,
[class*="u-bg--"] .u-bg--bright-purple .btn--secondary-reverse:hover svg path,
[class*="u-bg--"] .u-bg--bright-purple .btn--secondary-reverse:active svg,
[class*="u-bg--"] .u-bg--bright-purple .btn--secondary-reverse:active svg path,
[class*="u-bg--"] .u-bg--bright-purple .btn--secondary-reverse:focus svg,
[class*="u-bg--"] .u-bg--bright-purple .btn--secondary-reverse:focus svg path {
  stroke: rgba(255, 255, 255,1.00) !important;
}


.u-bg--offwhite .btn--secondary-reverse,
.u-bg--white .btn--secondary-reverse,
.u-bg--gray .btn--secondary-reverse {
  color: #0E5D8A;
} 

.u-bg--primary .btn--secondary-reverse {
  color: #ffffff;
} 

/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/* ------- 03. TEXT LINKS ----------------------------------------- */
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
.btn.text-link {
  position: relative;
  border-left: 0px;
  border-right: 0px;
  border-top: 0px;
  text-decoration: none;
}
.text-link {
  position: relative;
  background-color: transparent;
  border-color: transparent;
  color: rgba(14, 93, 138,1.00) !important;
  display: inline-block;
  padding: 0;
  font-weight: 400;
  align-items: center;
  text-transform: uppercase;
}
a.text-link:hover,
.text-link:hover,
a.text-link:focus,
.text-link:focus,
a.text-link:active,
.text-link:active {
  background-color: transparent;
  border-color: transparent;
  text-decoration: underline;
  color: rgba(14, 93, 138,0.50) !important;
}

.u-bg--primary .text-link {
  color: rgba(0,0,0,1) !important;
}

.u-bg--primary a.text-link:hover,
.u-bg--primary .text-link:hover,
.u-bg--primary a.text-link:focus,
.u-bg--primary .text-link:focus,
.u-bg--primary a.text-link:active,
.u-bg--primary .text-link:active {
  color: rgba(0,0,0,.5) !important;
}



    .text-link--base span {
      color: #ffffff !important;
      background: #000000 !important;
      padding: .25rem .5rem;
      width: fit-content;
      font-weight: 700;
      transition: ease 300ms all;;
    }
    .text-link--base:hover {
      opacity: 0.50;
      transition: ease 300ms all;;
    }


    .text-link--black span {
      color: #ffffff !important;
      background: #000000 !important;
      padding: .25rem .5rem;
      width: fit-content;
      font-weight: 700;
      transition: ease 300ms all;;
    }
    .text-link--black:hover {
      opacity: 0.50;
      transition: ease 300ms all;;
    }


    .text-link--white span {
      color: #000000 !important;
      background: #ffffff !important;
      padding: .25rem .5rem;
      width: fit-content;
      font-weight: 700;
      transition: ease 300ms all;;
    }
    .text-link--white:hover {
      opacity: 0.50;
      transition: ease 300ms all;;
    }


    .text-link--offwhite span {
      color: #000000 !important;
      background:  !important;
      padding: .25rem .5rem;
      width: fit-content;
      font-weight: 700;
      transition: ease 300ms all;;
    }
    .text-link--offwhite:hover {
      opacity: 0.50;
      transition: ease 300ms all;;
    }



    .text-link--primary span {
      color: #000000 !important;
      background: #D9F0FC !important;
      padding: .25rem .5rem;
      width: fit-content;
      font-weight: 700;
      transition: ease 300ms all;;
    }
    .text-link--primary:hover {
      opacity: 0.50;
      transition: ease 300ms all;;
    }


    .text-link--blue span {
      color: #000000 !important;
      background: #D9F0FC !important;
      padding: .25rem .5rem;
      width: fit-content;
      font-weight: 700;
      transition: ease 300ms all;;
    }
    .text-link--blue:hover {
      opacity: 0.50;
      transition: ease 300ms all;;
    }


    .text-link--secondary span {
      color: #000000 !important;
      background: #CEF3F0 !important;
      padding: .25rem .5rem;
      width: fit-content;
      font-weight: 700;
      transition: ease 300ms all;;
    }
    .text-link--secondary:hover {
      opacity: 0.50;
      transition: ease 300ms all;;
    }


    .text-link--teal span {
      color: #000000 !important;
      background: #CEF3F0 !important;
      padding: .25rem .5rem;
      width: fit-content;
      font-weight: 700;
      transition: ease 300ms all;;
    }
    .text-link--teal:hover {
      opacity: 0.50;
      transition: ease 300ms all;;
    }


    .text-link--tertiary span {
      color: #000000 !important;
      background: #DCD8E9 !important;
      padding: .25rem .5rem;
      width: fit-content;
      font-weight: 700;
      transition: ease 300ms all;;
    }
    .text-link--tertiary:hover {
      opacity: 0.50;
      transition: ease 300ms all;;
    }


    .text-link--purple span {
      color: #000000 !important;
      background: #DCD8E9 !important;
      padding: .25rem .5rem;
      width: fit-content;
      font-weight: 700;
      transition: ease 300ms all;;
    }
    .text-link--purple:hover {
      opacity: 0.50;
      transition: ease 300ms all;;
    }


    .text-link--color-four span {
      color: #000000 !important;
      background: #FFDA99 !important;
      padding: .25rem .5rem;
      width: fit-content;
      font-weight: 700;
      transition: ease 300ms all;;
    }
    .text-link--color-four:hover {
      opacity: 0.50;
      transition: ease 300ms all;;
    }


    .text-link--yellow span {
      color: #000000 !important;
      background: #FFDA99 !important;
      padding: .25rem .5rem;
      width: fit-content;
      font-weight: 700;
      transition: ease 300ms all;;
    }
    .text-link--yellow:hover {
      opacity: 0.50;
      transition: ease 300ms all;;
    }


    .text-link--color-five span {
      color: #000000 !important;
      background: #FDB4B0 !important;
      padding: .25rem .5rem;
      width: fit-content;
      font-weight: 700;
      transition: ease 300ms all;;
    }
    .text-link--color-five:hover {
      opacity: 0.50;
      transition: ease 300ms all;;
    }


    .text-link--red span {
      color: #000000 !important;
      background: #FDB4B0 !important;
      padding: .25rem .5rem;
      width: fit-content;
      font-weight: 700;
      transition: ease 300ms all;;
    }
    .text-link--red:hover {
      opacity: 0.50;
      transition: ease 300ms all;;
    }


/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/* ------- 04. HUBSPOT CTA BUTTONS -------------------------------- */
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
.cta-btn .hs_cos_wrapper_type_cta a,
.cta-btn a.cta_button {
  border-radius: 10px;
  background: transparent !important;
  padding: .75rem !important;
  font-family: inherit !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  text-align: center !important;
  cursor:pointer !important;
  transition: all 300ms ease-in-out !important;
}
.cta-btn .hs_cos_wrapper_type_cta a strong {
  font-weight: 700 !important;
  display: flex;
  align-items: center;
}
/* 
TABLE OF CONTENTS
  01. BASE STYLES
  02. BASE INPUT STYLES
  03. BASE BUTTON STYLES
  04. BACKGROUND COLOR MACROS
  05. BUTTON COLOR MACROS
*/


/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/* ------- 01. BASE STYLES ---------------------------------------- */
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */

form {
  font-family: ;
}
.form {
  /* max-width: 700px; */
  width: 100%;
  margin: 0px auto;
  position: relative;
  z-index: 10;
}
fieldset {
  max-width: unset !important;
}
.form-columns-1,
.form-columns-2,
.form-columns-3 {
  width: 100%;
}
.hs-form-field {
  position: relative;
  margin-bottom: 1.4rem;
}
.form--rounded {
  overflow: hidden;
  border-radius: 30px;
}
.hideLabel .hs-form-field > label {
  display: none;
}
.form--container.has-padding {
  padding: 2.5rem;
}
/* Force single column fields to full width inside of fieldsets */
fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
}
/* Required Asterisk */
.hs-form-required {
  color: #0E5D8A;
  /* display: none; */
}
.form h3.form-title {
  text-align: center;
  font-family: IBM Plex Sans;
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 0;
}
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/* ------- 02. BASE INPUT STYLES ---------------------------------- */
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/* Inputs */
.input {
  position: relative;
}
.form [data-hsfc-id=Renderer] input[type=text],
.form [data-hsfc-id=Renderer] select,
.form [data-hsfc-id=Renderer] textarea,
.form input[data-hsfc-id=TextInput],
.form input[type=text],
.form input[type=email],
.form input[type=password],
.form input[type=tel],
.form input[type=number],
.form input[type=file],
.form select,
.form textarea {
  background-color: #ffffff;
  color: #000000;
  border: 1px solid rgba(0, 0, 0,.3);
  display: inline-block;
  width: 100%;
  border-radius: 0px;
  padding: 13px 20px;
}
/* Dropdown/Select */
.form [data-hsfc-id=Renderer] .hs-fieldtype-select select.hs-input,
.form .hs-fieldtype-select select.hs-input {
  line-height: 1.3;
  /* font-size: 14px; */
  font-weight: 400;
  color: #fff;
  background-color: ;
  /* font-family: IBM Plex Sans; */
  padding: 10px;
  background-image: url('data:image/svg+xml,<svg width="18" height="11" viewBox="0 0 18 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2 2L9 9" stroke="%23095881" stroke-width="3" stroke-linecap="round"/><path d="M16 2L9 9" stroke="%23095881" stroke-width="3" stroke-linecap="round"/></svg>');
  -webkit-appearance: none;
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) center;
}

/* Radio */
.form [data-hsfc-id=Renderer] .form input[type=radio],
.form input[type=radio] {
  -webkit-appearance: none;
  cursor: pointer;
  width: 20px!important;
  height: 20px!important;
  padding: 0!important;
  margin: 0px 10px 3px 0px;
  line-height: normal;
  border: 1px solid rgba(0, 0, 0,1);
  background-color: #ffffff;
  border-radius: 100px;
  outline: none;
}  input[type=radio]:checked {
  background: #0E5D8A;
  border-color: #0E5D8A;
  background-size: 88%;
  background-repeat: no-repeat;
  background-position: center;
} 
/* File */
.form .hs-input[type=file] {
  padding: 0;
  border: 0;
  background: transparent !important;
}
input[type="file" i] #file-upload-button,
input[type="file" i]::-webkit-file-upload-button {
  background-color: #0E5D8A;
  color: #ffffff;
  outline: none!important;
  border: none !important;
  appearance: none !important;
  padding: 13px 20px;
  margin-right: .75rem;
  border-radius: 10px;
}
input[type="file" i] > span,
input[type="file" i] #file-upload-button + span,
input[type="file" i]::-webkit-file-upload-button + span {
  display: none!important;
}
input[type="file" i] #file-upload-button:hover,
input[type="file" i]::-webkit-file-upload-button:hover {
  cursor: pointer;
}

/* Labels */
.form form label {
  color: rgba(0,0,0,.4);
  font-family: "Px Grotesk",'sans-serif';
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400;
  padding-top: 0;
  margin-bottom: 0.35rem;
  text-align: left;
  width: auto;
}
/* Help text - legends */
.form form legend {
  color: #000000;
  font-size: 0.875rem;
}  
.hs-form label {
  display: block;
  float: none;
  width: auto;
  text-align: left;
  line-height: 1;
  padding-top: 0;
  margin-bottom: .625rem;
  font-size: 12px;
  font-family: IBM Plex Sans;
  font-weight: 700;
  text-transform: uppercase;
}
.hs-form .hs-form-field.hs-fieldtype-radio > label,
.hs-form .hs-form-field.hs-fieldtype-checkbox > label {
  color: #000000;
  font-size: 0.8rem;
  font-style: normal;
  font-family: IBM Plex Sans;
  font-weight: 600;
  line-height: 1.5;
}
.form-innerLabel .hs-form .hs-form-field:not(.hs-fieldtype-radio):not(.hs-fieldtype-checkbox):not(.hs-fieldtype-file):not(.hs-fieldtype-select)>label {
  /* position: absolute; */
  /* top: calc(13 + 2 )px; */
  /* left: 20px; */
  margin: 0;
  margin-bottom: .5rem;
  z-index: 1;
  color: #000000;
}
.form-innerLabel .hs-form .hs-form-field:not(.hs-fieldtype-radio):not(.hs-fieldtype-checkbox)>label.labelfocus {
  /* top: 5px; */
  transition: all .2s;
  /* font-size: 10px; */
  /* line-height: 12px; */
}

/* Error States */
input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #F9423A!important;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: #F9423A!important;
}
.hs-error-msgs label {
  color: #F00;
  margin: 0;
  display: inline-block;
  font-size: 13px;
  opacity: 1!important;
}
ul.inputs-list {
  list-style: none;
  margin: .5rem 0 !important;
  padding: 0;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  margin-top: 1px;
  padding: 0 20px;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
  position: relative;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: start !important;
  align-items: start !important;
}

/* Legal */
.legal-consent-container .inputs-list label {
  -ms-flex-align: start !important;
  align-items: start !important;
}
.legal-consent-container .hs-richtext {
  font-size: .825rem;
  margin: 1rem 0;
}
.legal-consent-container .hs-richtext p {
  font-size: .825rem;
}
.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display>span p {
  margin-left: 0!important;
  font-size: .825rem !important;
}
.grecaptcha-badge {
  margin: 0;
}

/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/* ------- 03. BASE BUTTON STYLES --------------------------------- */
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
[data-hsfc-id=Renderer] .hsfc-NavigationRow__Buttons {
  justify-content: start!important;
}
.form input[type="submit"],
.form [data-hsfc-id=Renderer] [data-hsfc-id="Button"] {
  width: auto;
  border-radius: 10px !important;
  background: var(--tertiary);
  border: none;
  line-height: 1;
  padding: 12px 25px;
  transition: .25s;
  outline: none;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
}
.form--btnFull input[type="submit"] {
  width: 100%;
}
.wide-button input[type="submit"] {
  width: 100%;
}

.form [data-hsfc-id=Renderer] [data-hsfc-id="Button"]:hover,
.form [data-hsfc-id=Renderer] [data-hsfc-id="Button"]:focus,
.form [data-hsfc-id=Renderer] [data-hsfc-id="Button"]:active,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="submit"]:active {
  background-color:  #560000;
  color: #fff;
}

/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/* ------- 04. BACKGROUND COLOR MACROS ---------------------------- */
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */






/* 
1.name,2.color,3.text,4.link,5.heading,6.inputBG,7.formOutline,8.borderColor,9.checkBoxFill,10.checkBoxBorder,11.checkColor,12.buttonBG,13.buttonText,14.required,15.focusBorder,16dropdownArrow

1.name,
2.color,
3.text,
4.link,
5.heading,
6.inputBG,
7.formOutline,
8.borderColor,
9.checkBoxFill,
10.checkBoxBorder,
11.checkColor,
12.buttonBG,
13.buttonText,
14.required,
15.focusBorder) 
16.dropdownArrow
*/



.form--white {
    background-color: #ffffff;
    color: #000000;
}
.form--white.has--outline {
  border: 1px solid rgba(0,0,0,.1);
}
.form--white a {
  color: #0E5D8A !important;
}
.form--white h3,
[class*="u-bg--"] .form--white h3,
.form--white .form--title-block h1,
.form--white .form--title-block h2,
.form--white .form--title-block h3,
.form--white .form--title-block h4,
.form--white .form--title-block h5,
.form--white .form--title-block h6 {
  color: #000000 !important;
}
.form--white input:not([type=submit]):not([type=checkbox]),
.form--white .hs-fieldtype-select.hs-input,
.form--white .hs-input {
  color: #000000;
  background: !important;
  border-color: #d9e0ed;
}
.form--white .hs-fieldtype-select select.hs-input {
  background-image: url('data:image/svg+xml,<svg width="18" height="11" viewBox="0 0 18 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2 2L9 9" stroke="%23#000000" stroke-width="3" stroke-linecap="round"/><path d="M16 2L9 9" stroke="%23#000000" stroke-width="3" stroke-linecap="round"/></svg>');
  background-color: ;
}
.form--white input::placeholder {
  color: #000000 !important;
}
.form--white ul.inputs-list li label,
.form--white ul.inputs-list li label span,
.form--white .hs-form-field:not(.hs-fieldtype-radio):not(.hs-fieldtype-checkbox)>label {
  color: #000000 !important;
}
.form--white .hs-fieldtype-checkbox > label,
.form--white .hs-fieldtype-radio > label {
  color: #000000 !important;
}
.form--white .hs-fieldtype-select select.hs-input {
  color: #000!important;
  background-color: ;
}

.form--white input[type=radio] {
  border: 1px solid #d9e0ed;
}
/*
.form--white input[type=checkbox]:checked {
  background-color: ;
  border-color: ;
  background-image: url('data:image/svg+xml,<svg width="448" height="321" viewBox="0 0 448 321" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M438.6 9.40039C451.1 21.9004 451.1 42.2004 438.6 54.7004L182.6 310.7C170.1 323.2 149.8 323.2 137.3 310.7L9.2998 182.7C-3.2002 170.2 -3.2002 149.9 9.2998 137.4C21.7998 124.9 42.0998 124.9 54.5998 137.4L160 242.7L393.4 9.40039C405.9 -3.09961 426.2 -3.09961 438.7 9.40039H438.6Z" fill="%23#000000"/></svg>');
}
*/
.form--white input[type=radio]:checked {
  background-color: ;
  /* outline: 1px solid ; */
  border: 1px solid ;
}
/* DEFAULT BUTTON COLOR */
.form--white input.hs-button {
  background-color: #000000;
  color: #0E5D8A;
  background-image: url('https://50161606.fs1.hubspotusercontent-na1.net/hubfs/50161606/theme-orc-2025/icons/button-arrow.svg');
  background-size: 9px auto;
  background-position: calc(100% - 25px) 50%;
  background-repeat: no-repeat;
  padding-right: 40px;
}
.form--white input.hs-button:hover {
}
.form--white .hs-form-required {
  color: #F00;
}
.form--white input:not([type=checkbox]).hs-input:focus-within,
.form--white input:not([type=checkbox]).hs-input:focus-visible,
.form--white input:not([type=checkbox]).hs-input:active,
.form--white input:not([type=checkbox]).hs-input:focus {
   border-color: #0E5D8A !important; 
   background: !important;
}



.form--gray {
    background-color: #ECEFF6;
    color: #000000;
}
.form--gray.has--outline {
  border: 1px solid rgba(0,0,0,.1);
}
.form--gray a {
  color: #0E5D8A !important;
}
.form--gray h3,
[class*="u-bg--"] .form--gray h3,
.form--gray .form--title-block h1,
.form--gray .form--title-block h2,
.form--gray .form--title-block h3,
.form--gray .form--title-block h4,
.form--gray .form--title-block h5,
.form--gray .form--title-block h6 {
  color: #000000 !important;
}
.form--gray input:not([type=submit]):not([type=checkbox]),
.form--gray .hs-fieldtype-select.hs-input,
.form--gray .hs-input {
  color: #000000;
  background: !important;
  border-color: #d9e0ed;
}
.form--gray .hs-fieldtype-select select.hs-input {
  background-image: url('data:image/svg+xml,<svg width="18" height="11" viewBox="0 0 18 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2 2L9 9" stroke="%23#000000" stroke-width="3" stroke-linecap="round"/><path d="M16 2L9 9" stroke="%23#000000" stroke-width="3" stroke-linecap="round"/></svg>');
  background-color: ;
}
.form--gray input::placeholder {
  color: #000000 !important;
}
.form--gray ul.inputs-list li label,
.form--gray ul.inputs-list li label span,
.form--gray .hs-form-field:not(.hs-fieldtype-radio):not(.hs-fieldtype-checkbox)>label {
  color: #000000 !important;
}
.form--gray .hs-fieldtype-checkbox > label,
.form--gray .hs-fieldtype-radio > label {
  color: #000000 !important;
}
.form--gray .hs-fieldtype-select select.hs-input {
  color: #000!important;
  background-color: ;
}

.form--gray input[type=radio] {
  border: 1px solid #d9e0ed;
}
/*
.form--gray input[type=checkbox]:checked {
  background-color: ;
  border-color: ;
  background-image: url('data:image/svg+xml,<svg width="448" height="321" viewBox="0 0 448 321" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M438.6 9.40039C451.1 21.9004 451.1 42.2004 438.6 54.7004L182.6 310.7C170.1 323.2 149.8 323.2 137.3 310.7L9.2998 182.7C-3.2002 170.2 -3.2002 149.9 9.2998 137.4C21.7998 124.9 42.0998 124.9 54.5998 137.4L160 242.7L393.4 9.40039C405.9 -3.09961 426.2 -3.09961 438.7 9.40039H438.6Z" fill="%23#881F22"/></svg>');
}
*/
.form--gray input[type=radio]:checked {
  background-color: ;
  /* outline: 1px solid ; */
  border: 1px solid ;
}
/* DEFAULT BUTTON COLOR */
.form--gray input.hs-button {
  background-color: #881F22;
  color: #0E5D8A;
  background-image: url('https://50161606.fs1.hubspotusercontent-na1.net/hubfs/50161606/theme-orc-2025/icons/button-arrow.svg');
  background-size: 9px auto;
  background-position: calc(100% - 25px) 50%;
  background-repeat: no-repeat;
  padding-right: 40px;
}
.form--gray input.hs-button:hover {
}
.form--gray .hs-form-required {
  color: #F00;
}
.form--gray input:not([type=checkbox]).hs-input:focus-within,
.form--gray input:not([type=checkbox]).hs-input:focus-visible,
.form--gray input:not([type=checkbox]).hs-input:active,
.form--gray input:not([type=checkbox]).hs-input:focus {
   border-color: #0E5D8A !important; 
   background: !important;
}





/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/* ------- 05. BUTTON COLOR MACROS -------------------------------- */
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */


/*

.form-btn--white .hs-submit input {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #0E5D8A;
}
.form-btn--white .hs-submit input:hover,
.form-btn--white .hs-submit input:focus {
  background-color:  #cdcdcd;
  border-color:  #cdcdcd;
}
.form-btn--white .hs-submit input:active {
  background-color:  #9b9b9b;
  border-color:  #9b9b9b;
}


.form-btn--primary .hs-submit input {
  background-color: #0E5D8A;
  border-color: #0E5D8A;
  color: #ffffff;
}
.form-btn--primary .hs-submit input:hover,
.form-btn--primary .hs-submit input:focus {
  background-color:  #002b58;
  border-color:  #002b58;
}
.form-btn--primary .hs-submit input:active {
  background-color:  #000026;
  border-color:  #000026;
}


.form-btn--secondary .hs-submit input {
  background-color: #c1d5e1;
  border-color: #c1d5e1;
  color: #000000;
}
.form-btn--secondary .hs-submit input:hover,
.form-btn--secondary .hs-submit input:focus {
  background-color:  #8fa3af;
  border-color:  #8fa3af;
}
.form-btn--secondary .hs-submit input:active {
  background-color:  #5d717d;
  border-color:  #5d717d;
}

*/

/*

.form-btn--white-reverse .hs-submit input {
  background-color: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
  background: transparent;
}
.form-btn--white-reverse .hs-submit input:hover,
.form-btn--white-reverse .hs-submit input:focus,
.form-btn--white-reverse .hs-submit input:active {
  background-color:  #ffffff;
  border-color:  #ffffff;
  color: #0E5D8A;
}


.form-btn--primary-reverse .hs-submit input {
  background-color: transparent;
  color: #0E5D8A;
  border: 2px solid #0E5D8A;
  background: transparent;
}
.form-btn--primary-reverse .hs-submit input:hover,
.form-btn--primary-reverse .hs-submit input:focus,
.form-btn--primary-reverse .hs-submit input:active {
  background-color:  #0E5D8A;
  border-color:  #0E5D8A;
  color: #ffffff;
}


.form-btn--bright-purple-reverse .hs-submit input {
  background-color: transparent;
  color: #0E5D8A;
  border: 2px solid #0E5D8A;
  background: transparent;
}
.form-btn--bright-purple-reverse .hs-submit input:hover,
.form-btn--bright-purple-reverse .hs-submit input:focus,
.form-btn--bright-purple-reverse .hs-submit input:active {
  background-color:  #0E5D8A;
  border-color:  #0E5D8A;
  color: #ffffff;
}


.form-btn--secondary-reverse .hs-submit input {
  background-color: transparent;
  color: #c1d5e1;
  border: 2px solid #c1d5e1;
  background: transparent;
}
.form-btn--secondary-reverse .hs-submit input:hover,
.form-btn--secondary-reverse .hs-submit input:focus,
.form-btn--secondary-reverse .hs-submit input:active {
  background-color:  #c1d5e1;
  border-color:  #c1d5e1;
  color: #ffffff;
}


.form-btn--yellow-reverse .hs-submit input {
  background-color: transparent;
  color: #c1d5e1;
  border: 2px solid #c1d5e1;
  background: transparent;
}
.form-btn--yellow-reverse .hs-submit input:hover,
.form-btn--yellow-reverse .hs-submit input:focus,
.form-btn--yellow-reverse .hs-submit input:active {
  background-color:  #c1d5e1;
  border-color:  #c1d5e1;
  color: #ffffff;
}

*/

/* Checkbox */
.form form input[type=checkbox]:focus-within,
.form form input[type=checkbox]:focus,
.form form input[type=checkbox] {
  -webkit-appearance: none!important;
  cursor: pointer!important;
  width: 100%!important;
  max-width: 20px!important;
  height: 20px!important;
  padding: 0!important;
  margin: 0px 10px 3px 0px!important;
  line-height: normal!important;
  border: 1px solid rgba(0, 0, 0,.2)!important;
  background-color: transparent!important;
  border-radius: 3px!important;
  outline: 1px solid transparent!important;
  position: relative!important;
}

.form form input[type=checkbox]:checked  {
  background-color: #0E5D8A!important;
  border-color: #0E5D8A!important;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path d="M438.6 105.4c12.5 12.5 12.5 32.8 0 45.3l-256 256c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L160 338.7 393.4 105.4c12.5-12.5 32.8-12.5 45.3 0z"/></svg>')!important;
  background-size: 88%!important;
  background-repeat: no-repeat!important;
  background-position: center!important;
}
figure {
    margin: 0;
}

img {
    max-width: 100%;
    height: auto;
}
.has-shadow img,
img.has-shadow {
    box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.08);
}
iframe {
    max-width: 100%;
}

.image--max {
    width: 100%;
    height: 100%;
}

.image--max img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
img.rounded {
    border-radius: 5px;
}

.radius-standard img {
    border-radius: 5px;
    overflow: hidden;
}

.radius-hero img {
    border-radius: 150px 0 0 0;
    overflow: hidden;
}

.flex-row-reverse .radius-hero img {
    border-radius: 0 150px 0 0 ;
    overflow: hidden;
}

.book-cover img {
    filter: drop-shadow(6px 6px #0f2f38);
    border-radius: .5rem;
}
table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}
/* 
TABLE OF CONTENTS
  01. BASE STYLES
  02. HEADING STYLES
  03. LIST STYLES
  04. BLOCKQUOTES
  05. OTHER
  06. EYEBROW MACRO
*/


/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/* ------- 01. BASE STYLES ------------------------------------- */
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  font-size: 16px;
  height: 100%;
}

body {
  font-family: IBM Plex Sans, sans-serif;
  font-size: 1.25rem;
  color: #000000;
  line-height: 1.5;
  font-weight: 300;
  text-wrap: pretty;
}

.body-wrapper {
  flex-direction: column;
  min-height: 100vh;
  margin: 0;
  display: flex;
}

#main-content {
  flex: 1;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  /* font-size: 1.25rem; */
  font-size: 20px;
  font-family: IBM Plex Sans;
  line-height: 1.5em;
  font-weight: 400;
  font-weight: 300;
}

.fontIncrease p {
  font-size: 18px;
}

.font-weight--400 p {
  font-weight: 400;
}

p:last-of-type {
  margin-bottom: 0;
}
.u-txt--default-p p {
  font-size: 1.125rem;
}
.u-txt--large p,
.u-txt--large-p p {
  font-size: 1.25rem;
}
.u-txt--small-p p {
  font-size: 1rem;
}
/* Anchor Links */
a {
  color: #881F22;
  /* stroke: #881F22; */
  text-decoration: underline;
  font-weight: 300;
  transition: .4s ease;
}

a:hover, a:focus {
  fill: #881F22;
  color:  #881F22;
  text-decoration: underline;
}

cite {
  font-style: normal;
  color: #0E5D8A;
}

hr {
  color: #0E5D8A;
  background-color: #0E5D8A;
  height: 1px;
  border: none;
  margin: 2rem 0;
}

figcaption {
  font-size: 1.25rem;
  /* text-align: center; */
  font-weight: 700;
  /* margin-top: 1rem; */

}

sup,
sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

:focus-visible {
  outline: auto;
  outline-color: #c1d5e1;
  outline-width: thin;
  /* outline-width: 1px;
  outline-style: double; */
}



/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/* ------- 02. HEADING STYLES ------------------------------------- */
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 1;
  /* font-weight: ; */
  font-family: IBM Plex Sans, sans-serif;
  /* color: ; */
  word-break: break-word;
  color: #000000;
}

h1+*,
h2+*,
h3+*,
h4+*,
h5+*,
h6+* {
  margin-top: .5rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  width: 100%;
}

h1,
.-h1 {
  font-size: 2.625rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.1;
  /* text-transform: uppercase; */
}
@media screen and (max-width: 1300px) {
  h1,
  .-h1 {
    font-size: 2.875rem;
  }
}


h2,
.-h2 {
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
}
.u-txt--large h2 {
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
h2 + p {
  margin-top: 1.25rem;
}

.underline-h2 h2 {
  display: inline-block;
  border-bottom: 5px solid;
  padding-bottom: 15px;
  width: auto;
}

h3,
.-h3 {
  font-size: 1.625rem;
  font-family: IBM Plex Sans;
  font-style: normal;
  font-weight: 500;
  line-height: 1.3;
}
.u-txt--large h3 {
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 992px) {
  h3,
  .-h3 {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 767px) {
  h3,
  .-h3 {
    font-size: 1.25rem;
  }
}
h4,
.-h4 {
  font-size: 1.125rem;
  font-style: normal;
  font-family: IBM Plex Sans;
  font-weight: 500;
  line-height: 1.5;
  text-transform: uppercase;
}

h5,
.-h5 {
  font-size: 1.0rem;
  font-style: normal;
  font-family: IBM Plex Sans;
  font-weight: 700;
  line-height: 1.5;
}

h6,
.-h6 {
  font-size: 0.875rem;
  font-style: normal;
  font-family: IBM Plex Sans;
  font-weight: 300;
  line-height: 1;
  /* letter-spacing: 1.5px; */
  text-transform: uppercase;
  margin-bottom: .75rem;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/* ------- 03. LIST STYLES ---------------------------------------- */
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
ul,
ol {
  margin-top: 0rem;
  margin-bottom: 1.5rem;
}

ul > ul,
ol > ol {
  padding-left: 20px;
}

ul li,
ol li {
  line-height: 1.25rem;
  font-size: 20px;
  /* padding-bottom: .5rem; */
}

.u-txt--large-p ul li {
  font-size: 1.25rem;
}
.u-txt--small-p ul li {
  font-size: 20px;
}

ul li:last-of-type,
ol li:last-of-type {
  padding-bottom: 0rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
}

ol li::marker {
  color: ;
  font-weight: 700;
}
/* UNORDERED/BULLET LISTS */
.blog-post ul,
.post_related_items ul,
.dnd-section ul {
 padding: 0;
 margin: 1rem 2rem;
}
.blog-post ul li,
.post_related_items ul li,
.dnd-section ul li {
  /* font-size: 18px; */
  margin-bottom: 8px;
}
.blog-post ul li:last-of-type,
.post_related_items ul li:last-of-type,
.dnd-section ul li:last-of-type {
  margin-bottom: 0px;
}
.blog-post ul li::marker,
.dnd-section ul li::marker {
  color: #0E5D8A;
}

/* ORDERED/NUMBERED LISTS */
.dnd-section ol {
  padding-left: 18px;
}

.dnd-section ol li {
  margin-bottom: .5rem;
  line-height: 1.8;
  font-size: 1rem;  
}

.dnd-section hr {
  border-bottom-width: 1px !important;
  border-bottom-color: rgba(255,255,255,.15) !important;
  border-bottom-style: solid !important;
  background-color: transparent !important;
  margin: 40px 0 !important;
  width: 100% !important;
}

/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/* ------- 04. BLOCKQUOTES ---------------------------------------- */
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
blockquote:not(.blockquote--testimonial) {
  position: relative;
  margin: 1.43rem 0;
  border-left: 3px solid rgba(0,0,0,.1);
  font-weight: 400;
  font-size: 1.25rem;
  font-style: italic;
  line-height: 1.5;
  padding: .25rem 0 .25rem 1.5rem;
}

blockquote:not(.blockquote--testimonial),
blockquote:not(.blockquote--testimonial) p {
  font-size: 1.25rem;
  font-weight: 400;
  font-family: IBM Plex Sans, sans-serif;
  font-style: italic;
}
blockquote:not(.blockquote--testimonial) p:last-of-type {
  margin-bottom: 0rem;
}
blockquote:not(.blockquote--testimonial) cite {
  font-size: 1rem;
}
blockquote:not(.blockquote--testimonial) footer {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  color: #ECEFF6;
  letter-spacing: 1.5px;
  font-style: normal;
}



/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/* ------- 05. OTHER ---------------------------------------------- */
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
.u-text--small,
.u-text--small p {
  font-size: .875rem;
}
.cta--footer h2 + p {
  font-size: 1.25rem;
}


@media screen and (max-width: 1024px) {
  h1 {
    font-size: 2.5rem;
    line-height: 120%;
  }
  h2,
  .u-txt--large h2,
  .u-txt--large h3 {
    font-size: 2.15rem;
  }
}
@media (max-width: 767px) {
  .cta--footer h2 + p {
    font-size: 1.05rem;
  }
}
@media screen and (max-width: 500px) {
  h1 {
    font-size: 2.5rem;
  }
  h2,
  .u-txt--large h2,
  .u-txt--large h3 {
    font-size: 2rem;
  }
  h2 + h3 {
    font-size: 1.25rem;
  }
}
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/* ------- 05. EYEBROW COLOR -------------------------------------- */
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
h6.eyebrow-text {
  width: fit-content;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
}



  .u-eyebrow--base {
    color: #ffffff !important;
  }


  .u-eyebrow--black {
    color: #ffffff !important;
  }


  .u-eyebrow--white {
    color: #000000 !important;
  }


  .u-eyebrow--offwhite {
    color: #000000 !important;
  }



  .u-eyebrow--primary-dark {
    color: #ffffff !important;
  }


  .u-eyebrow--primary {
    color: #000000 !important;
  }


  .u-eyebrow--blue {
    color: #000000 !important;
  }


  .u-eyebrow--secondary {
    color: #000000 !important;
  }


  .u-eyebrow--teal {
    color: #000000 !important;
  }


  .u-eyebrow--tertiary {
    color: #000000 !important;
  }


  .u-eyebrow--purple {
    color: #000000 !important;
  }


  .u-eyebrow--color-four {
    color: #000000 !important;
  }


  .u-eyebrow--yellow {
    color: #000000 !important;
  }


  .u-eyebrow--color-five {
    color: #000000 !important;
  }


  .u-eyebrow--red {
    color: #000000 !important;
  }


.blog--header .container-fluid,
.blog--header-listing .container-fluid {
  padding: 0px;
}
.blog--header h1,
.header-container-wrapper--blog h1 {
  font-size: 2.1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.33;
  text-transform: none;
}
@media screen and (max-width: 992px) { 
  .blog--header h1 {
    font-size: clamp(2.5rem,2.5vw + 2rem,3.5rem);
  }
}
img[src*="missing-image"] {
  display: none;
}
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/* ------- 02. BLOG -- BANNER ------------------------------------- */
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
.section--blog-banner .banner--image {
  position: relative; 
}
.section--blog-banner .banner--image img {
  aspect-ratio: 1.79 / 1;
  overflow: hidden;
  object-fit: cover;
  border-radius: 5px;
  position: relative;
  width: 100%;
}
.section--blog-banner .bb--desc p {
  font-style: normal;
  font-weight: 300;
  font-size: 1rem;
  line-height: 150%;
}

.blog-banner--content a:has(h6) {
  text-decoration-color: #fff4 !important;
}
.blog-banner--content a h6 {
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: .05ch;
  font-size: 1.25rem;
}
.blog-banner--content h1 {
  margin: 1rem 0;
  font-size: 3.5rem;
  font-weight: 500;
}
.blog-banner--content .author-date {
  font-size: 1rem;
  font-weight: 500;
}
.blog-banner--content .author-date .divider {
  height: 20px;
  width: 1px;
  background-color: #881F22;
  opacity: .6;
}
.section--blog-banner .blog--categories a.blog-tag--link:hover {
  text-decoration: underline;
  box-shadow: 0 0 1em -.3em #ffffff;
  opacity: 1;
}
.section--blog-banner .contact--info .contact-display,
.section--blog-banner .contact--info .email-display,
.section--blog-banner .contact--info .phone-display,
.section--blog-banner .contact--info .contact-display a,
.section--blog-banner .contact--info .email-display a,
.section--blog-banner .contact--info .phone-display a {
  color: #fff;
  font-weight: 400;
}
.section--blog-banner .contact--info .contact-display a,
.section--blog-banner .contact--info .email-display a,
.section--blog-banner .contact--info .phone-display a {
  text-decoration: none;
}
.section--blog-banner .contact--info .contact-display strong,
.section--blog-banner .contact--info .email-display strong,
.section--blog-banner .contact--info .phone-display strong {

}
.section--blog-banner .sharing-container .share-item:not(:last-of-type) {
  margin-right: 1rem;
}

.section--blog-banner .post--sharing .sharing-container {
  margin: 0;
}
.section--blog-banner .post--sharing a {
  margin: 0px;
}
.section--blog-banner .sharing-container .share-item a {
  stroke: none;
  opacity: 1;
  transition: .4s ease;
}

.section--blog-banner .sharing-container .share-item a svg {
  display: block;
}

.section--blog-banner .sharing-container .share-item a:hover,
.section--blog-banner .sharing-container .share-item a:focus,
.section--blog-banner .sharing-container .share-item a:active {
  opacity: .7;
  transition: .4s ease;
}


/* FILTERS */
.bl--container .bl-mix--filters ul {
  list-style: none;
}
.bl--container .bl-mix--filters ul li button {
  padding: .5rem 1.125rem;
  border-radius: 2px;
  border: 1px solid rgba(255,255,255,.2);
  background: rgba(255,255,255,.05);
  color: #ffffff;
  font-weight: 700;
  font-size: 1rem;
  line-height: 175%;
}
.bl--container .bl-mix--filters ul li button.mixitup-control-active {
  background-color: #ffffff;
  color: ;
}

/* SIDEBAR */



/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/* ------- 03. OLD ITEMS ------------------------------------------ */
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
.blog-post .container:has(.feature) {
  padding: 2rem 0;
  margin: 1rem 0 2rem 0;
}
.blog-post .feature {
  display: flex;
  border-radius: .5rem;
  position: relative;
  overflow: hidden;
}
.blog-post .feature .feature-text {
  padding: 2.5rem;
  color: #ffffff;
  position: relative;
}
.blog-post .feature .feature-rings {
  position: absolute;
  top: -116px;
  right: -116px;
}
.blog-post .feature p.supertitle {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1rem;
}
.blog-post .feature h2 {
  color: #ffffff;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.2;
}
.blog-post .feature p.content {
  font-weight: 400;
  font-size: 1rem;
  margin-bottom: 1rem;
}
.blog-post .feature a.button {
  padding: .4375rem .9375rem;
  color: #000;
  mix-blend-mode: lighten;
  background-color: #fff;
  margin-top: .5em;
  font-weight: 700;
  display: inline-block;
  border-radius: 10px;
  text-decoration: none;
}
.blog-post .feature .feature-illustration {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  z-index: 1;
}
.blog-post .feature .feature-illustration img {
  max-width: unset;
  min-height: 100%;
  min-width: 100%;
  object-fit: cover;
}
.blog-post .bio-container {
  display: flex;
}
.blog-post .bio-container .bio-left {
  flex-direction: column;
  flex-basis: auto;
  gap: 1.5rem;
  margin-top: .4rem;
  display: flex;
  position: relative;
  margin-right: 2rem;
}
.blog-post .bio-container .bio-left img {
  border-radius: .5rem;
  min-width: 5rem;
  min-height: 5rem;
}
.blog-post .bio-container .bio-left::after {
  content: "";
  background-color: #ccc;
  width: 1px;
  height: 100%;
  position: relative;
  top: 0;
  left: 100%;
  transform: translate(-50%);
}
.blog-post .bio-container .bio-right {
  flex-grow: 1;
}
.blog-post .bio-container .bio-right p {
  font-style: italic;
  font-size: 1rem;
}


.blog-referenceaside {
  background: #dceef8;
  border: 1px solid #0072c380;
  border-radius: .25em;
  margin: 0 -1em 2em;
}

.blog-referenceaside a {
  gap: .75em;
  padding: 1em;
  display: flex;
  font-size: 16px;
}

.blog-post__body :link:where(:not(:hover,:focus,:active)) {
  text-decoration-color: #0072c344 !important;
  color: #0072c3 !important;
}

.blog-referenceaside .bi {
  flex-shrink: 0;
  fill: currentColor;
  position: relative;
  top: 5px;
}

.blog-referenceaside strong {
  font-weight: 500;
}

@media screen and (min-width: 992px) {
  .blog-post .feature {
    flex-direction: row;
  }
  .blog-post .feature .feature-text,
  .blog-post .feature .feature-illustration {
    flex-grow: 1;
  }
}
@media screen and (max-width: 991px) {
  .blog-post .feature {
    flex-direction: column;
  }
}

/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/* ------- 04. NEWS -- BANNER ------------------------------------- */
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
.news--banner .nb--sep .nb--div {
  height: 1px;
  width: 100%;
  background-color: ;
  flex-grow: 1;
}
.news--banner .nb--icon {
  margin: 0 1rem;
}
.news--banner h1 {
  line-height: calc(1em + .5rem) !important;
}
.news--post p {
  font-size: 1rem;
}
.news--post a {
  color: ;
}

.blogindex-taglist {
  flex-flow: wrap;
  justify-content: center;
  gap: .6em;
  margin: 1rem auto 0 auto!important;
  padding: 1.5rem clamp(0rem, 3.57143vw - 2rem, 2rem)!important;
  list-style: none;
  display: flex;
}

.blogindex-taglist.post-level {
  justify-content: start;
  padding: 0!important;
}

.blogindex-taglist li {
  line-height: 24px!important;
  margin: 0!important;
}

.blogindex-taglist ::marker {
  display: none!important;
  content: ''!important;
}

.badge {
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: .05ch;
  border-radius: calc(.625em + .25rem);
  padding: .125em .75em;
  display: inline-block;
  font-weight: 500!important;
}

.badge:not(:where(:hover,:focus-visible,:active)) {
  text-decoration: none!important;
}

.blogindex-taglist .badge:not(:where(:hover,:focus-visible,:active)) {
  opacity: .8;
}

.badge:any-link:where(:hover,:focus-visible,:active) {
  box-shadow: 0 0 1em -.3em var(--badge-bg);
}

.blog-col {
  border-bottom: 1px solid #E1DACB;
}

.blog-item {
  padding: 4rem 20px;
}

.blog-item__title {
  font-weight: 400;
}

.blog-item__date {
  font-size: 13px;
}


.blog-item__cta {
  margin-top: 3rem;
}

.blog-item__cta a {
  font-weight: 700;
}

#mix--blog {
  position: relative;
}

#mix--blog:after {
  content: '';
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
}


@media (min-width: 992px) {
  .blog-col.lg-second {
    border-left: 1px solid #E1DACB;
    border-right: 1px solid #E1DACB;
  }

  .blog-item {
    padding: 4rem;
  }

  .blog-col.lg-first .blog-item {
    padding-left: 0;
  }
  
  .blog-col.lg-third .blog-item {
    padding-right: 0;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .blog-col.md-first {
    border-right: 1px solid #e1dacb;
  }


  .blog-item {
    padding: 4rem;
  }

  .blog-col.md-first .blog-item {
    padding-left: 0;
  }
  
  .blog-col.md-second .blog-item {
    padding-right: 0;
  }
}

@media (max-width: 767px) {

}

/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/* ------- 05. PAGINATION ----------------------------------------- */
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
.blog-pagination ul.pagination--container {
  display: flex;
  align-items: center;
  justify-content:center;
  list-style: none;
}
.blog-pagination ul.pagination--container li {
  list-style: none;
  padding: 0px;
  margin: 0 10px;
}
.blog-pagination ul.pagination--container li a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.50)!important;
}

.blog-pagination ul.pagination--container li a:hover,
.blog-pagination ul.pagination--container li.active a {
  color: #000!important;
}

.blog-pagination ul.pagination--container li a svg {
  height: auto;
  width: 15px;
}

.blog-pagination ul.pagination--container li.pagination--arrow a {
  background-color: #881F22;
  border-radius: 5px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.blog-pagination ul.pagination--container li.pagination--arrow.disabled a {
  opacity: .4;
  cursor: default;
}


.blog-post__body .hs_cos_wrapper_widget {
  border-radius: 10px;
  margin-bottom: 50px;
  overflow: hidden;
}

.tag-bubble {
	font-family: IBM Plex Sans;
	font-weight: 700;
	font-size: 12px;
	text-transform: uppercase;
	color: #fff!important;
	padding: 5px 20px;
	border-radius: 50px;
	border: none;
	background-color: rgba(90, 183, 255, 0.20);
}

.section--breadcrumb {
  border-bottom: 1px solid rgba(255,255,255,.1);
  padding: 13px 0;
}

.resource-breadcrumb a {
  text-decoration: none;
}

.resource-breadcrumb a:hover,
.resource-breadcrumb a:hover h6 {
  color: #881F22!important;
}


.author-display h6,
.date-display h6 {
  color: #881F22!important;
}


/***** Blog Blockquote ******/
section.blog-blockquote-wrapper {
  margin: 2rem 0 1rem;
}

.blog-blockquote {
  padding: 40px;
  border-radius: 40px;
}

.blog-blockquote__quote,
.blog-blockquote__quote p {
  font-size: 24px;
  font-weight: 400;
}

.blog-blockquote__name {
  font-size: 20px;
  font-weight: 400;
  margin-top: 40px;
}

.blog-blockquote__position {
  font-family: IBM Plex Sans;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  color: #881F22;
}
.section--header .header--corners {
    position: relative;
    padding: 2.5rem;
}
.section--header .header--corners p:last-of-type {
    margin-bottom: 0;
}
.section--header .header--corners:before {
    display: block;
    content:'';
    height: 120px;
    width: 120px;
    position: absolute;
    top: 0;
    left: 0;
    border-top: 1px solid rgba(0, 0, 0, .1);
    border-left: 1px solid rgba(0, 0, 0, .1);
}
.section--header .header--corners:after {
    display: block;
    content:'';
    height: 120px;
    width: 120px;
    position: absolute;
    bottom: 0;
    right: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    border-right: 1px solid rgba(0, 0, 0, .1);
}
@media screen and (max-width: 992px) {
    .section--header .header--corners {
        padding: 2rem;
    }
    .section--header .header--corners:before {
        top: 10px;
        left: 10px;
    }
    .section--header .header--corners:after {
        bottom: 10px;
        right: 10px;
    }
}

.section:has(.section--video-bg) {
    overflow: hidden;
}
.section--video-bg video {
    width: 100%;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}

.has-inner-container {
    margin-left: 0!important;
    margin-right: 0!important;
}

.has-inner-container {
    padding-top: 80px;
    padding-bottom: 80px;
}

/* 
TABLE OF CONTENTS
  00. REUSABLE SECTIONS
    00a. SHARE (HORIZONTAL & VERTICAL)
  01. ACCORDIONS
  02. QUOTES
  03. 2 COL TABS
  04. TABS
  05. CALLOUT // SPOTLIGHT
  06. ONE COLUMN
  06. BREADCRUMBS
*/


/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/* ------- 00. REUSEABLE SECTIONS --------------------------------- */
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */


/* ---------------------------------------------------------------- */
/* ------- 00a. SHARE --------------------------------------------- */
/* ---------------------------------------------------------------- */

/* HORIZONTAL */
.share--horiz {
  width: fit-content;
}

/* VERTICAL  */

/* BOTH */
.share--horiz .share--label,
.share--vert .share--label {
  opacity: .5;
  font-weight: 400;
}
.share--horiz a,
.share--vert a {
  display: flex;
}

/*

[class*="u-bg--"] .u-bg--transparent [class*="share--"] a svg,
.u-bg--transparent [class*="share--"] a svg  {
  fill: #0E5D8A;
  opacity: 1;
  transition: ease 300ms all;;
}
.u-bg--transparent [class*="share--"] a svg path {
  fill: #ffffff;
}
.u-bg--transparent [class*="share--"] a:hover svg {
  fill: #0E5D8A;
  opacity: .5;
  transition: ease 300ms all;;
}
.u-bg--transparent .share--horiz,
.u-bg--transparent .share--vert {
  border-color: rgba(0, 0, 0, .1);
}


[class*="u-bg--"] .u-bg--transparent-dark [class*="share--"] a svg,
.u-bg--transparent-dark [class*="share--"] a svg  {
  fill: #c1d5e1;
  opacity: 1;
  transition: ease 300ms all;;
}
.u-bg--transparent-dark [class*="share--"] a svg path {
  fill: #000000;
}
.u-bg--transparent-dark [class*="share--"] a:hover svg {
  fill: #c1d5e1;
  opacity: .5;
  transition: ease 300ms all;;
}
.u-bg--transparent-dark .share--horiz,
.u-bg--transparent-dark .share--vert {
  border-color: rgba(255, 255, 255, .25);
}


[class*="u-bg--"] .u-bg--white [class*="share--"] a svg,
.u-bg--white [class*="share--"] a svg  {
  fill: #0E5D8A;
  opacity: 1;
  transition: ease 300ms all;;
}
.u-bg--white [class*="share--"] a svg path {
  fill: #0E5D8A;
}
.u-bg--white [class*="share--"] a:hover svg {
  fill: #0E5D8A;
  opacity: .5;
  transition: ease 300ms all;;
}
.u-bg--white .share--horiz,
.u-bg--white .share--vert {
  border-color: rgba(0, 0, 0, .1);
}


[class*="u-bg--"] .u-bg--offwhite [class*="share--"] a svg,
.u-bg--offwhite [class*="share--"] a svg  {
  fill: #0E5D8A;
  opacity: 1;
  transition: ease 300ms all;;
}
.u-bg--offwhite [class*="share--"] a svg path {
  fill: #ffffff;
}
.u-bg--offwhite [class*="share--"] a:hover svg {
  fill: #0E5D8A;
  opacity: .5;
  transition: ease 300ms all;;
}
.u-bg--offwhite .share--horiz,
.u-bg--offwhite .share--vert {
  border-color: rgba(0, 0, 0, .15);
}


[class*="u-bg--"] .u-bg--black [class*="share--"] a svg,
.u-bg--black [class*="share--"] a svg  {
  fill: #c1d5e1;
  opacity: 1;
  transition: ease 300ms all;;
}
.u-bg--black [class*="share--"] a svg path {
  fill: #000000;
}
.u-bg--black [class*="share--"] a:hover svg {
  fill: #c1d5e1;
  opacity: .5;
  transition: ease 300ms all;;
}
.u-bg--black .share--horiz,
.u-bg--black .share--vert {
  border-color: rgba(255, 255, 255, .25);
}


[class*="u-bg--"] .u-bg--dark-80 [class*="share--"] a svg,
.u-bg--dark-80 [class*="share--"] a svg  {
  fill: #c1d5e1;
  opacity: 1;
  transition: ease 300ms all;;
}
.u-bg--dark-80 [class*="share--"] a svg path {
  fill: #000000;
}
.u-bg--dark-80 [class*="share--"] a:hover svg {
  fill: #c1d5e1;
  opacity: .5;
  transition: ease 300ms all;;
}
.u-bg--dark-80 .share--horiz,
.u-bg--dark-80 .share--vert {
  border-color: rgba(255, 255, 255, .25);
}


[class*="u-bg--"] .u-bg--primary [class*="share--"] a svg,
.u-bg--primary [class*="share--"] a svg  {
  fill: #c1d5e1;
  opacity: 1;
  transition: ease 300ms all;;
}
.u-bg--primary [class*="share--"] a svg path {
  fill: #000000;
}
.u-bg--primary [class*="share--"] a:hover svg {
  fill: #c1d5e1;
  opacity: .5;
  transition: ease 300ms all;;
}
.u-bg--primary .share--horiz,
.u-bg--primary .share--vert {
  border-color: rgba(255, 255, 255, .25);
}


[class*="u-bg--"] .u-bg--primary-10 [class*="share--"] a svg,
.u-bg--primary-10 [class*="share--"] a svg  {
  fill: #0E5D8A;
  opacity: 1;
  transition: ease 300ms all;;
}
.u-bg--primary-10 [class*="share--"] a svg path {
  fill: #ffffff;
}
.u-bg--primary-10 [class*="share--"] a:hover svg {
  fill: #0E5D8A;
  opacity: .5;
  transition: ease 300ms all;;
}
.u-bg--primary-10 .share--horiz,
.u-bg--primary-10 .share--vert {
  border-color: rgba(0, 0, 0, .25);
}


[class*="u-bg--"] .u-bg--secondary [class*="share--"] a svg,
.u-bg--secondary [class*="share--"] a svg  {
  fill: #0E5D8A;
  opacity: 1;
  transition: ease 300ms all;;
}
.u-bg--secondary [class*="share--"] a svg path {
  fill: #ffffff;
}
.u-bg--secondary [class*="share--"] a:hover svg {
  fill: #0E5D8A;
  opacity: .5;
  transition: ease 300ms all;;
}
.u-bg--secondary .share--horiz,
.u-bg--secondary .share--vert {
  border-color: rgba(0, 0, 0, .25);
}


[class*="u-bg--"] .u-bg--tertiary [class*="share--"] a svg,
.u-bg--tertiary [class*="share--"] a svg  {
  fill: #000000;
  opacity: 1;
  transition: ease 300ms all;;
}
.u-bg--tertiary [class*="share--"] a svg path {
  fill: #ffffff;
}
.u-bg--tertiary [class*="share--"] a:hover svg {
  fill: #000000;
  opacity: .5;
  transition: ease 300ms all;;
}
.u-bg--tertiary .share--horiz,
.u-bg--tertiary .share--vert {
  border-color: rgba(0, 0, 0, .25);
}


[class*="u-bg--"] .u-bg--tertiary-20 [class*="share--"] a svg,
.u-bg--tertiary-20 [class*="share--"] a svg  {
  fill: #000000;
  opacity: 1;
  transition: ease 300ms all;;
}
.u-bg--tertiary-20 [class*="share--"] a svg path {
  fill: #ffffff;
}
.u-bg--tertiary-20 [class*="share--"] a:hover svg {
  fill: #000000;
  opacity: .5;
  transition: ease 300ms all;;
}
.u-bg--tertiary-20 .share--horiz,
.u-bg--tertiary-20 .share--vert {
  border-color: rgba(0, 0, 0, .25);
}

*/
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/* ------- 01. ACCORDIONS ----------------------------------------- */
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
a.accordion-toggle,
a.accordion-toggle:hover {
  text-decoration: none;
}

.accordion-body,
.accordion-icon .acc-neg {
  display: none;
}
.accordion-body,
.accordion-body .accordion-copy,
.accordion-body p {
  font-size: 1rem;
  font-weight: 400;
}

.accordion-item .accordion-body {
  animation: accordion_hide .25s ease;
}
.accordion-item.open .accordion-body  {
  display: block;
  animation: accordion_appear .25s ease;
}


.accordion-item.open .accordion-icon .acc-neg {
  display: block;
}
.accordion-item.open .accordion-icon .acc-plus {
  display: none;
}

a.accordion-toggle h4 {
  color: #0E5D8A!important;
  font-size: 18px;
}

.accordion-item.open a.accordion-toggle h4 {
  color: #0E5D8A!important;
}

/* @keyframes accordion_appear {
  from {transform: translate(0%,-10%);}
  to {transform: translate(0%,0%);}
}
@keyframes accordion_hide {
  from {transform: translate(0%,0%);}
  to {transform: translate(0%,-10%);}
} */



/* BORDER */
.accordion-item:not(:last-of-type) {
  border-bottom: 1px solid rgba(255,255,255,.15); 
}




  .accordion-content .accordion-item.u-bg--base  {
    color: #ffffff;
  }
  .accordion-content .accordion-item.u-bg--base .accordion-icon svg path {
    fill: #ffffff !important;
  }
  .accordion-item.u-bg--base .accordion-copy {
    border-color: rgba( 255, 255, 255, .2);
  }


  .accordion-content .accordion-item.u-bg--black  {
    color: #ffffff;
  }
  .accordion-content .accordion-item.u-bg--black .accordion-icon svg path {
    fill: #ffffff !important;
  }
  .accordion-item.u-bg--black .accordion-copy {
    border-color: rgba( 255, 255, 255, .2);
  }


  .accordion-content .accordion-item.u-bg--white  {
    color: #000000;
  }
  .accordion-content .accordion-item.u-bg--white .accordion-icon svg path {
    fill: #000000 !important;
  }
  .accordion-item.u-bg--white .accordion-copy {
    border-color: rgba( 0, 0, 0, .2);
  }


  .accordion-content .accordion-item.u-bg--offwhite  {
    color: #000000;
  }
  .accordion-content .accordion-item.u-bg--offwhite .accordion-icon svg path {
    fill: #000000 !important;
  }
  .accordion-item.u-bg--offwhite .accordion-copy {
    border-color: rgba( 0, 0, 0, .2);
  }



  .accordion-content .accordion-item.u-bg--primary  {
    color: #ffffff;
  }
  .accordion-content .accordion-item.u-bg--primary .accordion-icon svg path {
    fill: #ffffff !important;
  }
  .accordion-item.u-bg--primary .accordion-copy {
    border-color: rgba( 255, 255, 255, .2);
  }


  .accordion-content .accordion-item.u-bg--bright-purple  {
    color: #ffffff;
  }
  .accordion-content .accordion-item.u-bg--bright-purple .accordion-icon svg path {
    fill: #ffffff !important;
  }
  .accordion-item.u-bg--bright-purple .accordion-copy {
    border-color: rgba( 255, 255, 255, .2);
  }


  .accordion-content .accordion-item.u-bg--secondary  {
    color: #000000;
  }
  .accordion-content .accordion-item.u-bg--secondary .accordion-icon svg path {
    fill: #000000 !important;
  }
  .accordion-item.u-bg--secondary .accordion-copy {
    border-color: rgba( 0, 0, 0, .2);
  }


  .accordion-content .accordion-item.u-bg--yellow  {
    color: #000000;
  }
  .accordion-content .accordion-item.u-bg--yellow .accordion-icon svg path {
    fill: #000000 !important;
  }
  .accordion-item.u-bg--yellow .accordion-copy {
    border-color: rgba( 0, 0, 0, .2);
  }


  .accordion-content .accordion-item.u-bg--tertiary  {
    color: #000000;
  }
  .accordion-content .accordion-item.u-bg--tertiary .accordion-icon svg path {
    fill: #000000 !important;
  }
  .accordion-item.u-bg--tertiary .accordion-copy {
    border-color: rgba( 0, 0, 0, .2);
  }


  .accordion-content .accordion-item.u-bg--light-purple  {
    color: #000000;
  }
  .accordion-content .accordion-item.u-bg--light-purple .accordion-icon svg path {
    fill: #000000 !important;
  }
  .accordion-item.u-bg--light-purple .accordion-copy {
    border-color: rgba( 0, 0, 0, .2);
  }




  .accordion-content .accordion-item.u-bg--custom-dark  {
    color: #ffffff;
  }
  .accordion-content .accordion-item.u-bg--custom-dark .accordion-icon svg path {
    fill: #ffffff !important;
  }
  .accordion-item.u-bg--custom-dark .accordion-copy {
    border-color: rgba( 255, 255, 255, .2);
  }


  .accordion-content .accordion-item.u-bg--custom-light  {
    color: #000000;
  }
  .accordion-content .accordion-item.u-bg--custom-light .accordion-icon svg path {
    fill: #000000 !important;
  }
  .accordion-item.u-bg--custom-light .accordion-copy {
    border-color: rgba( 0, 0, 0, .2);
  }




    .acc--highlight-base .accordion-item.open .accordion-container {
        background-color: #000000 !important;
        color: #ffffff !important;
    }
    .acc--highlight-base .accordion-item.open h4 {
      color: #ffffff !important;
    }
    .acc--highlight-base .accordion-item.open .accordion-icon svg path,
    .acc--highlight-base .accordion-item.open .acc-svg svg path {
      stroke: #ffffff !important;
  }


    .acc--highlight-dark-purple .accordion-item.open .accordion-container {
        background-color: #000000 !important;
        color: #ffffff !important;
    }
    .acc--highlight-dark-purple .accordion-item.open h4 {
      color: #ffffff !important;
    }
    .acc--highlight-dark-purple .accordion-item.open .accordion-icon svg path,
    .acc--highlight-dark-purple .accordion-item.open .acc-svg svg path {
      stroke: #ffffff !important;
  }


    .acc--highlight-black .accordion-item.open .accordion-container {
        background-color: #000000 !important;
        color: #ffffff !important;
    }
    .acc--highlight-black .accordion-item.open h4 {
      color: #ffffff !important;
    }
    .acc--highlight-black .accordion-item.open .accordion-icon svg path,
    .acc--highlight-black .accordion-item.open .acc-svg svg path {
      stroke: #ffffff !important;
  }


    .acc--highlight-white .accordion-item.open .accordion-container {
        background-color: #ffffff !important;
        color: #000000 !important;
    }
    .acc--highlight-white .accordion-item.open h4 {
      color: #000000 !important;
    }
    .acc--highlight-white .accordion-item.open .accordion-icon svg path,
    .acc--highlight-white .accordion-item.open .acc-svg svg path {
      stroke: #000000 !important;
  }


    .acc--highlight-offwhite .accordion-item.open .accordion-container {
        background-color:  !important;
        color: #000000 !important;
    }
    .acc--highlight-offwhite .accordion-item.open h4 {
      color: #000000 !important;
    }
    .acc--highlight-offwhite .accordion-item.open .accordion-icon svg path,
    .acc--highlight-offwhite .accordion-item.open .acc-svg svg path {
      stroke: #000000 !important;
  }



    .acc--highlight-primary .accordion-item.open .accordion-container {
        background-color: #0E5D8A !important;
        color: #ffffff !important;
    }
    .acc--highlight-primary .accordion-item.open h4 {
      color: #ffffff !important;
    }
    .acc--highlight-primary .accordion-item.open .accordion-icon svg path,
    .acc--highlight-primary .accordion-item.open .acc-svg svg path {
      stroke: #ffffff !important;
  }


    .acc--highlight-bright-purple .accordion-item.open .accordion-container {
        background-color: #0E5D8A !important;
        color: #ffffff !important;
    }
    .acc--highlight-bright-purple .accordion-item.open h4 {
      color: #ffffff !important;
    }
    .acc--highlight-bright-purple .accordion-item.open .accordion-icon svg path,
    .acc--highlight-bright-purple .accordion-item.open .acc-svg svg path {
      stroke: #ffffff !important;
  }


    .acc--highlight-secondary .accordion-item.open .accordion-container {
        background-color: #c1d5e1 !important;
        color: #000000 !important;
    }
    .acc--highlight-secondary .accordion-item.open h4 {
      color: #000000 !important;
    }
    .acc--highlight-secondary .accordion-item.open .accordion-icon svg path,
    .acc--highlight-secondary .accordion-item.open .acc-svg svg path {
      stroke: #000000 !important;
  }


    .acc--highlight-yellow .accordion-item.open .accordion-container {
        background-color: #c1d5e1 !important;
        color: #000000 !important;
    }
    .acc--highlight-yellow .accordion-item.open h4 {
      color: #000000 !important;
    }
    .acc--highlight-yellow .accordion-item.open .accordion-icon svg path,
    .acc--highlight-yellow .accordion-item.open .acc-svg svg path {
      stroke: #000000 !important;
  }


    .acc--highlight-tertiary .accordion-item.open .accordion-container {
        background-color: #881F22 !important;
        color: #000000 !important;
    }
    .acc--highlight-tertiary .accordion-item.open h4 {
      color: #000000 !important;
    }
    .acc--highlight-tertiary .accordion-item.open .accordion-icon svg path,
    .acc--highlight-tertiary .accordion-item.open .acc-svg svg path {
      stroke: #000000 !important;
  }


    .acc--highlight-light-purple .accordion-item.open .accordion-container {
        background-color: #881F22 !important;
        color: #000000 !important;
    }
    .acc--highlight-light-purple .accordion-item.open h4 {
      color: #000000 !important;
    }
    .acc--highlight-light-purple .accordion-item.open .accordion-icon svg path,
    .acc--highlight-light-purple .accordion-item.open .acc-svg svg path {
      stroke: #000000 !important;
  }



/* CALLOUT ACC */
.callout--accordion .accordion-icon svg {
  width: 20px;
  height: auto;
  transform: rotate(0deg);
  transition: ease 300ms all;;
}
.callout--accordion .accordion-item.open svg {
  transform: rotate(180deg);
  transition: ease 300ms all;;
}
.callout--accordion .accordion-item.open .accordion-img svg {
  transform: none;
  transition: ease 300ms all;;
}
.callout--accordion .accordion-item h5 {
  font-size: 1.125rem;
  font-weight: 400;
}
.callout--accordion .accordion-item .accordion-body p {
  font-size: 1rem;
}



.co--acc-peacock {
  background-color: #0E5D8A;
  border: .125rem solid #0E5D8A;
  color: #ffffff;
  transition: ease 300ms all;;
  border-radius: 10px;
  overflow: hidden;
}
.co--acc-peacock:hover {
  border: .125rem solid ;
}
.co--acc-peacock .accordion-img svg {
  width: calc(1em + .5rem);
  height: calc(1em + .5rem);
}
.co--acc-peacock .accordion-img svg path {
  fill: ;
  transition: ease 300ms all;;
}
.co--acc-peacock .accordion-icon svg path {
  stroke: ;
}
.co--acc-peacock.open {
  background-color: ;
  border: .125rem solid ;
  transition: ease 300ms all;;
}
.co--acc-peacock.open .accordion-img svg path {
  fill: ;
  transition: ease 300ms all;;
}
.co--acc-peacock.open .accordion-body div {
  background-color: #0E5D8A;
}


.co--acc-white {
  background-color: #ffffff;
  border: .125rem solid #ffffff;
  color: #000000;
  transition: ease 300ms all;;
  border-radius: 10px;
  overflow: hidden;
}
.co--acc-white:hover {
  border: .125rem solid ;
}
.co--acc-white .accordion-img svg {
  width: calc(1em + .5rem);
  height: calc(1em + .5rem);
}
.co--acc-white .accordion-img svg path {
  fill: ;
  transition: ease 300ms all;;
}
.co--acc-white .accordion-icon svg path {
  stroke: ;
}
.co--acc-white.open {
  background-color: ;
  border: .125rem solid ;
  transition: ease 300ms all;;
}
.co--acc-white.open .accordion-img svg path {
  fill: ;
  transition: ease 300ms all;;
}
.co--acc-white.open .accordion-body div {
  background-color: #ffffff;
}


.co--acc-powder {
  background-color: ;
  border: .125rem solid ;
  color: #000000;
  transition: ease 300ms all;;
  border-radius: 10px;
  overflow: hidden;
}
.co--acc-powder:hover {
  border: .125rem solid ;
}
.co--acc-powder .accordion-img svg {
  width: calc(1em + .5rem);
  height: calc(1em + .5rem);
}
.co--acc-powder .accordion-img svg path {
  fill: ;
  transition: ease 300ms all;;
}
.co--acc-powder .accordion-icon svg path {
  stroke: ;
}
.co--acc-powder.open {
  background-color: ;
  border: .125rem solid ;
  transition: ease 300ms all;;
}
.co--acc-powder.open .accordion-img svg path {
  fill: ;
  transition: ease 300ms all;;
}
.co--acc-powder.open .accordion-body div {
  background-color: ;
}


.co--acc-stone {
  background-color: ;
  border: .125rem solid ;
  color: #000000;
  transition: ease 300ms all;;
  border-radius: 10px;
  overflow: hidden;
}
.co--acc-stone:hover {
  border: .125rem solid ;
}
.co--acc-stone .accordion-img svg {
  width: calc(1em + .5rem);
  height: calc(1em + .5rem);
}
.co--acc-stone .accordion-img svg path {
  fill: ;
  transition: ease 300ms all;;
}
.co--acc-stone .accordion-icon svg path {
  stroke: ;
}
.co--acc-stone.open {
  background-color: ;
  border: .125rem solid ;
  transition: ease 300ms all;;
}
.co--acc-stone.open .accordion-img svg path {
  fill: ;
  transition: ease 300ms all;;
}
.co--acc-stone.open .accordion-body div {
  background-color: ;
}




.co--acc-transparent {
  background-color: transparent;
  border: .125rem solid transparent;
  color: #000000;
  transition: ease 300ms all;;
  border-radius: 10px;
  overflow: hidden;
}
.co--acc-transparent:hover {
  border: .125rem solid ;
}
.co--acc-transparent .accordion-img svg {
  width: calc(1em + .5rem);
  height: calc(1em + .5rem);
}
.co--acc-transparent .accordion-img svg path {
  fill: ;
  transition: ease 300ms all;;
}
.co--acc-transparent .accordion-icon svg path {
  stroke: ;
}
.co--acc-transparent.open {
  background-color: ;
  border: .125rem solid ;
  transition: ease 300ms all;;
}
.co--acc-transparent.open .accordion-img svg path {
  fill: ;
  transition: ease 300ms all;;
}
.co--acc-transparent.open .accordion-body div {
  background-color: transparent;
}


.co--acc-transparent-dark {
  background-color: transparent;
  border: .125rem solid transparent;
  color: #ffffff;
  transition: ease 300ms all;;
  border-radius: 10px;
  overflow: hidden;
}
.co--acc-transparent-dark:hover {
  border: .125rem solid ;
}
.co--acc-transparent-dark .accordion-img svg {
  width: calc(1em + .5rem);
  height: calc(1em + .5rem);
}
.co--acc-transparent-dark .accordion-img svg path {
  fill: ;
  transition: ease 300ms all;;
}
.co--acc-transparent-dark .accordion-icon svg path {
  stroke: ;
}
.co--acc-transparent-dark.open {
  background-color: ;
  border: .125rem solid ;
  transition: ease 300ms all;;
}
.co--acc-transparent-dark.open .accordion-img svg path {
  fill: ;
  transition: ease 300ms all;;
}
.co--acc-transparent-dark.open .accordion-body div {
  background-color: transparent;
}


/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/* ------- 02. QUOTES --------------------------------------------- */
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
@media screen and (min-width: 767px) {
  .oc--quote:has(.oc--quote--img) .oc--quote-container {
    width: 75%;
  }
  .oc--quote .oc--quote--img {
    max-width: 20%;
    width: 20%;
  }
}
.oc--quote .oc--quote--img {
  display: flex;
  justify-content: space-between;
}
.oc--quote blockquote {
  margin: 0;
}
.oc--quote blockquote p {
  font-size: 1.25rem;
}
.oc--quote blockquote q::before,
.oc--quote blockquote q::after {
  display: none;
}
.oc--quote blockquote q:before {
  display: block;
  content: "“";
  color: #fa5b47;
  font-size: 10rem;
  line-height: 1;
  margin-bottom: 0;
  height: 80px;
}
.oc--quote figcaption.oc--cite {
  margin-top: 1rem;
  font-size: 1rem;
}
.oc--quote figcaption.oc--cite {
  display: flex;
  align-items: start;
  justify-content: start;
  opacity: .666;
}
.oc--quote figcaption.oc--cite::before {
  content:'—';
  display: block;
  margin-right: .5rem;
  font-weight: 400;
  font-size: 1rem;
  margin-top: -1px;
  /* float: left; */
}
.oc--quote figcaption.oc--cite p {
  margin-bottom: 0;
  font-size: 1rem;
}
.oc--quote figcaption.oc--cite p.oc--comp {
  opacity: .666;
}
@media screen and (max-width: 767px) {
  .oc--quote blockquote q:before {
    line-height: 1;
    /* margin-bottom: -4rem; */
  }
}
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/* ------- 03. 2 COL TABS ----------------------------------------- */
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/* TAB ITEM */

.tab-nav a {
  background-color: ;
  color: #000000 !important;
  text-decoration: none !important;
  border-radius: .5rem;
  font-weight: 400;
  font-size: 1.25rem;
  display: flex; 
  justify-content: space-between;
  align-items: center;
  padding: .625rem .875rem;
  margin-bottom: .75rem;
}
.tab-nav a:last-of-type {
  margin-bottom: 0;
}
.tab-nav a.tab-active {
  background: ;
}
.tab-nav a::after {
  content:url("https://49408364.fs1.hubspotusercontent-na1.net/hubfs/49408364/raw_assets/public/theme-dvclub/images/assets/arrow-right.svg");
  display: block;
  width: 1rem;
  margin-left: 1rem; 
}

.tab-nav .tab--title-content {
  width: 100%;
  display: flex;
}
.tab-nav .tab--title-content .tab--icon {
  display: flex;
  margin-right: .5rem;
}
.tab-nav .tab--title-content .tab--icon svg,
.tab-nav .tab--title-content .tab--icon img {
  width: 20px;
  height: 20px;
}
.tab-nav .tab--title-content .tab--icon svg {
  margin-top: 5px;
  fill: ;
}
.tab-nav .tab--title-content .tab--icon svg path {
  fill: ;
}

/* TAB CONTENT */
.tabs_container {
  height: 100%;
}
.tabs_container .tab_title-container {
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .tab-nav-parent:after {
    content: '';
    height: 100%;
    width: 1px;
    background-color: ;
    position: absolute;
    top: 0;
    right: -20px;
  }

  .tab--item {
    height: 100%;
    display: none;
  }

  @keyframes tab_appear {
    from {transform: translate(-5%,0%); opacity: .5;}
    to {transform: translate(0%,0%); opacity: 1}
  }
  
  .tab-content-active {
    display: block;
    animation: tab_appear .25s ease-in-out;
  }
}

.tabs_container .tab--content {
  height: 100%;
  
}
@media screen and (max-width: 767px) {
  .tabs_container {
    flex-direction: column;
  }
  .tabs_container .tab--content {
    padding: 1rem;
  }
  .tabs_container .cta-group {
    margin-top: 1rem !important;
  }
  .tabs_container .tab--title h3 {
    font-size: 1.25rem;
    margin: 0;
    padding: .75rem;
  }
}




/* FLEX ROW REVERSE */
.flex-row-reverse .tab-nav a {
  flex-direction: row-reverse;
}
.flex-row-reverse .tab-nav a::after {
  transform: rotate(180deg);
  margin-left: 0;
  margin-right: 1rem;
}
.flex-row-reverse  .tabs_container .tab--content {
  border-left: 0;
    border-right: 1px solid ;
}

/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/* ------- 04. TABS ----------------------------------------------- */
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/* TAB ITEM */

.tab-navigation {
  border-radius: .875rem;
}
.tab-navigation a {
  text-decoration: none !important;
  display: flex; 
  justify-content: space-between;
  align-items: center;
}
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/* ------- 05. TABS -- VERTICAL ----------------------------------- */
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
.section--tabs-vertical .tab-navigation a {
  border-radius: 0;
  border: 0px;
  padding: .25rem .5rem .25rem 0;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.38;
  opacity: .6;
  color: ;
  transition: ease 300ms all;;
  position: realtive;
  width: fit-content;
}
.section--tabs-vertical .tab-navigation a::after {
  display: block;
  content: '';
  height: 1px;
  width: 50px;
  margin-left: .5rem;
  background-color: #0E5D8A;
  opacity: 0;
  transition: ease 300ms all;;
}
.section--tabs-vertical .tab-navigation a.tab-active {
  color: #0E5D8A;
  opacity: 1;
  transition: ease 300ms all;;
}
.section--tabs-vertical .tab-navigation a.tab-active::after {
  opacity: 1;
  transition: ease 300ms all;;
}
.u-bg--primary.section--tabs-vertical .tab-navigation a::after,
.u-bg--bright-purple.section--tabs-vertical .tab-navigation a::after,
.u-bg--dark-purple.section--tabs-vertical .tab-navigation a::after,
.u-bg--black.section--tabs-vertical .tab-navigation a::after,
.u-bg--transparent-dark.section--tabs-vertical .tab-navigation a::after,
.u-bg--dark-80.section--tabs-vertical .tab-navigation a::after {
  background-color: #c1d5e1;
}
.u-bg--primary.section--tabs-vertical .tab-navigation a.tab-active,
.u-bg--bright-purple.section--tabs-vertical .tab-navigation a.tab-active,
.u-bg--dark-purple.section--tabs-vertical .tab-navigation a.tab-active,
.u-bg--black.section--tabs-vertical .tab-navigation a.tab-active,
.u-bg--transparent-dark.section--tabs-vertical .tab-navigation a.tab-active,
.u-bg--dark-80.section--tabs-vertical .tab-navigation a.tab-active {
  color: #c1d5e1;
}

/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/* ------- 05. CALLOUT -- SPOTLIGHT  ------------------------------ */
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */

.callout--spotlight .co--spotlight-title {
  border-radius: 10px 10px 0px 0px;
}
.callout--spotlight .co--spotlight-title h2 {
  font-weight: 400;
  margin-bottom: 0;
  font-size: 1.5rem;
}
.callout--spotlight .co--spotlight-title h2 strong {
  font-weight: 700;
}
.callout--spotlight .co--spotlight-copy {
  border-radius: 0 0px 10px 10px;
}
.callout--spotlight .co--spotlight-copy p {
  font-size: 1rem;
}
.callout--spotlight .u-bg--stone .btn.btn--ocean-reverse {
  transition: none;
  font-weight: 400;
}
.callout--spotlight .u-bg--stone .btn.btn--ocean-reverse:hover {
  background-color: ;
  transition: none;
  font-weight: 400;
}


/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/* ------- 06. ONE COLUMN  ---------------------------------------- */
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
.one-column .oc--pills .pill--item {
  font-family: IBM Plex Sans, sans-serif;
  font-size: 0.9rem;
  font-style: normal;
  font-family: IBM Plex Sans;
  font-weight: 500;
  line-height: 1;
  padding: 1rem 2rem;
}

/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/* ------- 07. BREADCRUMBS  --------------------------------------- */
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */

.breadcrumb--item {
  text-align: center;
  opacity: .6;
  font-family: IBM Plex Sans, sans-serif;
  padding: .5rem 0;
}
.breadcrumb--item.breadcrumb--highlight {
  opacity: 1;
  font-weight: 800;
}
.breadcrumb--item a {
  color: inherit !important;
  text-decoration: none;
  font-weight: 400 !important;
}
.breadcrumb--item.breadcrumb--highlight a {
  font-weight: 800 !important;
}
.breadcrumb--sep {
  width: 10%;
  height: 1px;
  max-width: 100px;
  background-color: #000000;
}
.u-bg--black .breadcrumb--sep,
.u-bg--primary .breadcrumb--sep,
.u-bg--transparent-dark .breadcrumb--sep,
.u-bg--custom-dark .breadcrumb--sep,
.u-bg--gradient-dark .breadcrumb--sep {
  background-color: #ffffff;
}


/**** Stats Module ****/
.stats__item__number {
  font-size: 95px;
  font-weight: 500;
}

@media (min-width: 992px) {
  .stats__item:not(.stats__item--last) {
    border-right: 1px solid rgba(0,0,0,.1);
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .stats__item.si-odd {
    border-right: 1px solid rgba(0,0,0,.1);
  }
}

@media (max-width: 767px) {
  .stats__item__number {
    font-size: 65px;
  }
}

/**** Single Testimonial *****/
.bio-headshot {
  border-radius: 10px;
  overflow: hidden;
}

.bio-headshot img {
  display: block;
}

.bio-block {
  padding: 50px;
  max-width: 620px;
  border-radius: 10px;
}

.bio-block__quote {

}

.bio-block__attribution {
  margin: 25px 0px 0px;
}

.bio-block__attribution h4 {
  text-transform: uppercase;
  color: #fff!important;
}

.bio-block__attribution img {

}

/*** Location Map ***/
.map-col {
  position: relative;
}
.map-col img {
  width: 100%;
}

.location-dot {
  position: absolute;
  transform: scale(1);
}

.location-dot.active-dot {
	animation: dotPulse 2s;
  animation-iteration-count: 3;
}

@keyframes dotPulse {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(2.05);
	}

	100% {
		transform: scale(1);
	}
}

/***** Bio Module *****/
.dnd-section ul.breadcrumbs {
  list-style: none;
  display: flex;
  align-items: center;
  margin: 0;
}

.dnd-section ul.breadcrumbs li {
  margin: 0 8px 0 0;
}

.dnd-section ul.breadcrumbs li a {
  text-decoration: none;
}

.dnd-section ul.breadcrumbs li a:hover {
  text-decoration: underline;
}

.social-row {
  margin-left: -5px;
  margin-right: -5px;
  display: flex;
}

.social-row a {
  margin: 0 5px;
}

.bio--left blockquote {
  color: #0E5D8A;
  border-color: #0E5D8A!important;
  font-style: normal;
  font-size: 18px;
}

.bio--right img {
  border-radius: 10px;
  overflow: hidden;
}

/****** Benefits ********/
.card--benefit .card--icon {
  width: 100%;
  max-width: 50px;
}

.benefit-title {
  font-family: "Px Grotesk Mono";
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  text-transform: uppercase;
  color: #0E5D8A;
}


/*** Comparison Table ***/
.feature-header {
  font-family: "Px Grotesk Mono";
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.col-cell {
  border-bottom: 1px solid;
  border-right: 1px solid;
  border-color: #a49e9e;
}

.col-cell:last-child {
  border-right: none;
}

.table--rows {

}

.col-body-cell {
  display: flex; 
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.col-body-cell img {
  display: block;
}

@media (min-width: 768px) {
  .col-body-cell {
    display: flex!important; 
  }
}

@media (max-width: 767px) {
  .col-body-cell {
    border-right: none;
  }

  .col-body-cell:not(.pricing-2) {
    display: none;
  }

  .table--container .dropdown-toggle svg {
    fill: none!important;
  }

  .table--container .dd-parent {
    position: relative;
  }

  .table--container .dropdown {
    top: calc(100% + 6px);
    z-index: 10000;
    border: none;
    border-radius: 5px;
    padding-top: 20px;
  }

  .table--container .dropdown .dd-option {
    margin: .5rem 0 1rem;
  }

}

/*** News Listing *****/
.card--news-col {
  margin-bottom: 40px;
}

.card--news {
  border-radius: 10px;
  background-color: rgba(255,255,255,.1);
  padding: 35px 40px;
  height: 100%;
}

.card--news__top {
  color: #E2DDDA;
}

.card--news__top h6 {
  font-family: "Px Grotesk Mono";
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  text-transform: uppercase;
}

.card--news__top h2 {
  font-family: "Px Grotesk";
  font-size: 25px;
  font-weight: 400;
  line-height: 1.12;
}

.card--news__bottom {
  font-family: "Px Grotesk";
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.card--news__bottom .card-cta {
  color: #D4FC68;
  font-family: "Px Grotesk";
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: underline;
}

/*** Footer Subscribe ****/
.footer-subscribe .form--transparent form {
  position: relative;
}

.footer-subscribe .form--transparent form label {
  display: none;
}

.footer-subscribe .form--transparent form input.hs-input,
.footer-subscribe .form--transparent form input.hs-input:focus-within,
.footer-subscribe .form--transparent form input.hs-input:focus-visible,
.footer-subscribe .form--transparent form input.hs-input:active,
.footer-subscribe .form--transparent form input.hs-input:focus {
  background-color: #fff!important;
  color: #000!important;
  border-radius: 20px;
  border: none;
  padding-right: 135px;
}

.footer-subscribe .form--transparent form input.hs-input::-webkit-input-placeholder,
.footer-subscribe .form--transparent form input.hs-input::placeholder {
  color: #000!important;
}


.footer-subscribe .form--transparent form .hs-submit {

}

.footer-subscribe .form--transparent form .hs-submit input[type="submit"] {
  position: absolute;
  right: 6px;
  top: 6px;
  border: 1px solid #000;
}

/*** Blog Banner ***/
.contact-row {
  text-transform: uppercase;
  
}

.contact-label {
  text-transform: uppercase;
  color: #0E5D8A;
}


/**** Lever Job Listing ****/
#lever-jobs-filter {
  gap: 1em;
}

.jobs--filters select,
.jobs--filters #lever-jobs-search {
  color: #ffffff;
  background: rgba(255, 255, 255, 0) !important;
  border-color: rgba(255, 255, 255, .2);
}

.jobs--filters #lever-jobs-search {
  padding: 16px;
  border-radius: 5px;
  width: 100%;
}

.jobs--filters #lever-jobs-search::placeholder,
.jobs--filters #lever-jobs-search::-webkit-input-placeholder {
  color: #fff;
}

.job--content {
  font-weight: inherit;
  position: relative;
}

.job--content > div {
  position: relative;
}

a.job--content:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 1;
  transition: .4s ease;
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, .2);
}

a.job--content:hover:before {
  opacity: 0;
}

/****** Background Grid *******/

.section-half {
  position: absolute;
  height: 50%;
  width: 100%;
  bottom: 0;
  left: 0;
}

.section-grid {
  opacity: .05
}

.grid-line {
  position: absolute;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #fff;
}


/**** Comp slider ****/
figure.comp-slider {
  width: 100%;
  position: relative;
  overflow: hidden;
  user-select: none;
  border-radius: 40px;
}
figure.comp-slider:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  opacity: 0;
  transition: all 0.2 ease;
  z-index: 1;
}
figure.comp-slider:hover:before {
  opacity: 0.4;
}
figure.comp-slider:active:before {
  opacity: 0;
}
figure.comp-slider .sliderButton {
  width: 100px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  cursor: grab;
  z-index: 1;
}
figure.comp-slider .sliderButton:before, figure.comp-slider .sliderButton:after {
  content: "";
  position: absolute;
  left: 50%;
  background: rgba(255, 255, 255, 0.30);
}
figure.comp-slider .sliderButton:before {
  width: 2px;
  height: 100%;
  top: 0;
  transform: translateX(-50%);
}
figure.comp-slider .sliderButton:after {
  width: 40px;
  height: 40px;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  transition: all 0.2 ease;
  background: rgba(255, 255, 255, 0.30);
  backdrop-filter: blur(5px);
}
figure.comp-slider .sliderButton:hover:after {
  transform: translate(-50%, -50%) scale(1.1);
}
figure.comp-slider .sliderButton:active, figure.comp-slider .sliderButton:focus {
  cursor: grabbing;
}
figure.comp-slider .sliderButton i {
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Verdana;
  font-size: 15px;
  font-weight: bold;
  color: black;
  z-index: 1;
  pointer-events: none;
}
figure.comp-slider .sliderButton i.arrowLeft {
  left: 42%;
}
figure.comp-slider .sliderButton i.arrowLeft:before,
figure.comp-slider .sliderButton i.arrowRight:before {
  content: "";
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="14" viewBox="0 0 24 14" fill="none"><path d="M8 0.568604L1 7.06857L8 13.5686M16 0.568604L23 7.06857L16 13.5686" stroke="white"/></svg>');
  width: 12px;
  height: 13px;
  display: block;
}
figure.comp-slider .sliderButton i.arrowRight {
  left: 58%;
}
figure.comp-slider .sliderButton i.arrowRight:before {
  background-position: right center;
}
figure.comp-slider img {
  width: 100%;
  height: 100%;
  user-select: none;
  display: block;
}
figure.comp-slider img.imageBefore {
  position: absolute;
  top: 0;
  left: 0;
}

.slider-tag {
  position: absolute;
  bottom: 30px;
  border-radius: 100px;
  font-family: IBM Plex Sans;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  background: rgba(0, 48, 135, 0.70);
  backdrop-filter: blur(15px);
  padding: 10px 20px;
  text-transform: uppercase;
}

.slider-tag.before {
  left: 30px;
  color: #c1d5e1;
  background: rgba(0, 48, 135, 0.10);
}

.slider-tag.after {
  right: 30px; 
  color: #fff;
}

.eyebrow-vp {
  border-radius: 50px;
  background: rgba(90, 183, 255, 0.20);
  backdrop-filter: blur(10px);
  padding: 8px 15px;
}

/**** Company Values *****/
@media (min-width: 768px) {
  .col-border {
    border-right: 1px solid #d9e0ed;
  }
}

@media (max-width: 767px) {
  .col-border-mobile {
    border-bottom: 1px solid #d9e0ed;
  }
}

/**** Job Cards *****/
.job-card {
  margin-bottom: 10px;
  border-radius: 30px;
  padding: 40px;
}

.job-card__right {
  flex: 0 0 130px;
  max-width: 130px;
}

.job-tags {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.job-tag {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  font-family: IBM Plex Sans;
  padding: 5px 20px;
  border-radius: 50px;
  border: 1px solid rgba(0, 48, 135, 0.20);
  backdrop-filter: blur(10px);
  color: #c1d5e1;
}

.job-card h3 {
  font-size: 25px;
}
.keen-slider:not([data-keen-slider-disabled]) {
  align-content: flex-start;
  display: flex;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  width: 100%;
}
.keen-slider:not([data-keen-slider-disabled]) .keen-slider__slide {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 100%;
}
.keen-slider:not([data-keen-slider-disabled])[data-keen-slider-reverse] {
  flex-direction: row-reverse;
}
.keen-slider:not([data-keen-slider-disabled])[data-keen-slider-v] {
  flex-wrap: wrap;
}


.keen-navigation-wrapper .dots {
  display: flex;
  padding: 10px 0;
  justify-content: center;
}

.keen-navigation-wrapper .dot {
  border: none;
  width: 10px;
  height: 10px;
  background: #c5c5c5;
  border-radius: 50%;
  margin: 0 5px;
  padding: 5px;
  cursor: pointer;
}

.keen-navigation-wrapper .dot:focus {
  outline: none;
}

.keen-navigation-wrapper .dot--active {
  background: #000;
}

.keen-navigation-wrapper .arrow {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  fill: #fff;
  cursor: pointer;
}

.keen-navigation-wrapper .arrow--left {
  left: 5px;
  fill: "#fff";
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' %3E%3Cpath d='M16.67 0l2.83 2.829-9.339 9.175 9.339 9.167-2.83 2.829-12.17-11.996z' %3E%3C/path%3E%3C/svg%3E");
}

.keen-navigation-wrapper .arrow--right {
  left: auto;
  right: 5px;
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg'  viewBox='0 0 24 24' %3E%3Cpath d='M5 3l3.057-3 11.943 12-11.943 12-3.057-3 9-9z'%3E%3C/path%3E%3C/svg%3E");
}

.keen-navigation-wrapper .arrow--disabled.arrow--left {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' fill='grey' viewBox='0 0 24 24' %3E%3Cpath d='M16.67 0l2.83 2.829-9.339 9.175 9.339 9.167-2.83 2.829-12.17-11.996z' %3E%3C/path%3E%3C/svg%3E");
}

.keen-navigation-wrapper .arrow--disabled.arrow--right {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' fill='grey' viewBox='0 0 24 24' %3E%3Cpath d='M5 3l3.057-3 11.943 12-11.943 12-3.057-3 9-9z'%3E%3C/path%3E%3C/svg%3E");
}
/* Missing Template at Path: \'theme-dvclub\/css\/05-components\/_system.css\' */


/*
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */
.animated {opacity: 0;}
@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@media (print), (prefers-reduced-motion: reduce) {
  .animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
}
/* 
TABLE OF CONTENTS
  01. BASICS
    1A. OVERLAP
    1B. POSITION
    1C. TYPE SETTINGS
    1D. VISIBILITY
    1E. PADDING
    1F. BORDER
    1G. BORDER RADIUS
  02. BACKGROUNDS
    2A. MACROS
    2B. BLEND
    2C. IMAGES & VIDEOS
  03. COLOR, FILL, & STROKES
  04. MISC
*/

/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/* ------- 01. BASICS  -------------------------------------------- */
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
body {
    overflow: hidden;
    /* ALLOWS FOR PSEUDO ELEMENTS TO GO OFF SCREEN */
}

iframe {
    width: 100%;
}

.u-color--inherit {
    color: inherit!important;
}
.u-shadow {
    box-shadow: 0 4px 10px rgb(0 0 0 / 4%);
}



    .u-shadow--base {
        box-shadow: 0 4px 10px #000000;
    }


    .u-shadow--black {
        box-shadow: 0 4px 10px #000000;
    }


    .u-shadow--white {
        box-shadow: 0 4px 10px #ffffff;
    }



    .u-shadow--primary {
        box-shadow: 0 4px 10px #0E5D8A;
    }


    .u-shadow--secondary {
        box-shadow: 0 4px 10px #c1d5e1;
    }



.u-inset-shadow {
    box-shadow: inset 0px 13.57px 23.75px 0px rgb(0 0 0 / 4%);
}

.height-100 {
    height: 100%;
}

.sr--only {
    visibility: hidden;
    position:absolute;
    left:-10000px;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
}

.u--fit-width {
    width: fit-content;
}

/* ---------------------------------------------------------------- */
/* ------- 1A. SECTION OVERLAP ------------------------------------ */
/* ---------------------------------------------------------------- */
.flowIn {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
}
.flowIn--medium {
    height: 100px;
}
@media (min-width: 992px) {
    .overlap-t--lg--sm {
        margin-top: -50px;
    }

    .overlap-b--lg--sm {
        margin-bottom: -50px;
    }

    .overlap-t--lg--md {
        margin-top: -80px;
    }

    .overlap-b--lg--md {
        margin-bottom: -80px;
    }

    .overlap-t--lg--lg {
        margin-top: -120px;
    }

    .overlap-b--lg--lg {
        margin-bottom: -120px;
    }
}

@media (min-width: 768px) {
    .overlap-t--md--sm {
        margin-top: -50px;
    }

    .overlap-b--md--sm {
        margin-bottom: -50px;
    }

    .overlap-t--md--md {
        margin-top: -80px;
    }

    .overlap-b--md--md {
        margin-bottom: -80px;
    }

    .overlap-t--md--lg {
        margin-top: -120px;
    }

    .overlap-b--md--lg {
        margin-bottom: -120px;
    }
}
[class*="overlap-"] {
    position: relative;
    z-index: 10;
}

/* ---------------------------------------------------------------- */
/* ------- 1B. POSITIONS ------------------------------------------ */
/* ---------------------------------------------------------------- */
.u-position--relative,
.position-relative {
    position: relative;
}
.u-position--absolute {
    position: absolute;
}
.u-position--static {
    position: static;
}

/* ---------------------------------------------------------------- */
/* ------- 1C. TYPE SETTINGS -------------------------------------- */
/* ---------------------------------------------------------------- */
.u-ta--center {
    text-align: center;
}
.u-ta--left {
    text-align: left;
}
.u-ta--right {
    text-align: right;
}

@media (max-width: 991px) {
    .u-ta--lg--center {
        text-align: center;
    }
    .u-ta--lg--left {
        text-align: left;
    }
    .u-ta--lg--right {
        text-align: right;
    }
}

@media (max-width: 767px) {
    .u-ta--md--center {
        text-align: center;
    }
    .u-ta--md--left {
        text-align: left;
    }
    .u-ta--md--right {
        text-align: right;
    }
}

.u-tt--uppercase {
    text-transform: uppercase;
}

.u-tt--none {
    text-transform: none;
}

.u-tt--lowercase {
    text-transform: lowercase;
}

.u-tt--capitalize {
    text-transform: capitalize;
}

/* ---------------------------------------------------------------- */
/* ------- 1D. VISIBILITY ----------------------------------------- */
/* ---------------------------------------------------------------- */
.u-of--visible {
    overflow: visible!important;
}

.u-of--hidden {
    overflow: hidden!important;
}

@media screen and (min-width: 768px) {
    .u-hide--desktop {
        display: none;
        visibility: hidden;
    }
}

@media only screen and (max-width: 767px) {
    .u-hide--mobile {
        display: none;
        visibility: hidden;
    }
}
@media only screen and (max-width: 991px) {
    .u-hide--tablet {
        display: none;
        visibility: hidden;
    }
}

/* ---------------------------------------------------------------- */
/* ------- 1E. PADDING -------------------------------------------- */
/* ---------------------------------------------------------------- */

.u-pt--xxxl {
    padding-top: 128.0px;
}
.u-pt--xxl {
    padding-top: 96.0px;
}
.u-pt--xl {
    padding-top: 80px;
}
.u-pt--md {
    padding-top: 40px;
}
.u-pt--sm {
    padding-top: 30.00750187546887px;
}
.u-pt--none {
    padding-top: 0;
}

.u-pb--xxxl {
    padding-bottom: 128.0px;
}
.u-pb--xxl {
    padding-bottom: 96.0px;
}
.u-pb--xl {
    padding-bottom: 80px;
}
.u-pb--md {
    padding-bottom: 40px;
}
.u-pb--sm {
  padding-bottom: 30.00750187546887px;
}
.u-pb--none {
    padding-bottom: 0;
}


.u-ot--xxxl {
    margin-top: -128.0px;
}
.u-ot--xxl {
    margin-top: -96.0px;
}
.u-ot--xl {
    margin-top: -80px;
}
.u-ot--md {
    margin-top: -40px;
}
.u-ot--sm {
    margin-top: -30.00750187546887px;
}
.u-ot--none {
    margin-top: -0;
}

.u-ob--xxxl {
    margin-bottom: -128.0px;
}
.u-ob--xxl {
    margin-bottom: -96.0px;
}
.u-ob--xl {
    margin-bottom: -80px;
}
.u-ob--md {
    margin-bottom: -40px;
}
.u-ob--sm {
  margin-bottom: -30.00750187546887px;
}
.u-ob--none {
    margin-bottom: -0;
}


@media (max-width: 1500px) {
.u-pt--xxxl {
    padding-top: 128.0px;
}
.u-pt--xxl {
    padding-top: 96.0px;
}
.u-pt--xl {
    padding-top: 80px;
}
.u-pt--md {
    padding-top: 40px;
}
.u-pt--sm {
    padding-top: 30.00750187546887px;
}
.u-pt--none {
    padding-top: 0;
}

.u-pb--xxxl {
    padding-bottom: 128.0px;
}
.u-pb--xxl {
    padding-bottom: 96.0px;
}
.u-pb--xl {
    padding-bottom: 80px;
}
.u-pb--md {
    padding-bottom: 40px;
}
.u-pb--sm {
  padding-bottom: 30.00750187546887px;
}
.u-pb--none {
    padding-bottom: 0;
}


.u-ot--xxxl {
    margin-top: -128.0px;
}
.u-ot--xxl {
    margin-top: -96.0px;
}
.u-ot--xl {
    margin-top: -80px;
}
.u-ot--md {
    margin-top: -40px;
}
.u-ot--sm {
    margin-top: -30.00750187546887px;
}
.u-ot--none {
    margin-top: -0;
}

.u-ob--xxxl {
    margin-bottom: -128.0px;
}
.u-ob--xxl {
    margin-bottom: -96.0px;
}
.u-ob--xl {
    margin-bottom: -80px;
}
.u-ob--md {
    margin-bottom: -40px;
}
.u-ob--sm {
  pamarginottom: -30.00750187546887px;
}
.u-ob--none {
    margin-bottom: -0;
}
}

@media only screen and (max-width: 767px) {
    .u-pt--xxxl {
        padding-top: 90px;
    }
    .u-pt--xxl {
        padding-top: 70px;
    }
    .u-pt--xl {
        padding-top: 50px;
    }
    .u-pt--md {
        padding-top: 30px;
    }
    .u-pt--sm {
        padding-top: 20px;
    }
    .u-pb--xxxl {
        padding-bottom: 90px;
    }
    .u-pb--xxl {
        padding-bottom: 70px;
    }
    .u-pb--xl {
        padding-bottom: 50px;
    }
    .u-pb--md {
        padding-bottom: 30px;
    }
    .u-pb--sm {
        padding-bottom: 20px;
    }

    .u-ot--xxxl {
        margin-top: -90px;
    }
    .u-ot--xxl {
        margin-top: -70px;
    }
    .u-ot--xl {
        margin-top: -50px;
    }
    .u-ot--md {
        margin-top: -30px;
    }
    .u-ot--sm {
        margin-top: -20px;
    }
    .u-ob--xxxl {
        margin-bottom: -90px;
    }
    .u-ob--xxl {
        margin-bottom: -70px;
    }
    .u-ob--xl {
        margin-bottom: -50px;
    }
    .u-ob--md {
        margin-bottom: -30px;
    }
    .u-ob--sm {
        margin-bottom: -20px;
    }
}

/* ---------------------------------------------------------------- */
/* ------- 1F. BORDERS -------------------------------------------- */
/* ---------------------------------------------------------------- */
.u-border--top {
    border-top: 1px solid;
    max-width: 1280px;
    margin: 0 auto;
}
.u-border--bottom {
    border-bottom: 1px solid;
}
.u-border--left {
    border-left: 1px solid;
}
.u-border--right {
    border-right: 1px solid;
}
.u-border--all {
    border: 1px solid;
}
.border--sep {
    border-color: #D9E0ED;
}
.u-border--thick {
    border-width: 3px;
}




    .u-border-color--base {
        border-color: #000000 !important;
    }


    .u-border-color--black {
        border-color: #000000 !important;
    }


    .u-border-color--white {
        border-color: #ffffff !important;
    }



    .u-border-color--primary {
        border-color: #0E5D8A !important;
    }


    .u-border-color--secondary {
        border-color: #c1d5e1 !important;
    }



/* ---------------------------------------------------------------- */
/* ------- 1G. BORDER RADIUS -------------------------------------- */
/* ---------------------------------------------------------------- */
[class*="u-border-radius"] {
    overflow: hidden;
}
.u-border-radius--branded {
    border-radius: 10px;
}
.u-border-radius--default {
    border-radius: 10px;
}
.u-border-radius--large {
    border-radius: 1rem;
}
.u-border-radius--pill {
    border-radius: 200px;
}
@media screen and (max-width: 576px) {
    .u-border-radius--pill {
        border-radius: 100px;
        padding: 3rem !important;
    }
}

.u-border-radius--circle {
    border-radius: 50%;
}

.u--border-top-remove {
    border-top-left-radius: 0px!important;
    border-top-right-radius: 0px!important;
}

.u--border-bottom-remove {
    border-bottom-left-radius: 0px!important;
    border-bottom-right-radius: 0px!important;
}

/* ---------------------------------------------------------------- */
/* ------- 1H. HR  -------------------------------------- */
/* ---------------------------------------------------------------- */


/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/* ------- 02. BACKGROUNDS ---------------------------------------- */
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */

/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/* ------- 06. TEXT COLOR ----------------------------------------- */
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */



  .u-color--base {
    color: #000000 !important;
  }


  .u-color--black {
    color: #000000 !important;
  }


  .u-color--white {
    color: #ffffff !important;
  }




  .u-color--primary {
    color: #0E5D8A !important;
  }


  .u-color--secondary {
    color: #c1d5e1 !important;
  }


/* ---------------------------------------------------------------- */
/* ------- 2A. MACROS --------------------------------------------- */
/* ---------------------------------------------------------------- */





/* name,color,text,heading,accent,eyebrow,border */

    [class*="u-bg--"] .u-bg--white,
    .u-bg--white,
    .dnd-section:has(.u-bg--white) + .dnd-section .row-fluid .dnd-module .hs_cos_wrapper_widget .module_wrapper div .u-bg--blend {
        background-color: #ffffff;
        color: #000000 !important;
    }
    .u-section--white {
        background-color: #ffffff;
    }
    [class*="u-bg--"] .u-bg--white a:not(.btn):not(.text-link),
    .u-bg--white a:not(.btn):not(.text-link),
    [class*="u-bg--"] .u-bg--white ul li::marker,
    .u-bg--white ul li::marker  {
        color: #881F22 ;
    }
    [class*="u-bg--"] .u-bg--white a:not(.text-link):hover,
    .u-bg--white a:not(.text-link):hover {
        color: #560000;
    }
    .u-bg--white h1 {
        color: #0E5D8A !important;
    }
    .u-bg--white h2,
    .u-bg--white h3,
    .u-bg--white h4,
    .u-bg--white h5,
    [class*="u-bg--"] .u-bg--white h1,
    [class*="u-bg--"] .u-bg--white h2,
    [class*="u-bg--"] .u-bg--white h3,
    [class*="u-bg--"] .u-bg--white h4,
    [class*="u-bg--"] .u-bg--white h5 {
        color: #0E5D8A;
    }
    .u-bg--white blockquote,
    [class*="u-bg--"] .u-bg--white blockquote {
        border-color: rgba(136, 31, 34, .2);
    }

    .u-bg--white h6,
    [class*="u-bg--"] .u-bg--white h6,
    .u-bg--white h6.eyebrow-text,
    [class*="u-bg--"] .u-bg--white h6.eyebrow-text {
        color: #c1d5e1;
    }
    .u-bg--white [class*="u-accent--"]::before {
        outline: 5px solid #ffffff !important;
    }
    body:has(.u-mfp-bg--white) .mfp-bg {
        background: #ffffff;
    }
    .mfp-wrap:has(.u-mfp-bg--white) {
        backdrop-filter: blur(10px);
    }
    .u-bg--white .banner--sharing svg {
        fill: #881F22 !important;
    }
    .u-bg--white svg,
    [class*="u-bg--"] .u-bg--white svg {
        /*fill: #000000;*/
    }
    /* Module Specific */
    /* -- Accordion -- */
    [class*="u-bg--"] .u-bg--white .accordion-icon svg path {
      stroke: #000000;
    }


    [class*="u-bg--"] .u-bg--gray,
    .u-bg--gray,
    .dnd-section:has(.u-bg--gray) + .dnd-section .row-fluid .dnd-module .hs_cos_wrapper_widget .module_wrapper div .u-bg--blend {
        background-color: #ECEFF6;
        color: #000000 !important;
    }
    .u-section--gray {
        background-color: #ECEFF6;
    }
    [class*="u-bg--"] .u-bg--gray a:not(.btn):not(.text-link),
    .u-bg--gray a:not(.btn):not(.text-link),
    [class*="u-bg--"] .u-bg--gray ul li::marker,
    .u-bg--gray ul li::marker  {
        color: #881F22 ;
    }
    [class*="u-bg--"] .u-bg--gray a:not(.text-link):hover,
    .u-bg--gray a:not(.text-link):hover {
        color: #560000;
    }
    .u-bg--gray h1 {
        color: #0E5D8A !important;
    }
    .u-bg--gray h2,
    .u-bg--gray h3,
    .u-bg--gray h4,
    .u-bg--gray h5,
    [class*="u-bg--"] .u-bg--gray h1,
    [class*="u-bg--"] .u-bg--gray h2,
    [class*="u-bg--"] .u-bg--gray h3,
    [class*="u-bg--"] .u-bg--gray h4,
    [class*="u-bg--"] .u-bg--gray h5 {
        color: #0E5D8A;
    }
    .u-bg--gray blockquote,
    [class*="u-bg--"] .u-bg--gray blockquote {
        border-color: rgba(136, 31, 34, .2);
    }

    .u-bg--gray h6,
    [class*="u-bg--"] .u-bg--gray h6,
    .u-bg--gray h6.eyebrow-text,
    [class*="u-bg--"] .u-bg--gray h6.eyebrow-text {
        color: #c1d5e1;
    }
    .u-bg--gray [class*="u-accent--"]::before {
        outline: 5px solid #ECEFF6 !important;
    }
    body:has(.u-mfp-bg--gray) .mfp-bg {
        background: #ECEFF6;
    }
    .mfp-wrap:has(.u-mfp-bg--gray) {
        backdrop-filter: blur(10px);
    }
    .u-bg--gray .banner--sharing svg {
        fill: #881F22 !important;
    }
    .u-bg--gray svg,
    [class*="u-bg--"] .u-bg--gray svg {
        /*fill: #000000;*/
    }
    /* Module Specific */
    /* -- Accordion -- */
    [class*="u-bg--"] .u-bg--gray .accordion-icon svg path {
      stroke: #000000;
    }


    [class*="u-bg--"] .u-bg--transparent,
    .u-bg--transparent,
    .dnd-section:has(.u-bg--transparent) + .dnd-section .row-fluid .dnd-module .hs_cos_wrapper_widget .module_wrapper div .u-bg--blend {
        background-color: transparent;
        color: #000000 !important;
    }
    .u-section--transparent {
        background-color: transparent;
    }
    [class*="u-bg--"] .u-bg--transparent a:not(.btn):not(.text-link),
    .u-bg--transparent a:not(.btn):not(.text-link),
    [class*="u-bg--"] .u-bg--transparent ul li::marker,
    .u-bg--transparent ul li::marker  {
        color: #881F22 ;
    }
    [class*="u-bg--"] .u-bg--transparent a:not(.text-link):hover,
    .u-bg--transparent a:not(.text-link):hover {
        color: #560000;
    }
    .u-bg--transparent h1 {
        color: #0E5D8A !important;
    }
    .u-bg--transparent h2,
    .u-bg--transparent h3,
    .u-bg--transparent h4,
    .u-bg--transparent h5,
    [class*="u-bg--"] .u-bg--transparent h1,
    [class*="u-bg--"] .u-bg--transparent h2,
    [class*="u-bg--"] .u-bg--transparent h3,
    [class*="u-bg--"] .u-bg--transparent h4,
    [class*="u-bg--"] .u-bg--transparent h5 {
        color: #0E5D8A;
    }
    .u-bg--transparent blockquote,
    [class*="u-bg--"] .u-bg--transparent blockquote {
        border-color: rgba(136, 31, 34, .2);
    }

    .u-bg--transparent h6,
    [class*="u-bg--"] .u-bg--transparent h6,
    .u-bg--transparent h6.eyebrow-text,
    [class*="u-bg--"] .u-bg--transparent h6.eyebrow-text {
        color: #c1d5e1;
    }
    .u-bg--transparent [class*="u-accent--"]::before {
        outline: 5px solid transparent !important;
    }
    body:has(.u-mfp-bg--transparent) .mfp-bg {
        background: transparent;
    }
    .mfp-wrap:has(.u-mfp-bg--transparent) {
        backdrop-filter: blur(10px);
    }
    .u-bg--transparent .banner--sharing svg {
        fill: #881F22 !important;
    }
    .u-bg--transparent svg,
    [class*="u-bg--"] .u-bg--transparent svg {
        /*fill: #000000;*/
    }
    /* Module Specific */
    /* -- Accordion -- */
    [class*="u-bg--"] .u-bg--transparent .accordion-icon svg path {
      stroke: #000000;
    }



    [class*="u-bg--"] .u-bg--transparent-dark,
    .u-bg--transparent-dark,
    .dnd-section:has(.u-bg--transparent-dark) + .dnd-section .row-fluid .dnd-module .hs_cos_wrapper_widget .module_wrapper div .u-bg--blend {
        background-color: transparent;
        color: #ffffff !important;
    }
    .u-section--transparent-dark {
        background-color: transparent;
    }
    [class*="u-bg--"] .u-bg--transparent-dark a:not(.btn):not(.text-link),
    .u-bg--transparent-dark a:not(.btn):not(.text-link),
    [class*="u-bg--"] .u-bg--transparent-dark ul li::marker,
    .u-bg--transparent-dark ul li::marker  {
        color: #ffffff ;
    }
    [class*="u-bg--"] .u-bg--transparent-dark a:not(.text-link):hover,
    .u-bg--transparent-dark a:not(.text-link):hover {
        color: #cdcdcd;
    }
    .u-bg--transparent-dark h1 {
        color: #ffffff !important;
    }
    .u-bg--transparent-dark h2,
    .u-bg--transparent-dark h3,
    .u-bg--transparent-dark h4,
    .u-bg--transparent-dark h5,
    [class*="u-bg--"] .u-bg--transparent-dark h1,
    [class*="u-bg--"] .u-bg--transparent-dark h2,
    [class*="u-bg--"] .u-bg--transparent-dark h3,
    [class*="u-bg--"] .u-bg--transparent-dark h4,
    [class*="u-bg--"] .u-bg--transparent-dark h5 {
        color: #ffffff;
    }
    .u-bg--transparent-dark blockquote,
    [class*="u-bg--"] .u-bg--transparent-dark blockquote {
        border-color: rgba(255, 255, 255, .2);
    }

    .u-bg--transparent-dark h6,
    [class*="u-bg--"] .u-bg--transparent-dark h6,
    .u-bg--transparent-dark h6.eyebrow-text,
    [class*="u-bg--"] .u-bg--transparent-dark h6.eyebrow-text {
        color: #ffffff;
    }
    .u-bg--transparent-dark [class*="u-accent--"]::before {
        outline: 5px solid transparent !important;
    }
    body:has(.u-mfp-bg--transparent-dark) .mfp-bg {
        background: transparent;
    }
    .mfp-wrap:has(.u-mfp-bg--transparent-dark) {
        backdrop-filter: blur(10px);
    }
    .u-bg--transparent-dark .banner--sharing svg {
        fill: #ffffff !important;
    }
    .u-bg--transparent-dark svg,
    [class*="u-bg--"] .u-bg--transparent-dark svg {
        /*fill: #ffffff;*/
    }
    /* Module Specific */
    /* -- Accordion -- */
    [class*="u-bg--"] .u-bg--transparent-dark .accordion-icon svg path {
      stroke: #ffffff;
    }



    [class*="u-bg--"] .u-bg--black,
    .u-bg--black,
    .dnd-section:has(.u-bg--black) + .dnd-section .row-fluid .dnd-module .hs_cos_wrapper_widget .module_wrapper div .u-bg--blend {
        background-color: #000000;
        color: #ffffff !important;
    }
    .u-section--black {
        background-color: #000000;
    }
    [class*="u-bg--"] .u-bg--black a:not(.btn):not(.text-link),
    .u-bg--black a:not(.btn):not(.text-link),
    [class*="u-bg--"] .u-bg--black ul li::marker,
    .u-bg--black ul li::marker  {
        color: #ffffff ;
    }
    [class*="u-bg--"] .u-bg--black a:not(.text-link):hover,
    .u-bg--black a:not(.text-link):hover {
        color: #cdcdcd;
    }
    .u-bg--black h1 {
        color: #ffffff !important;
    }
    .u-bg--black h2,
    .u-bg--black h3,
    .u-bg--black h4,
    .u-bg--black h5,
    [class*="u-bg--"] .u-bg--black h1,
    [class*="u-bg--"] .u-bg--black h2,
    [class*="u-bg--"] .u-bg--black h3,
    [class*="u-bg--"] .u-bg--black h4,
    [class*="u-bg--"] .u-bg--black h5 {
        color: #ffffff;
    }
    .u-bg--black blockquote,
    [class*="u-bg--"] .u-bg--black blockquote {
        border-color: rgba(255, 255, 255, .2);
    }

    .u-bg--black h6,
    [class*="u-bg--"] .u-bg--black h6,
    .u-bg--black h6.eyebrow-text,
    [class*="u-bg--"] .u-bg--black h6.eyebrow-text {
        color: #ffffff;
    }
    .u-bg--black [class*="u-accent--"]::before {
        outline: 5px solid #000000 !important;
    }
    body:has(.u-mfp-bg--black) .mfp-bg {
        background: #000000;
    }
    .mfp-wrap:has(.u-mfp-bg--black) {
        backdrop-filter: blur(10px);
    }
    .u-bg--black .banner--sharing svg {
        fill: #ffffff !important;
    }
    .u-bg--black svg,
    [class*="u-bg--"] .u-bg--black svg {
        /*fill: #ffffff;*/
    }
    /* Module Specific */
    /* -- Accordion -- */
    [class*="u-bg--"] .u-bg--black .accordion-icon svg path {
      stroke: #ffffff;
    }


    [class*="u-bg--"] .u-bg--primary,
    .u-bg--primary,
    .dnd-section:has(.u-bg--primary) + .dnd-section .row-fluid .dnd-module .hs_cos_wrapper_widget .module_wrapper div .u-bg--blend {
        background-color: #0E5D8A;
        color: #ffffff !important;
    }
    .u-section--primary {
        background-color: #0E5D8A;
    }
    [class*="u-bg--"] .u-bg--primary a:not(.btn):not(.text-link),
    .u-bg--primary a:not(.btn):not(.text-link),
    [class*="u-bg--"] .u-bg--primary ul li::marker,
    .u-bg--primary ul li::marker  {
        color: #ffffff ;
    }
    [class*="u-bg--"] .u-bg--primary a:not(.text-link):hover,
    .u-bg--primary a:not(.text-link):hover {
        color: #cdcdcd;
    }
    .u-bg--primary h1 {
        color: #ffffff !important;
    }
    .u-bg--primary h2,
    .u-bg--primary h3,
    .u-bg--primary h4,
    .u-bg--primary h5,
    [class*="u-bg--"] .u-bg--primary h1,
    [class*="u-bg--"] .u-bg--primary h2,
    [class*="u-bg--"] .u-bg--primary h3,
    [class*="u-bg--"] .u-bg--primary h4,
    [class*="u-bg--"] .u-bg--primary h5 {
        color: #ffffff;
    }
    .u-bg--primary blockquote,
    [class*="u-bg--"] .u-bg--primary blockquote {
        border-color: rgba(255, 255, 255, .2);
    }

    .u-bg--primary h6,
    [class*="u-bg--"] .u-bg--primary h6,
    .u-bg--primary h6.eyebrow-text,
    [class*="u-bg--"] .u-bg--primary h6.eyebrow-text {
        color: #ffffff;
    }
    .u-bg--primary [class*="u-accent--"]::before {
        outline: 5px solid #0E5D8A !important;
    }
    body:has(.u-mfp-bg--primary) .mfp-bg {
        background: #0E5D8A;
    }
    .mfp-wrap:has(.u-mfp-bg--primary) {
        backdrop-filter: blur(10px);
    }
    .u-bg--primary .banner--sharing svg {
        fill: #ffffff !important;
    }
    .u-bg--primary svg,
    [class*="u-bg--"] .u-bg--primary svg {
        /*fill: #ffffff;*/
    }
    /* Module Specific */
    /* -- Accordion -- */
    [class*="u-bg--"] .u-bg--primary .accordion-icon svg path {
      stroke: #ffffff;
    }


    [class*="u-bg--"] .u-bg--secondary,
    .u-bg--secondary,
    .dnd-section:has(.u-bg--secondary) + .dnd-section .row-fluid .dnd-module .hs_cos_wrapper_widget .module_wrapper div .u-bg--blend {
        background-color: #c1d5e1;
        color: #000000 !important;
    }
    .u-section--secondary {
        background-color: #c1d5e1;
    }
    [class*="u-bg--"] .u-bg--secondary a:not(.btn):not(.text-link),
    .u-bg--secondary a:not(.btn):not(.text-link),
    [class*="u-bg--"] .u-bg--secondary ul li::marker,
    .u-bg--secondary ul li::marker  {
        color: #c1d5e1 ;
    }
    [class*="u-bg--"] .u-bg--secondary a:not(.text-link):hover,
    .u-bg--secondary a:not(.text-link):hover {
        color: #8fa3af;
    }
    .u-bg--secondary h1 {
        color: #0E5D8A !important;
    }
    .u-bg--secondary h2,
    .u-bg--secondary h3,
    .u-bg--secondary h4,
    .u-bg--secondary h5,
    [class*="u-bg--"] .u-bg--secondary h1,
    [class*="u-bg--"] .u-bg--secondary h2,
    [class*="u-bg--"] .u-bg--secondary h3,
    [class*="u-bg--"] .u-bg--secondary h4,
    [class*="u-bg--"] .u-bg--secondary h5 {
        color: #0E5D8A;
    }
    .u-bg--secondary blockquote,
    [class*="u-bg--"] .u-bg--secondary blockquote {
        border-color: rgba(193, 213, 225, .2);
    }

    .u-bg--secondary h6,
    [class*="u-bg--"] .u-bg--secondary h6,
    .u-bg--secondary h6.eyebrow-text,
    [class*="u-bg--"] .u-bg--secondary h6.eyebrow-text {
        color: #c1d5e1;
    }
    .u-bg--secondary [class*="u-accent--"]::before {
        outline: 5px solid #c1d5e1 !important;
    }
    body:has(.u-mfp-bg--secondary) .mfp-bg {
        background: #c1d5e1;
    }
    .mfp-wrap:has(.u-mfp-bg--secondary) {
        backdrop-filter: blur(10px);
    }
    .u-bg--secondary .banner--sharing svg {
        fill: #c1d5e1 !important;
    }
    .u-bg--secondary svg,
    [class*="u-bg--"] .u-bg--secondary svg {
        /*fill: #000000;*/
    }
    /* Module Specific */
    /* -- Accordion -- */
    [class*="u-bg--"] .u-bg--secondary .accordion-icon svg path {
      stroke: #000000;
    }


    [class*="u-bg--"] .u-bg--tertiary,
    .u-bg--tertiary,
    .dnd-section:has(.u-bg--tertiary) + .dnd-section .row-fluid .dnd-module .hs_cos_wrapper_widget .module_wrapper div .u-bg--blend {
        background-color: #881F22;
        color: #ffffff !important;
    }
    .u-section--tertiary {
        background-color: #881F22;
    }
    [class*="u-bg--"] .u-bg--tertiary a:not(.btn):not(.text-link),
    .u-bg--tertiary a:not(.btn):not(.text-link),
    [class*="u-bg--"] .u-bg--tertiary ul li::marker,
    .u-bg--tertiary ul li::marker  {
        color: #ffffff ;
    }
    [class*="u-bg--"] .u-bg--tertiary a:not(.text-link):hover,
    .u-bg--tertiary a:not(.text-link):hover {
        color: #cdcdcd;
    }
    .u-bg--tertiary h1 {
        color: #ffffff !important;
    }
    .u-bg--tertiary h2,
    .u-bg--tertiary h3,
    .u-bg--tertiary h4,
    .u-bg--tertiary h5,
    [class*="u-bg--"] .u-bg--tertiary h1,
    [class*="u-bg--"] .u-bg--tertiary h2,
    [class*="u-bg--"] .u-bg--tertiary h3,
    [class*="u-bg--"] .u-bg--tertiary h4,
    [class*="u-bg--"] .u-bg--tertiary h5 {
        color: #ffffff;
    }
    .u-bg--tertiary blockquote,
    [class*="u-bg--"] .u-bg--tertiary blockquote {
        border-color: rgba(255, 255, 255, .2);
    }

    .u-bg--tertiary h6,
    [class*="u-bg--"] .u-bg--tertiary h6,
    .u-bg--tertiary h6.eyebrow-text,
    [class*="u-bg--"] .u-bg--tertiary h6.eyebrow-text {
        color: #ffffff;
    }
    .u-bg--tertiary [class*="u-accent--"]::before {
        outline: 5px solid #881F22 !important;
    }
    body:has(.u-mfp-bg--tertiary) .mfp-bg {
        background: #881F22;
    }
    .mfp-wrap:has(.u-mfp-bg--tertiary) {
        backdrop-filter: blur(10px);
    }
    .u-bg--tertiary .banner--sharing svg {
        fill: #ffffff !important;
    }
    .u-bg--tertiary svg,
    [class*="u-bg--"] .u-bg--tertiary svg {
        /*fill: #ffffff;*/
    }
    /* Module Specific */
    /* -- Accordion -- */
    [class*="u-bg--"] .u-bg--tertiary .accordion-icon svg path {
      stroke: #ffffff;
    }




/* ---------------------------------------------------------------- */
/* ------- 2B. BLEND ---------------------------------------------- */
/* ---------------------------------------------------------------- */
.blend {
    background-blend-mode: soft-light;
}
.blend--black {
    background-color: rgba(0, 0, 0,.75);
}



    .blend--white {
        background-color: #ffffff;
    }


    .blend--base {
        background-color: #000000;
    }


    .blend--black {
        background-color: #000000;
    }


    .blend--primary {
        background-color: #0E5D8A;
    }



@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .blend {
        background-color: transparent!important;
    }
    .blend:before {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      opacity: .7;
    }
    
    .blend > div {
        position: relative;
        z-index: 1;
    }
    
    .blend--primary:before {
        background-color: #0E5D8A;
      }
      .blend--secondary:before {
        background-color: #c1d5e1;
      }
      .blend--tertiary:before {
        background-color: #881F22;
      }
      .blend--tertiary_dark:before {
        background-color: #881F22;
      }
      .blend--green:before {
        background-color: ;
      }
    
      .blend--black:before {
        background-color: #000000;
      }
    }

/* ---------------------------------------------------------------- */
/* ------- 2C. IMAGES & VIDEOS ------------------------------------ */
/* ---------------------------------------------------------------- */

.u-bg--static {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.u-bg--parallax {
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
}
.u-bg--video { position: relative; }
.u-bg--has-shadow {
    box-shadow: 0.25rem 0.25rem 0.75rem #000000;
}

.u-bg--video > video {
	display: inline-block;
	vertical-align: baseline;
	bottom: 0;
	position: absolute;
	z-index: 0;
	box-sizing: inherit;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
}

/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/* ------- 03. COLOR, FILL, & STROKES ----------------------------- */
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */



.u-fill--base, 
.u-fill--base svg, 
.u-fill--base path {
    fill: #000000;
}
.u-stroke--base, 
.u-stroke--base svg, 
.u-stroke--base path {
    stroke: #000000;
}


.u-fill--black, 
.u-fill--black svg, 
.u-fill--black path {
    fill: #000000;
}
.u-stroke--black, 
.u-stroke--black svg, 
.u-stroke--black path {
    stroke: #000000;
}


.u-fill--white, 
.u-fill--white svg, 
.u-fill--white path {
    fill: #ffffff;
}
.u-stroke--white, 
.u-stroke--white svg, 
.u-stroke--white path {
    stroke: #ffffff;
}



.u-fill--primary, 
.u-fill--primary svg, 
.u-fill--primary path {
    fill: #0E5D8A;
}
.u-stroke--primary, 
.u-stroke--primary svg, 
.u-stroke--primary path {
    stroke: #0E5D8A;
}


.u-fill--secondary, 
.u-fill--secondary svg, 
.u-fill--secondary path {
    fill: #c1d5e1;
}
.u-stroke--secondary, 
.u-stroke--secondary svg, 
.u-stroke--secondary path {
    stroke: #c1d5e1;
}




/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/* ------- 04. MISC  ---------------------------------------------- */
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */


/* Enabled Animation */








@media (min-width: 1320px) {
    .container--left {
        padding-left: calc(50vw - 590.0px)!important;
    }
    .container--right {
        padding-right: calc(50vw - 590.0px)!important;
    }
    .callout--cta .container--left {
        padding-left: calc(50vw - 500px)!important;
    }
    .callout--cta .container--right {
        padding-right: calc(50vw - 500px)!important;
    }
}

@media (max-width: 1319px) and (min-width: 1201px) {
    .container--left {
        padding-left: 80px!important;
        padding-right: 80px!important;
    }

    .container--right {
        padding-right: 80px!important;
        padding-left: 80px!important;
    }  
}

@media (max-width: 1200px) {
    .container--fluid,
    .container--left {
        padding-left: 20px!important;
        padding-right: 20px!important;
    }

    .container--right {
        padding-right: 20px!important;
        padding-left: 20px!important;
    }
}



.u-bg--overlay {
    position: relative;
}

.u-bg--overlay [class*="container--"] {
    z-index: 2;
    position: relative;
}




  .form--eyebrow-base h3 {
    color: #000000 !important;
  }


  .form--eyebrow-black h3 {
    color: #000000 !important;
  }


  .form--eyebrow-white h3 {
    color: #ffffff !important;
  }



  .form--eyebrow-primary h3 {
    color: #0E5D8A !important;
  }


  .form--eyebrow-secondary h3 {
    color: #c1d5e1 !important;
  }



.u-custom--anchor {
    margin-top: -20px;
    position: absolute;
}
/* Navigation skipper */

.header__skip {
    height: 1px;
    left: -1000px;
    overflow: hidden;
    position: absolute;
    text-align: left;
    top: -1000px;
    width: 1px;
  }
  
  .header__skip:hover,
  .header__skip:focus,
  .header__skip:active {
    height: auto;
    left: 0;
    overflow: visible;
    top: 0;
    width: auto;
    color: #000000;
    font-size: 1rem;
    z-index: 100000;
  }

/* For content that needs to be visually hidden but stay visible for screenreaders */

.show-for-sr {
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }
  
  @media (max-width: 767px) {
    .show-for-sr--mobile {
      border: 0 !important;
      clip: rect(0, 0, 0, 0) !important;
      height: 1px !important;
      overflow: hidden !important;
      padding: 0 !important;
      position: absolute !important;
      white-space: nowrap !important;
      width: 1px !important;
    }
  }



 
 
 
 
 
 
 
 
 
 
 

 
 
 





 
 
 
 
 
 
 
 


footer {
  position: relative;
}

.footer a[href*='javascript:']:hover {
  /* color: inherit !important;
  text-decoration: none!important; */
}


/*** Footer Main ***/
.footer__logo {
  max-width: 250px;
  height: auto;
}
.footer__logo svg {
  width: 100%;
  height: auto;
}
.footer {
  background-color: #0E5D8A;
  color: #ffffff;
}
.footer--inner {
  background-color: #0E5D8A;
  border-radius: 10px;
}

.footer__top,
.footer__top p {
  font-size: 18px;
  font-weight: 400;
}

.footer__top a {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
}

.footer__top a:hover {
  color: #ffffff;
}

.footer__contact {
  margin-top: 20px;
}

.footer__contact h4 {
  margin-bottom: 0;
}

.footer__contact p {
  color: #fff!important;
}

.footer__contact a {
  color: #ffffff!important;
  text-decoration: underline!important;
}

.footer__contact a:hover {
  color: #ffffff!important;
  text-decoration: none!important;
}


/*** Footer Social ***/
.footer__social-title {
  color: #ffffff;
  font-size: 14px;
  line-height: 1.6;
  text-decoration: underline;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0px;
}
.footer__social-items {
  display: flex; 
}

.footer__social a {
  color: #0E5D8A;
  margin: 0 1rem 0 0;
  width: 30px;
  height: 30px;
  transition: .4s ease;
  border-radius: 5px;
  
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer__social a:hover {
  color: rgba(14,93,138,.4);
}


.footer__social a svg {
  max-height: 20px;
  max-width: 20px;
  width:100%;
  fill: #0E5D8A;
  stroke: none;
  display: block;
}


.footer__social a:hover svg {
  fill: rgba(14,93,138,.4);
}

/*** Footer Menus ***/
.footer__nav {
  width: 100%;
}

.footer-menus {
  overflow: hidden;
}

.footer-menus h4 {
  color: #881F22;
  text-transform: uppercase;
  font-family: IBM Plex Sans;
  font-weight: 700;
  padding: 20px 0;
}
.footer-menus .hs-menu-wrapper ul {
  visibility: visible;
  opacity: 1;
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  text-decoration: none;
}
.footer-menus .hs-menu-wrapper ul a {
  text-decoration: none;
}
.footer-menus .hs-menu-wrapper ul li.hs-menu-depth-1 > a {
  color: #ffffff;
  font-size: 14px;
  line-height: 1.6;
  text-decoration: none;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0px;
  padding: 0 0 10px;
  display: block;
}
.footer-menus .hs-menu-wrapper ul li.hs-menu-depth-1 ul {
  margin-top: 1.25rem;
}
.footer-menus .hs-menu-wrapper ul li.hs-menu-depth-1 a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.footer-menus .hs-menu-wrapper ul li ul li.hs-menu-depth-2 {
  margin-bottom: .25rem;
}
.footer-menus .hs-menu-wrapper ul li ul li.hs-menu-depth-2 a {
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.1;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
}
.footer-menus .hs-menu-wrapper ul li ul li.hs-menu-depth-2 a:hover {
  color: rgba(255,255,255,.3);
}
@media screen and (min-width: 768px) {
  .footer-menus .footer--menu-padding-one {
    padding-top:22px;
  }
  .footer-menus .footer--menu-padding-two {
    padding-top: 42px;
  }
}
@media screen and (max-width: 767px) {

  .footer-menus .footer--menu-padding-one ul li ul,
  .footer-menus .footer--menu-padding-two ul li ul,
  .footer-menus .footer--menu-padding-one ul li.hs-menu-item.hs-menu-depth-1,
  .footer-menus .footer--menu-padding-two ul li.hs-menu-item.hs-menu-depth-1 {
    margin-top: 0 !important;
  }
}

/*** Footer Utility ***/
.footer__bottom {
  background-color: #0E5D8A;
  padding: 10px 0;
}

.footer__bottom,
.footer__bottom p {
  color: #ffffff!important;
  font-size: 23px !important;
  font-weight: 400;
}

.footer__bottom a {
  color: #ffffff!important;
  font-size: 23px;
  font-weight: 400;
  text-decoration: none;
  font-family: IBM Plex Sans, sans-serif;
}

.footer__bottom a:hover {
  color: #ffffff!important;
  text-decoration: underline;
}
.footer-util-sep {
  height: 14px;
  width: 1px;
  background: #ffffff;
}
@media screen and (max-width: 767px) {
  .footer-util-sep:first-of-type {
    display: none;
  }
}
/***** Variables *****/

 
 
 
 
 


 
 
 


 
 

 
 
 





 
 
 
 
 
 






 

 

a.return-link {
    font-weight: 500;
    font-size: 19px;
    text-decoration: none;
    margin-top: 1rem;
}

a.return-link:hover {
  text-decoration: underline;
}

/** Nav Container **/
header.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: .4s ease;
  z-index: 1041;
  font-family: IBM Plex Sans, sans-serif;
}

header.header--static {
  position: relative;
}

.header-spacer {

}

/** Utility Nav | Desktop **/
.header__util {
  background-color: #ffffff;
  color: #000000;
}
.header__util .util--highlight {
  background-color: #fff;
}
.header__util .util--link-item {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
}
.header__util .util--link-img img {
  max-height: 16px;
  width: auto;
}
.header__util .util--highlight img {
  max-height: 11px;
}
.header__util .util--link-img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__util a {
  font-weight: 600;
  text-decoration: none;
  color: #0E5D8A;
}
.header__util a:hover {
  color: #0E5D8A;
  opacity: .75;
}

/** Search Icon and Form **/
.search-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.85);
  z-index: 10410;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  display: none;
}
.search-modal__close {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  font-size: 50px;
  line-height: 1;
  text-align: center;
  cursor: pointer;
}
.header__util input:not([type=checkbox]):not([type=radio]):not([type=submit]) {
  font-size: 24px;
  width: 600px!important;
  max-width: 90%;
}

.header__util form label {
  color: #fff;
  font-weight: 700;
  font-size: 24px;
}

/** General Menu Styles */
.header__logo {
  padding: 12px 0;
}
.header__logo a {
  display: block;
  line-height: 1;
}
.header__logo a svg {
  width: 100%;
  height: auto;
}

.header__lower {
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}

.header__lower .hs-menu-flow-horizontal ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
}

.header__lower .hs-menu-flow-horizontal ul li {
  color: #881F22;
  padding-left: 12px;
  padding-right: 12px;
}

.header__lower .hs-menu-flow-horizontal ul li a {
  font-size: 16px;
  font-weight: 500;
  color: #881F22;
  text-decoration: none;
  text-transform: uppercase;
}

.fontIncrease .header__lower .hs-menu-flow-horizontal ul li a {
  font-size: 14px;
}

.header__lower .hs-menu-flow-horizontal ul li a:hover {
  color: #881F22;
}

.header__lower .hs-menu-flow-horizontal>ul>li.hs-item-has-children {
  position: relative;
}

.header__lower .hs-menu-flow-horizontal>ul>li.hs-item-has-children>a {
  position: relative;
}

.header__lower .hs-menu-flow-horizontal>ul>li.hs-item-has-children>a:after {
  content: '';
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="11" viewBox="0 0 8 11" fill="none"><path d="M1.09093 6.70082L4.04694 9.65684L6.81821 6.70082" stroke="white"/><path d="M1 4.61282L3.95602 1.6568L6.72728 4.61282" stroke="white"/></svg>');
  margin-left: 5px;
  width: 8px;
  height: 11px;
  display: block;
  position: absolute;
  right: -12px;
  top: 3px;
}

.header__lower .hs-menu-flow-horizontal>ul>li.hs-item-has-children:hover:after {
  content: '';
  position: absolute;
  width: 100%;
  left: 0px;
  top: 100%;
  height: 36px;
}

/** Submenu **/
.header__lower .hs-menu-flow-horizontal>ul>li>ul.hs-menu-children-wrapper {
  background-color: #ffffff;
  flex-direction: column;
  align-items: start;
  opacity: 0;
  padding: .5rem 0;
  position: absolute;
  transition: all .15s ease-in-out;
  visibility: hidden;
  top: 55px;
  left: 12px;
}

.header__lower .hs-menu-flow-horizontal>ul>li:hover>ul.hs-menu-children-wrapper  {
  opacity: 1;
  visibility: visible;
}

.header__lower .hs-menu-flow-horizontal>ul>li>ul.hs-menu-children-wrapper li {
  padding: 5px 20px;
}
.header__lower .hs-menu-flow-horizontal>ul>li>ul.hs-menu-children-wrapper li a {
  font-size: 14px;
  font-weight: 500;
  color: #881F22;
  text-decoration: none;
  white-space: nowrap;
}

.header__lower .hs-menu-flow-horizontal>ul>li>ul.hs-menu-children-wrapper li a:hover {
  color: #881F22;
}




/** Mega Menu | Desktop  **/

.header--megamenu {

}

.header--megamenu .menu > ul {
  
}

.header--megamenu .menu > ul >li {

}

.header--megamenu .menu > ul > li > a {
  
}

.header--megamenu .menu-container .menu > ul li .main--link {

}

.header--megamenu .child-trigger {}

.header--megamenu .mm--dropdown-toggle {}

.header--megamenu .megamenu--dropdown {}

.header--megamenu .megamenu--container {}

.header--megamenu .megamenu--column {}

.header--megamenu .column--header {}

.header--megamenu .megamenu--column--inner {}

.header--megamenu .megamenu--link {}

.header--megamenu .mm--sub {}

.nav--contact {
  font-size: 14px;
  text-align: right;
}

/** Mega Menu | Mobile **/
.hamburger {
  display: none;
  background-color: transparent!important;
  border: none!important;
  opacity: 1!important;
}
.hamburger-box,
.hamburger-inner, 
.hamburger-inner:after, 
.hamburger-inner:before {
  width: 25px !important;
}
.hamburger-inner, 
.hamburger-inner:after, 
.hamburger-inner:before {
  background-color: #881F22;
}

@media (min-width: 1235px) {
  .header__lower .hs-menu-flow-horizontal>ul>li.hs-item-has-children .child-trigger,
 .hide--desktop {
  display: none;
 }

 .nav-holder {
  display: flex;
  flex-direction: row !important;
 }

}

/** Mobile Trigger **/
@media (max-width: 1235px) {
  .hamburger {
    display: inline-block;
  }
  .hide--mobile {
    display: none;
  }

  .nav--cta-group--mobile {
    width: 100%;
  }

  .nav--cta-group a {
    flex: 0 0 50%;
  }

  .nav-holder {
    position: absolute;
    top: 100%;
    width: 100%;
    background-color: #ffffff;
    left: 0;
    padding: 15px 20px;
    display: none;
    height: calc(100vh - 101px);
  }

  .nav-holder.slide-open {
    display: flex;
    padding-bottom: 90px;
  }

  .header__lower .hs-menu-flow-horizontal ul {
    display: block;
  }

  .header__lower .hs-menu-flow-horizontal ul li {
    padding: 8px 0;
  }

  .header__lower .hs-menu-flow-horizontal ul li a {
    color: #881F22;
    font-size: 22px;
    text-transform: none;
  }

  .header__lower .hs-menu-flow-horizontal>ul>li.hs-item-has-children:after,
  .header__lower .hs-menu-flow-horizontal>ul>li.hs-item-has-children>a:after {
    display: none!important;
  }

  .header__lower .hs-menu-flow-horizontal>ul>li.hs-item-has-children .child-trigger {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
  }

  .header__lower .hs-menu-flow-horizontal>ul>li.hs-item-has-children .child-trigger:after {
    content: ' ';
    color: #ffffff;
    font-size: 24px;
  }

  .header__lower .hs-menu-flow-horizontal>ul>li>ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
    position: relative;
    top: 0;
    left: 0;
    padding-left: 1rem;
    display: block;
  }

  .header__lower .hs-menu-flow-horizontal>ul>li>ul.hs-menu-children-wrapper.slide-open {
    display: block;
    padding-left: 0;
    margin-top: 8px;
  }

  .nav--contact {
    display: none;
  }

  .header__logo {
    width: 75%;
  }

  a.return-link {
    font-size: 16px;
  }

  .hamburger--squeeze.is-active .hamburger-inner {
    width: 28px!important;
  }

  .hamburger--squeeze.is-active .hamburger-inner:before,
  .hamburger--squeeze.is-active .hamburger-inner:after {
    left: 0!important;
  }

}


/* LIGHT SETTINGS */
/* UTILITY */
.header--light .header__util {
  background-color: ;
  color: ;
}

.header--light .header__util a {
  color: ;
}
.header--light .header__util .util--highlight {
  background-color: ;
}

.header--light .header__util a:hover {
  color: ;
}
/* GENERAL */
.header--light .header__lower {
  background-color: ;
}

.header--light .header__lower .hs-menu-flow-horizontal ul li {
  color: ;
}
.header--light .header__lower .hs-menu-flow-horizontal ul li a {
  color: ;
}
.header--light .header__lower .hs-menu-flow-horizontal ul li a:hover {
  color: ;
}
.header--light .header__lower .hs-menu-flow-horizontal>ul>li.hs-item-has-children>a:after {
  color: ;
}

/* SUB MENU */
.header--light .header__lower .hs-menu-flow-horizontal>ul>li>ul.hs-menu-children-wrapper {
  background-color: ;
}
.header--light .header__lower .hs-menu-flow-horizontal>ul>li>ul.hs-menu-children-wrapper li a {
  color: ;
}
.header--light .header__lower .hs-menu-flow-horizontal>ul>li>ul.hs-menu-children-wrapper li a:hover {
  color: ;
}

/* MOBILE */
.header--light .hamburger-inner, 
.header--light .hamburger-inner:after, 
.header--light .hamburger-inner:before {
  background-color: ;
}

@media (max-width: 1235px) {
  .header--light .nav-holder {
    background-color: ;
  }
  .header--light .header__lower .hs-menu-flow-horizontal ul li a {
    color: ;
  }
  .header--light .header__lower .hs-menu-flow-horizontal>ul>li.hs-item-has-children .child-trigger:after {
    color: ;
  }
}

.mfp-hide {
  display: none;
}

.custom-modal {
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  max-height: 99vh;
  overflow-y: auto;
  max-width: 900px;
  width: 100%;
  z-index: 10004;
}

.modal-mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #011844E5;
  z-index: 1000;
  display: none;
}

.modal-close {
  position: absolute;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  color: #000;
  top: 0;
  right: 0;
  cursor: pointer;
  font-size: 24px;
}


/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */.hamburger{font:inherit;overflow:visible;margin:0;padding:15px;cursor:pointer;transition-timing-function:linear;transition-duration:.15s;transition-property:opacity,filter;text-transform:none;color:inherit;border:0;background-color:transparent}.hamburger.is-active:hover,.hamburger:hover{opacity:.7}.hamburger-box{position:relative;display:inline-block;width:40px;height:24px}.hamburger-inner{top:50%;display:block;margin-top:-2px}.hamburger-inner,.hamburger-inner:after,.hamburger-inner:before{position:absolute;width:40px;height:2px;transition-timing-function:ease;transition-duration:.15s;transition-property:transform;border-radius:4px;}.hamburger-inner:after,.hamburger-inner:before{display:block;content:"";width:28px!important;left:-3px;}.hamburger-inner:before{top:-8px}.hamburger-inner:after{bottom:-8px}.hamburger--3dx .hamburger-box{perspective:80px}.hamburger--3dx .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dx .hamburger-inner:after,.hamburger--3dx .hamburger-inner:before{transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dx.is-active .hamburger-inner{transform:rotateY(180deg);background-color:transparent!important}.hamburger--3dx.is-active .hamburger-inner:before{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--3dx.is-active .hamburger-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--3dx-r .hamburger-box{perspective:80px}.hamburger--3dx-r .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dx-r .hamburger-inner:after,.hamburger--3dx-r .hamburger-inner:before{transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dx-r.is-active .hamburger-inner{transform:rotateY(-180deg);background-color:transparent!important}.hamburger--3dx-r.is-active .hamburger-inner:before{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--3dx-r.is-active .hamburger-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--3dy .hamburger-box{perspective:80px}.hamburger--3dy .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dy .hamburger-inner:after,.hamburger--3dy .hamburger-inner:before{transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dy.is-active .hamburger-inner{transform:rotateX(-180deg);background-color:transparent!important}.hamburger--3dy.is-active .hamburger-inner:before{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--3dy.is-active .hamburger-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--3dy-r .hamburger-box{perspective:80px}.hamburger--3dy-r .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dy-r .hamburger-inner:after,.hamburger--3dy-r .hamburger-inner:before{transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dy-r.is-active .hamburger-inner{transform:rotateX(180deg);background-color:transparent!important}.hamburger--3dy-r.is-active .hamburger-inner:before{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--3dy-r.is-active .hamburger-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--3dxy .hamburger-box{perspective:80px}.hamburger--3dxy .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dxy .hamburger-inner:after,.hamburger--3dxy .hamburger-inner:before{transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dxy.is-active .hamburger-inner{transform:rotateX(180deg) rotateY(180deg);background-color:transparent!important}.hamburger--3dxy.is-active .hamburger-inner:before{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--3dxy.is-active .hamburger-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--3dxy-r .hamburger-box{perspective:80px}.hamburger--3dxy-r .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dxy-r .hamburger-inner:after,.hamburger--3dxy-r .hamburger-inner:before{transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dxy-r.is-active .hamburger-inner{transform:rotateX(180deg) rotateY(180deg) rotate(-180deg);background-color:transparent!important}.hamburger--3dxy-r.is-active .hamburger-inner:before{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--3dxy-r.is-active .hamburger-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--arrow.is-active .hamburger-inner:before{transform:translate3d(-8px,0,0) rotate(-45deg) scaleX(.7)}.hamburger--arrow.is-active .hamburger-inner:after{transform:translate3d(-8px,0,0) rotate(45deg) scaleX(.7)}.hamburger--arrow-r.is-active .hamburger-inner:before{transform:translate3d(8px,0,0) rotate(45deg) scaleX(.7)}.hamburger--arrow-r.is-active .hamburger-inner:after{transform:translate3d(8px,0,0) rotate(-45deg) scaleX(.7)}.hamburger--arrowalt .hamburger-inner:before{transition:top .1s ease .1s,transform .1s cubic-bezier(.165,.84,.44,1)}.hamburger--arrowalt .hamburger-inner:after{transition:bottom .1s ease .1s,transform .1s cubic-bezier(.165,.84,.44,1)}.hamburger--arrowalt.is-active .hamburger-inner:before{top:0;transition:top .1s ease,transform .1s cubic-bezier(.895,.03,.685,.22) .1s;transform:translate3d(-8px,-10px,0) rotate(-45deg) scaleX(.7)}.hamburger--arrowalt.is-active .hamburger-inner:after{bottom:0;transition:bottom .1s ease,transform .1s cubic-bezier(.895,.03,.685,.22) .1s;transform:translate3d(-8px,10px,0) rotate(45deg) scaleX(.7)}.hamburger--arrowalt-r .hamburger-inner:before{transition:top .1s ease .1s,transform .1s cubic-bezier(.165,.84,.44,1)}.hamburger--arrowalt-r .hamburger-inner:after{transition:bottom .1s ease .1s,transform .1s cubic-bezier(.165,.84,.44,1)}.hamburger--arrowalt-r.is-active .hamburger-inner:before{top:0;transition:top .1s ease,transform .1s cubic-bezier(.895,.03,.685,.22) .1s;transform:translate3d(8px,-10px,0) rotate(45deg) scaleX(.7)}.hamburger--arrowalt-r.is-active .hamburger-inner:after{bottom:0;transition:bottom .1s ease,transform .1s cubic-bezier(.895,.03,.685,.22) .1s;transform:translate3d(8px,10px,0) rotate(-45deg) scaleX(.7)}.hamburger--arrowturn.is-active .hamburger-inner{transform:rotate(-180deg)}.hamburger--arrowturn.is-active .hamburger-inner:before{transform:translate3d(8px,0,0) rotate(45deg) scaleX(.7)}.hamburger--arrowturn.is-active .hamburger-inner:after{transform:translate3d(8px,0,0) rotate(-45deg) scaleX(.7)}.hamburger--arrowturn-r.is-active .hamburger-inner{transform:rotate(-180deg)}.hamburger--arrowturn-r.is-active .hamburger-inner:before{transform:translate3d(-8px,0,0) rotate(-45deg) scaleX(.7)}.hamburger--arrowturn-r.is-active .hamburger-inner:after{transform:translate3d(-8px,0,0) rotate(45deg) scaleX(.7)}.hamburger--boring .hamburger-inner,.hamburger--boring .hamburger-inner:after,.hamburger--boring .hamburger-inner:before{transition-property:none}.hamburger--boring.is-active .hamburger-inner{transform:rotate(45deg)}.hamburger--boring.is-active .hamburger-inner:before{top:0;opacity:0}.hamburger--boring.is-active .hamburger-inner:after{bottom:0;transform:rotate(-90deg)}.hamburger--collapse .hamburger-inner{top:auto;bottom:0;transition-delay:.13s;transition-timing-function:cubic-bezier(.55,.055,.675,.19);transition-duration:.13s}.hamburger--collapse .hamburger-inner:after{top:-20px;transition:top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,opacity .1s linear}.hamburger--collapse .hamburger-inner:before{transition:top .12s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)}.hamburger--collapse.is-active .hamburger-inner{transition-delay:.22s;transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--collapse.is-active .hamburger-inner:after{top:0;transition:top .2s cubic-bezier(.33333,0,.66667,.33333),opacity .1s linear .22s;opacity:0}.hamburger--collapse.is-active .hamburger-inner:before{top:0;transition:top .1s cubic-bezier(.33333,0,.66667,.33333) .16s,transform .13s cubic-bezier(.215,.61,.355,1) .25s;transform:rotate(-90deg)}.hamburger--collapse-r .hamburger-inner{top:auto;bottom:0;transition-delay:.13s;transition-timing-function:cubic-bezier(.55,.055,.675,.19);transition-duration:.13s}.hamburger--collapse-r .hamburger-inner:after{top:-20px;transition:top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,opacity .1s linear}.hamburger--collapse-r .hamburger-inner:before{transition:top .12s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)}.hamburger--collapse-r.is-active .hamburger-inner{transition-delay:.22s;transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translate3d(0,-10px,0) rotate(45deg)}.hamburger--collapse-r.is-active .hamburger-inner:after{top:0;transition:top .2s cubic-bezier(.33333,0,.66667,.33333),opacity .1s linear .22s;opacity:0}.hamburger--collapse-r.is-active .hamburger-inner:before{top:0;transition:top .1s cubic-bezier(.33333,0,.66667,.33333) .16s,transform .13s cubic-bezier(.215,.61,.355,1) .25s;transform:rotate(90deg)}.hamburger--elastic .hamburger-inner{top:2px;transition-timing-function:cubic-bezier(.68,-.55,.265,1.55);transition-duration:.275s}.hamburger--elastic .hamburger-inner:before{top:10px;transition:opacity .125s ease .275s}.hamburger--elastic .hamburger-inner:after{top:20px;transition:transform .275s cubic-bezier(.68,-.55,.265,1.55)}.hamburger--elastic.is-active .hamburger-inner{transition-delay:75ms;transform:translate3d(0,10px,0) rotate(135deg)}.hamburger--elastic.is-active .hamburger-inner:before{transition-delay:0s;opacity:0}.hamburger--elastic.is-active .hamburger-inner:after{transition-delay:75ms;transform:translate3d(0,-20px,0) rotate(-270deg)}.hamburger--elastic-r .hamburger-inner{top:2px;transition-timing-function:cubic-bezier(.68,-.55,.265,1.55);transition-duration:.275s}.hamburger--elastic-r .hamburger-inner:before{top:10px;transition:opacity .125s ease .275s}.hamburger--elastic-r .hamburger-inner:after{top:20px;transition:transform .275s cubic-bezier(.68,-.55,.265,1.55)}.hamburger--elastic-r.is-active .hamburger-inner{transition-delay:75ms;transform:translate3d(0,10px,0) rotate(-135deg)}.hamburger--elastic-r.is-active .hamburger-inner:before{transition-delay:0s;opacity:0}.hamburger--elastic-r.is-active .hamburger-inner:after{transition-delay:75ms;transform:translate3d(0,-20px,0) rotate(270deg)}.hamburger--emphatic{overflow:hidden}.hamburger--emphatic .hamburger-inner{transition:background-color .125s ease-in .175s}.hamburger--emphatic .hamburger-inner:before{left:0;transition:transform .125s cubic-bezier(.6,.04,.98,.335),top .05s linear .125s,left .125s ease-in .175s}.hamburger--emphatic .hamburger-inner:after{top:10px;right:0;transition:transform .125s cubic-bezier(.6,.04,.98,.335),top .05s linear .125s,right .125s ease-in .175s}.hamburger--emphatic.is-active .hamburger-inner{transition-delay:0s;transition-timing-function:ease-out;background-color:transparent!important}.hamburger--emphatic.is-active .hamburger-inner:before{top:-80px;left:-80px;transition:left .125s ease-out,top .05s linear .125s,transform .125s cubic-bezier(.075,.82,.165,1) .175s;transform:translate3d(80px,80px,0) rotate(45deg)}.hamburger--emphatic.is-active .hamburger-inner:after{top:-80px;right:-80px;transition:right .125s ease-out,top .05s linear .125s,transform .125s cubic-bezier(.075,.82,.165,1) .175s;transform:translate3d(-80px,80px,0) rotate(-45deg)}.hamburger--emphatic-r{overflow:hidden}.hamburger--emphatic-r .hamburger-inner{transition:background-color .125s ease-in .175s}.hamburger--emphatic-r .hamburger-inner:before{left:0;transition:transform .125s cubic-bezier(.6,.04,.98,.335),top .05s linear .125s,left .125s ease-in .175s}.hamburger--emphatic-r .hamburger-inner:after{top:10px;right:0;transition:transform .125s cubic-bezier(.6,.04,.98,.335),top .05s linear .125s,right .125s ease-in .175s}.hamburger--emphatic-r.is-active .hamburger-inner{transition-delay:0s;transition-timing-function:ease-out;background-color:transparent!important}.hamburger--emphatic-r.is-active .hamburger-inner:before{top:80px;left:-80px;transition:left .125s ease-out,top .05s linear .125s,transform .125s cubic-bezier(.075,.82,.165,1) .175s;transform:translate3d(80px,-80px,0) rotate(-45deg)}.hamburger--emphatic-r.is-active .hamburger-inner:after{top:80px;right:-80px;transition:right .125s ease-out,top .05s linear .125s,transform .125s cubic-bezier(.075,.82,.165,1) .175s;transform:translate3d(-80px,-80px,0) rotate(45deg)}.hamburger--minus .hamburger-inner:after,.hamburger--minus .hamburger-inner:before{transition:bottom .08s ease-out 0s,top .08s ease-out 0s,opacity 0s linear}.hamburger--minus.is-active .hamburger-inner:after,.hamburger--minus.is-active .hamburger-inner:before{transition:bottom .08s ease-out,top .08s ease-out,opacity 0s linear .08s;opacity:0}.hamburger--minus.is-active .hamburger-inner:before{top:0}.hamburger--minus.is-active .hamburger-inner:after{bottom:0}.hamburger--slider .hamburger-inner{top:2px}.hamburger--slider .hamburger-inner:before{top:10px;transition-timing-function:ease;transition-duration:.15s;transition-property:transform,opacity}.hamburger--slider .hamburger-inner:after{top:20px}.hamburger--slider.is-active .hamburger-inner{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--slider.is-active .hamburger-inner:before{transform:rotate(-45deg) translate3d(-5.71429px,-6px,0);opacity:0}.hamburger--slider.is-active .hamburger-inner:after{transform:translate3d(0,-20px,0) rotate(-90deg)}.hamburger--slider-r .hamburger-inner{top:2px}.hamburger--slider-r .hamburger-inner:before{top:10px;transition-timing-function:ease;transition-duration:.15s;transition-property:transform,opacity}.hamburger--slider-r .hamburger-inner:after{top:20px}.hamburger--slider-r.is-active .hamburger-inner{transform:translate3d(0,10px,0) rotate(-45deg)}.hamburger--slider-r.is-active .hamburger-inner:before{transform:rotate(45deg) translate3d(5.71429px,-6px,0);opacity:0}.hamburger--slider-r.is-active .hamburger-inner:after{transform:translate3d(0,-20px,0) rotate(90deg)}.hamburger--spin .hamburger-inner{transition-timing-function:cubic-bezier(.55,.055,.675,.19);transition-duration:.22s}.hamburger--spin .hamburger-inner:before{transition:top .1s ease-in .25s,opacity .1s ease-in}.hamburger--spin .hamburger-inner:after{transition:bottom .1s ease-in .25s,transform .22s cubic-bezier(.55,.055,.675,.19)}.hamburger--spin.is-active .hamburger-inner{transition-delay:.12s;transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:rotate(225deg)}.hamburger--spin.is-active .hamburger-inner:before{top:0;transition:top .1s ease-out,opacity .1s ease-out .12s;opacity:0}.hamburger--spin.is-active .hamburger-inner:after{bottom:0;transition:bottom .1s ease-out,transform .22s cubic-bezier(.215,.61,.355,1) .12s;transform:rotate(-90deg)}.hamburger--spin-r .hamburger-inner{transition-timing-function:cubic-bezier(.55,.055,.675,.19);transition-duration:.22s}.hamburger--spin-r .hamburger-inner:before{transition:top .1s ease-in .25s,opacity .1s ease-in}.hamburger--spin-r .hamburger-inner:after{transition:bottom .1s ease-in .25s,transform .22s cubic-bezier(.55,.055,.675,.19)}.hamburger--spin-r.is-active .hamburger-inner{transition-delay:.12s;transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:rotate(-225deg)}.hamburger--spin-r.is-active .hamburger-inner:before{top:0;transition:top .1s ease-out,opacity .1s ease-out .12s;opacity:0}.hamburger--spin-r.is-active .hamburger-inner:after{bottom:0;transition:bottom .1s ease-out,transform .22s cubic-bezier(.215,.61,.355,1) .12s;transform:rotate(90deg)}.hamburger--spring .hamburger-inner{top:2px;transition:background-color 0s linear .13s}.hamburger--spring .hamburger-inner:before{top:10px;transition:top .1s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)}.hamburger--spring .hamburger-inner:after{top:20px;transition:top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)}.hamburger--spring.is-active .hamburger-inner{transition-delay:.22s;background-color:transparent!important}.hamburger--spring.is-active .hamburger-inner:before{top:0;transition:top .1s cubic-bezier(.33333,0,.66667,.33333) .15s,transform .13s cubic-bezier(.215,.61,.355,1) .22s;transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--spring.is-active .hamburger-inner:after{top:0;transition:top .2s cubic-bezier(.33333,0,.66667,.33333),transform .13s cubic-bezier(.215,.61,.355,1) .22s;transform:translate3d(0,10px,0) rotate(-45deg)}.hamburger--spring-r .hamburger-inner{top:auto;bottom:0;transition-delay:0s;transition-timing-function:cubic-bezier(.55,.055,.675,.19);transition-duration:.13s}.hamburger--spring-r .hamburger-inner:after{top:-20px;transition:top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,opacity 0s linear}.hamburger--spring-r .hamburger-inner:before{transition:top .1s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)}.hamburger--spring-r.is-active .hamburger-inner{transition-delay:.22s;transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--spring-r.is-active .hamburger-inner:after{top:0;transition:top .2s cubic-bezier(.33333,0,.66667,.33333),opacity 0s linear .22s;opacity:0}.hamburger--spring-r.is-active .hamburger-inner:before{top:0;transition:top .1s cubic-bezier(.33333,0,.66667,.33333) .15s,transform .13s cubic-bezier(.215,.61,.355,1) .22s;transform:rotate(90deg)}.hamburger--stand .hamburger-inner{transition:transform 75ms cubic-bezier(.55,.055,.675,.19) .15s,background-color 0s linear 75ms}.hamburger--stand .hamburger-inner:before{transition:top 75ms ease-in 75ms,transform 75ms cubic-bezier(.55,.055,.675,.19) 0s}.hamburger--stand .hamburger-inner:after{transition:bottom 75ms ease-in 75ms,transform 75ms cubic-bezier(.55,.055,.675,.19) 0s}.hamburger--stand.is-active .hamburger-inner{transition:transform 75ms cubic-bezier(.215,.61,.355,1) 0s,background-color 0s linear .15s;transform:rotate(90deg);background-color:transparent!important}.hamburger--stand.is-active .hamburger-inner:before{top:0;transition:top 75ms ease-out .1s,transform 75ms cubic-bezier(.215,.61,.355,1) .15s;transform:rotate(-45deg)}.hamburger--stand.is-active .hamburger-inner:after{bottom:0;transition:bottom 75ms ease-out .1s,transform 75ms cubic-bezier(.215,.61,.355,1) .15s;transform:rotate(45deg)}.hamburger--stand-r .hamburger-inner{transition:transform 75ms cubic-bezier(.55,.055,.675,.19) .15s,background-color 0s linear 75ms}.hamburger--stand-r .hamburger-inner:before{transition:top 75ms ease-in 75ms,transform 75ms cubic-bezier(.55,.055,.675,.19) 0s}.hamburger--stand-r .hamburger-inner:after{transition:bottom 75ms ease-in 75ms,transform 75ms cubic-bezier(.55,.055,.675,.19) 0s}.hamburger--stand-r.is-active .hamburger-inner{transition:transform 75ms cubic-bezier(.215,.61,.355,1) 0s,background-color 0s linear .15s;transform:rotate(-90deg);background-color:transparent!important}.hamburger--stand-r.is-active .hamburger-inner:before{top:0;transition:top 75ms ease-out .1s,transform 75ms cubic-bezier(.215,.61,.355,1) .15s;transform:rotate(-45deg)}.hamburger--stand-r.is-active .hamburger-inner:after{bottom:0;transition:bottom 75ms ease-out .1s,transform 75ms cubic-bezier(.215,.61,.355,1) .15s;transform:rotate(45deg)}.hamburger--squeeze .hamburger-inner{transition-timing-function:cubic-bezier(.55,.055,.675,.19);transition-duration:75ms}.hamburger--squeeze .hamburger-inner:before{transition:top 75ms ease .12s,opacity 75ms ease}.hamburger--squeeze .hamburger-inner:after{transition:bottom 75ms ease .12s,transform 75ms cubic-bezier(.55,.055,.675,.19)}.hamburger--squeeze.is-active .hamburger-inner{transition-delay:.12s;transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:rotate(45deg)}.hamburger--squeeze.is-active .hamburger-inner:before{top:0;transition:top 75ms ease,opacity 75ms ease .12s;opacity:0}.hamburger--squeeze.is-active .hamburger-inner:after{bottom:0;transition:bottom 75ms ease,transform 75ms cubic-bezier(.215,.61,.355,1) .12s;transform:rotate(-90deg)}.hamburger--vortex .hamburger-inner{transition-timing-function:cubic-bezier(.19,1,.22,1);transition-duration:.2s}.hamburger--vortex .hamburger-inner:after,.hamburger--vortex .hamburger-inner:before{transition-delay:.1s;transition-timing-function:linear;transition-duration:0s}.hamburger--vortex .hamburger-inner:before{transition-property:top,opacity}.hamburger--vortex .hamburger-inner:after{transition-property:bottom,transform}.hamburger--vortex.is-active .hamburger-inner{transition-timing-function:cubic-bezier(.19,1,.22,1);transform:rotate(765deg)}.hamburger--vortex.is-active .hamburger-inner:after,.hamburger--vortex.is-active .hamburger-inner:before{transition-delay:0s}.hamburger--vortex.is-active .hamburger-inner:before{top:0;opacity:0}.hamburger--vortex.is-active .hamburger-inner:after{bottom:0;transform:rotate(90deg)}.hamburger--vortex-r .hamburger-inner{transition-timing-function:cubic-bezier(.19,1,.22,1);transition-duration:.2s}.hamburger--vortex-r .hamburger-inner:after,.hamburger--vortex-r .hamburger-inner:before{transition-delay:.1s;transition-timing-function:linear;transition-duration:0s}.hamburger--vortex-r .hamburger-inner:before{transition-property:top,opacity}.hamburger--vortex-r .hamburger-inner:after{transition-property:bottom,transform}.hamburger--vortex-r.is-active .hamburger-inner{transition-timing-function:cubic-bezier(.19,1,.22,1);transform:rotate(-765deg)}.hamburger--vortex-r.is-active .hamburger-inner:after,.hamburger--vortex-r.is-active .hamburger-inner:before{transition-delay:0s}.hamburger--vortex-r.is-active .hamburger-inner:before{top:0;opacity:0}.hamburger--vortex-r.is-active .hamburger-inner:after{bottom:0;transform:rotate(-90deg)}