@charset "UTF-8";
/*!
	Theme Name: 	thune
	Theme URI: 		https://thune.oo
	Description: 	Theme for client
	Author:
	Author URI: 	https://www.konsis.no
	Version: 		2020
	License URI:
	Text Domain: 	thune
	Domain Path:    /core/languages
*/
/**
 * JBI Grid: Gutenberg extension
 * @type SASS grid
 */
/*
 * JBI GRID 1.3: Core
 * --------------------------------
 * Based on FlexBoxGrid.
 */
.flexbox,
.flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: flex-start;
}

.col {
  padding-right: 1rem;
  padding-left: 1rem;
}

.row {
  margin-right: 1rem;
  margin-left: 1rem;
}

.row {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem;
}
.row.reverse {
  flex-direction: row-reverse;
}

.col.reverse {
  flex-direction: column-reverse;
}

.menu-mobile {
  display: none;
}
@media screen and (min-width: 0px) and (max-width: 1024px) {
  .menu-mobile {
    display: flex;
  }
}

.menu-desktop {
  display: none;
}
@media screen and (min-width: 1025px) {
  .menu-desktop {
    display: flex;
  }
}

@media only screen and (min-width: 0px) {
  .col-xs-offset-12, .col-xs-offset-11, .col-xs-offset-10, .col-xs-offset-9, .col-xs-offset-8, .col-xs-offset-7, .col-xs-offset-6, .col-xs-offset-5, .col-xs-offset-4, .col-xs-offset-3, .col-xs-offset-2, .col-xs-offset-1, .col-xs-offset, .col-xs-12, .col-xs-11, .col-xs-10, .col-xs-9, .col-xs-8, .col-xs-7, .col-xs-6, .col-xs-5, .col-xs-4, .col-xs-3, .col-xs-2, .col-xs-1, .col-xs {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .col-xs {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-xs-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xs-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xs-3 {
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-xs-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xs-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xs-6 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-xs-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xs-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xs-9 {
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-xs-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xs-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xs-12 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-xs-offset-0 {
    margin-left: 0%;
  }

  .col-xs-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-xs-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-xs-offset-3 {
    margin-left: 25%;
  }

  .col-xs-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-xs-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-xs-offset-6 {
    margin-left: 50%;
  }

  .col-xs-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-xs-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-xs-offset-9 {
    margin-left: 75%;
  }

  .col-xs-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-xs-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-xs-offset-12 {
    margin-left: 100%;
  }

  .order-xs-0 {
    order: 0;
  }

  .order-xs-1 {
    order: 1;
  }

  .order-xs-2 {
    order: 2;
  }

  .order-xs-3 {
    order: 3;
  }

  .order-xs-4 {
    order: 4;
  }

  .order-xs-5 {
    order: 5;
  }

  .order-xs-6 {
    order: 6;
  }

  .order-xs-7 {
    order: 7;
  }

  .order-xs-8 {
    order: 8;
  }

  .order-xs-9 {
    order: 9;
  }

  .order-xs-10 {
    order: 10;
  }

  .order-xs-11 {
    order: 11;
  }

  .order-xs-12 {
    order: 12;
  }

  .start-xs {
    justify-content: flex-start;
    text-align: left;
    text-align: start;
  }

  .center-xs {
    justify-content: center;
    text-align: center;
  }

  .end-xs {
    justify-content: flex-end;
    text-align: right;
    text-align: end;
  }

  .top-xs {
    align-items: flex-start;
  }

  .middle-xs {
    align-items: center;
  }

  .bottom-xs {
    align-items: flex-end;
  }

  .around-xs {
    justify-content: space-around;
  }

  .between-xs {
    justify-content: space-between;
  }

  .first-xs {
    order: -1;
  }

  .last-xs {
    order: 1;
  }

  .stretch-xs {
    align-content: stretch;
  }
}
@media only screen and (min-width: 766px) {
  .col-sm-offset-12, .col-sm-offset-11, .col-sm-offset-10, .col-sm-offset-9, .col-sm-offset-8, .col-sm-offset-7, .col-sm-offset-6, .col-sm-offset-5, .col-sm-offset-4, .col-sm-offset-3, .col-sm-offset-2, .col-sm-offset-1, .col-sm-offset, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col-sm {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .col-sm {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-sm-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-3 {
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-sm-6 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-sm-9 {
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-sm-12 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .start-sm {
    justify-content: flex-start;
    text-align: left;
    text-align: start;
  }

  .center-sm {
    justify-content: center;
    text-align: center;
  }

  .end-sm {
    justify-content: flex-end;
    text-align: right;
    text-align: end;
  }

  .top-sm {
    align-items: flex-start;
  }

  .middle-sm {
    align-items: center;
  }

  .bottom-sm {
    align-items: flex-end;
  }

  .around-sm {
    justify-content: space-around;
  }

  .between-sm {
    justify-content: space-between;
  }

  .first-sm {
    order: -1;
  }

  .last-sm {
    order: 1;
  }

  .stretch-sm {
    align-content: stretch;
  }
}
@media only screen and (min-width: 1024px) {
  .col-md-offset-12, .col-md-offset-11, .col-md-offset-10, .col-md-offset-9, .col-md-offset-8, .col-md-offset-7, .col-md-offset-6, .col-md-offset-5, .col-md-offset-4, .col-md-offset-3, .col-md-offset-2, .col-md-offset-1, .col-md-offset, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-md {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .col-md {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-md-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-3 {
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-md-6 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-md-9 {
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-md-12 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .start-md {
    justify-content: flex-start;
    text-align: left;
    text-align: start;
  }

  .center-md {
    justify-content: center;
    text-align: center;
  }

  .end-md {
    justify-content: flex-end;
    text-align: right;
    text-align: end;
  }

  .top-md {
    align-items: flex-start;
  }

  .middle-md {
    align-items: center;
  }

  .bottom-md {
    align-items: flex-end;
  }

  .around-md {
    justify-content: space-around;
  }

  .between-md {
    justify-content: space-between;
  }

  .first-md {
    order: -1;
  }

  .last-md {
    order: 1;
  }

  .stretch-md {
    align-content: stretch;
  }
}
@media only screen and (min-width: 1280px) {
  .col-lg-offset-12, .col-lg-offset-11, .col-lg-offset-10, .col-lg-offset-9, .col-lg-offset-8, .col-lg-offset-7, .col-lg-offset-6, .col-lg-offset-5, .col-lg-offset-4, .col-lg-offset-3, .col-lg-offset-2, .col-lg-offset-1, .col-lg-offset, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-lg {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .col-lg {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-lg-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-3 {
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-lg-6 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-lg-9 {
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-lg-12 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .start-lg {
    justify-content: flex-start;
    text-align: left;
    text-align: start;
  }

  .center-lg {
    justify-content: center;
    text-align: center;
  }

  .end-lg {
    justify-content: flex-end;
    text-align: right;
    text-align: end;
  }

  .top-lg {
    align-items: flex-start;
  }

  .middle-lg {
    align-items: center;
  }

  .bottom-lg {
    align-items: flex-end;
  }

  .around-lg {
    justify-content: space-around;
  }

  .between-lg {
    justify-content: space-between;
  }

  .first-lg {
    order: -1;
  }

  .last-lg {
    order: 1;
  }

  .stretch-lg {
    align-content: stretch;
  }
}
/*
 * JBI GRID 1.2: SASS extension
 * --------------------------------
 * Based on FlexBoxGrid.
 */
.row-stretch-y,
.col-stretch-y {
  height: 100%;
}

.margin-top-0 {
  margin-top: 0px !important;
}

.margin-bottom-0 {
  margin-bottom: 0px !important;
}

.margin-left-0 {
  margin-left: 0px !important;
}

.margin-right-0 {
  margin-right: 0px !important;
}

.padding-top-0 {
  padding-top: 0px !important;
}

.padding-bottom-0 {
  padding-bottom: 0px !important;
}

.padding-left-0 {
  padding-left: 0px !important;
}

.padding-right-0 {
  padding-right: 0px !important;
}

.margin-top-1 {
  margin-top: 10px !important;
}

.margin-bottom-1 {
  margin-bottom: 10px !important;
}

.margin-left-1 {
  margin-left: 10px !important;
}

.margin-right-1 {
  margin-right: 10px !important;
}

.padding-top-1 {
  padding-top: 10px !important;
}

.padding-bottom-1 {
  padding-bottom: 10px !important;
}

.padding-left-1 {
  padding-left: 10px !important;
}

.padding-right-1 {
  padding-right: 10px !important;
}

.margin-top-2 {
  margin-top: 20px !important;
}

.margin-bottom-2 {
  margin-bottom: 20px !important;
}

.margin-left-2 {
  margin-left: 20px !important;
}

.margin-right-2 {
  margin-right: 20px !important;
}

.padding-top-2 {
  padding-top: 20px !important;
}

.padding-bottom-2 {
  padding-bottom: 20px !important;
}

.padding-left-2 {
  padding-left: 20px !important;
}

.padding-right-2 {
  padding-right: 20px !important;
}

.margin-top-3 {
  margin-top: 30px !important;
}

.margin-bottom-3 {
  margin-bottom: 30px !important;
}

.margin-left-3 {
  margin-left: 30px !important;
}

.margin-right-3 {
  margin-right: 30px !important;
}

.padding-top-3 {
  padding-top: 30px !important;
}

.padding-bottom-3 {
  padding-bottom: 30px !important;
}

.padding-left-3 {
  padding-left: 30px !important;
}

.padding-right-3 {
  padding-right: 30px !important;
}

.margin-top-4 {
  margin-top: 40px !important;
}

.margin-bottom-4 {
  margin-bottom: 40px !important;
}

.margin-left-4 {
  margin-left: 40px !important;
}

.margin-right-4 {
  margin-right: 40px !important;
}

.padding-top-4 {
  padding-top: 40px !important;
}

.padding-bottom-4 {
  padding-bottom: 40px !important;
}

.padding-left-4 {
  padding-left: 40px !important;
}

.padding-right-4 {
  padding-right: 40px !important;
}

.margin-top-5 {
  margin-top: 50px !important;
}

.margin-bottom-5 {
  margin-bottom: 50px !important;
}

.margin-left-5 {
  margin-left: 50px !important;
}

.margin-right-5 {
  margin-right: 50px !important;
}

.padding-top-5 {
  padding-top: 50px !important;
}

.padding-bottom-5 {
  padding-bottom: 50px !important;
}

.padding-left-5 {
  padding-left: 50px !important;
}

.padding-right-5 {
  padding-right: 50px !important;
}

.margin-top-6 {
  margin-top: 60px !important;
}

.margin-bottom-6 {
  margin-bottom: 60px !important;
}

.margin-left-6 {
  margin-left: 60px !important;
}

.margin-right-6 {
  margin-right: 60px !important;
}

.padding-top-6 {
  padding-top: 60px !important;
}

.padding-bottom-6 {
  padding-bottom: 60px !important;
}

.padding-left-6 {
  padding-left: 60px !important;
}

.padding-right-6 {
  padding-right: 60px !important;
}

.margin-top-7 {
  margin-top: 70px !important;
}

.margin-bottom-7 {
  margin-bottom: 70px !important;
}

.margin-left-7 {
  margin-left: 70px !important;
}

.margin-right-7 {
  margin-right: 70px !important;
}

.padding-top-7 {
  padding-top: 70px !important;
}

.padding-bottom-7 {
  padding-bottom: 70px !important;
}

.padding-left-7 {
  padding-left: 70px !important;
}

.padding-right-7 {
  padding-right: 70px !important;
}

.margin-top-8 {
  margin-top: 80px !important;
}

.margin-bottom-8 {
  margin-bottom: 80px !important;
}

.margin-left-8 {
  margin-left: 80px !important;
}

.margin-right-8 {
  margin-right: 80px !important;
}

.padding-top-8 {
  padding-top: 80px !important;
}

.padding-bottom-8 {
  padding-bottom: 80px !important;
}

.padding-left-8 {
  padding-left: 80px !important;
}

.padding-right-8 {
  padding-right: 80px !important;
}

.margin-top-9 {
  margin-top: 90px !important;
}

.margin-bottom-9 {
  margin-bottom: 90px !important;
}

.margin-left-9 {
  margin-left: 90px !important;
}

.margin-right-9 {
  margin-right: 90px !important;
}

.padding-top-9 {
  padding-top: 90px !important;
}

.padding-bottom-9 {
  padding-bottom: 90px !important;
}

.padding-left-9 {
  padding-left: 90px !important;
}

.padding-right-9 {
  padding-right: 90px !important;
}

.margin-top-10 {
  margin-top: 100px !important;
}

.margin-bottom-10 {
  margin-bottom: 100px !important;
}

.margin-left-10 {
  margin-left: 100px !important;
}

.margin-right-10 {
  margin-right: 100px !important;
}

.padding-top-10 {
  padding-top: 100px !important;
}

.padding-bottom-10 {
  padding-bottom: 100px !important;
}

.padding-left-10 {
  padding-left: 100px !important;
}

.padding-right-10 {
  padding-right: 100px !important;
}

.margin-top-0 {
  margin-top: 0px  !important ;
}
@media (max-width: 1024px) {
  .margin-top-0 {
    margin-top: 0px  !important ;
  }
}
@media (max-width: 766px) {
  .margin-top-0 {
    margin-top: 0px  !important ;
  }
}

.margin-left-0 {
  margin-left: 0px  !important ;
}
@media (max-width: 1024px) {
  .margin-left-0 {
    margin-left: 0px  !important ;
  }
}
@media (max-width: 766px) {
  .margin-left-0 {
    margin-left: 0px  !important ;
  }
}

.margin-right-0 {
  margin-right: 0px  !important ;
}
@media (max-width: 1024px) {
  .margin-right-0 {
    margin-right: 0px  !important ;
  }
}
@media (max-width: 766px) {
  .margin-right-0 {
    margin-right: 0px  !important ;
  }
}

.margin-bottom-0 {
  margin-bottom: 0px  !important ;
}
@media (max-width: 1024px) {
  .margin-bottom-0 {
    margin-bottom: 0px  !important ;
  }
}
@media (max-width: 766px) {
  .margin-bottom-0 {
    margin-bottom: 0px  !important ;
  }
}

.padding-top-0 {
  margin-top: 0px  !important ;
}
@media (max-width: 1024px) {
  .padding-top-0 {
    margin-top: 0px  !important ;
  }
}
@media (max-width: 766px) {
  .padding-top-0 {
    margin-top: 0px  !important ;
  }
}

.padding-left-0 {
  margin-left: 0px  !important ;
}
@media (max-width: 1024px) {
  .padding-left-0 {
    margin-left: 0px  !important ;
  }
}
@media (max-width: 766px) {
  .padding-left-0 {
    margin-left: 0px  !important ;
  }
}

.padding-right-0 {
  margin-right: 0px  !important ;
}
@media (max-width: 1024px) {
  .padding-right-0 {
    margin-right: 0px  !important ;
  }
}
@media (max-width: 766px) {
  .padding-right-0 {
    margin-right: 0px  !important ;
  }
}

.padding-bottom-0 {
  margin-bottom: 0px  !important ;
}
@media (max-width: 1024px) {
  .padding-bottom-0 {
    margin-bottom: 0px  !important ;
  }
}
@media (max-width: 766px) {
  .padding-bottom-0 {
    margin-bottom: 0px  !important ;
  }
}

.margin-top-100 {
  margin-top: 100px  !important ;
}
@media (max-width: 1024px) {
  .margin-top-100 {
    margin-top: 80px  !important ;
  }
}
@media (max-width: 766px) {
  .margin-top-100 {
    margin-top: 50px  !important ;
  }
}

.margin-left-100 {
  margin-left: 100px  !important ;
}
@media (max-width: 1024px) {
  .margin-left-100 {
    margin-left: 80px  !important ;
  }
}
@media (max-width: 766px) {
  .margin-left-100 {
    margin-left: 50px  !important ;
  }
}

.margin-right-100 {
  margin-right: 100px  !important ;
}
@media (max-width: 1024px) {
  .margin-right-100 {
    margin-right: 80px  !important ;
  }
}
@media (max-width: 766px) {
  .margin-right-100 {
    margin-right: 50px  !important ;
  }
}

.margin-bottom-100 {
  margin-bottom: 100px  !important ;
}
@media (max-width: 1024px) {
  .margin-bottom-100 {
    margin-bottom: 80px  !important ;
  }
}
@media (max-width: 766px) {
  .margin-bottom-100 {
    margin-bottom: 50px  !important ;
  }
}

.margin-top-70 {
  margin-top: 70px  !important ;
}
@media (max-width: 1024px) {
  .margin-top-70 {
    margin-top: 50px  !important ;
  }
}
@media (max-width: 766px) {
  .margin-top-70 {
    margin-top: 30px  !important ;
  }
}

.margin-left-70 {
  margin-left: 70px  !important ;
}
@media (max-width: 1024px) {
  .margin-left-70 {
    margin-left: 50px  !important ;
  }
}
@media (max-width: 766px) {
  .margin-left-70 {
    margin-left: 30px  !important ;
  }
}

.margin-right-70 {
  margin-right: 70px  !important ;
}
@media (max-width: 1024px) {
  .margin-right-70 {
    margin-right: 50px  !important ;
  }
}
@media (max-width: 766px) {
  .margin-right-70 {
    margin-right: 30px  !important ;
  }
}

.margin-bottom-70 {
  margin-bottom: 70px  !important ;
}
@media (max-width: 1024px) {
  .margin-bottom-70 {
    margin-bottom: 50px  !important ;
  }
}
@media (max-width: 766px) {
  .margin-bottom-70 {
    margin-bottom: 30px  !important ;
  }
}

.margin-top-50 {
  margin-top: 50px  !important ;
}
@media (max-width: 1024px) {
  .margin-top-50 {
    margin-top: 40px  !important ;
  }
}
@media (max-width: 766px) {
  .margin-top-50 {
    margin-top: 30px  !important ;
  }
}

.margin-left-50 {
  margin-left: 50px  !important ;
}
@media (max-width: 1024px) {
  .margin-left-50 {
    margin-left: 40px  !important ;
  }
}
@media (max-width: 766px) {
  .margin-left-50 {
    margin-left: 30px  !important ;
  }
}

.margin-right-50 {
  margin-right: 50px  !important ;
}
@media (max-width: 1024px) {
  .margin-right-50 {
    margin-right: 40px  !important ;
  }
}
@media (max-width: 766px) {
  .margin-right-50 {
    margin-right: 30px  !important ;
  }
}

.margin-bottom-50 {
  margin-bottom: 50px  !important ;
}
@media (max-width: 1024px) {
  .margin-bottom-50 {
    margin-bottom: 40px  !important ;
  }
}
@media (max-width: 766px) {
  .margin-bottom-50 {
    margin-bottom: 30px  !important ;
  }
}

.margin-top-30 {
  margin-top: 30px  !important ;
}
@media (max-width: 1024px) {
  .margin-top-30 {
    margin-top: 20px  !important ;
  }
}
@media (max-width: 766px) {
  .margin-top-30 {
    margin-top: 12px  !important ;
  }
}

.margin-left-30 {
  margin-left: 30px  !important ;
}
@media (max-width: 1024px) {
  .margin-left-30 {
    margin-left: 20px  !important ;
  }
}
@media (max-width: 766px) {
  .margin-left-30 {
    margin-left: 12px  !important ;
  }
}

.margin-right-30 {
  margin-right: 30px  !important ;
}
@media (max-width: 1024px) {
  .margin-right-30 {
    margin-right: 20px  !important ;
  }
}
@media (max-width: 766px) {
  .margin-right-30 {
    margin-right: 12px  !important ;
  }
}

.margin-bottom-30 {
  margin-bottom: 30px  !important ;
}
@media (max-width: 1024px) {
  .margin-bottom-30 {
    margin-bottom: 20px  !important ;
  }
}
@media (max-width: 766px) {
  .margin-bottom-30 {
    margin-bottom: 12px  !important ;
  }
}

.margin-top-20 {
  margin-top: 20px  !important ;
}
@media (max-width: 1024px) {
  .margin-top-20 {
    margin-top: 10px  !important ;
  }
}
@media (max-width: 766px) {
  .margin-top-20 {
    margin-top: 10px  !important ;
  }
}

.margin-left-20 {
  margin-left: 20px  !important ;
}
@media (max-width: 1024px) {
  .margin-left-20 {
    margin-left: 10px  !important ;
  }
}
@media (max-width: 766px) {
  .margin-left-20 {
    margin-left: 10px  !important ;
  }
}

.margin-right-20 {
  margin-right: 20px  !important ;
}
@media (max-width: 1024px) {
  .margin-right-20 {
    margin-right: 10px  !important ;
  }
}
@media (max-width: 766px) {
  .margin-right-20 {
    margin-right: 10px  !important ;
  }
}

.margin-bottom-20 {
  margin-bottom: 20px  !important ;
}
@media (max-width: 1024px) {
  .margin-bottom-20 {
    margin-bottom: 10px  !important ;
  }
}
@media (max-width: 766px) {
  .margin-bottom-20 {
    margin-bottom: 10px  !important ;
  }
}

.padding-top-100 {
  padding-top: 100px  !important ;
}
@media (max-width: 1024px) {
  .padding-top-100 {
    padding-top: 80px  !important ;
  }
}
@media (max-width: 766px) {
  .padding-top-100 {
    padding-top: 50px  !important ;
  }
}

.padding-left-100 {
  padding-left: 100px  !important ;
}
@media (max-width: 1024px) {
  .padding-left-100 {
    padding-left: 80px  !important ;
  }
}
@media (max-width: 766px) {
  .padding-left-100 {
    padding-left: 50px  !important ;
  }
}

.padding-right-100 {
  padding-right: 100px  !important ;
}
@media (max-width: 1024px) {
  .padding-right-100 {
    padding-right: 80px  !important ;
  }
}
@media (max-width: 766px) {
  .padding-right-100 {
    padding-right: 50px  !important ;
  }
}

.padding-bottom-100 {
  padding-bottom: 100px  !important ;
}
@media (max-width: 1024px) {
  .padding-bottom-100 {
    padding-bottom: 80px  !important ;
  }
}
@media (max-width: 766px) {
  .padding-bottom-100 {
    padding-bottom: 50px  !important ;
  }
}

.padding-top-80 {
  padding-top: 80px  !important ;
}
@media (max-width: 1024px) {
  .padding-top-80 {
    padding-top: 60px  !important ;
  }
}
@media (max-width: 766px) {
  .padding-top-80 {
    padding-top: 40px  !important ;
  }
}

.padding-left-80 {
  padding-left: 80px  !important ;
}
@media (max-width: 1024px) {
  .padding-left-80 {
    padding-left: 60px  !important ;
  }
}
@media (max-width: 766px) {
  .padding-left-80 {
    padding-left: 40px  !important ;
  }
}

.padding-right-80 {
  padding-right: 80px  !important ;
}
@media (max-width: 1024px) {
  .padding-right-80 {
    padding-right: 60px  !important ;
  }
}
@media (max-width: 766px) {
  .padding-right-80 {
    padding-right: 40px  !important ;
  }
}

.padding-bottom-80 {
  padding-bottom: 80px  !important ;
}
@media (max-width: 1024px) {
  .padding-bottom-80 {
    padding-bottom: 60px  !important ;
  }
}
@media (max-width: 766px) {
  .padding-bottom-80 {
    padding-bottom: 40px  !important ;
  }
}

.padding-top-70 {
  padding-top: 70px  !important ;
}
@media (max-width: 1024px) {
  .padding-top-70 {
    padding-top: 50px  !important ;
  }
}
@media (max-width: 766px) {
  .padding-top-70 {
    padding-top: 30px  !important ;
  }
}

.padding-left-70 {
  padding-left: 70px  !important ;
}
@media (max-width: 1024px) {
  .padding-left-70 {
    padding-left: 50px  !important ;
  }
}
@media (max-width: 766px) {
  .padding-left-70 {
    padding-left: 30px  !important ;
  }
}

.padding-right-70 {
  padding-right: 70px  !important ;
}
@media (max-width: 1024px) {
  .padding-right-70 {
    padding-right: 50px  !important ;
  }
}
@media (max-width: 766px) {
  .padding-right-70 {
    padding-right: 30px  !important ;
  }
}

.padding-bottom-70 {
  padding-bottom: 70px  !important ;
}
@media (max-width: 1024px) {
  .padding-bottom-70 {
    padding-bottom: 50px  !important ;
  }
}
@media (max-width: 766px) {
  .padding-bottom-70 {
    padding-bottom: 30px  !important ;
  }
}

.padding-top-50 {
  padding-top: 50px  !important ;
}
@media (max-width: 1024px) {
  .padding-top-50 {
    padding-top: 40px  !important ;
  }
}
@media (max-width: 766px) {
  .padding-top-50 {
    padding-top: 30px  !important ;
  }
}

.padding-left-50 {
  padding-left: 50px  !important ;
}
@media (max-width: 1024px) {
  .padding-left-50 {
    padding-left: 40px  !important ;
  }
}
@media (max-width: 766px) {
  .padding-left-50 {
    padding-left: 30px  !important ;
  }
}

.padding-right-50 {
  padding-right: 50px  !important ;
}
@media (max-width: 1024px) {
  .padding-right-50 {
    padding-right: 40px  !important ;
  }
}
@media (max-width: 766px) {
  .padding-right-50 {
    padding-right: 30px  !important ;
  }
}

.padding-bottom-50 {
  padding-bottom: 50px  !important ;
}
@media (max-width: 1024px) {
  .padding-bottom-50 {
    padding-bottom: 40px  !important ;
  }
}
@media (max-width: 766px) {
  .padding-bottom-50 {
    padding-bottom: 30px  !important ;
  }
}

.padding-top-30 {
  padding-top: 30px  !important ;
}
@media (max-width: 1024px) {
  .padding-top-30 {
    padding-top: 30px  !important ;
  }
}
@media (max-width: 766px) {
  .padding-top-30 {
    padding-top: 30px  !important ;
  }
}

.padding-left-30 {
  padding-left: 30px  !important ;
}
@media (max-width: 1024px) {
  .padding-left-30 {
    padding-left: 30px  !important ;
  }
}
@media (max-width: 766px) {
  .padding-left-30 {
    padding-left: 30px  !important ;
  }
}

.padding-right-30 {
  padding-right: 30px  !important ;
}
@media (max-width: 1024px) {
  .padding-right-30 {
    padding-right: 30px  !important ;
  }
}
@media (max-width: 766px) {
  .padding-right-30 {
    padding-right: 30px  !important ;
  }
}

.padding-bottom-30 {
  padding-bottom: 30px  !important ;
}
@media (max-width: 1024px) {
  .padding-bottom-30 {
    padding-bottom: 30px  !important ;
  }
}
@media (max-width: 766px) {
  .padding-bottom-30 {
    padding-bottom: 30px  !important ;
  }
}

.padding-top-20 {
  padding-top: 20px  !important ;
}
@media (max-width: 1024px) {
  .padding-top-20 {
    padding-top: 10px  !important ;
  }
}
@media (max-width: 766px) {
  .padding-top-20 {
    padding-top: 10px  !important ;
  }
}

.padding-left-20 {
  padding-left: 20px  !important ;
}
@media (max-width: 1024px) {
  .padding-left-20 {
    padding-left: 10px  !important ;
  }
}
@media (max-width: 766px) {
  .padding-left-20 {
    padding-left: 10px  !important ;
  }
}

.padding-right-20 {
  padding-right: 20px  !important ;
}
@media (max-width: 1024px) {
  .padding-right-20 {
    padding-right: 10px  !important ;
  }
}
@media (max-width: 766px) {
  .padding-right-20 {
    padding-right: 10px  !important ;
  }
}

.padding-bottom-20 {
  padding-bottom: 20px  !important ;
}
@media (max-width: 1024px) {
  .padding-bottom-20 {
    padding-bottom: 10px  !important ;
  }
}
@media (max-width: 766px) {
  .padding-bottom-20 {
    padding-bottom: 10px  !important ;
  }
}

.flex-center {
  justify-content: center !important;
  align-items: center !important;
}

.flex-center__x {
  justify-content: center !important;
}

.flex-center__y {
  align-items: center !important;
}

.flex-stretch__y {
  align-items: stretch !important;
}

.flex-column__lg {
  display: none !important;
}

.flex-column__md {
  display: none !important;
}

.flex-column__sm {
  display: none !important;
}

.flex-column {
  flex-direction: column;
}

@media (max-width: 767px) {
  .flex-column__xs {
    flex-direction: column;
  }

  .hidden-xs {
    display: none !important;
  }

  .visible-xs-block {
    display: block !important;
  }

  .visible-xs-inline-block {
    display: inline-block !important;
  }

  .visible-xs-inline {
    display: inline !important;
  }

  .visible-xs {
    display: flex !important;
  }
}
@media (min-width: 767px) and (max-width: 1025px) {
  .flex-column__sm {
    flex-direction: column;
  }

  .hidden-sm {
    display: none !important;
  }

  .visible-sm-block {
    display: block !important;
  }

  .visible-sm-inline-block {
    display: inline-block !important;
  }

  .visible-sm-inline {
    display: inline !important;
  }

  .visible-sm {
    display: flex !important;
  }
}
@media (min-width: 1025px) and (max-width: 1281px) {
  .flex-column__md {
    flex-direction: column;
  }

  .hidden-md {
    display: none !important;
  }

  .visible-md-block {
    display: block !important;
  }

  .visible-md-inline-block {
    display: inline-block !important;
  }

  .visible-md-inline {
    display: inline !important;
  }

  .visible-md {
    display: flex !important;
  }
}
@media (min-width: 1281px) {
  .flex-column__lg {
    flex-direction: column;
  }

  .hidden-lg {
    display: none !important;
  }

  .visible-lg-block {
    display: block !important;
  }

  .visible-lg-inline-block {
    display: inline-block !important;
  }

  .visible-lg-inline {
    display: inline !important;
  }

  .visible-lg {
    display: flex !important;
  }
}
.visible-xs-block {
  display: none !important;
}

.visible-sm-block {
  display: none !important;
}

.visible-md-block {
  display: none !important;
}

.visible-lg-block {
  display: none !important;
}

.visible-xs-inline-block {
  display: none !important;
}

.visible-sm-inline-block {
  display: none !important;
}

.visible-md-inline-block {
  display: none !important;
}

.visible-lg-inline-block {
  display: none !important;
}

.visible-xs-inline {
  display: none !important;
}

.visible-sm-inline {
  display: none !important;
}

.visible-md-inline {
  display: none !important;
}

.visible-lg-inline {
  display: none !important;
}

.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

/*
 * JBI GRID 1.2: Container
 * --------------------------------
 * Based on FlexBoxGrid.
 */
.container-fluid,
.container {
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
}

.container-center {
  margin-right: auto;
  margin-left: auto;
}

.container-special {
  margin-right: 0;
  margin-left: 0;
}

.container,
.container-special {
  max-width: 1400px;
  box-sizing: border-box;
}

.container-half {
  max-width: calc(1400px / 2);
}

.container-third {
  max-width: calc(1400px / 2.5);
}

.container-half-md {
  max-width: calc(1400px / 2);
}
@media (max-width: 1024px) {
  .container-half-md {
    max-width: 1400px;
  }
}

html, body {
  border: 0;
  font-family: "Helvetica-Neue", "Helvetica", Arial, sans-serif;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}

div, span, object, iframe, img, table, caption, thead, tbody,
tfoot, tr, tr, td, article, aside, canvas, details, figure, hgroup, menu,
nav, footer, header, section, summary, mark, audio, video {
  border: 0;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cit, code,
del, dfn, em, ins, q, samp, small, strong, sub, sup, b, i, hr, dl, dt, dd,
ol, ul, li, fieldset, legend, label {
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}

article, aside, canvas, figure, figure img, figcaption, hgroup,
footer, header, nav, section, audio, video {
  display: block;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}
table caption, table th, table td {
  text-align: left;
  vertical-align: middle;
}

a img {
  border: 0;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

p, li, cite, figure, figcaption, ol, ul {
  font-weight: 400;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 25px;
  line-height: 1.5625rem;
}
@media (max-width: 1024px) {
  p, li, cite, figure, figcaption, ol, ul {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
@media (max-width: 766px) {
  p, li, cite, figure, figcaption, ol, ul {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
p.has-medium-font-size, li.has-medium-font-size, cite.has-medium-font-size, figure.has-medium-font-size, figcaption.has-medium-font-size, ol.has-medium-font-size, ul.has-medium-font-size {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 30px;
  line-height: 1.875rem;
}
p.has-large-font-size, li.has-large-font-size, cite.has-large-font-size, figure.has-large-font-size, figcaption.has-large-font-size, ol.has-large-font-size, ul.has-large-font-size {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 34px;
  line-height: 2.125rem;
}
p.has-very-large-font-size, li.has-very-large-font-size, cite.has-very-large-font-size, figure.has-very-large-font-size, figcaption.has-very-large-font-size, ol.has-very-large-font-size, ul.has-very-large-font-size {
  font-size: 35px;
  font-size: 2.1875rem;
  line-height: 42px;
  line-height: 2.625rem;
}

p {
  padding: 0;
  margin: 0 0 1em 0;
}

.excerpt p {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 28px;
  line-height: 1.75rem;
}
@media (max-width: 766px) {
  .excerpt p {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.excerpt p a {
  color: #005AA3;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-family: "Asap", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-display: swap;
  color: #005AA3;
}

h1, h2, h3, h4, h6 {
  text-transform: uppercase;
}

h1 {
  font-size: 35px;
  font-size: 2.1875rem;
  line-height: 45px;
  line-height: 2.8125rem;
  padding-bottom: 10px;
  font-weight: 500;
  color: #005AA3;
}
@media (max-width: 1024px) {
  h1 {
    padding-bottom: 10px;
  }
}
@media (max-width: 766px) {
  h1 {
    padding-bottom: 10px;
  }
}
@media (max-width: 1280px) {
  h1 {
    font-size: 33px;
    font-size: 2.0625rem;
    line-height: 35px;
    line-height: 2.1875rem;
  }
}
@media (max-width: 1024px) {
  h1 {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 35px;
    line-height: 2.1875rem;
  }
}
@media (max-width: 766px) {
  h1 {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 35px;
    line-height: 2.1875rem;
  }
}

h2 {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 42px;
  line-height: 2.625rem;
  font-weight: 500;
  color: #005AA3;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  h2 {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 35px;
    line-height: 2.1875rem;
  }
}
@media (max-width: 766px) {
  h2 {
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 28px;
    line-height: 1.75rem;
  }
}
@media (max-width: 1024px) {
  h2 {
    margin-bottom: 10px;
  }
}
@media (max-width: 766px) {
  h2 {
    margin-bottom: 10px;
  }
}

h3 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 25px;
  line-height: 1.5625rem;
  margin-bottom: 20px;
  font-weight: 500;
  color: #005AA3;
}
@media (max-width: 1024px) {
  h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 766px) {
  h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 766px) {
  h3 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 25px;
    line-height: 1.5625rem;
  }
}

h4 {
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 30px;
  line-height: 1.875rem;
  font-family: "Asap", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-display: swap;
  font-weight: 700;
  padding-bottom: 10px;
}
@media (max-width: 766px) {
  h4 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 25px;
    line-height: 1.5625rem;
  }
}
@media (max-width: 1024px) {
  h4 {
    padding-bottom: 10px;
  }
}
@media (max-width: 766px) {
  h4 {
    padding-bottom: 10px;
  }
}

h5 {
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 30px;
  line-height: 1.875rem;
  font-family: "Asap", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-display: swap;
  font-weight: 400;
  padding-bottom: 10px;
}
@media (max-width: 1024px) {
  h5 {
    padding-bottom: 10px;
  }
}
@media (max-width: 766px) {
  h5 {
    padding-bottom: 10px;
  }
}

h6 {
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 25px;
  line-height: 1.5625rem;
  font-family: "Asap", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-display: swap;
  padding-bottom: 10px;
}
@media (max-width: 1024px) {
  h6 {
    padding-bottom: 10px;
  }
}
@media (max-width: 766px) {
  h6 {
    padding-bottom: 10px;
  }
}

.subtitle,
.subtitle p {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 32px;
  line-height: 2rem;
}
@media (max-width: 766px) {
  .subtitle,
.subtitle p {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 26px;
    line-height: 1.625rem;
  }
}

ol {
  counter-reset: ol;
}
ol li::before {
  counter-increment: ol;
}

ul {
  counter-reset: ul;
}
ul li::before {
  counter-increment: ul;
}

ol, ul {
  margin-bottom: 0;
  padding-bottom: 20px;
}
ol li, ul li {
  display: inline-block;
  padding-bottom: 20px;
}
@media (max-width: 1024px) {
  ol li, ul li {
    padding-bottom: 10px;
  }
}
@media (max-width: 766px) {
  ol li, ul li {
    padding-bottom: 10px;
  }
}
ol li:before, ul li:before {
  font-weight: 500;
  min-width: 20px;
  display: inline-block;
}
ol.list-bullet li, ul.list-bullet li {
  margin-left: 1rem;
  position: relative;
}
ol.list-bullet li:before, ul.list-bullet li:before {
  content: "•";
  font-weight: 700;
  display: inline-block;
  position: absolute;
  left: -1rem;
  font-size: 20px;
}

body {
  color: #1D1D1B;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 25px;
  line-height: 1.5625rem;
  font-family: "Asap", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-display: swap;
}

strong, b {
  font-weight: 600 !important;
}

italic, i {
  font-style: italic !important;
}

underline, u {
  text-decoration: underline !important;
}

.light {
  opacity: 0.75;
  font-weight: 300;
}

.font-headline {
  font-family: "Asap", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-display: swap;
}

.font-text {
  font-family: "Asap", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-display: swap;
}

.font-special {
  font-family: "Asap", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-display: swap;
}

a, .link {
  text-decoration: underline;
  color: #005AA3;
  cursor: pointer;
}
a:hover, .link:hover {
  color: #005AA3;
  text-decoration: underline;
}
a:active, .link:active {
  color: #0076d6;
  text-decoration: underline;
}
html ::-webkit-scrollbar {
  width: 0.5em;
  height: 0.5em;
}
html ::-webkit-scrollbar-thumb {
  background: #bcbcbc;
}
html ::-webkit-scrollbar-track {
  background: #e2e2e2;
}
html body {
  scrollbar-face-color: #bcbcbc;
  scrollbar-track-color: #e2e2e2;
}

html, body {
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}

body {
  background-color: #ffffff;
  background-position: top left;
  background-repeat: no-repeat;
}

* {
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}

main {
  min-height: 100%;
  overflow-x: hidden;
}

.disable-scroll,
.no-scroll {
  overflow: hidden !important;
  height: 100% !important;
  height: 100vh !important;
}

@media screen and (min-width: 0px) and (max-width: 1024px) {
  .no-scroll-mobile {
    overflow: hidden !important;
    height: 100% !important;
    height: 100vh !important;
  }
}

.full-height {
  height: 100%;
}

.spinner-loader i, .spinner-loader svg {
  display: block;
  font-size: 45px;
  margin: auto;
  clear: both;
  text-align: center;
  opacity: 0.4;
}
.spinner-loader .title {
  text-align: center;
  width: 100%;
  max-width: 100%;
  clear: both;
  display: block;
  margin-top: 25px;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 40px;
  line-height: 2.5rem;
}

.wp,
.wordpress,
.woocommerce {
  font-size: 17px;
  font-size: 1.0625rem;
}

.is-template {
  display: none !important;
}

.required {
  color: #FD5B49;
}

.white {
  color: #ffffff !important;
}

.black {
  color: #1D1D1B !important;
}

.red {
  color: #FD5B49 !important;
}

.green {
  color: #55ab80 !important;
}

.blue {
  color: #005AA3 !important;
}

.purple {
  color: #3A1642 !important;
}

.yellow {
  color: #DAAC23 !important;
}

.orange {
  color: #EE763A !important;
}

.darkgrey {
  color: #706F6F !important;
}

.bg-white {
  background-color: #ffffff !important;
}

.bg-black {
  background-color: #1D1D1B !important;
}

.bg-red {
  background-color: #FD5B49 !important;
}

.bg-lightred {
  background-color: #FD8476 !important;
}

.bg-green {
  background-color: #55ab80 !important;
}

.bg-darkgrey {
  background-color: #706F6F !important;
}

.bg-grey {
  background-color: #8C8B8B !important;
}

.bg-lightgrey {
  background-color: #E2E2E2 !important;
}

.bg-blue {
  background-color: #005AA3 !important;
}

.bg-lightblue {
  background-color: #669CC8 !important;
}

.bg-darkblue {
  background-color: #213B89 !important;
}

.bg-purple {
  background-color: #3A1642 !important;
}

.bg-orange {
  background-color: #EE763A !important;
}

.interactive, .interactive * {
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
}
.interactive.hover-fade {
  transition: all 700ms cubic-bezier(0, 0, 0, 1);
}
.interactive.hover-fade:hover {
  opacity: 0.8;
  transition: all 60ms cubic-bezier(0, 0, 0, 1);
}
.interactive.hover-fade:active {
  opacity: 0.6;
}
.interactive.hover-pop {
  transition: all 700ms cubic-bezier(0, 0, 0, 1);
}
.interactive.hover-pop:hover {
  transform: scale(1.04);
  transition: all 120ms cubic-bezier(0, 0, 0, 1);
}
.interactive.hover-pop:active {
  transform: scale(1.025);
}

.no-touch {
  pointer-events: none;
}

.nobreak {
  white-space: nowrap;
}

p:empty {
  display: none !important;
  margin: 0;
  padding: 0;
}

.min-height-00p {
  min-height: calc(0 * 1%);
}

.min-height-00vh {
  min-height: calc(0 * 1%);
  min-height: calc(0vh);
}

.height-00p {
  height: calc(0 * 1%);
}

.height-00vh {
  height: calc(0 * 1%);
  height: calc(0vh);
}

.min-width-00p {
  min-width: calc(0 * 1%);
}

.min-width-00vh {
  min-width: calc(0 * 1%);
  min-width: calc(0vw);
}

.width-00p {
  width: calc(0 * 1%);
}

.width-00vh {
  width: calc(0 * 1%);
  width: calc(0vw);
}

.padding-neg-top-vh-00 {
  padding-top: -00vh !important;
}

.padding-neg-bottom-vh-00 {
  padding-bottom: -00vh !important;
}

.padding-pos-top-vh-00 {
  padding-top: 00vh !important;
}

.padding-pos-bottom-vh-00 {
  padding-bottom: 00vh !important;
}

.margin-neg-top-vh-00 {
  margin-top: -00vh !important;
}

.margin-neg-bottom-vh-00 {
  margin-bottom: -00vh !important;
}

.margin-pos-top-vh-00 {
  margin-top: 00vh !important;
}

.margin-pos-bottom-vh-00 {
  margin-bottom: 00vh !important;
}

.padding-neg-top-00 {
  padding-top: -0px !important;
}

.padding-neg-bottom-00 {
  padding-bottom: -0px !important;
}

.padding-pos-top-00 {
  padding-top: 0px !important;
}

.padding-pos-bottom-00 {
  padding-bottom: 0px !important;
}

.margin-neg-top-00 {
  margin-top: -0px !important;
}

.margin-neg-bottom-00 {
  margin-bottom: -0px !important;
}

.margin-pos-top-00 {
  margin-top: 0px !important;
}

.margin-pos-bottom-00 {
  margin-bottom: 0px !important;
}

.min-height-10p {
  min-height: calc(10 * 1%);
}

.min-height-10vh {
  min-height: calc(10 * 1%);
  min-height: calc(10vh);
}

.height-10p {
  height: calc(10 * 1%);
}

.height-10vh {
  height: calc(10 * 1%);
  height: calc(10vh);
}

.min-width-10p {
  min-width: calc(10 * 1%);
}

.min-width-10vh {
  min-width: calc(10 * 1%);
  min-width: calc(10vw);
}

.width-10p {
  width: calc(10 * 1%);
}

.width-10vh {
  width: calc(10 * 1%);
  width: calc(10vw);
}

.padding-neg-top-vh-10 {
  padding-top: -10vh !important;
}

.padding-neg-bottom-vh-10 {
  padding-bottom: -10vh !important;
}

.padding-pos-top-vh-10 {
  padding-top: 10vh !important;
}

.padding-pos-bottom-vh-10 {
  padding-bottom: 10vh !important;
}

.margin-neg-top-vh-10 {
  margin-top: -10vh !important;
}

.margin-neg-bottom-vh-10 {
  margin-bottom: -10vh !important;
}

.margin-pos-top-vh-10 {
  margin-top: 10vh !important;
}

.margin-pos-bottom-vh-10 {
  margin-bottom: 10vh !important;
}

.padding-neg-top-10 {
  padding-top: -100px !important;
}

.padding-neg-bottom-10 {
  padding-bottom: -100px !important;
}

.padding-pos-top-10 {
  padding-top: 100px !important;
}

.padding-pos-bottom-10 {
  padding-bottom: 100px !important;
}

.margin-neg-top-10 {
  margin-top: -100px !important;
}

.margin-neg-bottom-10 {
  margin-bottom: -100px !important;
}

.margin-pos-top-10 {
  margin-top: 100px !important;
}

.margin-pos-bottom-10 {
  margin-bottom: 100px !important;
}

.min-height-20p {
  min-height: calc(20 * 1%);
}

.min-height-20vh {
  min-height: calc(20 * 1%);
  min-height: calc(20vh);
}

.height-20p {
  height: calc(20 * 1%);
}

.height-20vh {
  height: calc(20 * 1%);
  height: calc(20vh);
}

.min-width-20p {
  min-width: calc(20 * 1%);
}

.min-width-20vh {
  min-width: calc(20 * 1%);
  min-width: calc(20vw);
}

.width-20p {
  width: calc(20 * 1%);
}

.width-20vh {
  width: calc(20 * 1%);
  width: calc(20vw);
}

.padding-neg-top-vh-20 {
  padding-top: -20vh !important;
}

.padding-neg-bottom-vh-20 {
  padding-bottom: -20vh !important;
}

.padding-pos-top-vh-20 {
  padding-top: 20vh !important;
}

.padding-pos-bottom-vh-20 {
  padding-bottom: 20vh !important;
}

.margin-neg-top-vh-20 {
  margin-top: -20vh !important;
}

.margin-neg-bottom-vh-20 {
  margin-bottom: -20vh !important;
}

.margin-pos-top-vh-20 {
  margin-top: 20vh !important;
}

.margin-pos-bottom-vh-20 {
  margin-bottom: 20vh !important;
}

.padding-neg-top-20 {
  padding-top: -200px !important;
}

.padding-neg-bottom-20 {
  padding-bottom: -200px !important;
}

.padding-pos-top-20 {
  padding-top: 200px !important;
}

.padding-pos-bottom-20 {
  padding-bottom: 200px !important;
}

.margin-neg-top-20 {
  margin-top: -200px !important;
}

.margin-neg-bottom-20 {
  margin-bottom: -200px !important;
}

.margin-pos-top-20 {
  margin-top: 200px !important;
}

.margin-pos-bottom-20 {
  margin-bottom: 200px !important;
}

.min-height-30p {
  min-height: calc(30 * 1%);
}

.min-height-30vh {
  min-height: calc(30 * 1%);
  min-height: calc(30vh);
}

.height-30p {
  height: calc(30 * 1%);
}

.height-30vh {
  height: calc(30 * 1%);
  height: calc(30vh);
}

.min-width-30p {
  min-width: calc(30 * 1%);
}

.min-width-30vh {
  min-width: calc(30 * 1%);
  min-width: calc(30vw);
}

.width-30p {
  width: calc(30 * 1%);
}

.width-30vh {
  width: calc(30 * 1%);
  width: calc(30vw);
}

.padding-neg-top-vh-30 {
  padding-top: -30vh !important;
}

.padding-neg-bottom-vh-30 {
  padding-bottom: -30vh !important;
}

.padding-pos-top-vh-30 {
  padding-top: 30vh !important;
}

.padding-pos-bottom-vh-30 {
  padding-bottom: 30vh !important;
}

.margin-neg-top-vh-30 {
  margin-top: -30vh !important;
}

.margin-neg-bottom-vh-30 {
  margin-bottom: -30vh !important;
}

.margin-pos-top-vh-30 {
  margin-top: 30vh !important;
}

.margin-pos-bottom-vh-30 {
  margin-bottom: 30vh !important;
}

.padding-neg-top-30 {
  padding-top: -300px !important;
}

.padding-neg-bottom-30 {
  padding-bottom: -300px !important;
}

.padding-pos-top-30 {
  padding-top: 300px !important;
}

.padding-pos-bottom-30 {
  padding-bottom: 300px !important;
}

.margin-neg-top-30 {
  margin-top: -300px !important;
}

.margin-neg-bottom-30 {
  margin-bottom: -300px !important;
}

.margin-pos-top-30 {
  margin-top: 300px !important;
}

.margin-pos-bottom-30 {
  margin-bottom: 300px !important;
}

.min-height-40p {
  min-height: calc(40 * 1%);
}

.min-height-40vh {
  min-height: calc(40 * 1%);
  min-height: calc(40vh);
}

.height-40p {
  height: calc(40 * 1%);
}

.height-40vh {
  height: calc(40 * 1%);
  height: calc(40vh);
}

.min-width-40p {
  min-width: calc(40 * 1%);
}

.min-width-40vh {
  min-width: calc(40 * 1%);
  min-width: calc(40vw);
}

.width-40p {
  width: calc(40 * 1%);
}

.width-40vh {
  width: calc(40 * 1%);
  width: calc(40vw);
}

.padding-neg-top-vh-40 {
  padding-top: -40vh !important;
}

.padding-neg-bottom-vh-40 {
  padding-bottom: -40vh !important;
}

.padding-pos-top-vh-40 {
  padding-top: 40vh !important;
}

.padding-pos-bottom-vh-40 {
  padding-bottom: 40vh !important;
}

.margin-neg-top-vh-40 {
  margin-top: -40vh !important;
}

.margin-neg-bottom-vh-40 {
  margin-bottom: -40vh !important;
}

.margin-pos-top-vh-40 {
  margin-top: 40vh !important;
}

.margin-pos-bottom-vh-40 {
  margin-bottom: 40vh !important;
}

.padding-neg-top-40 {
  padding-top: -400px !important;
}

.padding-neg-bottom-40 {
  padding-bottom: -400px !important;
}

.padding-pos-top-40 {
  padding-top: 400px !important;
}

.padding-pos-bottom-40 {
  padding-bottom: 400px !important;
}

.margin-neg-top-40 {
  margin-top: -400px !important;
}

.margin-neg-bottom-40 {
  margin-bottom: -400px !important;
}

.margin-pos-top-40 {
  margin-top: 400px !important;
}

.margin-pos-bottom-40 {
  margin-bottom: 400px !important;
}

.min-height-50p {
  min-height: calc(50 * 1%);
}

.min-height-50vh {
  min-height: calc(50 * 1%);
  min-height: calc(50vh);
}

.height-50p {
  height: calc(50 * 1%);
}

.height-50vh {
  height: calc(50 * 1%);
  height: calc(50vh);
}

.min-width-50p {
  min-width: calc(50 * 1%);
}

.min-width-50vh {
  min-width: calc(50 * 1%);
  min-width: calc(50vw);
}

.width-50p {
  width: calc(50 * 1%);
}

.width-50vh {
  width: calc(50 * 1%);
  width: calc(50vw);
}

.padding-neg-top-vh-50 {
  padding-top: -50vh !important;
}

.padding-neg-bottom-vh-50 {
  padding-bottom: -50vh !important;
}

.padding-pos-top-vh-50 {
  padding-top: 50vh !important;
}

.padding-pos-bottom-vh-50 {
  padding-bottom: 50vh !important;
}

.margin-neg-top-vh-50 {
  margin-top: -50vh !important;
}

.margin-neg-bottom-vh-50 {
  margin-bottom: -50vh !important;
}

.margin-pos-top-vh-50 {
  margin-top: 50vh !important;
}

.margin-pos-bottom-vh-50 {
  margin-bottom: 50vh !important;
}

.padding-neg-top-50 {
  padding-top: -500px !important;
}

.padding-neg-bottom-50 {
  padding-bottom: -500px !important;
}

.padding-pos-top-50 {
  padding-top: 500px !important;
}

.padding-pos-bottom-50 {
  padding-bottom: 500px !important;
}

.margin-neg-top-50 {
  margin-top: -500px !important;
}

.margin-neg-bottom-50 {
  margin-bottom: -500px !important;
}

.margin-pos-top-50 {
  margin-top: 500px !important;
}

.margin-pos-bottom-50 {
  margin-bottom: 500px !important;
}

.min-height-60p {
  min-height: calc(60 * 1%);
}

.min-height-60vh {
  min-height: calc(60 * 1%);
  min-height: calc(60vh);
}

.height-60p {
  height: calc(60 * 1%);
}

.height-60vh {
  height: calc(60 * 1%);
  height: calc(60vh);
}

.min-width-60p {
  min-width: calc(60 * 1%);
}

.min-width-60vh {
  min-width: calc(60 * 1%);
  min-width: calc(60vw);
}

.width-60p {
  width: calc(60 * 1%);
}

.width-60vh {
  width: calc(60 * 1%);
  width: calc(60vw);
}

.padding-neg-top-vh-60 {
  padding-top: -60vh !important;
}

.padding-neg-bottom-vh-60 {
  padding-bottom: -60vh !important;
}

.padding-pos-top-vh-60 {
  padding-top: 60vh !important;
}

.padding-pos-bottom-vh-60 {
  padding-bottom: 60vh !important;
}

.margin-neg-top-vh-60 {
  margin-top: -60vh !important;
}

.margin-neg-bottom-vh-60 {
  margin-bottom: -60vh !important;
}

.margin-pos-top-vh-60 {
  margin-top: 60vh !important;
}

.margin-pos-bottom-vh-60 {
  margin-bottom: 60vh !important;
}

.padding-neg-top-60 {
  padding-top: -600px !important;
}

.padding-neg-bottom-60 {
  padding-bottom: -600px !important;
}

.padding-pos-top-60 {
  padding-top: 600px !important;
}

.padding-pos-bottom-60 {
  padding-bottom: 600px !important;
}

.margin-neg-top-60 {
  margin-top: -600px !important;
}

.margin-neg-bottom-60 {
  margin-bottom: -600px !important;
}

.margin-pos-top-60 {
  margin-top: 600px !important;
}

.margin-pos-bottom-60 {
  margin-bottom: 600px !important;
}

.min-height-70p {
  min-height: calc(70 * 1%);
}

.min-height-70vh {
  min-height: calc(70 * 1%);
  min-height: calc(70vh);
}

.height-70p {
  height: calc(70 * 1%);
}

.height-70vh {
  height: calc(70 * 1%);
  height: calc(70vh);
}

.min-width-70p {
  min-width: calc(70 * 1%);
}

.min-width-70vh {
  min-width: calc(70 * 1%);
  min-width: calc(70vw);
}

.width-70p {
  width: calc(70 * 1%);
}

.width-70vh {
  width: calc(70 * 1%);
  width: calc(70vw);
}

.padding-neg-top-vh-70 {
  padding-top: -70vh !important;
}

.padding-neg-bottom-vh-70 {
  padding-bottom: -70vh !important;
}

.padding-pos-top-vh-70 {
  padding-top: 70vh !important;
}

.padding-pos-bottom-vh-70 {
  padding-bottom: 70vh !important;
}

.margin-neg-top-vh-70 {
  margin-top: -70vh !important;
}

.margin-neg-bottom-vh-70 {
  margin-bottom: -70vh !important;
}

.margin-pos-top-vh-70 {
  margin-top: 70vh !important;
}

.margin-pos-bottom-vh-70 {
  margin-bottom: 70vh !important;
}

.padding-neg-top-70 {
  padding-top: -700px !important;
}

.padding-neg-bottom-70 {
  padding-bottom: -700px !important;
}

.padding-pos-top-70 {
  padding-top: 700px !important;
}

.padding-pos-bottom-70 {
  padding-bottom: 700px !important;
}

.margin-neg-top-70 {
  margin-top: -700px !important;
}

.margin-neg-bottom-70 {
  margin-bottom: -700px !important;
}

.margin-pos-top-70 {
  margin-top: 700px !important;
}

.margin-pos-bottom-70 {
  margin-bottom: 700px !important;
}

.min-height-80p {
  min-height: calc(80 * 1%);
}

.min-height-80vh {
  min-height: calc(80 * 1%);
  min-height: calc(80vh);
}

.height-80p {
  height: calc(80 * 1%);
}

.height-80vh {
  height: calc(80 * 1%);
  height: calc(80vh);
}

.min-width-80p {
  min-width: calc(80 * 1%);
}

.min-width-80vh {
  min-width: calc(80 * 1%);
  min-width: calc(80vw);
}

.width-80p {
  width: calc(80 * 1%);
}

.width-80vh {
  width: calc(80 * 1%);
  width: calc(80vw);
}

.padding-neg-top-vh-80 {
  padding-top: -80vh !important;
}

.padding-neg-bottom-vh-80 {
  padding-bottom: -80vh !important;
}

.padding-pos-top-vh-80 {
  padding-top: 80vh !important;
}

.padding-pos-bottom-vh-80 {
  padding-bottom: 80vh !important;
}

.margin-neg-top-vh-80 {
  margin-top: -80vh !important;
}

.margin-neg-bottom-vh-80 {
  margin-bottom: -80vh !important;
}

.margin-pos-top-vh-80 {
  margin-top: 80vh !important;
}

.margin-pos-bottom-vh-80 {
  margin-bottom: 80vh !important;
}

.padding-neg-top-80 {
  padding-top: -800px !important;
}

.padding-neg-bottom-80 {
  padding-bottom: -800px !important;
}

.padding-pos-top-80 {
  padding-top: 800px !important;
}

.padding-pos-bottom-80 {
  padding-bottom: 800px !important;
}

.margin-neg-top-80 {
  margin-top: -800px !important;
}

.margin-neg-bottom-80 {
  margin-bottom: -800px !important;
}

.margin-pos-top-80 {
  margin-top: 800px !important;
}

.margin-pos-bottom-80 {
  margin-bottom: 800px !important;
}

.min-height-90p {
  min-height: calc(90 * 1%);
}

.min-height-90vh {
  min-height: calc(90 * 1%);
  min-height: calc(90vh);
}

.height-90p {
  height: calc(90 * 1%);
}

.height-90vh {
  height: calc(90 * 1%);
  height: calc(90vh);
}

.min-width-90p {
  min-width: calc(90 * 1%);
}

.min-width-90vh {
  min-width: calc(90 * 1%);
  min-width: calc(90vw);
}

.width-90p {
  width: calc(90 * 1%);
}

.width-90vh {
  width: calc(90 * 1%);
  width: calc(90vw);
}

.padding-neg-top-vh-90 {
  padding-top: -90vh !important;
}

.padding-neg-bottom-vh-90 {
  padding-bottom: -90vh !important;
}

.padding-pos-top-vh-90 {
  padding-top: 90vh !important;
}

.padding-pos-bottom-vh-90 {
  padding-bottom: 90vh !important;
}

.margin-neg-top-vh-90 {
  margin-top: -90vh !important;
}

.margin-neg-bottom-vh-90 {
  margin-bottom: -90vh !important;
}

.margin-pos-top-vh-90 {
  margin-top: 90vh !important;
}

.margin-pos-bottom-vh-90 {
  margin-bottom: 90vh !important;
}

.padding-neg-top-90 {
  padding-top: -900px !important;
}

.padding-neg-bottom-90 {
  padding-bottom: -900px !important;
}

.padding-pos-top-90 {
  padding-top: 900px !important;
}

.padding-pos-bottom-90 {
  padding-bottom: 900px !important;
}

.margin-neg-top-90 {
  margin-top: -900px !important;
}

.margin-neg-bottom-90 {
  margin-bottom: -900px !important;
}

.margin-pos-top-90 {
  margin-top: 900px !important;
}

.margin-pos-bottom-90 {
  margin-bottom: 900px !important;
}

.min-height-100p {
  min-height: calc(100 * 1%);
}

.min-height-100vh {
  min-height: calc(100 * 1%);
  min-height: calc(100vh);
}

.height-100p {
  height: calc(100 * 1%);
}

.height-100vh {
  height: calc(100 * 1%);
  height: calc(100vh);
}

.min-width-100p {
  min-width: calc(100 * 1%);
}

.min-width-100vh {
  min-width: calc(100 * 1%);
  min-width: calc(100vw);
}

.width-100p {
  width: calc(100 * 1%);
}

.width-100vh {
  width: calc(100 * 1%);
  width: calc(100vw);
}

.padding-neg-top-vh-100 {
  padding-top: -100vh !important;
}

.padding-neg-bottom-vh-100 {
  padding-bottom: -100vh !important;
}

.padding-pos-top-vh-100 {
  padding-top: 100vh !important;
}

.padding-pos-bottom-vh-100 {
  padding-bottom: 100vh !important;
}

.margin-neg-top-vh-100 {
  margin-top: -100vh !important;
}

.margin-neg-bottom-vh-100 {
  margin-bottom: -100vh !important;
}

.margin-pos-top-vh-100 {
  margin-top: 100vh !important;
}

.margin-pos-bottom-vh-100 {
  margin-bottom: 100vh !important;
}

.padding-neg-top-100 {
  padding-top: -1000px !important;
}

.padding-neg-bottom-100 {
  padding-bottom: -1000px !important;
}

.padding-pos-top-100 {
  padding-top: 1000px !important;
}

.padding-pos-bottom-100 {
  padding-bottom: 1000px !important;
}

.margin-neg-top-100 {
  margin-top: -1000px !important;
}

.margin-neg-bottom-100 {
  margin-bottom: -1000px !important;
}

.margin-pos-top-100 {
  margin-top: 1000px !important;
}

.margin-pos-bottom-100 {
  margin-bottom: 1000px !important;
}

.z-index-0 {
  z-index: 0;
}

.z-index-1 {
  z-index: 1;
}

.z-index-2 {
  z-index: 2;
}

.z-index-3 {
  z-index: 3;
}

.z-index-4 {
  z-index: 4;
}

.z-index-5 {
  z-index: 5;
}

.z-index-6 {
  z-index: 6;
}

.z-index-7 {
  z-index: 7;
}

.z-index-8 {
  z-index: 8;
}

.z-index-9 {
  z-index: 9;
}

.z-index-10 {
  z-index: 10;
}

.z-index-11 {
  z-index: 11;
}

.z-index-12 {
  z-index: 12;
}

.z-index-13 {
  z-index: 13;
}

.z-index-14 {
  z-index: 14;
}

.z-index-15 {
  z-index: 15;
}

.z-index-16 {
  z-index: 16;
}

.z-index-17 {
  z-index: 17;
}

.z-index-18 {
  z-index: 18;
}

.z-index-19 {
  z-index: 19;
}

.z-index-20 {
  z-index: 20;
}

.z-index-21 {
  z-index: 21;
}

.z-index-22 {
  z-index: 22;
}

.z-index-23 {
  z-index: 23;
}

.z-index-24 {
  z-index: 24;
}

.z-index-25 {
  z-index: 25;
}

.z-index-26 {
  z-index: 26;
}

.z-index-27 {
  z-index: 27;
}

.z-index-28 {
  z-index: 28;
}

.z-index-29 {
  z-index: 29;
}

.z-index-30 {
  z-index: 30;
}

.z-index-31 {
  z-index: 31;
}

.z-index-32 {
  z-index: 32;
}

.z-index-33 {
  z-index: 33;
}

.z-index-34 {
  z-index: 34;
}

.z-index-35 {
  z-index: 35;
}

.z-index-36 {
  z-index: 36;
}

.z-index-37 {
  z-index: 37;
}

.z-index-38 {
  z-index: 38;
}

.z-index-39 {
  z-index: 39;
}

.z-index-40 {
  z-index: 40;
}

.z-index-41 {
  z-index: 41;
}

.z-index-42 {
  z-index: 42;
}

.z-index-43 {
  z-index: 43;
}

.z-index-44 {
  z-index: 44;
}

.z-index-45 {
  z-index: 45;
}

.z-index-46 {
  z-index: 46;
}

.z-index-47 {
  z-index: 47;
}

.z-index-48 {
  z-index: 48;
}

.z-index-49 {
  z-index: 49;
}

.z-index-50 {
  z-index: 50;
}

.hidden {
  display: none !important;
}

.dom-hidden {
  visibility: hidden !important;
  display: none !important;
}

.invisible {
  pointer-events: none !important;
  opacity: 0 !important;
}

.relative {
  position: relative;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.underline {
  text-decoration: underline !important;
}

.no-underline {
  text-decoration: none !important;
}

.script {
  display: none !important;
}

.loading-wave {
  position: relative !important;
  pointer-events: none !important;
  -webkit-user-select: none !important;
          user-select: none !important;
  background: #eaeaf0 !important;
  color: #eaeaf0 !important;
  border-radius: 12px !important;
}
.loading-wave::before {
  height: 100% !important;
  content: " " !important;
  position: absolute !important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 50%;
  width: 500% !important;
  margin-left: -250%;
  z-index: 10;
  animation: loading-wave 0.5s linear infinite;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 46%, rgba(255, 255, 255, 0.35) 50%, rgba(255, 255, 255, 0) 54%) 50% 50% !important;
}

@keyframes loading-wave {
  0% {
    transform: translate3d(-30%, 0, 0);
  }
  100% {
    transform: translate3d(30%, 0, 0);
  }
}
input:not([type=button]):not([type=submit]):not([transformed]):not([ignore]),
textarea:not([transformed]):not([ignore]),
select:not([transformed]):not([ignore]) {
  opacity: 0;
}

.input-wrapper {
  font-family: "Asap", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-display: swap;
  line-height: 16px;
  line-height: 1rem;
  font-size: 14pxpx;
  font-size: 0.875pxrem;
  position: relative;
  box-sizing: border-box;
  opacity: 1;
  transition: opacity 400ms cubic-bezier(0, 0, 0, 1);
  -webkit-appearance: none;
          appearance: none;
  float: left;
  max-width: 100%;
}
.input-wrapper .input-wrapper {
  width: 100%;
  border: none;
}
.input-wrapper .input-wrapper .input-wrap {
  border: none;
}
.input-wrapper input[type]:not([type=checkbox]):not([type=radio]),
.input-wrapper textarea {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 0;
  margin: 0;
  padding: 0;
  background-color: none;
  display: block;
  outline: 0;
  font-weight: 400;
  font-size: 14px;
  color: #1D1D1B;
  box-sizing: border-box;
}
.input-wrapper input[type]:not([type=checkbox]):not([type=radio])::-webkit-inner-spin-button, .input-wrapper input[type]:not([type=checkbox]):not([type=radio])::-webkit-outer-spin-button,
.input-wrapper textarea::-webkit-inner-spin-button,
.input-wrapper textarea::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0;
}
.input-wrapper input[type]:not([type=checkbox]):not([type=radio]), .input-wrapper input[type]:not([type=checkbox]):not([type=radio]):focus, .input-wrapper input[type]:not([type=checkbox]):not([type=radio]):focus-within, .input-wrapper input[type]:not([type=checkbox]):not([type=radio]):hover, .input-wrapper input[type]:not([type=checkbox]):not([type=radio]):active,
.input-wrapper textarea,
.input-wrapper textarea:focus,
.input-wrapper textarea:focus-within,
.input-wrapper textarea:hover,
.input-wrapper textarea:active {
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  outline-color: #ffffff;
}
.input-wrapper input[type]:not([type=checkbox]):not([type=radio])[type=number],
.input-wrapper textarea[type=number] {
  -moz-appearance: textfield;
}
.input-wrapper select:focus-within,
.input-wrapper select:focus,
.input-wrapper textarea:focus-within,
.input-wrapper textarea:focus,
.input-wrapper input:focus-within,
.input-wrapper input:focus,
.input-wrapper label[toggler]:focus,
.input-wrapper label[toggler]:focus-within {
  outline: 2px dotted rgba(36, 157, 255, 0.6) !important;
}
.input-wrapper .input-wrap {
  border-radius: 100px;
}
.input-wrapper.input-loading, .input-wrapper .input-loading {
  opacity: 0 !important;
}
.input-wrapper.input-hidden, .input-wrapper .input-hidden {
  display: none !important;
}
.input-wrapper.input-select {
  min-width: 120px;
}
.input-wrapper.input-checkbox > label:not([toggler]), .input-wrapper.input-radio > label:not([toggler]) {
  display: inline-block;
  float: right;
  position: relative;
  width: auto;
  left: 0px;
  top: -2px;
  cursor: pointer;
  padding-bottom: 0px;
  margin-bottom: 0px;
  font-weight: 400;
}
.input-wrapper.input-text label:not([toggler]), .input-wrapper.input-search label:not([toggler]), .input-wrapper.input-tel label:not([toggler]), .input-wrapper.input-email label:not([toggler]), .input-wrapper.input-select label:not([toggler]), .input-wrapper.input-number label:not([toggler]) {
  font-weight: 400;
}
.input-wrapper.input-checkbox label:not([toggler]) {
  width: calc(100% - (15px + 10px) );
}
.input-wrapper.input-radio label:not([toggler]) {
  width: auto;
}
.input-wrapper .input-wrap {
  margin: 0;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  box-shadow: 6px 10px 24px rgba(29, 29, 27, 0.03);
  border: none;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
  font-family: "Asap", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-display: swap;
  line-height: 16px;
  line-height: 1rem;
  font-size: 14pxpx;
  font-size: 0.875pxrem;
  padding: 0px 14px;
  background-color: #ffffff;
  transition: 0.4s;
}
.input-wrapper .input-wrap ::-webkit-scrollbar {
  width: 0.4rem;
  height: 0.4rem;
}
.input-wrapper .input-wrap ::-webkit-scrollbar-thumb {
  background: #fd8476;
}
.input-wrapper .input-wrap ::-webkit-scrollbar-track {
  background: rgba(29, 29, 27, 0.05);
}
.input-wrapper .input-wrap body {
  scrollbar-face-color: #fd8476;
  scrollbar-track-color: rgba(29, 29, 27, 0.05);
}
.input-wrapper .input-wrap[type=textarea] {
  padding: 0;
}
.input-wrapper .input-wrap i, .input-wrapper .input-wrap svg {
  font-size: 17pxpx;
}
.input-wrapper .input-wrap input[type]:not([type=checkbox]):not([type=radio]) {
  padding-top: 5px;
  padding-bottom: 5px;
  height: 100%;
  padding-right: 0;
  padding-left: 0;
  width: 100%;
  order: 10;
  font-family: "Asap", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-display: swap;
  line-height: 16px;
  line-height: 1rem;
  font-size: 14pxpx;
  font-size: 0.875pxrem;
  text-align: left;
}
.input-wrapper .input-wrap input[type]:not([type=checkbox]):not([type=radio])::-webkit-input-placeholder {
  line-height: normal !important;
}
.input-wrapper .input-wrap textarea {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 29px;
  padding-left: 29px;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  max-height: 480px;
  height: 100%;
  min-height: 100px;
  display: block;
  font-family: "Asap", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-display: swap;
  line-height: 16px;
  line-height: 1rem;
  font-size: 14pxpx;
  font-size: 0.875pxrem;
  text-align: left;
  order: 10;
}
.input-wrapper .input-wrap[type=checkbox] {
  width: auto;
  border: 0;
  background: none;
  background-color: none;
  padding: 0;
  justify-content: flex-start;
}
.input-wrapper .input-wrap[type=checkbox] input {
  visibility: hidden;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
}
.input-wrapper .input-wrap[type=checkbox] input:checked + [toggler]:after {
  opacity: 1;
  border-color: #ffffff;
}
.input-wrapper .input-wrap[type=checkbox] input:checked + [toggler] {
  background-color: #FD8476;
  border: none;
}
.input-wrapper .input-wrap[type=checkbox] input:disabled + [toggler], .input-wrapper .input-wrap[type=checkbox] input:disabled ~ label {
  opacity: 0.45;
  pointer-events: none;
  -webkit-user-select: none;
          user-select: none;
}
.input-wrapper .input-wrap[type=checkbox] [toggler] {
  width: 15px;
  height: 15px;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(29, 29, 27, 0);
  border-radius: 3px;
  border: none;
  background-color: white;
}
.input-wrapper .input-wrap[type=checkbox] [toggler]:after {
  content: "";
  width: 10px;
  height: 4px;
  position: absolute;
  top: 1px;
  left: 3px;
  border: 3px solid #1D1D1B;
  border-top: none;
  border-right: none;
  background: transparent;
  opacity: 0;
  transform: rotate(-45deg);
}
.input-wrapper .input-wrap[type=checkbox] [toggler]:hover {
  background: #FD8476;
}
.input-wrapper .input-wrap[type=checkbox] [toggler]:before {
  content: none !important;
}
.input-wrapper .input-wrap[type=radio] {
  width: auto;
  float: left;
  border: 0;
  background: none;
  background-color: none;
  justify-content: flex-start;
}
.input-wrapper .input-wrap[type=radio] input {
  visibility: hidden;
  width: calc(22px + 2px);
  height: 22px;
  position: relative;
}
.input-wrapper .input-wrap[type=radio] input:checked + [toggler]:after {
  opacity: 1;
  border-color: #ffffff;
}
.input-wrapper .input-wrap[type=radio] input:checked + [toggler] {
  background-color: #005AA3;
  border: 2px solid rgba(0, 90, 163, 0);
}
.input-wrapper .input-wrap[type=radio] input:disabled + [toggler], .input-wrapper .input-wrap[type=radio] input:disabled ~ label {
  opacity: 0.45;
  pointer-events: none;
  -webkit-user-select: none;
          user-select: none;
}
.input-wrapper .input-wrap[type=radio] [toggler] {
  width: 22px;
  height: 22px;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(29, 29, 27, 0);
  border-radius: 500px;
  border: 2px solid #005aa3;
  background-color: white;
}
.input-wrapper .input-wrap[type=radio] [toggler]:after {
  content: "";
  width: 10px;
  height: 4px;
  position: absolute;
  top: 5px;
  left: 3px;
  border: 3px solid #1D1D1B;
  border-top: none;
  border-right: none;
  background: transparent;
  opacity: 0;
  transform: rotate(-45deg);
}
.input-wrapper .input-wrap[type=radio] [toggler]:hover {
  background: rgba(29, 29, 27, 0.05);
}
.input-wrapper .input-wrap[type=radio] [toggler]:before {
  content: none !important;
}
.input-wrapper .input-wrap [select-header] {
  flex: 1 0 auto;
  font-weight: 600;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 15px;
  padding-left: 15px;
}
.input-wrapper .input-wrap [select-list] {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 1000;
  border-radius: 3px;
  overflow: hidden;
  background-color: #ffffff;
  box-shadow: 8px 10px 28px rgba(29, 29, 27, 0);
  border: 1px solid rgba(29, 29, 27, 0.2);
  overflow-x: hidden;
  overflow-y: auto;
  max-height: calc(62.06px * 5);
  max-width: 100%;
  min-width: 100%;
}
.input-wrapper .input-wrap [select-list][active] {
  display: block;
  overflow: hidden;
}
.input-wrapper .input-wrap [select-list] [select-option] {
  padding: 0.7518796992rem 0.3333333333rem;
  cursor: pointer;
  transition: opacity 800ms cubic-bezier(0, 0, 0, 1), transform 600ms cubic-bezier(0, 0, 0, 1);
  -webkit-user-select: none;
          user-select: none;
}
.input-wrapper .input-wrap [select-list] [select-option].select-hidden {
  opacity: 0;
}
@media (max-width: 766px) {
  .input-wrapper .input-wrap [select-list] [select-option] {
    padding: 0.7518796992rem 0.5rem;
  }
}
.input-wrapper .input-wrap [select-list] [select-option]:first-child[selected], .input-wrapper .input-wrap [select-list] [select-option]:first-child[active] {
  display: none;
}
.input-wrapper .input-wrap [select-list] [select-option] i, .input-wrapper .input-wrap [select-list] [select-option] svg {
  width: 40px;
  margin-right: 10px;
}
.input-wrapper .input-wrap [select-list] [select-option] i[active-icon], .input-wrapper .input-wrap [select-list] [select-option] svg[active-icon] {
  color: #FD8476;
  display: none;
}
@media (max-width: 766px) {
  .input-wrapper .input-wrap [select-list] [select-option] i, .input-wrapper .input-wrap [select-list] [select-option] svg {
    width: 30px;
    margin-right: 5px;
  }
}
.input-wrapper .input-wrap [select-list] [select-option]:hover {
  background-color: rgba(29, 29, 27, 0.025);
  transform: scale(1.04);
  color: #FD8476;
}
.input-wrapper .input-wrap [select-list] [select-option]:active {
  background-color: rgba(29, 29, 27, 0.035);
  transform: scale(1.01);
}
.input-wrapper .input-wrap [select-list] [select-option][active] {
  background-color: rgba(29, 29, 27, 0.035);
  transform: scale(1.01);
}
.input-wrapper .input-wrap [select-list] [select-option][active] i[active-icon], .input-wrapper .input-wrap [select-list] [select-option][active] svg[active-icon] {
  display: inline-block;
}
.input-wrapper .input-wrap [select-list] [select-option][active] i[normal-icon], .input-wrapper .input-wrap [select-list] [select-option][active] svg[normal-icon] {
  display: none;
}
.input-wrapper .input-wrap [select-list] [select-option][active] span {
  font-weight: 600;
}
.input-wrapper .input-wrap[error] {
  border: 1px solid #fd5b49;
}
.input-wrapper .input-wrap[warning] {
  border: 1px solid #daac23;
}
.input-wrapper .input-wrap[success] {
  border: 1px solid #55ab80;
}
.input-wrapper button[input-icon] {
  cursor: pointer;
  outline: 0;
  border: 0;
  background: none;
  color: inherit;
  margin: 0;
  padding: 0;
}
.input-wrapper [input-icon] {
  position: absolute;
  width: 35px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-content: center;
  align-items: stretch;
  box-sizing: border-box;
  height: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  box-shadow: none;
  font-size: 20px;
  color: #005AA3;
  top: 0;
  bottom: 0;
  text-align: center;
  cursor: pointer;
}
.input-wrapper [input-icon][clickable="1"]:hover {
  opacity: 0.85;
}
.input-wrapper [input-icon][clickable="1"]:active {
  opacity: 0.7;
}
.input-wrapper [input-icon] i, .input-wrapper [input-icon] svg {
  width: 100%;
  margin: 0;
  color: #005AA3;
}
.input-wrapper [input-icon], .input-wrapper [input-icon][align=left] {
  order: 0;
}
.input-wrapper [input-icon][align=left] {
  order: 0;
  left: 10px;
}
.input-wrapper [input-icon][align=right] {
  order: 15;
  right: 10px;
}
.input-wrapper div[input-icon] {
  -webkit-user-select: none;
          user-select: none;
  pointer-events: none;
}
.input-wrapper [input-controls] {
  width: 35px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-content: center;
  align-items: stretch;
  box-sizing: border-box;
  height: auto;
  padding-top: 5px;
  padding-bottom: 5px;
}
.input-wrapper [input-controls], .input-wrapper [input-controls][align=left] {
  order: 5;
}
.input-wrapper [input-controls][align=right] {
  order: 15;
}
.input-wrapper [input-controls] [input-control] {
  flex: 1 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: center;
  align-items: center;
  box-sizing: border-box;
  z-index: 20;
  cursor: pointer;
  text-align: center;
  -webkit-user-select: none;
          user-select: none;
  opacity: 0.5;
}
.input-wrapper [input-controls] [input-control] i, .input-wrapper [input-controls] [input-control] svg {
  position: relative;
  pointer-events: none;
}
.input-wrapper [input-controls] [input-control]:hover i, .input-wrapper [input-controls] [input-control]:hover svg {
  color: #FD8476;
  opacity: 1;
}
.input-wrapper [input-controls] [input-control]:active i, .input-wrapper [input-controls] [input-control]:active svg {
  opacity: 0.7;
}
.input-wrapper [interactive] {
  pointer-events: auto !important;
  cursor: pointer !important;
  -webkit-user-select: none !important;
          user-select: none !important;
}
.input-wrapper [interactive]:hover {
  color: #FD8476;
}
.input-wrapper [interactive]:active {
  color: #FD8476;
  opacity: 0.6;
}
.input-wrapper [bold] {
  font-weight: 600;
}

label:not([ignore]) {
  box-sizing: border-box;
  padding-bottom: 5px;
  width: 100%;
  display: inline-block;
  position: relative;
  opacity: 1;
  transition: opacity 500ms cubic-bezier(0, 0, 0, 1);
  font-weight: 400;
}
label:not([ignore]) .required {
  color: #FD5B49;
  font-weight: 600;
  padding-left: 3px;
  position: relative;
  text-decoration: none;
}
label:not([ignore]) .input-tooltip {
  display: inline-block;
  padding-left: 5px;
  font-weight: 400;
  -webkit-user-select: none;
          user-select: none;
  overflow: hidden;
  width: 20px;
  height: 22px;
  overflow: hidden;
  font-size: inherit;
}
label:not([ignore]) .input-tooltip .tooltip-icon {
  top: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  box-sizing: border-box;
  font-size: inherit;
}
label:not([ignore]) .input-tooltip .tooltip-content {
  opacity: 0;
  top: 30px;
  display: inline-block;
  position: absolute;
  background-color: #1D1D1B;
  color: #ffffff;
  border: 0;
  border-radius: 100px;
  box-sizing: border-box;
  max-width: 100%;
  height: auto;
  padding: 0.6666666667rem;
  margin: 0;
  z-index: 15;
  box-shadow: 6px 10px 24px rgba(29, 29, 27, 0.03);
  pointer-events: none;
  font-size: 15px;
  transition: opacity 800ms cubic-bezier(0, 0, 0, 1), transform 600ms cubic-bezier(0, 0, 0, 1);
}
label:not([ignore]) .input-tooltip:hover, label:not([ignore]) .input-tooltip:focus {
  width: auto;
  top: auto;
  position: static;
  overflow: initial;
}
label:not([ignore]) .input-tooltip:hover .tooltip-content, label:not([ignore]) .input-tooltip:focus .tooltip-content {
  opacity: 1;
  pointer-events: auto;
}
label:not([ignore]) .input-tooltip:hover .tooltip-icon, label:not([ignore]) .input-tooltip:focus .tooltip-icon {
  color: #FD8476;
  top: -2px;
}

[notification] {
  max-width: 100%;
  flex-basis: 100%;
  text-align: left;
  position: relative;
  margin-bottom: 20px;
  border-radius: 6px;
  padding: 2rem;
}
[notification].padding-x1 {
  padding: 1rem;
}
[notification].padding-x2 {
  padding: 2rem;
}
[notification].padding-x3 {
  padding: 3rem;
}
[notification].padding-x4 {
  padding: 4rem;
}
[notification][type=success] {
  background-color: rgba(85, 171, 128, 0.4);
}
[notification][type=success] .type-icon {
  color: #55ab80;
}
[notification][type=warning] {
  background-color: #f2dab4;
}
[notification][type=warning] .type-icon {
  color: #dd9f3a;
}
[notification][type=error] {
  background-color: rgba(253, 91, 73, 0.5);
}
[notification][type=error] .type-icon {
  color: #fd5b49;
}
[notification][type=standard] {
  background-color: #e2e2e2;
  border-color: #e2e2e2;
  color: #1D1D1B;
}
[notification][type=standard] .title {
  color: inherit;
}
[notification][type=standard] .type-icon, [notification][type=standard] .type-icon i, [notification][type=standard] .type-icon svg {
  color: #93938b;
}
[notification][type=standard] .close, [notification][type=standard] .close i, [notification][type=standard] .close svg {
  color: #797971;
}
[notification][type=standard] .body, [notification][type=standard] .body * {
  color: #2a2a27;
}
[notification] i, [notification] svg {
  pointer-events: none;
  -webkit-user-select: none;
          user-select: none;
}
[notification] .type-icon {
  font-size: 30px;
  position: absolute;
  left: 0rem;
  font-size: 30px;
}
[notification] .title {
  font-family: "Asap", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-display: swap;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  width: 0;
  flex: 1 1 auto;
  padding-left: 4rem;
  padding-right: 2rem;
  padding-bottom: 0;
  margin-bottom: 0;
}
[notification] .close {
  float: right;
  flex: 0 1 auto;
  padding: 5px;
  right: -5px;
  top: 2.5px;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
}
[notification] .close i, [notification] .close svg {
  font-size: 28px;
}
[notification] .close:hover {
  opacity: 0.85;
}
[notification] .close:active {
  opacity: 0.6;
}
[notification] .header {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
[notification] .body {
  width: 100%;
  font-weight: 400;
  font-family: "Asap", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-display: swap;
}
[notification] .body p {
  margin-bottom: 0;
  padding-bottom: 0;
  position: relative;
}
[notification] .body p:empty {
  display: none;
}
[notification] .body p:first-child {
  margin-top: 10px;
}
[notification].bullet-list .body p:not(:empty) {
  margin-left: 15px;
  margin-top: 5px;
  margin-bottom: 5px;
}
[notification].bullet-list .body p:not(:empty):before {
  position: absolute;
  display: inline-block;
  content: "• ";
  margin-left: -15px;
  font-weight: 600;
  -webkit-user-select: none;
          user-select: none;
  pointer-events: none;
}

.glider-contain {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.glider {
  margin: 0 auto;
  position: relative;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  transform: translateZ(0);
}

.glider-track {
  transform: translateZ(0);
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  z-index: 1;
}

.glider.draggable {
  -webkit-user-select: none;
          user-select: none;
  cursor: grab;
}

.glider.draggable .glider-slide img {
  -webkit-user-select: none;
          user-select: none;
  pointer-events: none;
}

.glider.drag {
  cursor: grabbing;
}

.glider-slide {
  -webkit-user-select: none;
          user-select: none;
  justify-content: center;
  align-content: center;
  width: 100%;
}

.glider-slide img {
  max-width: 100%;
}

.glider::-webkit-scrollbar {
  opacity: 0;
  height: 0;
}

.glider-prev, .glider-next {
  -webkit-user-select: none;
          user-select: none;
  position: absolute;
  outline: none;
  background: none;
  padding: 0;
  z-index: 2;
  font-size: 40px;
  text-decoration: none;
  left: -23px;
  border: 0;
  top: 30%;
  cursor: pointer;
  color: #666;
  opacity: 1;
  line-height: 1;
  transition: opacity 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67), color 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67);
}

.glider-prev:hover,
.glider-next:hover,
.glider-prev:focus,
.glider-next:focus {
  color: #a89cc8;
}

.glider-next {
  right: -23px;
  left: auto;
}

.glider-next.disabled,
.glider-prev.disabled {
  opacity: 0.25;
  color: #666;
  cursor: default;
}

.glider-slide {
  min-width: 150px;
}

.glider-hide {
  opacity: 0;
}

.glider-dots {
  -webkit-user-select: none;
          user-select: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  padding: 0;
}

.glider-dot {
  background: none;
  border: 0;
  padding: 0;
  -webkit-user-select: none;
          user-select: none;
  outline: none;
  display: block;
  cursor: pointer;
  color: #ccc;
  border-radius: 999px;
  background: #ffffff;
  width: 12px;
  height: 12px;
  margin: 7px;
}

.glider-dot:hover,
.glider-dot:focus,
.glider-dot.active {
  background: #FD8476 !important;
}

@media (max-width: 36em) {
  .glider::-webkit-scrollbar {
    opacity: 1;
    -webkit-appearance: none;
    width: 7px;
    height: 3px;
  }

  .glider::-webkit-scrollbar-thumb {
    opacity: 1;
    border-radius: 99px;
    background-color: rgba(156, 156, 156, 0.25);
    box-shadow: 0 0 1px rgba(255, 255, 255, 0.25);
  }
}
@font-face {
  font-family: Asap;
  src: url("./core/assets/fonts/asap/Asap-Regular.woff2") format("woff2"), url("./core/assets/fonts/asap/Asap-Regular.woff") format("woff"), url("./core/assets/fonts/asap/Asap-Regular.svg#Asap-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: Asap;
  src: url("./core/assets/fonts/asap/Asap-Italic.woff2") format("woff2"), url("./core/assets/fonts/asap/Asap-Italic.woff") format("woff"), url("./core/assets/fonts/asap/Asap-Italic.svg#Asap-Italic") format("svg");
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: Asap;
  src: url("./core/assets/fonts/asap/Asap-Medium.woff") format("woff"), url("./core/assets/fonts/asap/Asap-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: Asap;
  src: url("./core/assets/fonts/asap/Asap-MediumItalic.woff") format("woff"), url("./core/assets/fonts/asap/Asap-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: Asap;
  src: url("./core/assets/fonts/asap/Asap-Bold.woff2") format("woff2"), url("./core/assets/fonts/asap/Asap-Bold.woff") format("woff"), url("./core/assets/fonts/asap/Asap-Bold.svg#Asap-Bold") format("svg");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: Asap;
  src: url("./core/assets/fonts/asap/Asap-BoldItalic.woff2") format("woff2"), url("./core/assets/fonts/asap/Asap-BoldItalic.woff") format("woff"), url("./core/assets/fonts/asap/Asap-BoldItalic.svg#Asap-BoldItalic") format("svg");
  font-weight: 700;
  font-style: italic;
  font-display: auto;
}
/*
 *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  * 
 * SETTINGS
 *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  * 
*/
header#header.scroll-down #header-row {
  transform: translateY(-90px);
}
@media screen and (min-width: 0px) and (max-width: 1024px) {
  header#header.scroll-down #header-row {
    transform: translateY(-90px);
  }
}
@media screen and (min-width: 1025px) {
  header#header.scroll-down #menu-row {
    top: 0px;
  }
}
@media screen and (min-width: 0px) and (max-width: 1024px) {
  header#header.scroll-down #menu-row {
    top: 0px;
  }
}

[fader] {
  position: fixed;
  opacity: 0.25;
  background-color: #5a97c8;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 90;
  will-change: opacity;
  transition: opacity 800ms cubic-bezier(0, 0, 0, 1);
}
[fader]:not([active]) {
  opacity: 0;
  pointer-events: none;
}
[fader].menu-fader {
  z-index: 1;
}

main[menu-active],
main[search-active] {
  filter: blur(2px);
}

#shadow-row {
  position: relative;
  width: 100%;
  height: 90px;
  transition: all 0ms cubic-bezier(0, 0, 0, 1);
}
@media screen and (min-width: 0px) and (max-width: 1024px) {
  #shadow-row {
    height: 90px;
  }
}

#header-row, #menu-row, header {
  transition: all 600ms cubic-bezier(0, 0, 0, 1);
}

header {
  width: 100%;
  position: relative;
  z-index: 9999999999;
  color: #1D1D1B;
}
header a {
  color: #1D1D1B;
  text-decoration: none;
  transition: all 500ms cubic-bezier(0, 0, 0, 1);
}
header a:hover {
  color: #669CC8;
  text-decoration: none;
  transition: all 500ms cubic-bezier(0, 0, 0, 1);
}
header #header-row {
  background-color: #706F6F;
  position: fixed;
  left: 0;
  top: 0;
  margin: 0;
  z-index: 110;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  top: 0px;
  height: 90px;
  box-shadow: 0px 3px 24px 0px rgba(0, 0, 0, 0.2);
}
header #header-row .logo a {
  display: inline-block;
}
@media (max-width: 766px) {
  header #header-row .logo a {
    margin-left: auto;
    margin-right: auto;
  }
}
header #header-row .logo.logo-desktop img {
  max-width: 150px;
  height: auto;
  position: relative;
  top: 3px;
  width: 100%;
}
header #header-row .logo.logo-mobile img {
  max-width: 150px;
  width: 100%;
  height: auto;
  position: relative;
  top: 5px;
}
header #header-row [search-toggle],
header #header-row [menu-toggle] {
  flex: 0 0 auto;
  color: #ffffff;
}
header #header-row [search-toggle] span,
header #header-row [menu-toggle] span {
  top: -2px;
  position: relative;
  text-transform: uppercase;
  font-weight: 500;
  color: inherit;
}
@media (max-width: 320px) {
  header #header-row [search-toggle] span,
header #header-row [menu-toggle] span {
    display: none;
  }
}
header #header-row [search-toggle] svg, header #header-row [search-toggle] i,
header #header-row [menu-toggle] svg,
header #header-row [menu-toggle] i {
  font-size: 20px;
  top: 0px;
  position: relative;
  margin-left: 10px;
  color: inherit;
}
@media (max-width: 320px) {
  header #header-row [search-toggle] svg, header #header-row [search-toggle] i,
header #header-row [menu-toggle] svg,
header #header-row [menu-toggle] i {
    font-size: 24px;
  }
}
header #header-row [menu-toggle] {
  margin-left: 40px;
}
@media (max-width: 766px) {
  header #header-row [menu-toggle] {
    margin-left: 0px;
  }
}
header #header-row [search-toggle] {
  display: none;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * *
 * MENU ANIMATIONS
 * * * * * * * * * * * * * */
[menu] {
  transition: all 500ms cubic-bezier(0, 0, 0, 1);
}

[menu] [state] {
  transition: transform 600ms cubic-bezier(0, 0, 0, 1);
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * *
 * MENU STRUCTURE
 */
[menu] {
  background-color: #ffffff;
  color: #005AA3;
  height: calc(100vh - 90px);
  top: 90px;
  width: 100%;
  position: fixed;
  right: 0;
  overflow-x: hidden;
  z-index: 10010;
  max-width: 380px;
  will-change: transform, opacity;
  border-top: 1px solid rgba(29, 29, 27, 0.2);
}
@media (max-width: 766px) {
  [menu] {
    max-width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  [menu].scroll-down {
    top: 0px;
    height: calc(100vh - 0px);
  }
}
@media screen and (min-width: 0px) and (max-width: 1024px) {
  [menu].scroll-down {
    top: 0px;
    height: calc(100vh - 0px);
  }
}
[menu]:not([active]) {
  pointer-events: none;
  transform: translateX(100%);
}
[menu] [menu-item],
[menu] [menu-back],
[menu] [menu-toggle] {
  -webkit-user-select: none;
          user-select: none;
  cursor: pointer;
}
[menu], [menu] * {
  -webkit-user-select: none;
          user-select: none;
}
[menu] a {
  text-decoration: none;
}
[menu] ul, [menu] li, [menu] ol, [menu] p {
  margin: 0;
  padding: 0;
}
[menu] [menu-item], [menu] a, [menu] li {
  text-decoration: none;
  color: #005AA3;
  width: 100%;
}
[menu] [menu-item] {
  cursor: pointer;
  list-style: none;
  display: inline-block;
}
[menu] [states] {
  width: var(--width);
  position: relative;
  height: 100%;
}
[menu] [state] {
  height: 100%;
  width: var(--width);
  max-width: var(--width);
  overflow: hidden;
  position: absolute;
  transform: translateX(var(--pos-x));
  z-index: 10;
  background-color: #ffffff;
  will-change: transform, opacity;
}
[menu] [state]:not([active]) {
  pointer-events: none;
  z-index: 1;
}
[menu] [states] [state] [menu-item],
[menu] [states] [state] [state-header] li {
  padding: 1rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: flex-start;
  box-sizing: border-box;
  max-width: 100%;
  width: 100%;
}
[menu] [states] [state] [state-content] {
  max-height: calc( 100% - (90px + 1rem) );
  overflow-x: hidden;
  overflow-y: auto;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * *
 * MENU DESIGN
 * (Deleted after each project)
 */
[menu] [states] [state] [menu-item],
[menu] [states] [state] [state-header] li {
  border-bottom: 1px solid rgba(29, 29, 27, 0.2);
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, 0);
  transition: background-color 240ms cubic-bezier(0, 0, 0, 1);
  font-weight: 400;
}
[menu] [states] [state] [menu-item][role=heading],
[menu] [states] [state] [state-header] li[role=heading] {
  cursor: default;
  margin-top: 1rem;
  font-weight: 600;
  text-transform: uppercase;
}
[menu] [states] [state] [menu-item][role=heading][url],
[menu] [states] [state] [state-header] li[role=heading][url] {
  cursor: pointer;
}
[menu] [states] [state] [menu-item][role=overview],
[menu] [states] [state] [state-header] li[role=overview] {
  margin-top: 1rem;
  font-weight: 600;
  text-transform: uppercase !important;
}
@media screen and (min-width: 1025px) {
  [menu] [states] [state] [menu-item]:not([role=heading]):hover, [menu] [states] [state] [menu-item][role=heading][url]:hover,
[menu] [states] [state] [state-header] li:not([role=heading]):hover,
[menu] [states] [state] [state-header] li[role=heading][url]:hover {
    background-color: #f2f8fd;
    font-weight: 600;
  }
  [menu] [states] [state] [menu-item]:not([role=heading]):active, [menu] [states] [state] [menu-item][role=heading][url]:active,
[menu] [states] [state] [state-header] li:not([role=heading]):active,
[menu] [states] [state] [state-header] li[role=heading][url]:active {
    background-color: #e5f1fa;
    font-weight: 600;
  }
}
[menu] [states] [state] [menu-item] span:first-child,
[menu] [states] [state] [state-header] li span:first-child {
  flex: 1 1 auto;
  display: inline-block;
}
[menu] [states] [state] [menu-item] svg, [menu] [states] [state] [menu-item] i,
[menu] [states] [state] [state-header] li svg,
[menu] [states] [state] [state-header] li i {
  flex: 0 0 auto;
  display: inline-block;
  font-size: 21px;
}
[menu] [states] [state] [menu-item][current] {
  background-color: #f2f8fd;
  font-weight: 600;
}
[menu] [states] [state] [state-header] svg, [menu] [states] [state] [state-header] i {
  margin-right: 15px;
  position: relative;
  top: 2px;
}
[menu] [states] [state]:not([depth="0"]):not([depth="1"]) [state-header] li {
  margin-bottom: 0.5rem;
}
[menu] [states] [state]:not([depth="0"]):not([depth="1"]) [menu-item] {
  border-bottom: none;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-transform: none;
}
[menu] [states] [state]:not([depth="0"]):not([depth="1"]) [menu-item][role=heading] {
  text-transform: uppercase;
}

#hero.hero-1 {
  position: relative;
  color: #ffffff;
  animation: 1s ease-out 0s 1 fadeIn;
  z-index: 100;
  min-height: 360px;
}
#hero.hero-1.regular {
  height: calc(45vh - 90px);
}
@media (max-width: 766px) {
  #hero.hero-1.regular {
    height: calc(60vh - 90px);
  }
}
#hero.hero-1.regular.gallery {
  height: 40vh;
}
#hero.hero-1.large {
  height: 60vh;
}
@media (max-width: 1280px) {
  #hero.hero-1.large {
    height: 50vh;
  }
}
@media (max-width: 766px) {
  #hero.hero-1.large {
    height: calc(100vh - 90px);
  }
}
#hero.hero-1.large.gallery {
  height: calc(30vh - 90px);
}
#hero.hero-1.hero.fullwidth {
  position: relative;
}
#hero.hero-1.hero.fullwidth .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  -webkit-user-select: none;
          user-select: none;
  pointer-events: none;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
}
#hero.hero-1.hero.fullwidth .bg {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 99;
}
#hero.hero-1.hero.icon {
  padding: 20px 0;
}
#hero.hero-1.hero.icon.icon_2 {
  padding: 0 0 20px;
}
@media (max-width: 1024px) {
  #hero.hero-1.hero.hero.half-container {
    height: 100%;
  }
  #hero.hero-1.hero.hero.half-container .half-content {
    min-height: 30vh;
  }
}
#hero.hero-1.hero .content {
  height: 100%;
  z-index: 99;
}
@media (max-width: 1024px) {
  #hero.hero-1.hero .content {
    height: auto;
  }
}
#hero.hero-1.hero.hero-1 .thumb {
  height: 100%;
}
#hero.hero-1.hero.hero-1 .thumb .icon_1, #hero.hero-1.hero.hero-1 .thumb .icon_2, #hero.hero-1.hero.hero-1 .thumb .icon_3 {
  background-image: url("./core/assets/images/Heroikon-Smittevern.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
}
#hero.hero-1.hero.hero-1 .thumb .icon_2 {
  background-image: url("./core/assets/images/Heroikon-Sterilforsyning.svg");
}
#hero.hero-1.hero.hero-1 .thumb .icon_3 {
  background-image: url("./core/assets/images/Heroikon-Livsvitenskap.svg");
}
@media (max-width: 1024px) {
  #hero.hero-1.hero.hero-1 .thumb {
    height: 25vh;
  }
}
#hero.hero-1 .button-group a:first-child {
  margin-right: 1rem;
}
@media (max-width: 766px) {
  #hero.hero-1 .button-group a:first-child {
    margin: 0 10px 15px 0;
  }
}
@media (max-width: 766px) {
  #hero.hero-1 .button-group a {
    display: inline-block;
    box-sizing: border-box;
    text-align: center;
  }
}
#hero.hero-1 .category-title {
  text-transform: uppercase;
}
#hero.hero-1 .thumb {
  position: relative;
}
#hero.hero-1 .thumb .bg,
#hero.hero-1 .thumb .fader {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: 0;
}
#hero.hero-1 .thumb .bg {
  z-index: 11;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
}
#hero.hero-1 .thumb .bg img {
  position: absolute;
  top: 0;
  right: 0;
  transform: scale(1.03);
  display: block;
  overflow: hidden;
  object-fit: cover;
  object-position: center;
  -webkit-user-select: none;
          user-select: none;
  height: 100%;
  width: 100%;
}
#hero.hero-1 .thumb .bg .gallery {
  height: calc(100% - (26px + 1rem));
}
#hero.hero-1 .thumb .bg .gallery .glider {
  overflow: hidden;
}
#hero.hero-1 .thumb .bg .gallery img {
  height: 80%;
  width: 80%;
  position: relative;
  object-fit: contain;
  font-family: "object-fit: contain; object-position: center;";
}
@media (max-width: 766px) {
  #hero.hero-1 .thumb .bg .gallery img {
    height: 90%;
    width: 90%;
  }
}
#hero.hero-1 .thumb .bg .gallery .glider-track {
  height: 100% !important;
}
#hero.hero-1 .thumb .fader {
  z-index: 20;
}
#hero.hero-1.full-width > div {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  flex-basis: 100%;
  flex: 1 1 auto;
}
#hero.hero-1.full-width > div:first-child {
  z-index: 100;
  background-color: rgba(0, 90, 163, 0.5) !important;
  background: linear-gradient(to right, rgba(0, 90, 163, 0.9) 5%, rgba(0, 90, 163, 0) 90%) !important;
}
@media (max-width: 1024px) {
  #hero.hero-1.full-width > div:first-child {
    background-color: rgba(0, 90, 163, 0.5) !important;
  }
}
#hero.hero-1.full-width > div:nth-child(2) {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
#hero.hero-1.full-width > div > div {
  justify-content: center;
  text-align: start;
}
#hero.hero-1.full-width > div .container-half-md {
  max-width: 1400px;
  background-color: rgba(0, 90, 163, 0) !important;
}
#hero.hero-1.full-width > div .container-half-md > div {
  width: calc( (6 / 12 * 100%) - 0.5rem);
  flex-basis: calc( (6 / 12 * 100%) - 0.5rem);
}
@media (max-width: 1280px) {
  #hero.hero-1.full-width > div .container-half-md > div {
    width: calc( (8 / 12 * 100%) - 0.5rem);
    flex-basis: calc( (8 / 12 * 100%) - 0.5rem);
  }
}
@media (max-width: 1024px) {
  #hero.hero-1.full-width > div .container-half-md > div {
    width: 100%;
    flex-basis: 100%;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#hero.hero-2 {
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
}
@media (max-width: 766px) {
  #hero.hero-2 {
    min-height: 300px;
  }
}
#hero.hero-2.hero-2 {
  min-height: 30vh;
}
@media (max-width: 1024px) {
  #hero.hero-2.hero-2 {
    min-height: 30vh;
  }
}
@media (max-width: 766px) {
  #hero.hero-2.hero-2 {
    min-height: 30vh;
  }
}
#hero.hero-2 .bg, #hero.hero-2 .fader {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  -webkit-user-select: none;
          user-select: none;
  pointer-events: none;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
}
#hero.hero-2 .bg {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 99;
}
#hero.hero-2 .fader {
  background-color: #10100f;
  z-index: 999;
}

