.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; } }

.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; }

.error {
  padding-top: 80px;
  padding-bottom: 80px; }

.error__wrapper {
  text-align: center;
  margin-bottom: 3rem; }
  .error__wrapper h1 {
    margin-bottom: 1rem; }
  .error__wrapper strong {
    display: block;
    font-size: 7rem;
    font-weight: 900;
    line-height: .9; }

.files-list {
  padding: 0 0 40px 0;
  list-style: none; }
  .files-list:last-child {
    padding-bottom: 0; }

.files-list__item {
  width: 100%;
  transition: all .3s;
  font-weight: 700;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem; }
  .files-list__item:last-child {
    border-bottom: 0; }
  .files-list__item .download {
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: all .3s;
    display: flex;
    font-size: 1rem;
    font-weight: 700;
    color: #2E3B42; }
  .files-list__item .size {
    font-size: .75rem; }
  .files-list__item .icon {
    width: 32px;
    opacity: .6; }
  .files-list__item .item-heading {
    color: #17AC8E;
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: .125rem; }

.gallery {
  padding: 0 0 3rem 0; }
  .gallery .gallery-wrapper {
    position: relative;
    margin-left: -8px;
    margin-right: -8px; }

.gallery__item {
  width: calc(100% / 4 - 16px);
  margin: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  padding: 0;
  z-index: 2; }
  .gallery__item img {
    width: 100%; }
  .gallery__item:hover {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25); }
    .gallery__item:hover .more {
      right: 0;
      bottom: 0; }

.gallery__item--lg {
  width: calc(100% / 6 - 16px); }

@media screen and (max-width: 576px) {
  .gallery__item {
    width: calc(100% / 2 - 16px); } }

.modal-dialog {
  position: relative; }
  .modal-dialog .close {
    position: absolute;
    width: 15px;
    height: 25px;
    right: 10px;
    top: 10px;
    background: transparent;
    display: block;
    border: 0;
    font-size: .8rem;
    transition: all .3s; }
    .modal-dialog .close:hover {
      color: #17AC8E;
      font-weight: 700; }

.modal {
  background-color: rgba(0, 0, 0, 0.7); }

.modal-content {
  padding: 30px;
  filter: none !important; }
  .modal-content .title {
    font-size: 2rem;
    color: #17AC8E;
    font-weight: 700;
    display: block;
    position: relative;
    margin-bottom: 1.5rem;
    padding-bottom: .5rem;
    line-height: 1.1; }
  .modal-content label {
    text-transform: uppercase;
    font-size: .8rem;
    font-weight: 700; }
  .modal-content a {
    transition: all .3s; }
  .modal-content a:hover {
    text-decoration: none;
    color: #17AC8E; }

@media screen and (max-width: 576px) {
  .modal-content {
    padding: 30px; } }

.contact {
  padding-top: 0; }
  .contact 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;
    line-height: 1; }
  .contact h3 {
    display: block;
    text-align: center; }
  .contact h4 {
    font-size: 1.2rem;
    margin-bottom: 1.3rem; }
  .contact form {
    display: block;
    margin-right: 30px; }

.contact__contact {
  background: #f5f4f4;
  padding-top: 4rem;
  margin-bottom: 5.4rem;
  position: relative; }
  .contact__contact .container-fluid {
    position: relative;
    z-index: 50; }
  .contact__contact:after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    content: "";
    height: 90px; }
  .contact__contact h1 {
    display: block;
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 0; }
  .contact__contact .subtitle {
    display: block;
    text-align: center;
    margin-bottom: 4rem; }
  .contact__contact .item-contact {
    text-align: center;
    margin-bottom: 30px; }
    .contact__contact .item-contact .wrapper {
      box-shadow: -1px 14px 30.8px 4.2px rgba(104, 108, 117, 0.1);
      background-color: #fff;
      padding-top: 40px;
      padding-bottom: 40px;
      transition: all .3s;
      width: 100%;
      height: 100%;
      border-radius: 5px;
      position: relative;
      display: block;
      color: #2E3B42; }
    .contact__contact .item-contact strong {
      display: block;
      font-size: 1.2rem;
      margin-bottom: .5rem; }
    .contact__contact .item-contact .text {
      display: block;
      opacity: .7; }
    .contact__contact .item-contact .icon {
      width: 80px;
      height: 80px;
      background-size: contain;
      background-position: center;
      vertical-align: middle;
      display: inline-block;
      display: block;
      margin: 0 auto;
      margin-bottom: 2rem; }
      .contact__contact .item-contact .icon img, .contact__contact .item-contact .icon svg {
        width: 80px;
        height: 80px;
        display: block; }
      .contact__contact .item-contact .icon path, .contact__contact .item-contact .icon circle, .contact__contact .item-contact .icon line, .contact__contact .item-contact .icon polygon, .contact__contact .item-contact .icon ellipse, .contact__contact .item-contact .icon svg, .contact__contact .item-contact .icon use {
        transition: all 0.3s; }
    .contact__contact .item-contact:hover .wrapper {
      text-decoration: none;
      background-color: #17AC8E;
      color: #fff; }
    .contact__contact .item-contact:hover .icon {
      fill: #fff;
      color: #fff; }
      .contact__contact .item-contact:hover .icon path, .contact__contact .item-contact:hover .icon circle, .contact__contact .item-contact:hover .icon line, .contact__contact .item-contact:hover .icon polygon, .contact__contact .item-contact:hover .icon ellipse, .contact__contact .item-contact:hover .icon svg, .contact__contact .item-contact:hover .icon use {
        fill: #fff;
        color: #fff; }

.contact__contact-2 {
  line-height: 1.6;
  padding-top: 1rem;
  padding-bottom: 2rem; }
  .contact__contact-2 .item-contact {
    text-align: center;
    margin-bottom: 30px; }
    .contact__contact-2 .item-contact .wrapper {
      border: 1px solid rgba(104, 108, 117, 0.1);
      background-color: #fff;
      padding: 20px;
      transition: all .3s;
      width: 100%;
      height: 100%;
      border-radius: 5px;
      position: relative;
      display: block;
      color: #2E3B42; }
    .contact__contact-2 .item-contact strong {
      display: block;
      font-size: 1rem;
      margin-bottom: .5rem;
      opacity: .8;
      font-weight: normal; }
    .contact__contact-2 .item-contact a {
      color: #2E3B42;
      display: block;
      font-weight: 800;
      transition: color .3s; }
    .contact__contact-2 .item-contact .icon {
      width: 14px;
      height: 14px;
      background-size: contain;
      background-position: center;
      vertical-align: middle;
      display: inline-block;
      margin-right: 5px;
      margin-top: -5px; }
      .contact__contact-2 .item-contact .icon img, .contact__contact-2 .item-contact .icon svg {
        width: 14px;
        height: 14px;
        display: block; }
    .contact__contact-2 .item-contact a:hover {
      color: #17AC8E;
      text-decoration: none; }
  .contact__contact-2 .item-contact:hover .icon {
    fill: #fff;
    color: #fff; }
    .contact__contact-2 .item-contact:hover .icon path, .contact__contact-2 .item-contact:hover .icon circle, .contact__contact-2 .item-contact:hover .icon line, .contact__contact-2 .item-contact:hover .icon polygon, .contact__contact-2 .item-contact:hover .icon ellipse, .contact__contact-2 .item-contact:hover .icon svg, .contact__contact-2 .item-contact:hover .icon use {
      fill: #fff;
      color: #fff; }
