.table {
  --bs-table-color-type: initial;
  --bs-table-bg-type: initial;
  --bs-table-color-state: initial;
  --bs-table-bg-state: initial;
  --bs-table-color: var(--bs-emphasis-color);
  --bs-table-bg: var(--bs-body-bg);
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-emphasis-color);
  --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
  --bs-table-active-color: var(--bs-emphasis-color);
  --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
  --bs-table-hover-color: var(--bs-emphasis-color);
  --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  border-color: var(--bs-table-border-color); }
  .table > :not(caption) > * > * {
    padding: 0.5rem 0.5rem;
    color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
    background-color: var(--bs-table-bg);
    border-bottom-width: var(--bs-border-width);
    box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg))); }
  .table > tbody {
    vertical-align: inherit; }
  .table > thead {
    vertical-align: bottom; }

.table-group-divider {
  border-top: calc(var(--bs-border-width) * 2) solid currentcolor; }

.caption-top {
  caption-side: top; }

.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem; }

.table-bordered > :not(caption) > * {
  border-width: var(--bs-border-width) 0; }
  .table-bordered > :not(caption) > * > * {
    border-width: 0 var(--bs-border-width); }

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0; }

.table-borderless > :not(:first-child) {
  border-top-width: 0; }

.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg); }

.table-striped-columns > :not(caption) > tr > :nth-child(even) {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg); }

.table-active {
  --bs-table-color-state: var(--bs-table-active-color);
  --bs-table-bg-state: var(--bs-table-active-bg); }

.table-hover > tbody > tr:hover > * {
  --bs-table-color-state: var(--bs-table-hover-color);
  --bs-table-bg-state: var(--bs-table-hover-bg); }

.table-primary {
  --bs-table-color: #000;
  --bs-table-bg: #cfe2ff;
  --bs-table-border-color: #a6b5cc;
  --bs-table-striped-bg: #c5d7f2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bacbe6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfd1ec;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color); }

.table-secondary {
  --bs-table-color: #000;
  --bs-table-bg: #e2e3e5;
  --bs-table-border-color: #b5b6b7;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d1d2d4;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color); }

.table-success {
  --bs-table-color: #000;
  --bs-table-bg: #d1e7dd;
  --bs-table-border-color: #a7b9b1;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color); }

.table-info {
  --bs-table-color: #000;
  --bs-table-bg: #cff4fc;
  --bs-table-border-color: #a6c3ca;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color); }

.table-warning {
  --bs-table-color: #000;
  --bs-table-bg: #fff3cd;
  --bs-table-border-color: #ccc2a4;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color); }

.table-danger {
  --bs-table-color: #000;
  --bs-table-bg: #f8d7da;
  --bs-table-border-color: #c6acae;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color); }

.table-light {
  --bs-table-color: #000;
  --bs-table-bg: #f8f9fa;
  --bs-table-border-color: #c6c7c8;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color); }

.table-dark {
  --bs-table-color: #fff;
  --bs-table-bg: #212529;
  --bs-table-border-color: #4d5154;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color); }

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; } }

@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; } }

@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; } }

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; } }

@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; } }

.accordion {
  --bs-accordion-color: var(--bs-body-color);
  --bs-accordion-bg: var(--bs-body-bg);
  --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: var(--bs-border-width);
  --bs-accordion-border-radius: var(--bs-border-radius);
  --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: var(--bs-body-color);
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23052c65' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: var(--bs-primary-text-emphasis);
  --bs-accordion-active-bg: var(--bs-primary-bg-subtle); }

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition); }
  @media (prefers-reduced-motion: reduce) {
    .accordion-button {
      transition: none; } }
  .accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color: var(--bs-accordion-active-bg);
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color); }
    .accordion-button:not(.collapsed)::after {
      background-image: var(--bs-accordion-btn-active-icon);
      transform: var(--bs-accordion-btn-icon-transform); }
  .accordion-button::after {
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    margin-left: auto;
    content: "";
    background-image: var(--bs-accordion-btn-icon);
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    transition: var(--bs-accordion-btn-icon-transition); }
    @media (prefers-reduced-motion: reduce) {
      .accordion-button::after {
        transition: none; } }
  .accordion-button:hover {
    z-index: 2; }
  .accordion-button:focus {
    z-index: 3;
    outline: 0;
    box-shadow: var(--bs-accordion-btn-focus-box-shadow); }

.accordion-header {
  margin-bottom: 0; }

.accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color); }
  .accordion-item:first-of-type {
    border-top-left-radius: var(--bs-accordion-border-radius);
    border-top-right-radius: var(--bs-accordion-border-radius); }
    .accordion-item:first-of-type > .accordion-header .accordion-button {
      border-top-left-radius: var(--bs-accordion-inner-border-radius);
      border-top-right-radius: var(--bs-accordion-inner-border-radius); }
  .accordion-item:not(:first-of-type) {
    border-top: 0; }
  .accordion-item:last-of-type {
    border-bottom-right-radius: var(--bs-accordion-border-radius);
    border-bottom-left-radius: var(--bs-accordion-border-radius); }
    .accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
      border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
      border-bottom-left-radius: var(--bs-accordion-inner-border-radius); }
    .accordion-item:last-of-type > .accordion-collapse {
      border-bottom-right-radius: var(--bs-accordion-border-radius);
      border-bottom-left-radius: var(--bs-accordion-border-radius); }

.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x); }

.accordion-flush > .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0; }
  .accordion-flush > .accordion-item:first-child {
    border-top: 0; }
  .accordion-flush > .accordion-item:last-child {
    border-bottom: 0; }
  .accordion-flush > .accordion-item > .accordion-collapse,
  .accordion-flush > .accordion-item > .accordion-header .accordion-button,
  .accordion-flush > .accordion-item > .accordion-header .accordion-button.collapsed {
    border-radius: 0; }