/*
 *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  * 
 * STYLE
 *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  * 
*/
footer {
  background-color: #213B89;
  color: #ffffff;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  line-height: 1.25rem;
}
@media (max-width: 766px) {
  footer {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 26px;
    line-height: 1.625rem;
    padding: 24px;
  }
}
@media (max-width: 1024px) {
  footer .logo {
    margin-bottom: 20px;
  }
}
footer .logo img {
  max-width: 175px;
}
footer h3 {
  font-size: inherit;
  line-height: inherit;
  white-space: nowrap;
  font-weight: 700;
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 766px) {
  footer h3 {
    margin-top: 1em;
  }
}
footer ul {
  font-size: inherit;
  line-height: inherit;
}
footer li {
  font-size: inherit;
  line-height: inherit;
  margin-bottom: 0.5em;
  padding: 0;
  display: block;
}
footer a {
  color: #ffffff;
  text-decoration: none;
}
footer a:hover, footer a:focus, footer a:active {
  text-decoration: underline;
  color: #ffffff;
}
footer a.terms {
  text-decoration: underline;
}
footer#footer form > div:not(:last-child) {
  margin-bottom: 14px;
}
@media (max-width: 766px) {
  footer#footer form > div {
    margin-bottom: 21px;
  }
}
footer#footer form .input-wrapper {
  float: none;
}
footer#footer form label {
  font-size: inherit;
  margin-bottom: 7px;
}
@media (max-width: 766px) {
  footer#footer form label {
    line-height: 26px;
    line-height: 1.625rem;
  }
}
footer#footer form input {
  font-size: inherit;
  appearance: none;
  -webkit-appearance: none;
}
@media (max-width: 766px) {
  footer#footer form input {
    margin: 0 10px;
    padding: 12px 0px;
  }
}
footer#footer form input[type=submit] {
  font-size: inherit;
  font-family: inherit;
  font-weight: 400;
  background-color: #ffffff;
  color: #213B89;
  padding: 7px 14px;
  margin: 0;
}
@media (max-width: 766px) {
  footer#footer form input[type=submit] {
    margin: 14px 0;
    padding: 14px 20px;
  }
}
footer#footer form input[type=submit]:hover, footer#footer form input[type=submit]:active, footer#footer form input[type=submit]:focus {
  background-color: #FD8476;
  color: #ffffff;
}
footer#footer form .input-checkbox label {
  line-height: 20px;
  line-height: 1.25rem;
  margin-bottom: 0;
}
footer .social-media li {
  display: inline-block;
}
footer .social-media .svg-inline--fa {
  font-size: 24px;
  margin-right: 10px;
}
@media (max-width: 766px) {
  footer .social-media .svg-inline--fa {
    font-size: 40px;
    margin-right: 20px;
  }
}
footer .social-media .svg-inline--fa:hover, footer .social-media .svg-inline--fa:focus, footer .social-media .svg-inline--fa:active {
  color: #FD8476;
}
footer.credit {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 21px;
  line-height: 1.3125rem;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #ffffff;
}
@media (max-width: 766px) {
  footer.credit {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
footer.credit p {
  font-size: inherit;
  line-height: inherit;
  padding: 0;
}
@media (max-width: 766px) {
  footer.credit .privacy-policy-link {
    display: inline-block;
    margin-bottom: 10px;
  }
}

.has-blue-color {
  color: #005AA3;
}

.has-blue-background-color {
  background-color: #005AA3;
}

.has-darkblue-color {
  color: #213B89;
}

.has-darkblue-background-color {
  background-color: #213B89;
}

.has-lightblue-color {
  color: #669CC8;
}

.has-lightblue-background-color {
  background-color: #669CC8;
}

.has-darkgrey-color {
  color: #706F6F;
}

.has-darkgrey-background-color {
  background-color: #706F6F;
}

.has-grey-color {
  color: #8C8B8B;
}

.has-grey-background-color {
  background-color: #8C8B8B;
}

.has-lightgrey-color {
  color: #E2E2E2;
}

.has-lightgrey-background-color {
  background-color: #E2E2E2;
}

.has-lightred-color {
  color: #FD8476;
}

.has-lightred-background-color {
  background-color: #FD8476;
}

.has-pitchblack-color {
  color: #1D1D1B;
}

.has-pitchblack-background-color {
  background-color: #1D1D1B;
}

.has-black-color {
  color: #1D1D1B;
}

.has-black-background-color {
  background-color: #1D1D1B;
}

.has-white-color {
  color: #ffffff;
}

.has-white-background-color {
  background-color: #ffffff;
}

/**
 * Gutenberg container.
 */
.gutenberg {
  position: relative;
  text-align: left;
  overflow-x: hidden;
}
.gutenberg.fullwidth {
  overflow-x: inherit;
}
.gutenberg h1, .gutenberg h2, .gutenberg h3, .gutenberg h4, .gutenberg h5, .gutenberg h6 {
  text-transform: inherit;
}
.gutenberg a:not(.button):not(.wp-block-button__link) {
  color: #005AA3;
}
.gutenberg a:not(.button):not(.wp-block-button__link):hover {
  text-decoration: underline;
  color: #005AA3;
}
.gutenberg, .gutenberg * {
  box-sizing: border-box;
}
.gutenberg > p:not(.alignfull):not(.alignwide), .gutenberg > h1:not(.alignfull):not(.alignwide), .gutenberg > h2:not(.alignfull):not(.alignwide), .gutenberg > h3:not(.alignfull):not(.alignwide), .gutenberg > h4:not(.alignfull):not(.alignwide), .gutenberg > h5:not(.alignfull):not(.alignwide), .gutenberg > h6:not(.alignfull):not(.alignwide), .gutenberg > ol:not(.alignfull):not(.alignwide), .gutenberg > ul:not(.alignfull):not(.alignwide), .gutenberg > code:not(.alignfull):not(.alignwide), .gutenberg > figure:not(.alignfull):not(.alignwide), .gutenberg > table:not(.alignfull):not(.alignwide), .gutenberg > div:not(.alignfull):not(.alignwide), .gutenberg > blockquote:not(.alignfull):not(.alignwide), .gutenberg > .wp-block-button:not(.alignright):not(.alignleft):not(.aligncenter):not(.alignfull):not(.alignwide), .gutenberg > .wp-block-embed:not(.alignfull):not(.alignwide),
.gutenberg .wp-block-cover-image:not(.alignfull):not(.alignwide),
.gutenberg .accordion-content:not(.alignfull):not(.alignwide) {
  flex-basis: calc( (7 / 12 * 100%) - 0.5rem);
  width: calc( (7 / 12 * 100%) - 0.5rem);
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1280px) {
  .gutenberg > p:not(.alignfull):not(.alignwide), .gutenberg > h1:not(.alignfull):not(.alignwide), .gutenberg > h2:not(.alignfull):not(.alignwide), .gutenberg > h3:not(.alignfull):not(.alignwide), .gutenberg > h4:not(.alignfull):not(.alignwide), .gutenberg > h5:not(.alignfull):not(.alignwide), .gutenberg > h6:not(.alignfull):not(.alignwide), .gutenberg > ol:not(.alignfull):not(.alignwide), .gutenberg > ul:not(.alignfull):not(.alignwide), .gutenberg > code:not(.alignfull):not(.alignwide), .gutenberg > figure:not(.alignfull):not(.alignwide), .gutenberg > table:not(.alignfull):not(.alignwide), .gutenberg > div:not(.alignfull):not(.alignwide), .gutenberg > blockquote:not(.alignfull):not(.alignwide), .gutenberg > .wp-block-button:not(.alignright):not(.alignleft):not(.aligncenter):not(.alignfull):not(.alignwide), .gutenberg > .wp-block-embed:not(.alignfull):not(.alignwide),
.gutenberg .wp-block-cover-image:not(.alignfull):not(.alignwide),
.gutenberg .accordion-content:not(.alignfull):not(.alignwide) {
    flex-basis: calc( (9 / 12 * 100%) - 0.5rem);
    width: calc( (9 / 12 * 100%) - 0.5rem);
  }
}
@media (max-width: 1024px) {
  .gutenberg > p:not(.alignfull):not(.alignwide), .gutenberg > h1:not(.alignfull):not(.alignwide), .gutenberg > h2:not(.alignfull):not(.alignwide), .gutenberg > h3:not(.alignfull):not(.alignwide), .gutenberg > h4:not(.alignfull):not(.alignwide), .gutenberg > h5:not(.alignfull):not(.alignwide), .gutenberg > h6:not(.alignfull):not(.alignwide), .gutenberg > ol:not(.alignfull):not(.alignwide), .gutenberg > ul:not(.alignfull):not(.alignwide), .gutenberg > code:not(.alignfull):not(.alignwide), .gutenberg > figure:not(.alignfull):not(.alignwide), .gutenberg > table:not(.alignfull):not(.alignwide), .gutenberg > div:not(.alignfull):not(.alignwide), .gutenberg > blockquote:not(.alignfull):not(.alignwide), .gutenberg > .wp-block-button:not(.alignright):not(.alignleft):not(.aligncenter):not(.alignfull):not(.alignwide), .gutenberg > .wp-block-embed:not(.alignfull):not(.alignwide),
.gutenberg .wp-block-cover-image:not(.alignfull):not(.alignwide),
.gutenberg .accordion-content:not(.alignfull):not(.alignwide) {
    flex-basis: calc( (11 / 12 * 100%) - 0.5rem);
    width: calc( (11 / 12 * 100%) - 0.5rem);
  }
}
@media (max-width: 766px) {
  .gutenberg > p:not(.alignfull):not(.alignwide), .gutenberg > h1:not(.alignfull):not(.alignwide), .gutenberg > h2:not(.alignfull):not(.alignwide), .gutenberg > h3:not(.alignfull):not(.alignwide), .gutenberg > h4:not(.alignfull):not(.alignwide), .gutenberg > h5:not(.alignfull):not(.alignwide), .gutenberg > h6:not(.alignfull):not(.alignwide), .gutenberg > ol:not(.alignfull):not(.alignwide), .gutenberg > ul:not(.alignfull):not(.alignwide), .gutenberg > code:not(.alignfull):not(.alignwide), .gutenberg > figure:not(.alignfull):not(.alignwide), .gutenberg > table:not(.alignfull):not(.alignwide), .gutenberg > div:not(.alignfull):not(.alignwide), .gutenberg > blockquote:not(.alignfull):not(.alignwide), .gutenberg > .wp-block-button:not(.alignright):not(.alignleft):not(.aligncenter):not(.alignfull):not(.alignwide), .gutenberg > .wp-block-embed:not(.alignfull):not(.alignwide),
.gutenberg .wp-block-cover-image:not(.alignfull):not(.alignwide),
.gutenberg .accordion-content:not(.alignfull):not(.alignwide) {
    flex-basis: calc( (11 / 12 * 100%) - 0.5rem);
    width: calc( (11 / 12 * 100%) - 0.5rem);
  }
}
.gutenberg > p.has-drop-cap:first-letter, .gutenberg > h1.has-drop-cap:first-letter, .gutenberg > h2.has-drop-cap:first-letter, .gutenberg > h3.has-drop-cap:first-letter, .gutenberg > h4.has-drop-cap:first-letter, .gutenberg > h5.has-drop-cap:first-letter, .gutenberg > h6.has-drop-cap:first-letter, .gutenberg > ol.has-drop-cap:first-letter, .gutenberg > ul.has-drop-cap:first-letter, .gutenberg > code.has-drop-cap:first-letter, .gutenberg > figure.has-drop-cap:first-letter, .gutenberg > table.has-drop-cap:first-letter, .gutenberg > div.has-drop-cap:first-letter, .gutenberg > blockquote.has-drop-cap:first-letter, .gutenberg > .wp-block-button:not(.alignright):not(.alignleft):not(.aligncenter).has-drop-cap:first-letter, .gutenberg > .wp-block-embed.has-drop-cap:first-letter,
.gutenberg .wp-block-cover-image.has-drop-cap:first-letter,
.gutenberg .accordion-content.has-drop-cap:first-letter {
  font-size: 75px;
  font-size: 4.6875rem;
  text-transform: uppercase;
}
.gutenberg .alignfull {
  flex-basis: calc( (12 / 12 * 100%) );
  width: calc( (12 / 12 * 100%) );
  max-width: none;
  min-width: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1280px) {
  .gutenberg .alignfull {
    flex-basis: calc( (12 / 12 * 100%) );
    width: calc( (12 / 12 * 100%) );
  }
}
@media (max-width: 1024px) {
  .gutenberg .alignfull {
    flex-basis: calc( (12 / 12 * 100%) );
    width: calc( (12 / 12 * 100%) );
  }
}
@media (max-width: 766px) {
  .gutenberg .alignfull {
    flex-basis: calc( (12 / 12 * 100%) );
    width: calc( (12 / 12 * 100%) );
  }
}
.gutenberg .alignwide {
  flex-basis: calc( (10 / 12 * 100%) - 0.5rem);
  width: calc( (10 / 12 * 100%) - 0.5rem);
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1280px) {
  .gutenberg .alignwide {
    flex-basis: calc( (11 / 12 * 100%) - 0.5rem);
    width: calc( (11 / 12 * 100%) - 0.5rem);
  }
}
@media (max-width: 1024px) {
  .gutenberg .alignwide {
    flex-basis: calc( (11 / 12 * 100%) - 0.5rem);
    width: calc( (11 / 12 * 100%) - 0.5rem);
  }
}
@media (max-width: 766px) {
  .gutenberg .alignwide {
    flex-basis: calc( (11 / 12 * 100%) - 0.5rem);
    width: calc( (11 / 12 * 100%) - 0.5rem);
  }
}
.gutenberg.fullwidth > p, .gutenberg.fullwidth > p:not(.alignfull):not(.alignwide), .gutenberg.fullwidth > h1, .gutenberg.fullwidth > h1:not(.alignfull):not(.alignwide), .gutenberg.fullwidth > h2, .gutenberg.fullwidth > h2:not(.alignfull):not(.alignwide), .gutenberg.fullwidth > h3, .gutenberg.fullwidth > h3:not(.alignfull):not(.alignwide), .gutenberg.fullwidth > h4, .gutenberg.fullwidth > h4:not(.alignfull):not(.alignwide), .gutenberg.fullwidth > h5, .gutenberg.fullwidth > h5:not(.alignfull):not(.alignwide), .gutenberg.fullwidth > h6, .gutenberg.fullwidth > h6:not(.alignfull):not(.alignwide), .gutenberg.fullwidth > ol, .gutenberg.fullwidth > ol:not(.alignfull):not(.alignwide), .gutenberg.fullwidth > ul, .gutenberg.fullwidth > ul:not(.alignfull):not(.alignwide), .gutenberg.fullwidth > code, .gutenberg.fullwidth > code:not(.alignfull):not(.alignwide), .gutenberg.fullwidth > figure, .gutenberg.fullwidth > figure:not(.alignfull):not(.alignwide), .gutenberg.fullwidth > table, .gutenberg.fullwidth > table:not(.alignfull):not(.alignwide), .gutenberg.fullwidth > div, .gutenberg.fullwidth > div:not(.alignfull):not(.alignwide), .gutenberg.fullwidth > blockquote, .gutenberg.fullwidth > blockquote:not(.alignfull):not(.alignwide), .gutenberg.fullwidth > .wp-block-button:not(.alignright):not(.alignleft):not(.aligncenter), .gutenberg.fullwidth > .wp-block-button:not(.alignright):not(.alignleft):not(.aligncenter):not(.alignfull):not(.alignwide), .gutenberg.fullwidth > .wp-block-embed, .gutenberg.fullwidth > .wp-block-embed:not(.alignfull):not(.alignwide),
.gutenberg.fullwidth .wp-block-cover-image,
.gutenberg.fullwidth .wp-block-cover-image:not(.alignfull):not(.alignwide),
.gutenberg.fullwidth .accordion-content,
.gutenberg.fullwidth .accordion-content:not(.alignfull):not(.alignwide),
.gutenberg.fullwidth .alignfull,
.gutenberg.fullwidth .alignfull:not(.alignfull):not(.alignwide),
.gutenberg.fullwidth .alignwide,
.gutenberg.fullwidth .alignwide:not(.alignfull):not(.alignwide) {
  flex-basis: 100%;
  width: 100%;
  max-width: 100%;
  min-width: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1280px) {
  .gutenberg.fullwidth > p, .gutenberg.fullwidth > p:not(.alignfull):not(.alignwide), .gutenberg.fullwidth > h1, .gutenberg.fullwidth > h1:not(.alignfull):not(.alignwide), .gutenberg.fullwidth > h2, .gutenberg.fullwidth > h2:not(.alignfull):not(.alignwide), .gutenberg.fullwidth > h3, .gutenberg.fullwidth > h3:not(.alignfull):not(.alignwide), .gutenberg.fullwidth > h4, .gutenberg.fullwidth > h4:not(.alignfull):not(.alignwide), .gutenberg.fullwidth > h5, .gutenberg.fullwidth > h5:not(.alignfull):not(.alignwide), .gutenberg.fullwidth > h6, .gutenberg.fullwidth > h6:not(.alignfull):not(.alignwide), .gutenberg.fullwidth > ol, .gutenberg.fullwidth > ol:not(.alignfull):not(.alignwide), .gutenberg.fullwidth > ul, .gutenberg.fullwidth > ul:not(.alignfull):not(.alignwide), .gutenberg.fullwidth > code, .gutenberg.fullwidth > code:not(.alignfull):not(.alignwide), .gutenberg.fullwidth > figure, .gutenberg.fullwidth > figure:not(.alignfull):not(.alignwide), .gutenberg.fullwidth > table, .gutenberg.fullwidth > table:not(.alignfull):not(.alignwide), .gutenberg.fullwidth > div, .gutenberg.fullwidth > div:not(.alignfull):not(.alignwide), .gutenberg.fullwidth > blockquote, .gutenberg.fullwidth > blockquote:not(.alignfull):not(.alignwide), .gutenberg.fullwidth > .wp-block-button:not(.alignright):not(.alignleft):not(.aligncenter), .gutenberg.fullwidth > .wp-block-button:not(.alignright):not(.alignleft):not(.aligncenter):not(.alignfull):not(.alignwide), .gutenberg.fullwidth > .wp-block-embed, .gutenberg.fullwidth > .wp-block-embed:not(.alignfull):not(.alignwide),
.gutenberg.fullwidth .wp-block-cover-image,
.gutenberg.fullwidth .wp-block-cover-image:not(.alignfull):not(.alignwide),
.gutenberg.fullwidth .accordion-content,
.gutenberg.fullwidth .accordion-content:not(.alignfull):not(.alignwide),
.gutenberg.fullwidth .alignfull,
.gutenberg.fullwidth .alignfull:not(.alignfull):not(.alignwide),
.gutenberg.fullwidth .alignwide,
.gutenberg.fullwidth .alignwide:not(.alignfull):not(.alignwide) {
    flex-basis: 100%;
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .gutenberg.fullwidth > p, .gutenberg.fullwidth > p:not(.alignfull):not(.alignwide), .gutenberg.fullwidth > h1, .gutenberg.fullwidth > h1:not(.alignfull):not(.alignwide), .gutenberg.fullwidth > h2, .gutenberg.fullwidth > h2:not(.alignfull):not(.alignwide), .gutenberg.fullwidth > h3, .gutenberg.fullwidth > h3:not(.alignfull):not(.alignwide), .gutenberg.fullwidth > h4, .gutenberg.fullwidth > h4:not(.alignfull):not(.alignwide), .gutenberg.fullwidth > h5, .gutenberg.fullwidth > h5:not(.alignfull):not(.alignwide), .gutenberg.fullwidth > h6, .gutenberg.fullwidth > h6:not(.alignfull):not(.alignwide), .gutenberg.fullwidth > ol, .gutenberg.fullwidth > ol:not(.alignfull):not(.alignwide), .gutenberg.fullwidth > ul, .gutenberg.fullwidth > ul:not(.alignfull):not(.alignwide), .gutenberg.fullwidth > code, .gutenberg.fullwidth > code:not(.alignfull):not(.alignwide), .gutenberg.fullwidth > figure, .gutenberg.fullwidth > figure:not(.alignfull):not(.alignwide), .gutenberg.fullwidth > table, .gutenberg.fullwidth > table:not(.alignfull):not(.alignwide), .gutenberg.fullwidth > div, .gutenberg.fullwidth > div:not(.alignfull):not(.alignwide), .gutenberg.fullwidth > blockquote, .gutenberg.fullwidth > blockquote:not(.alignfull):not(.alignwide), .gutenberg.fullwidth > .wp-block-button:not(.alignright):not(.alignleft):not(.aligncenter), .gutenberg.fullwidth > .wp-block-button:not(.alignright):not(.alignleft):not(.aligncenter):not(.alignfull):not(.alignwide), .gutenberg.fullwidth > .wp-block-embed, .gutenberg.fullwidth > .wp-block-embed:not(.alignfull):not(.alignwide),
.gutenberg.fullwidth .wp-block-cover-image,
.gutenberg.fullwidth .wp-block-cover-image:not(.alignfull):not(.alignwide),
.gutenberg.fullwidth .accordion-content,
.gutenberg.fullwidth .accordion-content:not(.alignfull):not(.alignwide),
.gutenberg.fullwidth .alignfull,
.gutenberg.fullwidth .alignfull:not(.alignfull):not(.alignwide),
.gutenberg.fullwidth .alignwide,
.gutenberg.fullwidth .alignwide:not(.alignfull):not(.alignwide) {
    flex-basis: 100%;
    width: 100%;
  }
}
@media (max-width: 766px) {
  .gutenberg.fullwidth > p, .gutenberg.fullwidth > p:not(.alignfull):not(.alignwide), .gutenberg.fullwidth > h1, .gutenberg.fullwidth > h1:not(.alignfull):not(.alignwide), .gutenberg.fullwidth > h2, .gutenberg.fullwidth > h2:not(.alignfull):not(.alignwide), .gutenberg.fullwidth > h3, .gutenberg.fullwidth > h3:not(.alignfull):not(.alignwide), .gutenberg.fullwidth > h4, .gutenberg.fullwidth > h4:not(.alignfull):not(.alignwide), .gutenberg.fullwidth > h5, .gutenberg.fullwidth > h5:not(.alignfull):not(.alignwide), .gutenberg.fullwidth > h6, .gutenberg.fullwidth > h6:not(.alignfull):not(.alignwide), .gutenberg.fullwidth > ol, .gutenberg.fullwidth > ol:not(.alignfull):not(.alignwide), .gutenberg.fullwidth > ul, .gutenberg.fullwidth > ul:not(.alignfull):not(.alignwide), .gutenberg.fullwidth > code, .gutenberg.fullwidth > code:not(.alignfull):not(.alignwide), .gutenberg.fullwidth > figure, .gutenberg.fullwidth > figure:not(.alignfull):not(.alignwide), .gutenberg.fullwidth > table, .gutenberg.fullwidth > table:not(.alignfull):not(.alignwide), .gutenberg.fullwidth > div, .gutenberg.fullwidth > div:not(.alignfull):not(.alignwide), .gutenberg.fullwidth > blockquote, .gutenberg.fullwidth > blockquote:not(.alignfull):not(.alignwide), .gutenberg.fullwidth > .wp-block-button:not(.alignright):not(.alignleft):not(.aligncenter), .gutenberg.fullwidth > .wp-block-button:not(.alignright):not(.alignleft):not(.aligncenter):not(.alignfull):not(.alignwide), .gutenberg.fullwidth > .wp-block-embed, .gutenberg.fullwidth > .wp-block-embed:not(.alignfull):not(.alignwide),
.gutenberg.fullwidth .wp-block-cover-image,
.gutenberg.fullwidth .wp-block-cover-image:not(.alignfull):not(.alignwide),
.gutenberg.fullwidth .accordion-content,
.gutenberg.fullwidth .accordion-content:not(.alignfull):not(.alignwide),
.gutenberg.fullwidth .alignfull,
.gutenberg.fullwidth .alignfull:not(.alignfull):not(.alignwide),
.gutenberg.fullwidth .alignwide,
.gutenberg.fullwidth .alignwide:not(.alignfull):not(.alignwide) {
    flex-basis: 100%;
    width: 100%;
  }
}
.gutenberg img {
  height: auto;
}
.gutenberg strong {
  font-weight: 700;
}
.gutenberg blockquote {
  position: relative;
  margin: auto;
  padding: 0;
  margin-bottom: 50px  !important ;
}
@media (max-width: 1024px) {
  .gutenberg blockquote {
    margin-bottom: 40px  !important ;
  }
}
@media (max-width: 766px) {
  .gutenberg blockquote {
    margin-bottom: 30px  !important ;
  }
}
.gutenberg blockquote:before {
  content: "“";
  font-weight: 600;
  position: absolute;
  top: 2rem;
  line-height: 0;
  left: -3rem;
  color: inherit;
  font-size: 120px;
  font-size: 7.5rem;
  font-family: "Asap", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-display: swap;
  z-index: 1;
  color: #005AA3;
}
@media (max-width: 1280px) {
  .gutenberg blockquote:before {
    left: 1rem;
  }
}
@media (max-width: 1024px) {
  .gutenberg blockquote:before {
    left: 0rem;
  }
}
@media (max-width: 766px) {
  .gutenberg blockquote:before {
    left: -0.5rem;
    top: 2.5rem;
    opacity: 0.1;
    color: #1D1D1B;
    font-size: 180px;
    font-size: 11.25rem;
    z-index: 5;
  }
}
.gutenberg blockquote p {
  z-index: 10;
  position: relative;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 32px;
  line-height: 2rem;
  font-style: italic;
}
@media (max-width: 1280px) {
  .gutenberg blockquote p {
    padding-left: 4rem;
  }
}
@media (max-width: 1024px) {
  .gutenberg blockquote p {
    padding-left: 4rem;
  }
}
@media (max-width: 766px) {
  .gutenberg blockquote p {
    padding-bottom: 1rem;
    padding-left: 1rem;
    z-index: 15;
  }
}
.gutenberg blockquote cite {
  font-style: normal;
  display: block;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 32px;
  line-height: 2rem;
  font-style: italic;
  font-weight: 600;
}
.gutenberg blockquote cite:before {
  content: "- ";
}
@media (max-width: 1280px) {
  .gutenberg blockquote cite {
    padding-left: 4rem;
  }
}
@media (max-width: 1024px) {
  .gutenberg blockquote cite {
    padding-left: 4rem;
  }
}
@media (max-width: 766px) {
  .gutenberg blockquote cite {
    padding-left: 0;
    z-index: 15;
  }
}
.gutenberg blockquote.is-style-large:before {
  color: #005AA3;
}
.gutenberg blockquote.is-style-large cite {
  text-align: left;
}
.gutenberg ol, .gutenberg ul {
  counter-reset: ol;
}
.gutenberg ol li, .gutenberg ul li {
  list-style: none;
  max-width: 100%;
  width: 100%;
  padding: 0;
}
.gutenberg ol li::before, .gutenberg ul li::before {
  counter-increment: ol;
  min-width: 20px;
  position: relative;
  top: 0;
  font-weight: 600;
}
.gutenberg ol li.blocks-gallery-item:before, .gutenberg ul li.blocks-gallery-item:before {
  display: none;
}
.gutenberg ol li::before {
  content: counter(ol) ". ";
}
.gutenberg ul li::before {
  font-size: 32px;
  font-size: 2rem;
  content: "·";
  top: 4px;
}
.gutenberg .wp-block-table {
  font-size: 16.5px;
  font-size: 1.03125rem;
  margin: 0 0 30px;
  border-top: 1px solid #595858;
}
.gutenberg .wp-block-table tr td {
  border-bottom: 1px solid #595858;
  padding: 15px 0;
}
.gutenberg .wp-block-image {
  position: relative;
}
.gutenberg .wp-block-image figcaption {
  display: block;
  padding: 5px 15px;
  margin: 0;
  font-size: inherit;
  font-size: 14px;
  font-size: 0.875rem;
  background-color: #ffffff;
}
.gutenberg .wp-block-embed {
  position: relative;
}
.gutenberg .wp-block-embed.alignright, .gutenberg .wp-block-embed.alignleft, .gutenberg .wp-block-embed.aligncenter {
  width: auto !important;
}
.gutenberg .wp-block-embed .wp-block-embed__wrapper {
  position: relative;
  position: relative;
}
.gutenberg .wp-block-embed .wp-block-embed__wrapper:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
.gutenberg .wp-block-embed .wp-block-embed__wrapper > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.gutenberg .wp-block-embed .wp-block-embed__wrapper iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.gutenberg figure {
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .gutenberg figure {
    margin-bottom: 10px;
  }
}
@media (max-width: 766px) {
  .gutenberg figure {
    margin-bottom: 10px;
  }
}
.gutenberg .wp-block-media-text .wp-block-media-text__media {
  width: 100%;
  height: 100%;
}
.gutenberg .wp-block-media-text .wp-block-media-text__media img {
  object-fit: cover;
  font-family: "object-fit: cover; object-position: center;";
  width: 100%;
  height: 100%;
}
.gutenberg .wp-block-media-text .wp-block-media-text__content {
  padding: 1rem 2rem;
  max-width: calc(1400px / 2);
}
@media (max-width: 576px) {
  .gutenberg .wp-block-media-text .wp-block-media-text__content {
    padding: 1rem 0rem;
  }
}

.gutenberg .wp-block-cover {
  padding: 0;
  margin: 0 auto;
  margin-bottom: 50px;
  min-height: 400px;
  height: 50vh;
}
@media (max-width: 1024px) {
  .gutenberg .wp-block-cover {
    margin-bottom: 40px;
  }
}
@media (max-width: 766px) {
  .gutenberg .wp-block-cover {
    margin-bottom: 30px;
  }
}
@media (max-width: 1024px) {
  .gutenberg .wp-block-columns,
.gutenberg .wp-block-gallery {
    flex-wrap: wrap;
  }
}
.gutenberg .wp-block-columns:not(.alignfull):not(.alignwide),
.gutenberg .wp-block-gallery:not(.alignfull):not(.alignwide) {
  flex-basis: calc( (7 / 12 * 100%) - 0.5rem);
  width: calc( (7 / 12 * 100%) - 0.5rem);
  max-width: 1400px;
}
@media (max-width: 1280px) {
  .gutenberg .wp-block-columns:not(.alignfull):not(.alignwide),
.gutenberg .wp-block-gallery:not(.alignfull):not(.alignwide) {
    flex-basis: calc( (9 / 12 * 100%) - 0.5rem);
    width: calc( (9 / 12 * 100%) - 0.5rem);
  }
}
@media (max-width: 1024px) {
  .gutenberg .wp-block-columns:not(.alignfull):not(.alignwide),
.gutenberg .wp-block-gallery:not(.alignfull):not(.alignwide) {
    flex-basis: calc( (11 / 12 * 100%) - 0.5rem);
    width: calc( (11 / 12 * 100%) - 0.5rem);
  }
}
@media (max-width: 766px) {
  .gutenberg .wp-block-columns:not(.alignfull):not(.alignwide),
.gutenberg .wp-block-gallery:not(.alignfull):not(.alignwide) {
    flex-basis: calc( (11 / 12 * 100%) - 0.5rem);
    width: calc( (11 / 12 * 100%) - 0.5rem);
  }
}
.gutenberg .wp-block-columns .wp-block-column,
.gutenberg .wp-block-gallery .wp-block-column {
  margin-top: 0;
  margin-bottom: 1rem;
}
.gutenberg .wp-block-columns .wp-block-column:not(:last-child),
.gutenberg .wp-block-gallery .wp-block-column:not(:last-child) {
  margin-right: 1rem;
}
.gutenberg .wp-block-columns .wp-block-column:not(:first-child), .gutenberg .wp-block-columns .wp-block-column:nth-child(2n),
.gutenberg .wp-block-gallery .wp-block-column:not(:first-child),
.gutenberg .wp-block-gallery .wp-block-column:nth-child(2n) {
  margin-left: 1rem;
}
.gutenberg .wp-block-columns .wp-block-column:nth-child(odd),
.gutenberg .wp-block-gallery .wp-block-column:nth-child(odd) {
  margin-right: 1rem;
}
@media (max-width: 1024px) {
  .gutenberg .wp-block-columns .wp-block-column,
.gutenberg .wp-block-gallery .wp-block-column {
    flex: 1 1 auto;
  }
  .gutenberg .wp-block-columns .wp-block-column:not(:last-child), .gutenberg .wp-block-columns .wp-block-column:not(:first-child), .gutenberg .wp-block-columns .wp-block-column:nth-child(2n), .gutenberg .wp-block-columns .wp-block-column:nth-child(odd),
.gutenberg .wp-block-gallery .wp-block-column:not(:last-child),
.gutenberg .wp-block-gallery .wp-block-column:not(:first-child),
.gutenberg .wp-block-gallery .wp-block-column:nth-child(2n),
.gutenberg .wp-block-gallery .wp-block-column:nth-child(odd) {
    margin-left: 0;
    margin-right: 0;
    width: calc(50% - 1rem);
    flex-basis: calc(50% - 1rem);
  }
  .gutenberg .wp-block-columns .wp-block-column:nth-child(2n),
.gutenberg .wp-block-gallery .wp-block-column:nth-child(2n) {
    margin-left: 1rem;
  }
}
@media (max-width: 766px) {
  .gutenberg .wp-block-columns .wp-block-column, .gutenberg .wp-block-columns .wp-block-column:not(:last-child), .gutenberg .wp-block-columns .wp-block-column:not(:first-child), .gutenberg .wp-block-columns .wp-block-column:nth-child(2n), .gutenberg .wp-block-columns .wp-block-column:nth-child(odd),
.gutenberg .wp-block-gallery .wp-block-column,
.gutenberg .wp-block-gallery .wp-block-column:not(:last-child),
.gutenberg .wp-block-gallery .wp-block-column:not(:first-child),
.gutenberg .wp-block-gallery .wp-block-column:nth-child(2n),
.gutenberg .wp-block-gallery .wp-block-column:nth-child(odd) {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    flex-basis: 100%;
  }
}
.gutenberg .wp-block-columns .blocks-gallery-item,
.gutenberg .wp-block-gallery .blocks-gallery-item {
  padding: 0;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
  position: relative;
  margin: 0 1rem 1rem 0;
  width: calc(50% - 1rem);
  flex-basis: calc(50% - 1rem);
}
.gutenberg .wp-block-columns .blocks-gallery-item:last-child,
.gutenberg .wp-block-gallery .blocks-gallery-item:last-child {
  margin-right: 0;
}
@media (max-width: 766px) {
  .gutenberg .wp-block-columns .blocks-gallery-item,
.gutenberg .wp-block-gallery .blocks-gallery-item {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    flex-basis: 100%;
  }
}

.accordion.padding-top-100 {
  padding-top: 100px !important;
}
.accordion.padding-bottom-100 {
  padding-bottom: 100px !important;
}
.accordion.padding-top-50 {
  padding-top: 50px !important;
}
.accordion.padding-bottom-50 {
  padding-bottom: 50px !important;
}
.accordion.padding-top-20 {
  padding-top: 20px !important;
}
.accordion.padding-bottom-20 {
  padding-bottom: 20px !important;
}
.accordion.padding-top-0 {
  padding-top: 0px !important;
}
.accordion.padding-bottom-0 {
  padding-bottom: 0px !important;
}
.accordion.margin-top-100 {
  margin-top: 100px !important;
}
.accordion.margin-bottom-100 {
  margin-bottom: 100px !important;
}
.accordion.margin-top-50 {
  margin-top: 50px !important;
}
.accordion.margin-bottom-50 {
  margin-bottom: 50px !important;
}
.accordion.margin-top-20 {
  margin-top: 20px !important;
}
.accordion.margin-bottom-20 {
  margin-bottom: 20px !important;
}
.accordion.margin-top-0 {
  margin-top: 0px !important;
}
.accordion.margin-bottom-0 {
  margin-bottom: 0px !important;
}

.accordion {
  box-sizing: border-box;
  align-self: flex-start;
}
.accordion ::-webkit-scrollbar {
  width: 0.4em;
  height: 0.4em;
}
.accordion ::-webkit-scrollbar-thumb {
  background: rgba(29, 29, 27, 0.15);
}
.accordion ::-webkit-scrollbar-track {
  background: rgba(29, 29, 27, 0.05);
}
.accordion body {
  scrollbar-face-color: rgba(29, 29, 27, 0.15);
  scrollbar-track-color: rgba(29, 29, 27, 0.05);
}
.accordion .accordion-row.open .title i, .accordion .accordion-row.open .title svg {
  color: #669CC8;
}
.accordion .accordion-row .gallery-item img {
  border: 2px solid #ffffff !important;
}
.accordion .accordion-row .gallery-item .gallery-caption {
  font-size: 15px;
  font-size: 0.9375rem;
}
.accordion .header {
  width: 100%;
  flex-basis: 100%;
  text-align: left;
}
@media (max-width: 766px) {
  .accordion .header {
    padding: 1rem;
  }
}
.accordion.full-width {
  width: 100%;
}
.accordion .sidebox, .accordion .sidebox .title, .accordion .sidebox .icon, .accordion .sidebox .content {
  color: inherit;
}
.accordion.primary {
  color: #1D1D1B;
}
.accordion.primary ::-webkit-scrollbar {
  width: 0.4em;
  height: 0.4em;
}
.accordion.primary ::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.15);
}
.accordion.primary ::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.05);
}
.accordion.primary body {
  scrollbar-face-color: rgba(255, 255, 255, 0.15);
  scrollbar-track-color: rgba(255, 255, 255, 0.05);
}
.accordion.primary .accordion-row {
  margin-bottom: 20px;
}
.accordion.primary .accordion-row .title {
  background-color: #669CC8;
  border-top: 0;
  border-bottom: 0;
}
.accordion.primary .accordion-row .title i, .accordion.primary .accordion-row .title svg {
  color: #ffffff;
}
.accordion.primary .accordion-row .title, .accordion.primary .accordion-row .title > * {
  color: #ffffff;
}
.accordion.primary .accordion-row.open .title {
  background-color: #005AA3;
}
.accordion.primary .accordion-row.open .title, .accordion.primary .accordion-row.open .title > * {
  color: #ffffff;
}
.accordion.primary .accordion-row.open .title i, .accordion.primary .accordion-row.open .title svg {
  color: #ffffff;
}
.accordion.primary .sidebox, .accordion.primary .sidebox .title, .accordion.primary .sidebox .content {
  color: #ffffff;
}
.accordion.primary .sidebox .icon {
  color: #335353;
}
.accordion.primary a {
  color: inherit;
}
.accordion.primary a:hover {
  opacity: 0.8;
  color: inherit;
  text-decoration: underline;
}
.accordion.primary svg {
  color: #ffffff;
}
.accordion .accordion-content.alignfull {
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (max-width: 1024px) {
  .accordion .accordion-content.alignfull {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.accordion .accordion-rows {
  overflow: hidden;
  height: auto;
  position: relative;
  box-sizing: border-box;
  align-self: flex-start;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex: 1 1 auto;
  padding-left: 0.01px;
}
.accordion .accordion-rows > div {
  flex: 1 0 100%;
}
.accordion .accordion-rows.alignfull .accordion-row.gutenberg-accordion-row {
  padding-right: 1rem;
  padding-left: 1rem;
}
@media (max-width: 766px) {
  .accordion .accordion-rows.alignfull .accordion-row.gutenberg-accordion-row {
    padding-right: 0rem;
    padding-left: 0rem;
  }
}
@media (max-width: 766px) {
  .accordion .accordion-rows {
    width: 100% !important;
    flex-basis: 100% !important;
  }
}
.accordion .accordion-row {
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  align-self: flex-start;
  background-color: #ffffff;
  margin-bottom: 20px;
  box-shadow: 0px 3px 24px 0px rgba(0, 0, 0, 0.2);
}
@media (max-width: 766px) {
  .accordion .accordion-row:not(.gutenberg-accordion-row):not(.sidebox-enabled) {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.accordion .accordion-row.open .toggle .close {
  display: block;
}
.accordion .accordion-row.open .toggle .open {
  display: none;
}
.accordion .accordion-row.open .content {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
  overflow-y: auto;
  max-height: 999999999999999px;
  transform: translateY(0px);
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.accordion .accordion-row.open .content > div {
  max-width: 100%;
}
.accordion .accordion-row.open .content .wp-caption {
  display: inline;
  max-width: 100%;
}
.accordion .accordion-row.open .content p {
  padding: 0 0 30px;
}
.accordion .accordion-row.open .content .downloads {
  min-width: 200px;
}
.accordion .accordion-row.open .content .downloads a {
  background-color: #669CC8;
  color: #ffffff;
  padding: 10px 20px;
  margin: 0 0 20px;
  display: inline-block;
  text-decoration: none;
  border-radius: 5px;
}
.accordion .accordion-row.open .content .downloads a span {
  margin-right: 10px;
}
.accordion .accordion-row.open .content .downloads a:hover, .accordion .accordion-row.open .content .downloads a:active {
  opacity: 1;
  text-decoration: underline;
}
.accordion .accordion-row.closed .title:hover {
  opacity: 0.85;
}
.accordion .accordion-row > div {
  margin-left: auto;
  margin-right: auto;
  padding: 1rem 1rem;
  transition: padding 600ms cubic-bezier(0, 0, 0, 1), height 600ms cubic-bezier(0, 0, 0, 1), background 600ms cubic-bezier(0, 0, 0, 1), background-color 600ms cubic-bezier(0, 0, 0, 1), transform 600ms cubic-bezier(0, 0, 0, 1);
}
@media (max-width: 766px) {
  .accordion .accordion-row > div {
    padding: 1rem 0.76rem;
  }
}
.accordion .accordion-row .content {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  z-index: 1;
  position: relative;
  max-height: 0px;
  overflow-y: hidden;
  overflow-x: hidden;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: -1px;
  margin-bottom: -1px;
  text-align: left;
}
.accordion .accordion-row .content img, .accordion .accordion-row .content video, .accordion .accordion-row .content embed, .accordion .accordion-row .content figure {
  max-width: 100%;
}
.accordion .accordion-row:last-child .content {
  margin-top: 0px;
  margin-bottom: 0px;
}
.accordion .accordion-row .toggle {
  box-sizing: border-box;
  position: absolute;
  top: 1rem;
  bottom: 1rem;
  right: 1rem;
  padding: 8px;
  width: auto;
  height: auto;
  cursor: pointer;
}
.accordion .accordion-row .toggle i, .accordion .accordion-row .toggle svg {
  color: #669CC8;
  display: block;
  font-size: 24px;
  font-size: 1.5rem;
}
.accordion .accordion-row .toggle i.close, .accordion .accordion-row .toggle svg.close {
  display: none;
  color: #669CC8;
}
.accordion .accordion-row .title {
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
  width: 100%;
  box-sizing: border-box;
  display: block;
  padding-right: 2rem;
  z-index: 10;
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: start-xs;
  align-items: start-xs;
  text-align: left;
}
.accordion .accordion-row .title h1, .accordion .accordion-row .title h2, .accordion .accordion-row .title h3, .accordion .accordion-row .title h4, .accordion .accordion-row .title h5, .accordion .accordion-row .title h6 {
  width: 100%;
}
.accordion .accordion-row .title > * {
  padding: 0;
  margin: 0;
}
.accordion .accordion-row .title:hover {
  opacity: 0.9;
}
.accordion .accordion-row .title:active {
  opacity: 0.8;
}
.accordion .sidebox {
  position: relative;
  text-align: left;
}
.accordion .sidebox .sticky {
  position: sticky;
  display: block;
  top: 150px;
  align-self: flex-start;
  text-align: left;
}
.accordion .sidebox .icon {
  font-size: 40px;
  margin-bottom: 15px;
}
@media screen and (min-width: 0px) and (max-width: 1024px) {
  .accordion .sidebox {
    margin-top: 25px;
    padding-left: 0;
    padding-right: 0;
  }
}

.files a:hover {
  color: #335353;
  text-decoration: underline;
}

.post-hero .title {
  text-align: center;
}
.post-hero figure {
  margin: 0;
}
.post-hero figure img {
  width: 100%;
}
.post-hero p {
  text-align: center;
}

.pagination {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-user-select: none;
          user-select: none;
  text-align: center;
  width: 100%;
}
.pagination .page-numbers {
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 24px;
  line-height: 1.5rem;
  font-weight: 400;
  padding: 6px 0;
  margin: 0 5px;
  text-decoration: none;
  display: inline-block;
}
.pagination .page-numbers:hover, .pagination .page-numbers:active, .pagination .page-numbers:focus {
  text-decoration: underline;
}
.pagination .page-numbers:not(.prev):not(.next) {
  width: 36px;
}
.pagination .prev,
.pagination .current,
.pagination .next {
  background-color: #005AA3;
  border-radius: 999px;
  color: white;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}
.pagination .prev,
.pagination .next {
  padding-left: 18px;
  padding-right: 18px;
}

.button, button, input[type=submit], .wp-block-button__link {
  padding: 10px 20px;
  border: 0;
  border-radius: 1000px;
  text-decoration: none;
  box-shadow: 1px 6px 4px -3px rgba(0, 0, 0, 0.1);
  background-color: #005AA3;
  text-align: left;
  white-space: nowrap;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
  display: inline-block;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 17px;
  line-height: 1.0625rem;
  font-weight: 400;
  transition: all 150ms cubic-bezier(0, 0, 0, 1);
}
.button.is-style-squared, button.is-style-squared, input[type=submit].is-style-squared, .wp-block-button__link.is-style-squared {
  border-radius: 0px;
}
.button:not(.has-text-color), button:not(.has-text-color), input[type=submit]:not(.has-text-color), .wp-block-button__link:not(.has-text-color) {
  color: #ffffff;
}
.button > *, button > *, input[type=submit] > *, .wp-block-button__link > * {
  pointer-events: none;
}
.button i, .button svg, button i, button svg, input[type=submit] i, input[type=submit] svg, .wp-block-button__link i, .wp-block-button__link svg {
  position: relative;
  margin-left: 0.5rem;
}
.button:hover, .button:active, .button:focus, button:hover, button:active, button:focus, input[type=submit]:hover, input[type=submit]:active, input[type=submit]:focus, .wp-block-button__link:hover, .wp-block-button__link:active, .wp-block-button__link:focus {
  background-color: #FD8476;
  color: #ffffff;
  box-shadow: 1px 6px 4px -3px rgba(0, 0, 0, 0.1);
  text-decoration: none;
}
.button:active, button:active, input[type=submit]:active, .wp-block-button__link:active {
  opacity: 0.8;
  color: #ffffff;
}
.button[disabled], .button.disabled, button[disabled], button.disabled, input[type=submit][disabled], input[type=submit].disabled, .wp-block-button__link[disabled], .wp-block-button__link.disabled {
  pointer-events: none !important;
  -webkit-user-select: none !important;
          user-select: none !important;
  background-color: #bfbebe !important;
  color: rgba(29, 29, 27, 0.35) !important;
  text-shadow: 2px 2px 0px rgba(29, 29, 27, 0);
}
.button.btn-red, button.btn-red, input[type=submit].btn-red, .wp-block-button__link.btn-red {
  color: #ffffff;
  background-color: #FD5B49;
}
.button.btn-red:hover, .button.btn-red.wp-block-button__link:hover, button.btn-red:hover, button.btn-red.wp-block-button__link:hover, input[type=submit].btn-red:hover, input[type=submit].btn-red.wp-block-button__link:hover, .wp-block-button__link.btn-red:hover, .wp-block-button__link.btn-red.wp-block-button__link:hover {
  background-color: #fd7262;
  color: #ffffff;
}
.button.btn-red:active, .button.btn-red.wp-block-button__link:active, button.btn-red:active, button.btn-red.wp-block-button__link:active, input[type=submit].btn-red:active, input[type=submit].btn-red.wp-block-button__link:active, .wp-block-button__link.btn-red:active, .wp-block-button__link.btn-red.wp-block-button__link:active {
  background-color: #fd6453;
  color: #ffffff;
}
.button.btn-orange, button.btn-orange, input[type=submit].btn-orange, .wp-block-button__link.btn-orange {
  color: #ffffff;
  background-color: #EE763A;
}
.button.btn-orange:hover, .button.btn-orange.wp-block-button__link:hover, button.btn-orange:hover, button.btn-orange.wp-block-button__link:hover, input[type=submit].btn-orange:hover, input[type=submit].btn-orange.wp-block-button__link:hover, .wp-block-button__link.btn-orange:hover, .wp-block-button__link.btn-orange.wp-block-button__link:hover {
  background-color: #f08651;
  color: #ffffff;
}
.button.btn-orange:active, .button.btn-orange.wp-block-button__link:active, button.btn-orange:active, button.btn-orange.wp-block-button__link:active, input[type=submit].btn-orange:active, input[type=submit].btn-orange.wp-block-button__link:active, .wp-block-button__link.btn-orange:active, .wp-block-button__link.btn-orange.wp-block-button__link:active {
  background-color: #ef7d43;
  color: #ffffff;
}
.button.btn-lightred, button.btn-lightred, input[type=submit].btn-lightred, .wp-block-button__link.btn-lightred {
  color: #ffffff;
  background-color: #FD8476;
}
.button.btn-lightred:hover, .button.btn-lightred.wp-block-button__link:hover, button.btn-lightred:hover, button.btn-lightred.wp-block-button__link:hover, input[type=submit].btn-lightred:hover, input[type=submit].btn-lightred.wp-block-button__link:hover, .wp-block-button__link.btn-lightred:hover, .wp-block-button__link.btn-lightred.wp-block-button__link:hover {
  background-color: #fd6d5d;
}
.button.btn-lightred:active, .button.btn-lightred.wp-block-button__link:active, button.btn-lightred:active, button.btn-lightred.wp-block-button__link:active, input[type=submit].btn-lightred:active, input[type=submit].btn-lightred.wp-block-button__link:active, .wp-block-button__link.btn-lightred:active, .wp-block-button__link.btn-lightred.wp-block-button__link:active {
  background-color: #fd7b6c;
  opacity: 1;
}
.button.btn-purple, button.btn-purple, input[type=submit].btn-purple, .wp-block-button__link.btn-purple {
  color: #ffffff;
  background-color: #3A1642;
}
.button.btn-purple:hover, .button.btn-purple.wp-block-button__link:hover, button.btn-purple:hover, button.btn-purple.wp-block-button__link:hover, input[type=submit].btn-purple:hover, input[type=submit].btn-purple.wp-block-button__link:hover, .wp-block-button__link.btn-purple:hover, .wp-block-button__link.btn-purple.wp-block-button__link:hover {
  background-color: #29102f;
  color: #ffffff;
}
.button.btn-purple:active, .button.btn-purple.wp-block-button__link:active, button.btn-purple:active, button.btn-purple.wp-block-button__link:active, input[type=submit].btn-purple:active, input[type=submit].btn-purple.wp-block-button__link:active, .wp-block-button__link.btn-purple:active, .wp-block-button__link.btn-purple.wp-block-button__link:active {
  background-color: #41194a;
  color: #ffffff;
}
.button.btn-blue, button.btn-blue, input[type=submit].btn-blue, .wp-block-button__link.btn-blue {
  color: #ffffff;
  background-color: #005AA3;
}
.button.btn-blue:hover, .button.btn-blue.wp-block-button__link:hover, button.btn-blue:hover, button.btn-blue.wp-block-button__link:hover, input[type=submit].btn-blue:hover, input[type=submit].btn-blue.wp-block-button__link:hover, .wp-block-button__link.btn-blue:hover, .wp-block-button__link.btn-blue.wp-block-button__link:hover {
  background-color: #FD8476;
  color: #ffffff;
}
.button.btn-blue:active, .button.btn-blue.wp-block-button__link:active, button.btn-blue:active, button.btn-blue.wp-block-button__link:active, input[type=submit].btn-blue:active, input[type=submit].btn-blue.wp-block-button__link:active, .wp-block-button__link.btn-blue:active, .wp-block-button__link.btn-blue.wp-block-button__link:active {
  background-color: #0060ad;
  opacity: 1;
}
.button.btn-green, button.btn-green, input[type=submit].btn-green, .wp-block-button__link.btn-green {
  color: #ffffff;
  background-color: #55ab80;
}
.button.btn-green:hover, .button.btn-green.wp-block-button__link:hover, button.btn-green:hover, button.btn-green.wp-block-button__link:hover, input[type=submit].btn-green:hover, input[type=submit].btn-green.wp-block-button__link:hover, .wp-block-button__link.btn-green:hover, .wp-block-button__link.btn-green.wp-block-button__link:hover {
  background-color: #4c9a73;
  opacity: 1;
}
.button.btn-green:active, .button.btn-green.wp-block-button__link:active, button.btn-green:active, button.btn-green.wp-block-button__link:active, input[type=submit].btn-green:active, input[type=submit].btn-green.wp-block-button__link:active, .wp-block-button__link.btn-green:active, .wp-block-button__link.btn-green.wp-block-button__link:active {
  background-color: #5cae85;
  opacity: 1;
}
.button.btn-black, button.btn-black, input[type=submit].btn-black, .wp-block-button__link.btn-black {
  background-color: #1D1D1B;
}
.button.btn-black:hover, .button.btn-black.wp-block-button__link:hover, button.btn-black:hover, button.btn-black.wp-block-button__link:hover, input[type=submit].btn-black:hover, input[type=submit].btn-black.wp-block-button__link:hover, .wp-block-button__link.btn-black:hover, .wp-block-button__link.btn-black.wp-block-button__link:hover {
  background-color: #2a2a27;
  opacity: 1;
  color: #ffffff;
  background-color: #1D1D1B;
}
.button.btn-black:active, .button.btn-black.wp-block-button__link:active, button.btn-black:active, button.btn-black.wp-block-button__link:active, input[type=submit].btn-black:active, input[type=submit].btn-black.wp-block-button__link:active, .wp-block-button__link.btn-black:active, .wp-block-button__link.btn-black.wp-block-button__link:active {
  background-color: #222220;
  opacity: 1;
}
.button.btn-white, .button.has-white-background-color, button.btn-white, button.has-white-background-color, input[type=submit].btn-white, input[type=submit].has-white-background-color, .wp-block-button__link.btn-white, .wp-block-button__link.has-white-background-color {
  background-color: #ffffff;
  color: #005AA3;
}
.button.btn-white:hover, .button.btn-white.wp-block-button__link:hover, .button.has-white-background-color:hover, .button.has-white-background-color.wp-block-button__link:hover, button.btn-white:hover, button.btn-white.wp-block-button__link:hover, button.has-white-background-color:hover, button.has-white-background-color.wp-block-button__link:hover, input[type=submit].btn-white:hover, input[type=submit].btn-white.wp-block-button__link:hover, input[type=submit].has-white-background-color:hover, input[type=submit].has-white-background-color.wp-block-button__link:hover, .wp-block-button__link.btn-white:hover, .wp-block-button__link.btn-white.wp-block-button__link:hover, .wp-block-button__link.has-white-background-color:hover, .wp-block-button__link.has-white-background-color.wp-block-button__link:hover {
  background-color: #FD8476;
  opacity: 1;
  color: #ffffff !important;
}
.bg-darkblue .button.btn-white:hover, .bg-darkblue .button.has-white-background-color:hover, .bg-darkblue button.btn-white:hover, .bg-darkblue button.has-white-background-color:hover, .bg-darkblue input[type=submit].btn-white:hover, .bg-darkblue input[type=submit].has-white-background-color:hover, .bg-darkblue .wp-block-button__link.btn-white:hover, .bg-darkblue .wp-block-button__link.has-white-background-color:hover {
  background-color: #FD8476;
  color: #ffffff;
}

.wp-block-button__link i, .wp-block-button__link svg {
  font-size: 17px;
  position: relative;
  top: 0;
}

.wp-block-button__link:after {
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-display: swap;
  font-size: 17px;
  font-weight: 400;
  float: right;
  text-align: right;
  margin-left: 25px;
  display: none;
}

.banner .inner img {
  width: 100%;
  height: 100%;
  max-height: 100%;
  max-height: 100%;
  object-fit: cover;
}
.banner .inner .content {
  padding: 0 10px 0 0;
}
.banner .inner .content p {
  font-size: 20px;
  font-size: 1.25rem;
}
@media (max-width: 766px) {
  .banner .inner .content {
    padding: 3rem;
  }
  .banner .inner .content .title {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .banner .inner .content .description {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}

.gallery {
  position: relative;
}
.gallery button:hover, .gallery button:focus, .gallery button:active {
  background-color: transparent;
}
.gallery button i, .gallery button svg {
  color: #ffffff;
}
.gallery .glider-dot:hover, .gallery .glider-dot:focus, .gallery .glider-dot.active {
  background: #ffffff;
}
.gallery .glider-prev, .gallery .glider-next {
  top: 50%;
  font-size: 25px;
  font-size: 1.5625rem;
  box-shadow: none;
}
@media (max-width: 766px) {
  .gallery .glider-prev {
    left: 0;
  }
}
@media (max-width: 766px) {
  .gallery .glider-next {
    right: 0;
  }
}
.gallery .glider-dots {
  position: relative;
  bottom: 2vh;
}
@media (max-width: 1024px) {
  .gallery .glider-dots {
    bottom: 1vh;
  }
}
.gallery .glider-dots .glider-dot {
  padding: 0px;
  margin: 10px;
  position: relative;
}
.gallery .glider-dots .glider-dot:before {
  content: "";
  height: 35px;
  width: 35px;
  position: absolute;
  background-color: red;
  top: 0;
  bottom: 0;
  left: -10px;
  right: 0;
  margin: auto;
  border-radius: 100%;
  opacity: 0;
}

#gdpr-banner {
  position: fixed;
  z-index: 999999999;
  box-sizing: border-box;
  padding: 20px;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #ffffff;
  max-height: none;
  width: 100%;
  max-width: 100%;
  box-shadow: -10px 0px 10px rgba(0, 0, 0, 0.05);
}
#gdpr-banner .gdpr-content {
  box-sizing: border-box;
}
#gdpr-banner .gdpr-content > * {
  display: block;
  box-sizing: border-box;
}
#gdpr-banner .gdpr-content p {
  padding-bottom: 0;
}
#gdpr-banner .gdpr-content p.gdpr-text span {
  float: left;
  padding: 14px 0;
}
#gdpr-banner .gdpr-content p.gdpr-text span a {
  color: #005AA3;
}
#gdpr-banner .gdpr-content p.gdpr-text #gdpr-consent {
  position: relative;
  top: 5px;
  color: #ffffff;
  width: auto;
  float: right;
}

.tables .table-title {
  font-weight: 500;
  margin: 0 0 10px;
  display: block;
}
@media (max-width: 766px) {
  .tables .table-td {
    padding: 0 1rem;
  }
}
@media (max-width: 1024px) {
  .tables .table-td .tables-row {
    margin-bottom: 1rem;
  }
}
@media (max-width: 766px) {
  .tables .wrapper.odd, .tables .wrapper.even {
    padding-right: 0;
    padding-left: 0;
    color: #ffffff;
  }
  .tables .wrapper.even {
    color: #005AA3;
  }
}
.tables .wrapper .table .inner {
  padding: 10px;
  margin: 0 0 1rem;
}
.tables .wrapper .table .inner.left {
  font-weight: 500;
}
@media (max-width: 1024px) {
  .tables .wrapper .table .inner {
    margin: 0;
  }
}
.tables .wrapper .table .inner.odd {
  background-color: #005AA3;
  color: #ffffff;
}
.tables .wrapper .table .inner.even {
  background-color: #ffffff;
}

.breadcrumbs p {
  font-size: 14px;
  font-size: 0.875rem;
}

.card.card-1 {
  margin-bottom: 2rem;
}
@media (max-width: 766px) {
  .card.card-1 {
    margin-bottom: 1rem;
  }
}
.card.card-1 a {
  text-decoration: none;
}
.card.card-1 .bg {
  position: relative;
  border-radius: 3px 3px 0 0;
}
.card.card-1 .bg .thumb {
  border-radius: 3px 3px 0 0;
  width: 100%;
  height: auto;
  max-height: 300px;
  min-height: 300px;
  object-fit: cover;
  object-position: 50% 50%;
}
@media (max-width: 1024px) {
  .card.card-1 .bg .thumb {
    max-height: 250px;
    min-height: 250px;
  }
}
@media (max-width: 766px) {
  .card.card-1 .bg .thumb {
    max-height: 320px;
    min-height: 320px;
  }
}
.card.card-1 .card-content {
  background-color: #ffffff;
  box-shadow: 0px 3px 24px 0px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  height: 100%;
}
.card.card-1 .card-content > a {
  display: block;
}
.card.card-1 .card-content .content {
  padding: 2rem;
  position: relative;
}
@media (max-width: 1024px) {
  .card.card-1 .card-content .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.card.card-1 .card-content .content .title {
  margin-bottom: 10px;
  text-transform: inherit;
  text-transform: uppercase;
}
.card.card-1 .card-content .content .title a:hover {
  text-decoration: underline;
}
.card.card-1 .card-content .content .description {
  margin-bottom: 0;
  padding-bottom: 0;
  width: 100%;
}
.card.card-1 .card-content .content .read-more {
  margin-top: 20px;
  padding-bottom: 0;
}
.card.card-1 .card-content .content .read-more a:not(.button) {
  text-decoration: underline;
}
.card.card-1 .card-content .content .read-more a:not(.button):hover, .card.card-1 .card-content .content .read-more a:not(.button):active, .card.card-1 .card-content .content .read-more a:not(.button):focus {
  color: #FD8476;
}

.card.card-product .card-content {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.card.card-product .card-content .content {
  flex-grow: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.card.card-product .card-content .content .title {
  text-transform: uppercase;
}
.card.card-product .card-content .content .title a:hover {
  text-decoration: none;
}

.card.card-2 .card-content {
  background-color: #ffffff;
  box-shadow: 0px 3px 24px 0px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  height: calc(100% - 60px);
  padding: 30px;
}
.card.card-2 .card-content .thumb {
  margin-bottom: 10px;
}
.card.card-2 .card-content .thumb img {
  border-radius: 100%;
  max-width: 70%;
}
.card.card-2 .card-content p {
  margin: 0;
  padding: 0;
}
.card.card-2 .card-content .title {
  margin-bottom: 0;
  text-transform: uppercase;
  color: #005AA3;
}
.card.card-2 .card-content .description {
  margin-bottom: 0;
  padding-bottom: 0;
  width: 100%;
}

.gutenberg > .card-2 {
  max-width: 320px !important;
}

.card.card-4 {
  z-index: 99;
}
@media (max-width: 1024px) {
  .card.card-4 {
    margin-bottom: 30px !important;
  }
}
.card.card-4 a.card-content {
  text-decoration: none;
}
.card.card-4 .card-content {
  box-shadow: 0px 3px 24px 0px rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  border-radius: 5px;
  padding: 2rem;
  min-height: 88%;
  transition: all 150ms cubic-bezier(0, 0, 0, 1);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: flex-start;
  flex-direction: column;
}
@media (max-width: 1280px) {
  .card.card-4 .card-content {
    min-height: 300px;
  }
}
@media (max-width: 1024px) {
  .card.card-4 .card-content {
    padding: 2rem;
  }
}
@media (max-width: 766px) {
  .card.card-4 .card-content {
    padding: 2.5rem;
    min-height: auto;
  }
}
.card.card-4 .card-content .thumb {
  min-width: 130px;
  min-height: 130px;
  max-width: 130px;
  max-height: 130px;
  margin: 0 auto 20px;
}
.card.card-4 .card-content .content {
  flex: 1 1 auto;
  margin-left: auto;
  margin-right: auto;
  max-width: 300px;
}
.card.card-4 .card-content .content .title {
  margin: 0 0 15px;
}
.card.card-4 .card-content .content .title a {
  text-decoration: none;
}
.card.card-4 .card-content .button {
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}
@media screen and (min-width: 1025px) {
  .card.card-4.hover .card-content:hover {
    background-color: #FD8476;
    transition: all 800ms cubic-bezier(0, 0, 0, 1);
  }
  .card.card-4.hover .card-content:hover .thumb #Layer_1 .st0 {
    fill: #ffffff;
  }
  .card.card-4.hover .card-content:hover .button {
    background-color: #ffffff;
    color: #005AA3;
  }
  .card.card-4.hover .card-content:hover .content {
    text-decoration: none;
  }
  .card.card-4.hover .card-content:hover .content .title a {
    color: #ffffff;
    text-decoration: none;
  }
  .card.card-4.hover .card-content:hover .content .description {
    color: #ffffff;
    text-decoration: none;
  }
}

.card.card-5 {
  opacity: 1;
  height: auto;
  margin-bottom: 2rem;
  transition: all 1400ms cubic-bezier(0, 0, 0, 1);
}
.card.card-5 .card-box {
  padding: 1.5rem;
  padding-bottom: 0;
  background-color: #ffffff;
  border-radius: 3px;
  box-shadow: 0px 3px 24px 0px rgba(0, 0, 0, 0.2);
}
@media (max-width: 766px) {
  .card.card-5 .card-box {
    padding: 1.5rem;
    padding-bottom: 0;
  }
}
.card.card-5 .card-box .title {
  margin: 0 0 15px;
}
.card.card-5 .card-box [button-group],
.card.card-5 .card-box .meta {
  margin-bottom: 1.5rem;
}
.card.card-5 .card-box .meta {
  font-size: 14px;
  font-size: 0.875rem;
}
@media (max-width: 1024px) {
  .card.card-5 .card-box .meta {
    margin: 0 0 20px;
  }
}
.card.card-5 .card-box [button-group] [button] {
  margin-right: 15px;
}
.card.card-5 .card-box [button-group] [button]:last-child {
  margin-right: 0px;
}
.card.card-5.animate-hide {
  opacity: 0;
  height: 0;
  transform: translateY(20px);
  pointer-events: none;
  -webkit-user-select: none;
          user-select: none;
  position: relative;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.bg-top, .bg-bottom {
  background-image: url("./core/assets/images/Illustration-1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  z-index: 1;
}
@media (max-width: 1024px) {
  .bg-top, .bg-bottom {
    background-image: none;
  }
}

.bg-bottom {
  background-image: url("./core/assets/images/Illustration-2.jpg");
}

#header .search-form-section {
  z-index: 100;
  transition: transform 700ms cubic-bezier(0, 0, 0, 1), opacity 0ms cubic-bezier(0, 0, 0, 1);
}
#header .search-form-section .search-form {
  padding-left: 0;
  padding-right: 0;
}
#header .search-form-section:not([active]) {
  transform: translateY(-100%);
  opacity: 0;
  transition: transform 700ms cubic-bezier(0, 0, 0, 1), opacity 2500ms cubic-bezier(0, 0, 0, 1);
}

.search .search-form .input-wrapper,
.page-template-search .search-form .input-wrapper,
.search-form-section .search-form .input-wrapper {
  float: none;
}
.search .search-form .input-wrapper label,
.page-template-search .search-form .input-wrapper label,
.search-form-section .search-form .input-wrapper label {
  color: #005AA3;
  text-transform: uppercase;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 36px;
  line-height: 2.25rem;
  margin-bottom: 20px;
}
.search .search-form .input-wrapper .input-wrap,
.page-template-search .search-form .input-wrapper .input-wrap,
.search-form-section .search-form .input-wrapper .input-wrap {
  width: 100%;
  padding: 0;
  box-sizing: border-box;
  border-radius: 500px;
}
.search .search-form .input-wrapper .input-wrap input[type=text],
.page-template-search .search-form .input-wrapper .input-wrap input[type=text],
.search-form-section .search-form .input-wrapper .input-wrap input[type=text] {
  box-sizing: border-box;
  font-size: 20px;
  font-size: 1.25rem;
  margin-right: 50px;
  padding: 12px 30px;
  border-radius: 500px;
}
.search .search-header h2,
.page-template-search .search-header h2,
.search-form-section .search-header h2 {
  border-bottom: 1px solid #E2E2E2;
  margin-bottom: 40px;
  padding-bottom: 40px;
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 400;
  text-transform: none;
  color: gray;
  margin: 0;
}
.search .search-result .title,
.page-template-search .search-result .title,
.search-form-section .search-result .title {
  text-transform: none;
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 25px;
  font-size: 1.5625rem;
}
@media (max-width: 766px) {
  .search .search-result .title,
.page-template-search .search-result .title,
.search-form-section .search-result .title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.search .search-result .title a,
.page-template-search .search-result .title a,
.search-form-section .search-result .title a {
  text-decoration: none;
}
.search .search-result .title a:hover, .search .search-result .title a:active, .search .search-result .title a:focus,
.page-template-search .search-result .title a:hover,
.page-template-search .search-result .title a:active,
.page-template-search .search-result .title a:focus,
.search-form-section .search-result .title a:hover,
.search-form-section .search-result .title a:active,
.search-form-section .search-result .title a:focus {
  text-decoration: underline;
}
.search .search-result > :last-child,
.page-template-search .search-result > :last-child,
.search-form-section .search-result > :last-child {
  border-bottom: 1px solid #E2E2E2;
  margin-bottom: 40px;
  padding-bottom: 40px;
}

.search-results .search-form-section,
.search-no-results .search-form-section {
  margin-bottom: 50px;
}

#header .search-form-section {
  position: absolute;
  margin: 0;
  width: 100%;
  max-height: 100vh;
}
@media (max-width: 766px) {
  #header .search-form-section {
    height: 45vh;
    max-height: 100vh;
  }
}

[product-archive] [term-navigation] {
  margin-bottom: 0;
  padding-bottom: 0;
  -webkit-user-select: none;
          user-select: none;
}
[product-archive] [term-navigation] > .inside {
  background-color: #ffffff;
  box-shadow: 0px 3px 24px 0px rgba(0, 0, 0, 0.2);
  padding: 1.5rem 1.5rem;
}
[product-archive] [term-navigation] a {
  text-decoration: none;
  color: inherit;
}
[product-archive] [term-navigation] [term-nav-group] {
  color: #005AA3;
  border-bottom: 1px solid rgba(29, 29, 27, 0.2);
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
[product-archive] [term-navigation] [term-nav-group]:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
[product-archive] [term-navigation] [term-nav-group] [term-nav-header] [nav-group-title] {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 22px;
  font-size: 1.375rem;
  margin-bottom: 0;
  cursor: pointer;
  margin-bottom: 15px;
}
[product-archive] [term-navigation] [term-nav-group] [term-nav-header] [nav-group-title] i, [product-archive] [term-navigation] [term-nav-group] [term-nav-header] [nav-group-title] svg {
  display: inline-block;
  left: 5px;
  position: relative;
  transition: all 700ms cubic-bezier(0, 0, 0, 1);
}
[product-archive] [term-navigation] [term-nav-group] [term-nav-header] [nav-group-title]:hover {
  opacity: 0.8;
}
[product-archive] [term-navigation] [term-nav-group] [term-nav-header] [nav-group-title]:active {
  opacity: 0.7;
}
[product-archive] [term-navigation] [term-nav-group] [term-nav-header] [nav-group-link] {
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  margin-bottom: 15px;
  display: inline-block;
}
[product-archive] [term-navigation] [term-nav-group] [term-nav-header] [nav-group-link]:hover {
  opacity: 0.8;
}
[product-archive] [term-navigation] [term-nav-group] [term-nav-header] [nav-group-link]:active {
  opacity: 0.7;
}
[product-archive] [term-navigation] [term-nav-group] [term-nav-items] {
  margin-bottom: 0;
  padding-bottom: 0;
  color: inherit;
  transition: all 700ms cubic-bezier(0, 0, 0, 1);
}
[product-archive] [term-navigation] [term-nav-group] [term-nav-items] li {
  transition: all 700ms cubic-bezier(0, 0, 0, 1);
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 2rem;
  display: inline-block;
  position: relative;
  color: inherit;
}
[product-archive] [term-navigation] [term-nav-group] [term-nav-items] li[term-nav-subtitle] {
  padding-left: 1rem;
  text-transform: uppercase;
}
[product-archive] [term-navigation] [term-nav-group] [term-nav-items] li[current] {
  font-weight: 600;
  pointer-events: none;
  text-decoration: underline;
}
[product-archive] [term-navigation] [term-nav-group] [term-nav-items] li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
[product-archive] [term-navigation] [term-nav-group] [term-nav-items] li a {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}
[product-archive] [term-navigation] [term-nav-group][active] [nav-group-title] {
  color: #FD5B49;
}
[product-archive] [term-navigation] [term-nav-group][active] [term-nav-items] li {
  opacity: 1;
}
[product-archive] [term-navigation] [term-nav-group]:not([active]) [term-nav-items] {
  height: 0px;
  overflow: hidden;
}
[product-archive] [term-navigation] [term-nav-group]:not([active]) [term-nav-items] li {
  opacity: 0;
  transform: translateY(-40px);
}
[product-archive] [term-navigation] [term-nav-group]:not([active]) [nav-group-link] {
  display: none;
}
[product-archive] [term-navigation] [term-nav-group]:not([active]) [nav-group-title] {
  margin-bottom: 0;
}
[product-archive] [term-navigation] [term-nav-group]:not([active]) [nav-group-title] i, [product-archive] [term-navigation] [term-nav-group]:not([active]) [nav-group-title] svg {
  transform: rotate(180deg);
}