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

.slbOverlay, .slbWrapOuter, .slbWrap {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.slbOverlay {
  overflow: hidden;
  z-index: 2000;
  background-color: #000;
  opacity: 0.7;
  -webkit-animation: slbOverlay 0.5s;
  -moz-animation: slbOverlay 0.5s;
  animation: slbOverlay 0.5s; }

.slbWrapOuter {
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 2010; }

.slbWrap {
  position: absolute;
  text-align: center; }

.slbWrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.slbContentOuter {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0px auto;
  padding: 0 1em;
  box-sizing: border-box;
  z-index: 2020;
  text-align: left;
  max-width: 100%; }

.slbContentEl .slbContentOuter {
  padding: 5em 1em; }

.slbContent {
  position: relative; }

.slbContentEl .slbContent {
  -webkit-animation: slbEnter 0.3s;
  -moz-animation: slbEnter 0.3s;
  animation: slbEnter 0.3s;
  background-color: #fff;
  box-shadow: 0 0.2em 1em rgba(0, 0, 0, 0.4); }

.slbImageWrap {
  -webkit-animation: slbEnter 0.3s;
  -moz-animation: slbEnter 0.3s;
  animation: slbEnter 0.3s;
  position: relative; }

.slbImageWrap:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 5em;
  bottom: 5em;
  display: block;
  z-index: -1;
  box-shadow: 0 0.2em 1em rgba(0, 0, 0, 0.6);
  background-color: #FFF; }

.slbDirectionNext .slbImageWrap {
  -webkit-animation: slbEnterNext 0.4s;
  -moz-animation: slbEnterNext 0.4s;
  animation: slbEnterNext 0.4s; }

.slbDirectionPrev .slbImageWrap {
  -webkit-animation: slbEnterPrev 0.4s;
  -moz-animation: slbEnterPrev 0.4s;
  animation: slbEnterPrev 0.4s; }

.slbImage {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 5em 0;
  margin: 0 auto; }

.slbCaption {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  font-size: 1.4em;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.71429em 0;
  color: #fff;
  color: rgba(255, 255, 255, 0.7);
  text-align: center; }

.slbCloseBtn, .slbArrow {
  margin: 0;
  padding: 0;
  border: 0;
  cursor: pointer;
  background: none; }

.slbCloseBtn::-moz-focus-inner, .slbArrow::-moz-focus-inner {
  padding: 0;
  border: 0; }

.slbCloseBtn:hover, .slbArrow:hover {
  opacity: 0.5; }

.slbCloseBtn:active, .slbArrow:active {
  opacity: 0.8; }

.slbCloseBtn {
  -webkit-animation: slbEnter 0.3s;
  -moz-animation: slbEnter 0.3s;
  animation: slbEnter 0.3s;
  font-size: 3em;
  width: 1.66667em;
  height: 1.66667em;
  line-height: 1.66667em;
  position: absolute;
  right: -0.33333em;
  top: 0;
  color: #fff;
  color: rgba(255, 255, 255, 0.7);
  text-align: center; }

.slbLoading .slbCloseBtn {
  display: none; }

.slbLoadingText {
  font-size: 1.4em;
  color: #fff;
  color: rgba(255, 255, 255, 0.9); }

.slbArrows {
  position: fixed;
  top: 50%;
  left: 0;
  right: 0; }

.slbLoading .slbArrows {
  display: none; }

.slbArrow {
  position: absolute;
  top: 50%;
  margin-top: -5em;
  width: 5em;
  height: 10em;
  opacity: 0.7;
  text-indent: -999em;
  overflow: hidden; }

.slbArrow:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -0.8em 0 0 -0.8em;
  border: 0.8em solid transparent; }

.slbArrow.next {
  right: 0; }