[data-bs-theme="dark"] .accordion-button::after {
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e"); }

.breadcrumbs {
  margin: 0;
  padding: 0;
  padding-bottom: .25rem;
  font-size: .875rem;
  font-weight: 400;
  color: #fff;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 10; }
  .breadcrumbs li {
    margin-right: 6px; }
  .breadcrumbs .icon {
    margin-left: 4px;
    width: 8px;
    height: 8px;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    display: inline-block;
    fill: #fff;
    color: #fff;
    position: relative;
    top: -2px; }
    .breadcrumbs .icon img, .breadcrumbs .icon svg {
      width: 8px;
      height: 8px;
      display: block; }
    .breadcrumbs .icon path, .breadcrumbs .icon circle, .breadcrumbs .icon line, .breadcrumbs .icon polygon, .breadcrumbs .icon ellipse, .breadcrumbs .icon svg, .breadcrumbs .icon use {
      fill: #fff;
      color: #fff; }
  .breadcrumbs a {
    color: #fff;
    transition: color .3s;
    font-weight: 600; }
    .breadcrumbs a .icon {
      fill: #fff;
      color: #fff; }
      .breadcrumbs a .icon path, .breadcrumbs a .icon circle, .breadcrumbs a .icon line, .breadcrumbs a .icon polygon, .breadcrumbs a .icon ellipse, .breadcrumbs a .icon svg, .breadcrumbs a .icon use {
        fill: #fff;
        color: #fff; }
  .breadcrumbs li:hover .home {
    fill: #17AC8E;
    color: #17AC8E; }
    .breadcrumbs li:hover .home path, .breadcrumbs li:hover .home circle, .breadcrumbs li:hover .home line, .breadcrumbs li:hover .home polygon, .breadcrumbs li:hover .home ellipse, .breadcrumbs li:hover .home svg, .breadcrumbs li:hover .home use {
      fill: #17AC8E;
      color: #17AC8E; }
  .breadcrumbs li:hover a {
    text-decoration: none; }
  .breadcrumbs li:hover .home {
    fill: #17AC8E;
    color: #17AC8E; }
    .breadcrumbs li:hover .home path, .breadcrumbs li:hover .home circle, .breadcrumbs li:hover .home line, .breadcrumbs li:hover .home polygon, .breadcrumbs li:hover .home ellipse, .breadcrumbs li:hover .home svg, .breadcrumbs li:hover .home use {
      fill: #17AC8E;
      color: #17AC8E; }

@media screen and (max-width: 992px) {
  .breadcrumbs {
    flex-wrap: wrap; } }

@media screen and (max-width: 576px) {
  .breadcrumbs {
    font-size: .75rem; } }

.page {
  padding: 80px 0; }
  .page .page-thumb {
    max-width: 200px;
    display: block; }
    .page .page-thumb img {
      width: 100%; }

.page__content p, .page__content ul, .page__content ol, .page__content table {
  line-height: 1.5; }

.page__content h2, .page__content h3, .page__content h4, .page__content h5, .page__content h6 {
  margin-bottom: 1.25rem; }

.page__content a {
  color: #17AC8E;
  text-decoration: underline; }

.page__content a:hover {
  text-decoration: none; }

.page__content h2 {
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 1.23;
  margin-bottom: 1.25rem;
  color: #17AC8E; }

.page__content h3 {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.23;
  margin-bottom: 1rem; }

.page__content h4 {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.15;
  margin-bottom: 1rem; }

.page__content table {
  width: 100% !important; }

.page__item-2 {
  margin-bottom: 2.5rem; }
  .page__item-2 .wrapper {
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 40px;
    height: 100%; }
  .page__item-2 .btn {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    text-align: center;
    margin-top: 2rem; }
  .page__item-2 h2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    font-family: 'Teko', sans-serif;
    text-transform: uppercase;
    display: block;
    text-align: center;
    line-height: 1;
    padding-top: .3rem;
    background: -webkit-linear-gradient(0deg, #88c651, #07ae8a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700; }

.page__item {
  margin-bottom: 2.5rem; }
  .page__item p {
    margin-bottom: .5rem; }
  .page__item .list-1 {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 1.5rem;
    display: block; }
    .page__item .list-1 li {
      position: relative;
      padding-left: 20px;
      margin-bottom: .5rem; }
    .page__item .list-1 li:before {
      display: none; }
    .page__item .list-1 .icon {
      width: 14px;
      height: 14px;
      background-size: contain;
      background-position: center;
      vertical-align: middle;
      display: inline-block;
      fill: #95C23D;
      color: #95C23D;
      position: absolute;
      left: 0;
      top: 5px; }
      .page__item .list-1 .icon img, .page__item .list-1 .icon svg {
        width: 14px;
        height: 14px;
        display: block; }
      .page__item .list-1 .icon path, .page__item .list-1 .icon circle, .page__item .list-1 .icon line, .page__item .list-1 .icon polygon, .page__item .list-1 .icon ellipse, .page__item .list-1 .icon svg, .page__item .list-1 .icon use {
        fill: #95C23D;
        color: #95C23D; }
  .page__item .wrapper {
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 30px;
    height: 100%;
    display: block; }
  .page__item .wrapper:hover {
    color: #2E3B42; }
  .page__item .more {
    display: block; }
  .page__item h4 {
    color: #95C23D;
    font-size: 1.15rem; }
    .page__item h4 a {
      color: #95C23D; }
    .page__item h4 a:hover {
      color: #95C23D;
      text-decoration: none; }

.page-hero {
  background: linear-gradient(90deg, #95C23D 0%, #59BA6F 50%, #00A183 100%);
  padding: 60px 0; }
  .page-hero h1 {
    color: #fff;
    display: block;
    text-align: center;
    font-family: 'Teko', sans-serif;
    font-size: 4.5rem;
    text-transform: uppercase;
    font-weight: 600; }
  .page-hero .page-nav {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 2rem 0 0 0; }
    .page-hero .page-nav li {
      padding: 12px;
      margin-right: 1rem;
      font-family: 'metropolis';
      font-weight: 700;
      cursor: pointer; }
    .page-hero .page-nav li:not(.collapsed) {
      color: #17AC8E;
      border-bottom: 2px solid #17AC8E; }
  .page-hero a:hover {
    color: #17AC8E; }

.page-hero--grey {
  text-align: center;
  background: #f5f4f4;
  padding: 2.4rem 0;
  margin-bottom: 3rem; }
  .page-hero--grey h1 {
    color: #95C23D;
    font-size: 3.6rem;
    margin-bottom: 0;
    font-family: 'Teko', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    background: -webkit-linear-gradient(0deg, #88c651, #07ae8a);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  .page-hero--grey .subtitle {
    display: block;
    text-align: center;
    margin: 0 auto;
    max-width: 600px;
    margin-bottom: 0;
    padding-bottom: 0; }

.page-hero--nav {
  padding-bottom: 0; }

.training {
  padding: 0 0 80px 0; }

.training__item {
  margin-bottom: 2rem; }
  .training__item .item-wrapper {
    padding: 25px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    height: 100%; }
  .training__item ul {
    list-style: none;
    padding: 0;
    margin: 0 0 1.5rem 0; }
    .training__item ul li {
      font-size: .875rem;
      margin-bottom: .25rem;
      display: flex;
      align-items: center; }
    .training__item ul li:last-child {
      margin-bottom: 0; }
    .training__item ul .icon {
      width: 14px;
      height: 14px;
      background-size: contain;
      background-position: center;
      vertical-align: middle;
      display: inline-block;
      fill: #17AC8E;
      color: #17AC8E;
      margin-right: .5rem; }
      .training__item ul .icon img, .training__item ul .icon svg {
        width: 14px;
        height: 14px;
        display: block; }
      .training__item ul .icon path, .training__item ul .icon circle, .training__item ul .icon line, .training__item ul .icon polygon, .training__item ul .icon ellipse, .training__item ul .icon svg, .training__item ul .icon use {
        fill: #17AC8E;
        color: #17AC8E; }
  .training__item .item-heading {
    color: #17AC8E;
    font-weight: 700;
    font-size: 1.25rem;
    margin: 0 0 1.5rem 0; }