.slbArrow.next:before {
  border-left-color: #fff; }

.slbArrow.prev {
  left: 0; }

.slbArrow.prev:before {
  border-right-color: #fff; }

.slbIframeCont {
  width: 80em;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
  margin: 5em 0; }

.slbIframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0.2em 1em rgba(0, 0, 0, 0.6);
  background: #000; }

@-webkit-keyframes slbOverlay {
  from {
    opacity: 0; }
  to {
    opacity: 0.7; } }

@-moz-keyframes slbOverlay {
  from {
    opacity: 0; }
  to {
    opacity: 0.7; } }

@keyframes slbOverlay {
  from {
    opacity: 0; }
  to {
    opacity: 0.7; } }

@-webkit-keyframes slbEnter {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -1em, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0); } }

@-moz-keyframes slbEnter {
  from {
    opacity: 0;
    -moz-transform: translate3d(0, -1em, 0); }
  to {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0); } }

@keyframes slbEnter {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -1em, 0);
    -moz-transform: translate3d(0, -1em, 0);
    -ms-transform: translate3d(0, -1em, 0);
    -o-transform: translate3d(0, -1em, 0);
    transform: translate3d(0, -1em, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-webkit-keyframes slbEnterNext {
  from {
    opacity: 0;
    -webkit-transform: translate3d(4em, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0); } }

@-moz-keyframes slbEnterNext {
  from {
    opacity: 0;
    -moz-transform: translate3d(4em, 0, 0); }
  to {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0); } }

@keyframes slbEnterNext {
  from {
    opacity: 0;
    -webkit-transform: translate3d(4em, 0, 0);
    -moz-transform: translate3d(4em, 0, 0);
    -ms-transform: translate3d(4em, 0, 0);
    -o-transform: translate3d(4em, 0, 0);
    transform: translate3d(4em, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-webkit-keyframes slbEnterPrev {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-4em, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0); } }

@-moz-keyframes slbEnterPrev {
  from {
    opacity: 0;
    -moz-transform: translate3d(-4em, 0, 0); }
  to {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0); } }

@keyframes slbEnterPrev {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-4em, 0, 0);
    -moz-transform: translate3d(-4em, 0, 0);
    -ms-transform: translate3d(-4em, 0, 0);
    -o-transform: translate3d(-4em, 0, 0);
    transform: translate3d(-4em, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

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

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

.order {
  padding: 60px 0; }

.order__item {
  padding-bottom: 1rem;
  margin-bottom: 1.25rem;
  border-bottom: 1px solid #dfdfdf; }
  .order__item .description-btn {
    display: block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    color: #95C23D;
    border: 1px solid #95C23D;
    text-align: center;
    font-weight: 700;
    cursor: pointer;
    transition: all .3s; }
  .order__item .description {
    margin-top: 1rem;
    padding: 1rem;
    border: 1px solid #dfdfdf;
    border-radius: 5px; }
    .order__item .description p {
      margin-bottom: 0; }

.order__summary {
  background: #ededed;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 60px 0; }
  .order__summary .heading {
    font-size: 2rem;
    font-weight: 700;
    color: #17AC8E;
    font-family: 'Teko', sans-serif; }
  .order__summary .price {
    font-size: 2rem; }

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

.accordion {
  padding: 0 0 80px 0; }
  .accordion .accordion-wrapper {
    margin-bottom: 60px; }

.accordion__item .accordion-button {
  color: #17AC8E;
  font-weight: 700; }
  .accordion__item .accordion-button:not(.collapsed) {
    color: #17AC8E;
    background: none; }
    .accordion__item .accordion-button:not(.collapsed):after {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%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-.708z'/%3e%3c/svg%3e"); }
  .accordion__item .accordion-button:focus {
    box-shadow: none !important; }

.reviews {
  padding: 100px 0;
  border-bottom: 1px solid rgba(46, 59, 66, 0.2); }

.reviews__item {
  margin-bottom: 2rem; }
  .reviews__item .item-wrapper {
    display: flex;
    flex-flow: column;
    height: 100%; }
  .reviews__item .thumb {
    height: 312px;
    background: rgba(46, 59, 66, 0.25); }
    .reviews__item .thumb img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover; }
  .reviews__item .meta {
    padding: 50px 40px;
    background: #F4F7F8;
    flex-grow: 1; }
  .reviews__item .item-heading {
    font-weight: 900;
    font-size: 1.5625rem;
    margin-bottom: 0;
    color: #17AC8E; }
  .reviews__item .company {
    font-weight: 900;
    font-size: 1.125rem;
    margin-bottom: 1rem; }
  .reviews__item p {
    margin-bottom: 0; }

@media screen and (max-width: 576px) {
  .reviews {
    padding: 80px 0; } }

.webinar-hero {
  position: relative;
  padding: 200px 0 130px 0; }
  .webinar-hero .bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1; }
    .webinar-hero .bg img {
      object-fit: cover;
      object-position: center;
      width: 100%;
      height: 100%; }
  .webinar-hero .container-fluid {
    position: relative;
    z-index: 2; }
  .webinar-hero__text .tag {
    background: #2e3b42;
    color: white;
    padding: 14px 10px 10px 10px;
    font-family: "Teko", sans-serif;
    font-weight: 600;
    margin-bottom: 20px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 1; }
    .webinar-hero__text .tag--transparent {
      background: none;
      padding: 0;
      line-height: 1.1;
      color: #2E3B42; }
  .webinar-hero__text .title {
    font-family: "metropolis";
    font-weight: 900;
    font-size: 50px;
    text-shadow: 0 0 60px rgba(0, 0, 0, 0.25);
    margin-bottom: 65px;
    color: white;
    line-height: 1.1; }
  .webinar-hero__text .meta {
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
    color: white;
    font-weight: 900;
    font-size: 30px; }
  .webinar-hero__image {
    display: flex;
    flex-direction: column;
    align-items: center; }
    .webinar-hero__image img {
      margin-bottom: 90px; }
  .webinar-hero .iframe-wrapper {
    position: relative; }
  .webinar-hero .btn-wrapper {
    display: flex;
    flex-direction: column;
    max-width: 410px; }
    .webinar-hero .btn-wrapper .btn {
      padding: 16px 30px 12px 30px;
      background: #d0344c;
      color: white;
      font-family: "Teko", sans-serif;
      font-weight: 600;
      margin-bottom: 20px;
      display: inline-block;
      text-transform: uppercase;
      font-size: 30px;
      line-height: 1;
      margin-bottom: 14px;
      text-align: center;
      box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.1);
      transition: all 0.2s ease-in-out; }
      .webinar-hero .btn-wrapper .btn .underline {
        text-decoration: underline; }
      .webinar-hero .btn-wrapper .btn:hover {
        transform: translateY(-2px) scale(1.05);
        box-shadow: rgba(0, 0, 0, 0.3) 0px 20px 30px -10px; }
    .webinar-hero .btn-wrapper .small {
      font-size: 14px;
      text-align: center;
      color: white; }

.webinar-btn {
  padding: 16px 20px 12px 20px;
  background: linear-gradient(90deg, #95C23D 0%, #59BA6F 50%, #00A183 100%);
  color: white;
  font-family: "Teko", sans-serif;
  font-weight: 600;
  margin-bottom: 20px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 32px;
  line-height: 1;
  margin-bottom: 14px;
  text-align: center;
  transition: all 0.2s ease-in-out;
  border-radius: 5px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  cursor: pointer; }
  .webinar-btn .underline {
    text-decoration: underline; }
  .webinar-btn--white {
    background: white;
    color: #17AC8E;
    text-shadow: none; }
    .webinar-btn--white:hover {
      background: #95C23D;
      color: white; }

.webinar-intro {
  padding: 100px 0 110px;
  background: white; }
  .webinar-intro__text {
    margin-bottom: 100px;
    text-align: center; }
    .webinar-intro__text p {
      margin-bottom: 1.5rem; }
  .webinar-intro__item {
    border-top: 1px solid #17ac8e;
    padding: 60px 0; }
    .webinar-intro__item .title {
      font-family: "Teko", sans-serif;
      font-weight: 600;
      font-size: 40px;
      font-family: "Teko", sans-serif;
      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; }
    .webinar-intro__item .text {
      color: #2e3b42; }

.webinar-info {
  background: #f4f7f8;
  padding: 120px 0; }
  .webinar-info__image {
    display: flex;
    flex-direction: column;
    align-items: center; }
    .webinar-info__image img {
      margin-bottom: 42px; }
    .webinar-info__image .btn {
      padding: 16px 30px 12px 30px;
      background: #d0344c;
      color: white;
      font-family: "Teko", sans-serif;
      font-weight: 600;
      margin-bottom: 20px;
      display: inline-block;
      text-transform: uppercase;
      font-size: 30px;
      line-height: 1;
      margin-bottom: 14px;
      text-align: center;
      box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.1);
      transition: all 0.2s ease-in-out; }
      .webinar-info__image .btn .underline {
        text-decoration: underline; }
      .webinar-info__image .btn:hover {
        transform: translateY(-2px) scale(1.05);
        box-shadow: rgba(0, 0, 0, 0.3) 0px 20px 30px -10px; }
    .webinar-info__image .small {
      font-size: 14px;
      text-align: center; }

.webinar-lector {
  padding: 150px 0 120px 0; }

.webinar-banner {
  position: relative;
  padding: 170px 0; }
  .webinar-banner .bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1; }
    .webinar-banner .bg img {
      object-fit: cover;
      width: 100%;
      height: 100%; }
  .webinar-banner .container-fluid {
    position: relative;
    z-index: 2; }
  .webinar-banner .big {
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
    color: white;
    font-weight: 900;
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 3.125rem;
    text-align: center; }
  .webinar-banner__text {
    text-align: center; }
    .webinar-banner__text h2 {
      color: white;
      -webkit-background-clip: initial;
      -webkit-text-fill-color: initial;
      background: initial;
      font-size: 60px;
      margin-bottom: 0px; }
    .webinar-banner__text .subtitle {
      color: white;
      font-weight: 900;
      font-size: 30px;
      text-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
      margin-bottom: 50px; }
    .webinar-banner__text p {
      text-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
      margin-bottom: 40px;
      color: white; }
    .webinar-banner__text .btn {
      padding: 16px 30px 12px 30px;
      background: #d0344c;
      color: white;
      font-family: "Teko", sans-serif;
      font-weight: 600;
      display: inline-block;
      text-transform: uppercase;
      font-size: 30px;
      line-height: 1;
      margin-bottom: 14px;
      text-align: center;
      box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.1);
      transition: all 0.2s ease-in-out; }
      .webinar-banner__text .btn .underline {
        text-decoration: underline; }
      .webinar-banner__text .btn:hover {
        transform: translateY(-2px) scale(1.05);
        box-shadow: rgba(0, 0, 0, 0.3) 0px 20px 30px -10px; }
    .webinar-banner__text .small {
      color: white; }

.webinar-two-col {
  background: #f4f7f8;
  display: grid;
  gap: 2.5rem;
  grid-template-columns: repeat(2, 1fr);
  padding: 0; }
  .webinar-two-col .webinar-two-col__text {
    order: 2;
    padding: 80px 0;
    padding-right: calc((100vw - 1170px) / 2);
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .webinar-two-col .webinar-two-col__text .title {
      margin-bottom: 70px;
      text-align: center; }
  .webinar-two-col .btn-wrapper {
    display: flex;
    flex-direction: column;
    max-width: 410px;
    margin-left: auto;
    margin-right: auto; }
    .webinar-two-col .btn-wrapper .btn {
      padding: 16px 30px 12px 30px;
      background: #d0344c;
      color: white;
      font-family: "Teko", sans-serif;
      font-weight: 600;
      margin-bottom: 20px;
      display: inline-block;
      text-transform: uppercase;
      font-size: 30px;
      line-height: 1;
      margin-bottom: 14px;
      text-align: center;
      box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.1);
      transition: all 0.2s ease-in-out; }
      .webinar-two-col .btn-wrapper .btn .underline {
        text-decoration: underline; }
      .webinar-two-col .btn-wrapper .btn:hover {
        transform: translateY(-2px) scale(1.05);
        box-shadow: rgba(0, 0, 0, 0.3) 0px 20px 30px -10px; }
    .webinar-two-col .btn-wrapper .small {
      font-size: 14px;
      text-align: center; }
  .webinar-two-col .webinar-two-col__image {
    order: 1;
    padding-right: calc(1170px / 12 * 1); }
    .webinar-two-col .webinar-two-col__image img {
      max-width: 100%;
      max-height: 640px;
      object-fit: cover;
      width: 100%;
      height: 100%;
      object-position: top; }

.reviews {
  padding: 100px 0;
  border-bottom: 1px solid rgba(46, 59, 66, 0.2); }
  .reviews__item {
    margin-bottom: 2rem; }
    .reviews__item .item-wrapper {
      display: flex;
      flex-flow: column;
      height: 100%; }
    .reviews__item .thumb {
      height: 312px;
      background: rgba(46, 59, 66, 0.25); }
      .reviews__item .thumb img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover; }
    .reviews__item .meta {
      padding: 50px 40px;
      background: #f4f7f8;
      flex-grow: 1; }
    .reviews__item .item-heading {
      font-weight: 900;
      font-size: 1.5625rem;
      margin-bottom: 0;
      color: #17ac8e; }
    .reviews__item .company {
      font-weight: 900;
      font-size: 1.125rem;
      margin-bottom: 1rem; }
    .reviews__item p {
      margin-bottom: 0; }

.img-fluid {
  max-width: 100%; }

.attributes {
  background: linear-gradient(90deg, #95c23d, #59ba6f 50%, #00a183);
  color: #fff;
  padding: 110px 0; }
  .attributes__list {
    margin: 64px 0; }
  .attributes__item {
    text-align: center; }
    .attributes__item .icon {
      display: block;
      width: 72px;
      margin: 0 auto 20px auto;
      text-align: center; }
    .attributes__item .title {
      font-family: "Teko", sans-serif;
      font-weight: 600;
      font-size: 25px;
      text-transform: uppercase;
      margin-bottom: 10px;
      line-height: 1.1; }
    .attributes__item .text {
      color: #fff; }
  .attributes .big {
    font-size: 1.875rem;
    font-weight: 700;
    margin-bottom: 60px;
    line-height: 1.2; }
  .attributes .avatar {
    background: #F4F7F8;
    padding: 10px 60px 10px 10px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    gap: 2.5rem; }
    .attributes .avatar .image {
      width: 150px;
      height: 150px;
      border-radius: 999px;
      overflow: hidden;
      flex-shrink: 0; }
      .attributes .avatar .image img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .attributes .avatar .text strong {
      font-weight: 700; }
    .attributes .avatar .text > *:last-child {
      margin-bottom: 0; }
  .attributes--white {
    background: white;
    color: #2E3B42; }
    .attributes--white .big {
      color: #00A183; }

.faq-list {
  padding: 120px 0;
  background: #F4F7F8; }
  .faq-list .faq-list__item {
    padding: 40px 0;
    border-top: 1px solid #17AC8E;
    transition: all 0.2s ease; }
    .faq-list .faq-list__item .title-btn {
      border: none;
      background: none;
      display: flex;
      gap: 1.25rem; }
    .faq-list .faq-list__item .image {
      width: 30px;
      aspect-ratio: 1;
      flex-shrink: 0; }
      .faq-list .faq-list__item .image img {
        width: 100%;
        display: block; }
    .faq-list .faq-list__item .title {
      text-align: left;
      font-size: 1.375rem;
      font-family: 'metropolis';
      color: #17AC8E;
      font-weight: bold;
      line-height: 1.3; }
    .faq-list .faq-list__item .accordion-body {
      padding: 0;
      padding-left: 56px;
      padding-top: 20px; }
    .faq-list .faq-list__item:last-child {
      border-bottom: 1px solid #17AC8E; }

.checklist {
  list-style: none; }
  .checklist li {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
    font-size: 1.375rem; }
    .checklist li img {
      width: 28px;
      height: 28px;
      margin-top: 6px; }
    .checklist li .text {
      font-weight: 700; }

.h2 {
  font-family: "Teko", sans-serif;
  text-transform: uppercase;
  font-size: 2.5rem;
  margin-bottom: 2rem;
  line-height: 1.1;
  background: -webkit-linear-gradient(0deg, #88c651, #07ae8a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 800; }

.h2--white {
  -webkit-text-fill-color: initial;
  -webkit-text-fill-color: initial;
  background: none;
  color: white; }

.webinar p, .webinar li {
  line-height: 1.5; }

@media screen and (max-width: 1170px) {
  .webinar-two-col .webinar-two-col__image {
    padding-right: 0; }
  .webinar-two-col .webinar-two-col__text {
    padding: 1rem; } }

@media screen and (max-width: 992px) {
  .webinar-hero {
    padding: 200px 0 60px; }
    .webinar-hero__text {
      text-align: center; }
      .webinar-hero__text .title {
        font-size: 40px;
        margin-bottom: 40px; }
      .webinar-hero__text .meta {
        font-size: 24px; }
  .webinar-hero__image {
    margin-top: 50px;
    text-align: center; } }

@media screen and (max-width: 768px) {
  .webinar-hero {
    padding: 200px 0 40px; }
    .webinar-hero__text {
      text-align: center; }
      .webinar-hero__text .title {
        font-size: 40px;
        margin-bottom: 40px; }
      .webinar-hero__text .meta {
        font-size: 24px; }
    .webinar-hero__image {
      margin-top: 50px;
      text-align: center; }
      .webinar-hero__image img {
        max-width: 170px;
        order: 2;
        margin-top: 40px;
        margin-bottom: 0; }
  .webinar-two-col {
    grid-template-columns: 1fr; }
    .webinar-two-col .webinar-two-col__text {
      margin-bottom: 2rem; }
      .webinar-two-col .webinar-two-col__text .title {
        margin-bottom: 40px; }
    .webinar-two-col .webinar-two-col__image {
      aspect-ratio: 16/9; }
  .webinar-intro {
    padding: 30px 0px 0px; }
    .webinar-intro__text {
      margin-bottom: 40px;
      text-align: left; }
    .webinar-intro__item {
      padding: 30px 0; }
      .webinar-intro__item .title {
        margin-bottom: 12px; }
  .webinar-info {
    padding: 60px 0px; }
    .webinar-info__text .title {
      margin-bottom: 12px; }
    .webinar-info__image {
      margin-top: 50px;
      text-align: center; }
      .webinar-info__image img {
        max-width: 170px;
        order: 2;
        margin-top: 40px;
        margin-bottom: 0; }
  .webinar-lector {
    padding: 60px 0; }
    .webinar-lector__image .title {
      font-size: 12px; }
    .webinar-lector__avatar img {
      max-width: 150px; }
  .attributes .avatar {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 1.875rem;
    border-radius: 0; }
  .webinar-banner {
    padding: 60px 0; } }

@media screen and (max-width: 576px) {
  .reviews {
    padding: 80px 0; }
  .attributes {
    padding: 80px 0; }
    .attributes .big {
      font-size: 1.5rem; }
  .faq-list .faq-list__item .h2 {
    font-size: 1.875rem; }
  .faq-list {
    padding: 80px 0; } }
