@charset "UTF-8";
.obj-holder-box .obj-col-1 {
  background: #939598;
  background: linear-gradient(135deg, #939598 0%, #808285 50%, #6d6e71 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#939598", endColorstr="#6d6e71",GradientType=1 );
}

.obj-holder-timeline .obj-item-figure .obj-figure::after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgb(0, 0, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  opacity: 0.75;
}

.obj-holder-timeline .obj-deco-line {
  background: -webkit-gradient(linear, left top, right top, from(rgb(0, 154, 199)), color-stop(88%, rgb(0, 154, 199)), to(rgba(0, 154, 199, 0)));
  background: linear-gradient(to right, rgb(0, 154, 199) 0%, rgb(0, 154, 199) 88%, rgba(0, 154, 199, 0) 100%);
  opacity: 0.5;
}

.obj-holder-career .obj-item .obj-toggle-target .obj-toggle-trigger .obj-i, .post-type-archive .entry-preview .featured-img .obj-link .obj-text,
.blog .archive .entry-preview .featured-img .obj-link .obj-text,
.obj-holder-blog .archive .entry-preview .featured-img .obj-link .obj-text,
.category .archive .entry-preview .featured-img .obj-link .obj-text,
.search .archive .entry-preview .featured-img .obj-link .obj-text, .animate {
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.cur {
  cursor: pointer;
}

.main-content .row-posts {
  row-gap: 20px;
}
@media (min-width: 768px) {
  .main-content .row-posts {
    row-gap: 30px;
  }
}

.entry-full-content .post {
  overflow: hidden;
}
.entry-full-content .post a {
  color: #009AC7;
}
.entry-full-content .entry-title {
  font-size: 30px;
  color: #009AC7;
  margin-bottom: 1.5rem;
}
.entry-full-content .entry-meta .obj-meta-label {
  font-size: 30px;
  color: #009AC7;
}
.entry-full-content .entry-meta .obj-meta .obj-link {
  border-color: transparent;
  font-size: 1rem;
}
.entry-full-content .obj-post-thumb {
  display: block;
  background: 50% 50% no-repeat;
  background-size: cover;
}
.entry-full-content .obj-post-thumb-default {
  background-color: #444;
  background-size: auto;
  -webkit-box-shadow: inset 0px 1px 1px 0 #444, inset -1px 0px 1px 0 #444, inset 0px -1px 1px 0 #444, inset 1px 0px 1px 0 #444;
          box-shadow: inset 0px 1px 1px 0 #444, inset -1px 0px 1px 0 #444, inset 0px -1px 1px 0 #444, inset 1px 0px 1px 0 #444;
}
.entry-full-content .obj-post-thumb img {
  max-width: 100%;
  height: auto;
}
.entry-full-content .entry-content .alignleft {
  margin-bottom: 1.625rem;
}
.entry-full-content .entry-content-side {
  padding: 40px;
}
.entry-full-content .entry-content-side .obj-ul {
  padding: 0;
  margin: 0;
  list-style: none;
  border-top: 1px solid rgba(204, 204, 204, 0.75);
}
.entry-full-content .entry-content-side .obj-ul .obj-li {
  padding: 1rem 0;
  border-bottom: 1px solid rgba(204, 204, 204, 0.75);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 992px) {
  .entry-full-content .entry-content-side .obj-ul .obj-li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1rem;
  }
  .entry-full-content .entry-content-side .obj-ul .obj-li .obj-text.key {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 7rem;
            flex: 0 0 7rem;
  }
}
.entry-full-content .nav-links.post-navigation {
  border-color: #4b4b4b;
}
.entry-full-content .nav-links .nav-previous a,
.entry-full-content .nav-links .nav-next a {
  display: block;
  position: relative;
}
.entry-full-content .nav-links .nav-previous .meta-nav,
.entry-full-content .nav-links .nav-next .meta-nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  padding-bottom: 15px;
}
.entry-full-content .nav-links .nav-previous .meta-nav svg,
.entry-full-content .nav-links .nav-next .meta-nav svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.entry-full-content .nav-links .nav-next .meta-nav {
  right: 0;
}

.post-type-archive-product,
.blog .archive-product,
.obj-holder-blog .archive-product,
.category .archive-product,
.search .archive-product {
  margin-bottom: 0;
}
.post-type-archive .search-results-header,
.blog .archive .search-results-header,
.obj-holder-blog .archive .search-results-header,
.category .archive .search-results-header,
.search .archive .search-results-header {
  border: 0 none;
  border-bottom: 1px solid #4b4b4b;
  padding: 0 0 50px;
  margin-bottom: 50px;
}
.post-type-archive .no-results,
.blog .archive .no-results,
.obj-holder-blog .archive .no-results,
.category .archive .no-results,
.search .archive .no-results {
  margin-bottom: 50px;
}
.post-type-archive .no-results .page-header,
.blog .archive .no-results .page-header,
.obj-holder-blog .archive .no-results .page-header,
.category .archive .no-results .page-header,
.search .archive .no-results .page-header {
  margin: 0 0 1rem;
  padding-bottom: 0.5rem;
  border-color: #4b4b4b;
}
.post-type-archive .col-inner,
.blog .archive .col-inner,
.obj-holder-blog .archive .col-inner,
.category .archive .col-inner,
.search .archive .col-inner {
  height: 100%;
  position: relative;
  -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
          box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}
.post-type-archive .entry-preview,
.blog .archive .entry-preview,
.obj-holder-blog .archive .entry-preview,
.category .archive .entry-preview,
.search .archive .entry-preview {
  height: 100%;
}
.post-type-archive .entry-preview.post.sticky,
.blog .archive .entry-preview.post.sticky,
.obj-holder-blog .archive .entry-preview.post.sticky,
.category .archive .entry-preview.post.sticky,
.search .archive .entry-preview.post.sticky {
  border-color: #009AC7;
  border-width: 2px;
}
.post-type-archive .entry-preview .obj-inner,
.blog .archive .entry-preview .obj-inner,
.obj-holder-blog .archive .entry-preview .obj-inner,
.category .archive .entry-preview .obj-inner,
.search .archive .entry-preview .obj-inner {
  margin-bottom: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.post-type-archive .entry-preview .featured-img,
.blog .archive .entry-preview .featured-img,
.obj-holder-blog .archive .entry-preview .featured-img,
.category .archive .entry-preview .featured-img,
.search .archive .entry-preview .featured-img {
  background: #444 50% 50% no-repeat;
  height: 15rem;
  position: relative;
}
.post-type-archive .entry-preview .featured-img .obj-link,
.blog .archive .entry-preview .featured-img .obj-link,
.obj-holder-blog .archive .entry-preview .featured-img .obj-link,
.category .archive .entry-preview .featured-img .obj-link,
.search .archive .entry-preview .featured-img .obj-link {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.post-type-archive .entry-preview .featured-img .obj-link .obj-text,
.blog .archive .entry-preview .featured-img .obj-link .obj-text,
.obj-holder-blog .archive .entry-preview .featured-img .obj-link .obj-text,
.category .archive .entry-preview .featured-img .obj-link .obj-text,
.search .archive .entry-preview .featured-img .obj-link .obj-text {
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  visibility: hidden;
  opacity: 0;
  color: #fff;
  text-transform: uppercase;
  margin-top: 5px;
  display: block;
}
.post-type-archive .entry-preview .featured-img .obj-link:hover,
.blog .archive .entry-preview .featured-img .obj-link:hover,
.obj-holder-blog .archive .entry-preview .featured-img .obj-link:hover,
.category .archive .entry-preview .featured-img .obj-link:hover,
.search .archive .entry-preview .featured-img .obj-link:hover {
  background: rgba(0, 154, 199, 0.75);
  opacity: 1;
}
.post-type-archive .entry-preview .featured-img .obj-link:hover .obj-text,
.blog .archive .entry-preview .featured-img .obj-link:hover .obj-text,
.obj-holder-blog .archive .entry-preview .featured-img .obj-link:hover .obj-text,
.category .archive .entry-preview .featured-img .obj-link:hover .obj-text,
.search .archive .entry-preview .featured-img .obj-link:hover .obj-text {
  visibility: visible;
  opacity: 1;
  margin-top: 0;
}
.post-type-archive .entry-preview .featured-brand,
.blog .archive .entry-preview .featured-brand,
.obj-holder-blog .archive .entry-preview .featured-brand,
.category .archive .entry-preview .featured-brand,
.search .archive .entry-preview .featured-brand {
  border-bottom: 1px solid #ccc;
}
.post-type-archive .entry-preview .featured-brand .featured-img,
.blog .archive .entry-preview .featured-brand .featured-img,
.obj-holder-blog .archive .entry-preview .featured-brand .featured-img,
.category .archive .entry-preview .featured-brand .featured-img,
.search .archive .entry-preview .featured-brand .featured-img {
  background-color: #fff;
  background-size: 90% 38.5714285714%;
}
.post-type-archive .entry-preview .entry-meta,
.blog .archive .entry-preview .entry-meta,
.obj-holder-blog .archive .entry-preview .entry-meta,
.category .archive .entry-preview .entry-meta,
.search .archive .entry-preview .entry-meta {
  text-transform: uppercase;
  padding: 0;
  margin: 0 0 0.5rem;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
}
.post-type-archive .entry-preview .entry-meta li,
.blog .archive .entry-preview .entry-meta li,
.obj-holder-blog .archive .entry-preview .entry-meta li,
.category .archive .entry-preview .entry-meta li,
.search .archive .entry-preview .entry-meta li {
  position: relative;
}
.post-type-archive .entry-preview .entry-meta li .screen-reader-text,
.blog .archive .entry-preview .entry-meta li .screen-reader-text,
.obj-holder-blog .archive .entry-preview .entry-meta li .screen-reader-text,
.category .archive .entry-preview .entry-meta li .screen-reader-text,
.search .archive .entry-preview .entry-meta li .screen-reader-text {
  display: none;
}
.post-type-archive .entry-preview .entry-meta li .updated:not(.published),
.blog .archive .entry-preview .entry-meta li .updated:not(.published),
.obj-holder-blog .archive .entry-preview .entry-meta li .updated:not(.published),
.category .archive .entry-preview .entry-meta li .updated:not(.published),
.search .archive .entry-preview .entry-meta li .updated:not(.published) {
  display: none;
}
.post-type-archive .entry-preview .entry-meta li:after,
.blog .archive .entry-preview .entry-meta li:after,
.obj-holder-blog .archive .entry-preview .entry-meta li:after,
.category .archive .entry-preview .entry-meta li:after,
.search .archive .entry-preview .entry-meta li:after {
  top: 3px;
}
.post-type-archive .entry-preview .entry-meta li:last-child,
.blog .archive .entry-preview .entry-meta li:last-child,
.obj-holder-blog .archive .entry-preview .entry-meta li:last-child,
.category .archive .entry-preview .entry-meta li:last-child,
.search .archive .entry-preview .entry-meta li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.post-type-archive .entry-preview .entry-meta li a,
.blog .archive .entry-preview .entry-meta li a,
.obj-holder-blog .archive .entry-preview .entry-meta li a,
.category .archive .entry-preview .entry-meta li a,
.search .archive .entry-preview .entry-meta li a {
  border: 0 none;
  font-size: 0.9rem;
  color: #4D4D4F;
  font-weight: 400;
}
.post-type-archive .entry-preview .featured-content.img-default .featured-img,
.blog .archive .entry-preview .featured-content.img-default .featured-img,
.obj-holder-blog .archive .entry-preview .featured-content.img-default .featured-img,
.category .archive .entry-preview .featured-content.img-default .featured-img,
.search .archive .entry-preview .featured-content.img-default .featured-img {
  background-size: 80% auto;
}
.post-type-archive .entry-title,
.blog .archive .entry-title,
.obj-holder-blog .archive .entry-title,
.category .archive .entry-title,
.search .archive .entry-title {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}
.post-type-archive .entry-content,
.blog .archive .entry-content,
.obj-holder-blog .archive .entry-content,
.category .archive .entry-content,
.search .archive .entry-content {
  margin-bottom: 0;
  color: #666;
}
.post-type-archive .entry-content p:last-child,
.blog .archive .entry-content p:last-child,
.obj-holder-blog .archive .entry-content p:last-child,
.category .archive .entry-content p:last-child,
.search .archive .entry-content p:last-child {
  margin-bottom: 0;
}
.post-type-archive .entry-content-wrap,
.blog .archive .entry-content-wrap,
.obj-holder-blog .archive .entry-content-wrap,
.category .archive .entry-content-wrap,
.search .archive .entry-content-wrap {
  padding: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}

.entry-content-back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
.entry-content-back p {
  margin: 0;
}

.obj-holder-blog .archive {
  margin-bottom: 0;
}
.obj-holder-blog .obj-section-header {
  text-align: center;
}
.obj-holder-blog .obj-section-header .obj-title {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 50px;
}
.obj-holder-blog .obj-section-footer {
  margin-top: 20px;
}
.obj-holder-blog .obj-section-footer .obj-btn-wrap {
  margin: -20px 10px 20px;
}
.obj-holder-blog .obj-section-footer .obj-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -20px;
}
.obj-holder-blog .obj-section-footer .obj-btns .obj-btn-element {
  margin-top: 20px;
}

.obj-holder-blog-items {
  margin-bottom: 1rem;
}
.obj-holder-blog-items .obj-blog-item {
  position: relative;
  margin-bottom: 1rem;
}
.obj-holder-blog-items .obj-blog-item .obj-link-post {
  display: block;
  color: #444;
}
.obj-holder-blog-items .obj-blog-item .obj-link-post:hover {
  color: #009AC7;
}
.obj-holder-blog-items .obj-blog-item .obj-text-date-wrap {
  position: absolute;
  top: 6px;
  left: 0;
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  background: #444;
  color: #fff;
  font-size: 10px;
  line-height: 1;
  text-transform: uppercase;
}
.obj-holder-blog-items .obj-blog-item .obj-text-date-wrap .obj-text-date {
  display: block;
}
.obj-holder-blog-items .obj-blog-item .obj-text-date-wrap .obj-text-date-m {
  margin-top: 7px;
}
.obj-holder-blog-items .obj-blog-item .obj-text-date-wrap .obj-text-date-d {
  font-size: 12px;
  line-height: 1.5;
}
.obj-holder-blog-items .obj-blog-item .obj-text-excerpt {
  display: block;
  padding-left: 50px;
}

.archive .archive .obj-row-section > .row {
  row-gap: 30px;
}

.nav-links.archive-navigation .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -20px;
}
.nav-links.archive-navigation .page-numbers {
  border-radius: 0;
  margin: 0 20px;
  font-style: normal;
  background: none;
  position: relative;
  vertical-align: middle;
}
.nav-links.archive-navigation .page-numbers .obj-svg-holder {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  top: -2px;
}
.nav-links.archive-navigation .page-numbers .obj-svg-holder .obj-svg-wrap {
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
.nav-links.archive-navigation .page-numbers .obj-svg-holder .obj-svg-wrap svg {
  display: block;
  height: 10px;
  width: auto;
}
.nav-links.archive-navigation .page-numbers.current {
  color: #444;
}
.nav-links.archive-navigation .page-numbers.current .obj-svg-holder svg path {
  fill: #fff;
}
[data-simplebar] {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.simplebar-offset {
  direction: inherit !important;
  -webkit-box-sizing: inherit !important;
          box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
  direction: inherit;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%; /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
  visibility: visible;
  overflow: auto; /* Scroll on this element otherwise element can't have a padding applied properly */
  max-width: 100%; /* Not required for horizontal scroll to trigger */
  max-height: 100%; /* Needed for vertical scroll to trigger */
}

.simplebar-content:before,
.simplebar-content:after {
  content: " ";
  display: table;
}

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
  -webkit-box-sizing: inherit !important;
          box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  -webkit-box-flex: inherit;
      -ms-flex-positive: inherit;
          flex-grow: inherit;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
}

.simplebar-height-auto-observer {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}

.simplebar-scrollbar {
  position: absolute;
  right: 2px;
  width: 7px;
  min-height: 10px;
}

.simplebar-scrollbar:before {
  position: absolute;
  content: "";
  background: black;
  border-radius: 7px;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.simplebar-track .simplebar-scrollbar.simplebar-visible:before {
  /* When hovered, remove all transitions from drag handle */
  opacity: 0.5;
  -webkit-transition: opacity 0s linear;
  transition: opacity 0s linear;
}

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
}

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

/* Rtl support */
[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}

.hs-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
}

.obj-holder-career .obj-inner-section {
  margin-top: 30px;
}
.obj-holder-career .obj-inner-section-header {
  background: #009AC7;
  padding: 30px;
  color: #fff;
}
.obj-holder-career .obj-item {
  background-color: #fdfeff;
  margin-top: 30px;
}
.obj-holder-career .obj-item .obj-item-role-inner-section *:last-child {
  margin-bottom: 0;
}
.obj-holder-career .obj-item .obj-toggle-target .obj-item-role-content-long {
  display: none;
  border-top: 1px solid #4b4b4b;
}
.obj-holder-career .obj-item .obj-toggle-target.active .obj-item-role-content-short {
  display: none;
}
.obj-holder-career .obj-item .obj-toggle-target.active .obj-item-role-content-long {
  display: block;
}
.obj-holder-career .obj-item .obj-toggle-target.active .obj-toggle-trigger .obj-i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.obj-holder-career .obj-item .obj-toggle-target .obj-toggle-trigger {
  display: block;
  color: #444;
  outline: none;
  position: relative;
}
.obj-holder-career .obj-item .obj-toggle-target .obj-toggle-trigger .col-text-1 {
  color: #fff;
  background-color: #00abe8;
}
.obj-holder-career .obj-item .obj-toggle-target .obj-toggle-trigger .obj-i-wrap {
  font-size: 1.2rem;
}
.obj-holder-career .obj-item .obj-toggle-target .obj-toggle-trigger .obj-i-wrap-indicator {
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.obj-holder-career .obj-item .obj-toggle-target .obj-toggle-trigger:hover {
  text-decoration: none;
}
.obj-holder-career .obj-item .obj-toggle-target .obj-toggle-trigger:hover .obj-i {
  color: #009AC7;
}
.obj-holder-career .obj-item-inner {
  position: relative;
}
.obj-holder-career .obj-item-inner .obj-text-extra {
  margin-bottom: 1rem;
  display: block;
}
.obj-holder-career .obj-item-inner-section .obj-ul-params .obj-li .obj-i-wrap {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  display: block;
  width: 35px;
}

.obj-employment-opportunities .jobs-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.75rem;
}
.obj-employment-opportunities .jobs-container .job-item {
  -webkit-box-shadow: inset 0 0 0 2px #999;
          box-shadow: inset 0 0 0 2px #999;
}
.obj-employment-opportunities .jobs-container .job-item-section {
  padding: 1rem;
}
.obj-employment-opportunities .jobs-container .job-item.active .job-desc {
  display: block;
}
.obj-employment-opportunities .jobs-container .job-item.active .job-title {
  color: #fff;
}
.obj-employment-opportunities .jobs-container .job-item.active .job-title-sub .sep {
  background-color: rgba(255, 255, 255, 0.8);
}
.obj-employment-opportunities .jobs-container .job-item.active .job-title-outer {
  color: #fff;
  background-color: #009AC7;
}
.obj-employment-opportunities .jobs-container .job-item.active .job-title-wrap .obj-i-wrap {
  color: #fff;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.obj-employment-opportunities .jobs-container .job-title {
  color: #009AC7;
}
.obj-employment-opportunities .jobs-container .job-title-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
.obj-employment-opportunities .jobs-container .job-title-sub .sep {
  display: block;
  width: 0.25rem;
  height: 0.25rem;
  background-color: #009AC7;
  border-radius: 200rem;
}
.obj-employment-opportunities .jobs-container .job-title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.obj-employment-opportunities .jobs-container .job-title-wrap .obj-i-wrap {
  color: #009AC7;
}
.obj-employment-opportunities .jobs-container .job-desc {
  display: none;
}
@media (min-width: 992px) {
  .obj-employment-opportunities .jobs-container .job-title {
    font-size: 1.5rem;
  }
}

.woocommerce .checkout h3 {
  font-size: 2.8rem;
  text-transform: uppercase;
  font-weight: 700;
}
.woocommerce .woocommerce-notices-wrapper .woocommerce-message {
  text-transform: capitalize;
}
.woocommerce div.product div.images, .woocommerce div.product div.summary {
  width: 100%;
  float: none;
}
.woocommerce div.product div.images::before, .woocommerce div.product div.images::after, .woocommerce div.product div.summary::before, .woocommerce div.product div.summary::after {
  content: "";
  display: table;
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
  border-radius: 1rem;
  overflow: hidden;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
  background-color: #009AC7;
  border-radius: 5px;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger::before {
  border-color: #fff;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger::after {
  background-color: #fff;
}
.woocommerce div.product div.images .flex-control-thumbs {
  margin-top: 10px;
  display: -ms-grid;
  display: grid;
  gap: 10px;
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr;
  grid-template-columns: repeat(10, 1fr);
  grid-template-rows: repeat(auto-fill, auto);
}
.woocommerce div.product div.images .flex-control-thumbs li {
  -ms-grid-column-span: 2;
  grid-column: span 2;
  width: auto;
  float: none;
}
.woocommerce div.product div.summary {
  margin: 0;
}
.woocommerce div.product div p.price {
  color: #444;
  font-size: 2rem;
  line-height: 1;
  font-weight: 700;
}
.woocommerce div.product div p.price .amount {
  display: block;
}
.woocommerce .cart-wrap.simple {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.woocommerce .cart-wrap.simple form.cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 1rem;
  margin: 0;
}
.woocommerce .cart-wrap.simple form.cart div.quantity {
  margin: 0;
  position: relative;
}
.woocommerce .cart-wrap.simple form.cart div.quantity:not(.hidden)::before {
  content: "Quantity";
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  position: absolute;
  bottom: 100%;
}
.woocommerce .cart-wrap.simple form.cart .button {
  background-color: #fff;
}
.woocommerce .cart-wrap.simple form.cart .button:hover {
  background-color: #009AC7;
}
.woocommerce .cart-wrap.simple .price {
  margin: 0;
}
.woocommerce .cart-wrap.simple .stock {
  margin: 0;
}
.woocommerce .cart-wrap.simple .qty {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-radius: 5px;
  border: 0 none;
  -webkit-box-shadow: inset 0 0 0 1px #444;
          box-shadow: inset 0 0 0 1px #444;
}
.woocommerce .obj-holder-form-wrap {
  background-color: #f6f5f6;
}
.woocommerce .obj-holder-form-wrap .woocommerce-variation-price {
  text-align: right;
  margin-bottom: 2rem;
  font-size: 2rem;
}
.woocommerce .obj-holder-form-wrap .woocommerce-variation-price .price {
  color: #009AC7;
}
.woocommerce .obj-holder-form-wrap .variations_form .variations_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 1rem;
}
.woocommerce .obj-holder-form-wrap .variations_form .quantity .qty {
  padding: 0.5rem 1rem 0.6rem;
  width: 5rem;
  border: 0 none;
  -webkit-box-shadow: inset 0 0 0 1px #fdfeff;
          box-shadow: inset 0 0 0 1px #fdfeff;
}
.woocommerce .obj-holder-form-wrap .variations_form .variations tbody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
}
.woocommerce .obj-holder-form-wrap .variations_form .variations tbody tr {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  display: block;
}
.woocommerce .obj-holder-form-wrap .variations_form .variations tbody tr td {
  display: block;
}
.woocommerce .obj-holder-form-wrap .variations_form .variations tbody tr .label {
  display: block;
  padding: 0;
}
.woocommerce .obj-holder-form-wrap .variations_form .variations tbody tr .label label {
  margin: 0;
  text-transform: uppercase;
}
.woocommerce .obj-holder-form-wrap .variations_form .variations tbody tr .value select {
  width: 100%;
  padding: 0.5rem 1rem;
  border-color: #fdfeff;
}
@media (min-width: 992px) {
  .woocommerce .obj-holder-form-wrap .variations_form .variations tbody tr {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
  }
}
.woocommerce .obj-product-list .obj-text {
  text-transform: uppercase;
  font-weight: 700;
}
.woocommerce .obj-product-list .obj-text-label {
  color: #009AC7;
}
.woocommerce .obj-product-description .obj-link {
  color: #fdfeff;
  gap: 1rem;
}
.woocommerce .obj-product-description .obj-link:hover {
  color: #444;
}
.woocommerce .obj-product-description .obj-link:after:not([download]) {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.woocommerce .obj-product-description ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.woocommerce .obj-product-description ul li:not(.obj-li) {
  position: relative;
  padding-left: 1rem;
}
.woocommerce .obj-product-description ul li:not(.obj-li)::before {
  content: "•";
  color: #009AC7;
  position: absolute;
  left: 0;
}
.woocommerce .obj-product-specs .obj-ul .obj-li {
  gap: 1rem;
  border-bottom: 1px solid #fdfeff;
  padding: 0.5rem 0;
}
.woocommerce .obj-product-specs .obj-ul .obj-li .obj-text-label {
  color: #fdfeff;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 6rem;
          flex: 0 0 6rem;
}
.woocommerce .obj-product-title-sub {
  font-size: 1.25rem;
  color: #009AC7;
}
.woocommerce-cart .wc-proceed-to-checkout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.woocommerce-cart .wc-proceed-to-checkout a.obj-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 1rem;
  margin: 0;
  background: #009AC7;
  color: #fff;
  -webkit-box-shadow: 0 0 0 transparent;
          box-shadow: 0 0 0 transparent;
  font-weight: 400;
  padding: 1rem 2rem;
}
.woocommerce-cart .wc-proceed-to-checkout a.obj-btn:hover {
  background: #fff;
  color: #009AC7;
  -webkit-box-shadow: inset 0 0 0 1px #009AC7;
          box-shadow: inset 0 0 0 1px #009AC7;
}
.woocommerce ul.products, .woocommerce div.products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0.5px;
  padding: 0;
  list-style: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  row-gap: 10px;
}
.woocommerce ul.products li.product, .woocommerce ul.products div.product, .woocommerce div.products li.product, .woocommerce div.products div.product {
  padding-right: 5px;
  padding-left: 5px;
  text-align: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
.woocommerce ul.products li.product .woocommerce-LoopProduct-link, .woocommerce ul.products div.product .woocommerce-LoopProduct-link, .woocommerce div.products li.product .woocommerce-LoopProduct-link, .woocommerce div.products div.product .woocommerce-LoopProduct-link {
  display: block;
}
.woocommerce ul.products li.product .woocommerce-LoopProduct-link .woocommerce-loop-product__title, .woocommerce ul.products div.product .woocommerce-LoopProduct-link .woocommerce-loop-product__title, .woocommerce div.products li.product .woocommerce-LoopProduct-link .woocommerce-loop-product__title, .woocommerce div.products div.product .woocommerce-LoopProduct-link .woocommerce-loop-product__title {
  font-size: 1rem;
  color: #009AC7;
  font-weight: 600;
}
.woocommerce ul.products li.product .obj-figure img, .woocommerce ul.products div.product .obj-figure img, .woocommerce div.products li.product .obj-figure img, .woocommerce div.products div.product .obj-figure img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  height: 6rem;
}
@media (min-width: 992px) {
  .woocommerce ul.products li.product .obj-figure img, .woocommerce ul.products div.product .obj-figure img, .woocommerce div.products li.product .obj-figure img, .woocommerce div.products div.product .obj-figure img {
    height: 11rem;
  }
}
.woocommerce ul.products li.product .product-inner, .woocommerce ul.products div.product .product-inner, .woocommerce div.products li.product .product-inner, .woocommerce div.products div.product .product-inner {
  padding: 1rem;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
  height: 100%;
}
.woocommerce ul.products li.product .product-section-header, .woocommerce ul.products div.product .product-section-header, .woocommerce div.products li.product .product-section-header, .woocommerce div.products div.product .product-section-header {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.woocommerce ul.products li.product .onsale, .woocommerce ul.products div.product .onsale, .woocommerce div.products li.product .onsale, .woocommerce div.products div.product .onsale {
  top: 100%;
  right: auto;
  left: 1rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 0.5rem 0.5rem;
  line-height: 1;
  min-height: auto;
  border-radius: 200rem;
  background-color: #009AC7;
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
  margin: 0;
}
@media (min-width: 768px) {
  .woocommerce ul.products li.product, .woocommerce ul.products div.product, .woocommerce div.products li.product, .woocommerce div.products div.product {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
  }
}
@media (min-width: 992px) {
  .woocommerce ul.products li.product, .woocommerce ul.products div.product, .woocommerce div.products li.product, .woocommerce div.products div.product {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
}
@media (min-width: 1240px) {
  .woocommerce ul.products li.product, .woocommerce ul.products div.product, .woocommerce div.products li.product, .woocommerce div.products div.product {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
  }
}
.woocommerce table.shop_table {
  border: 0 none;
  margin: 0;
}
.woocommerce-cart table.cart .cart_item {
  -webkit-box-shadow: 0 -1px 0 0 #c6bfc6;
          box-shadow: 0 -1px 0 0 #c6bfc6;
}
.woocommerce-cart table.cart .cart_item:first-child {
  -webkit-box-shadow: 0 -1px 0 0 #4b4b4b;
          box-shadow: 0 -1px 0 0 #4b4b4b;
}
.woocommerce-cart table.cart th {
  text-transform: uppercase;
  border-bottom: 1px solid #444;
}
.woocommerce-cart table.cart th:last-child {
  border-left: 1px solid #fdfeff;
}
.woocommerce-cart table.cart td {
  border-color: #fdfeff;
}
.woocommerce-cart table.cart td.product-remove:last-child {
  display: block;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.woocommerce-cart table.cart td.product-remove:last-child .remove {
  color: #009AC7 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  text-transform: uppercase;
  font-weight: 400;
}
@media (min-width: 768px) {
  .woocommerce-cart table.cart td.product-remove {
    display: table-cell;
    height: 100%;
  }
  .woocommerce-cart table.cart td.product-remove:last-child {
    display: none;
  }
}
.woocommerce-cart table.cart td:last-child:not(.product-remove, .actions) {
  border-left: 1px solid #fdfeff;
}
.woocommerce-cart table.cart td.actions {
  padding: 2rem 0;
  border-left: 0 none;
}
.woocommerce-cart table.cart .product-thumbnail a {
  position: relative;
  width: 66px;
  padding-bottom: 66px;
  display: block;
}
.woocommerce-cart table.cart img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 1rem;
}
.woocommerce-page .cart-collaterals {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.woocommerce-page .cart-collaterals .cart_totals {
  width: 100%;
  max-width: 504px;
  background: none;
}
.woocommerce-page .cart-collaterals .cart_totals table {
  background-color: #f6f5f6;
  border-radius: 1rem;
  margin: 0;
  padding-right: 2rem;
  padding-left: 2rem;
}
.woocommerce-page .cart-collaterals .cart_totals tr {
  -webkit-box-shadow: 0 1px 0 0 #c6bfc6;
          box-shadow: 0 1px 0 0 #c6bfc6;
}
.woocommerce-page .cart-collaterals .cart_totals tr:last-child {
  -webkit-box-shadow: 0 0 0 transparent;
          box-shadow: 0 0 0 transparent;
}
.woocommerce-page .cart-collaterals .cart_totals tr th,
.woocommerce-page .cart-collaterals .cart_totals tr td {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.woocommerce-page .cart-collaterals .cart_totals tr .label,
.woocommerce-page .cart-collaterals .cart_totals tr th {
  border: 0 none;
  font-weight: 700;
  font-size: 1.2rem;
}
.woocommerce-page .cart-collaterals .cart_totals tr td {
  border: 0 none;
  text-align: right;
  vertical-align: middle;
}
.woocommerce-page .cart-collaterals .cart_totals tr.shipping td {
  text-align: left;
}
.woocommerce a {
  font-weight: 700;
}
.woocommerce a.wcfm_dashboard_item_title {
  font-weight: 400;
}
.woocommerce a.remove {
  font-size: 1rem;
  color: #c6bfc6 !important;
}
.woocommerce a.remove:hover {
  color: #009AC7 !important;
  background: none;
}
.woocommerce .woocommerce-MyAccount-content a {
  color: #009AC7;
  text-decoration: underline;
}
.woocommerce .woocommerce-MyAccount-content a:hover {
  text-decoration: none;
}
.woocommerce-checkout h3#ship-to-different-address {
  font-size: 1rem;
}
.woocommerce-checkout h3#ship-to-different-address .woocommerce-form__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .row,
.woocommerce-checkout .woocommerce-shipping-fields .row,
.woocommerce-checkout .woocommerce-additional-fields .row {
  padding: 0;
  margin: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
@media (min-width: 768px) {
  .woocommerce-checkout .woocommerce-billing-fields__field-wrapper .row,
  .woocommerce-checkout .woocommerce-shipping-fields .row,
  .woocommerce-checkout .woocommerce-additional-fields .row {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .row label,
.woocommerce-checkout .woocommerce-shipping-fields .row label,
.woocommerce-checkout .woocommerce-additional-fields .row label {
  text-transform: uppercase;
  margin: 0;
  font-size: 0.8rem;
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .row .obj-input,
.woocommerce-checkout .woocommerce-shipping-fields .row .obj-input,
.woocommerce-checkout .woocommerce-additional-fields .row .obj-input {
  width: 100%;
  max-width: 100%;
  padding: 0.7rem 1rem 0.8rem;
  border-radius: 5px;
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .row > *,
.woocommerce-checkout .woocommerce-shipping-fields .row > *,
.woocommerce-checkout .woocommerce-additional-fields .row > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 20px);
          flex: 0 0 calc(100% - 20px);
  max-width: calc(100% - 10px);
  padding: 0;
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .row .select2-container,
.woocommerce-checkout .woocommerce-shipping-fields .row .select2-container,
.woocommerce-checkout .woocommerce-additional-fields .row .select2-container {
  line-height: 1;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .row .select2-container .select2-selection,
.woocommerce-checkout .woocommerce-shipping-fields .row .select2-container .select2-selection,
.woocommerce-checkout .woocommerce-additional-fields .row .select2-container .select2-selection {
  border-radius: 0;
  height: 2.4rem;
  position: relative;
  top: -2px;
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .row .select2-container .select2-selection .select2-selection__rendered,
.woocommerce-checkout .woocommerce-shipping-fields .row .select2-container .select2-selection .select2-selection__rendered,
.woocommerce-checkout .woocommerce-additional-fields .row .select2-container .select2-selection .select2-selection__rendered {
  line-height: 2.4rem;
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .row .select2-container .select2-selection .select2-selection__arrow,
.woocommerce-checkout .woocommerce-shipping-fields .row .select2-container .select2-selection .select2-selection__arrow,
.woocommerce-checkout .woocommerce-additional-fields .row .select2-container .select2-selection .select2-selection__arrow {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_country_field .woocommerce-input-wrapper .select2,
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #shipping_country_field .woocommerce-input-wrapper .select2,
.woocommerce-checkout .woocommerce-shipping-fields #billing_country_field .woocommerce-input-wrapper .select2,
.woocommerce-checkout .woocommerce-shipping-fields #shipping_country_field .woocommerce-input-wrapper .select2,
.woocommerce-checkout .woocommerce-additional-fields #billing_country_field .woocommerce-input-wrapper .select2,
.woocommerce-checkout .woocommerce-additional-fields #shipping_country_field .woocommerce-input-wrapper .select2 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper,
.woocommerce-checkout .woocommerce-additional-fields__field-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 1rem;
}
.woocommerce-checkout .woocommerce-additional-fields__field-wrapper {
  margin-top: 1rem;
}
.woocommerce-checkout .woocommerce-additional-fields__field-wrapper .row {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.woocommerce-checkout .woocommerce-additional-fields__field-wrapper .row textarea {
  height: 12rem;
}
.woocommerce #payment .obj-btn {
  text-transform: capitalize;
}
.woocommerce-terms-and-conditions-wrapper {
  margin-bottom: 2rem;
}
.woocommerce-order-details__title {
  text-transform: uppercase;
}
.woocommerce .order-print {
  text-align: right;
}
.woocommerce .order-print .button {
  color: #fff;
  background-color: #009AC7;
  padding: 0.5rem 1rem;
  display: inline-block;
  text-transform: uppercase;
}
.woocommerce .order-print .button:hover {
  text-decoration: none;
  background-color: #fff;
  color: #009AC7;
  -webkit-box-shadow: inset 0 0 0 1px #009AC7;
          box-shadow: inset 0 0 0 1px #009AC7;
}
.woocommerce .woocommerce-variation-description .dl-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.25rem;
  margin-bottom: 2rem;
}
.woocommerce .woocommerce-variation-description .dl-wrap dl {
  outline: 1px solid #fdfeff;
  padding: 0.25rem 1rem;
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}
.woocommerce .woocommerce-variation-description .dl-wrap dl dt {
  text-transform: uppercase;
  white-space: nowrap;
}
.woocommerce .woocommerce-variation-description .dl-wrap dl dd {
  margin: 0;
}
.woocommerce form .form-row input.input-text {
  padding: 0.75rem 1rem;
  border: 0 none;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 0 1px #444;
          box-shadow: inset 0 0 0 1px #444;
}
.woocommerce form .select2 {
  padding: 0.75rem 1rem;
  border: 0 none;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 0 1px #444;
          box-shadow: inset 0 0 0 1px #444;
}
.woocommerce form .select2 .select2-selection {
  border: 0 none;
}
.woocommerce form .select2 .select2-selection__rendered {
  padding: 0;
}
.woocommerce form .clear {
  margin-bottom: 1rem;
}
.woocommerce form fieldset {
  margin-top: 40px;
}
.woocommerce form fieldset legend {
  font-family: "Inter", sans-serif;
  text-transform: uppercase;
}
.woocommerce form > p:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.woocommerce form .woocommerce-address-fields > p {
  margin-top: 40px;
}
.woocommerce form .woocommerce-address-fields > p:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.obj-holder-related-products {
  background-color: #F8F8F8;
}

.woocommerce.single-product .obj-product-title {
  font-size: 2rem;
}
.woocommerce.single-product div.product div.images .woocommerce-product-gallery__trigger {
  background-color: #fff;
  color: #444;
}
.woocommerce.single-product div.product div.images .woocommerce-product-gallery__trigger.clone {
  text-indent: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.woocommerce.single-product div.product div.images .woocommerce-product-gallery__trigger.clone:before, .woocommerce.single-product div.product div.images .woocommerce-product-gallery__trigger.clone:after {
  display: none;
}
.woocommerce.single-product div.product div.images .woocommerce-product-gallery__trigger.clone:hover {
  opacity: 0.75;
}
.woocommerce.single-product div.product div.images .flex-control-thumbs {
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
  max-width: 75%;
  margin: 1rem auto;
}
.woocommerce.single-product div.product div.images .flex-control-thumbs li {
  -ms-grid-column-span: 1;
  grid-column: span 1;
}
.woocommerce.single-product div.product div.images .flex-control-thumbs li img {
  border-radius: 0.5rem;
}
.woocommerce.single-product .woocommerce-product-gallery .flex-viewport {
  border-radius: 1rem;
  overflow: hidden;
}
.obj-holder-product-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.obj-holder-product-section .obj-inner-section-navi {
  border-bottom: 2px solid #8A8C8E;
}
.obj-holder-product-section .obj-navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  gap: 1.5rem;
  padding-top: 40px;
}
.obj-holder-product-section .obj-navi-item {
  margin: 0 0 4px;
}
.obj-holder-product-section .obj-navi-item .obj-link {
  color: #8A8C8E;
  text-transform: capitalize;
  font-size: 1rem;
  padding-bottom: 0.25rem;
  display: block;
}
.obj-holder-product-section .obj-navi-item.current .obj-link {
  color: #009AC7;
  -webkit-box-shadow: 0 6px 0 #009AC7;
          box-shadow: 0 6px 0 #009AC7;
}
.obj-holder-product-section .obj-title-sub {
  margin: 0;
}
.obj-holder-product-section .obj-title-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 0.5rem;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
  margin-bottom: 1rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.obj-holder-product-section [data-adjust-target] {
  opacity: 0;
  -webkit-transition: opacity ease 0.3s;
  transition: opacity ease 0.3s;
}
.obj-holder-product-section [data-adjust-target].loaded {
  opacity: 1;
}
.obj-holder-product-section .obj-btn-wrap .obj-link {
  white-space: nowrap;
}
@media (min-width: 992px) {
  .obj-holder-product-section .obj-btn-wrap {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.col-has-fill > .col-inner {
  height: 100%;
}

.obj-holder-contact .obj-link {
  color: #444;
}

.obj-holder-box .obj-col {
  color: #fff;
}
.obj-body-scroll {
  height: 9em;
}
.obj-body-scroll .simplebar-track {
  background-color: #444;
}
.obj-body-scroll .simplebar-track .simplebar-scrollbar {
  background-color: #009AC7;
}
.obj-body-scroll .simplebar-track .simplebar-scrollbar::before {
  background: none;
}

.obj-holder-box-with-icon .obj-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1rem;
}
.obj-holder-box-with-icon .obj-inner-body {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[12];
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(auto-fill, auto);
}
.obj-holder-box-with-icon .obj-item {
  -webkit-box-shadow: inset 0 0 0 1px #ddd, 0 0 0 1px #ddd;
          box-shadow: inset 0 0 0 1px #ddd, 0 0 0 1px #ddd;
  -ms-grid-column-span: 12;
  grid-column: span 12;
}
.obj-holder-box-with-icon .obj-item-inner {
  padding: 2rem;
  margin-right: auto;
  margin-left: auto;
  max-width: 50rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 12rem;
}
.obj-holder-box-with-icon .obj-item-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
}
.obj-holder-box-with-icon .obj-item-icon {
  color: #009AC7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 3rem;
          flex: 0 0 3rem;
}
.obj-holder-box-with-icon .obj-item-title {
  font-weight: 700;
  margin-bottom: 0.5rem;
}
@media (min-width: 992px) {
  .obj-holder-box-with-icon .obj-item {
    -ms-grid-column-span: 6;
    grid-column: span 6;
  }
  .obj-holder-box-with-icon .obj-item:last-child:nth-child(odd) {
    -ms-grid-column-span: 12;
    grid-column: span 12;
  }
  .obj-holder-box-with-icon .obj-item-inner {
    padding-right: 3rem;
    padding-left: 3rem;
  }
  .obj-holder-box-with-icon .obj-item-section {
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }
}
.obj-holder-box-with-icon.style-condense .obj-item-inner {
  padding: 1rem 1.5rem 1rem 0.5rem;
  min-height: 7rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.obj-holder-box-with-icon.style-condense .obj-item-icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 2.5rem;
          flex: 0 0 2.5rem;
}
.obj-holder-box-with-icon.style-condense .obj-item-section {
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
}
.obj-holder-box-with-icon.style-condense .obj-item-content {
  font-size: 0.7rem;
}
.obj-holder-box-with-icon.style-condense .obj-item-title {
  font-size: 0.9rem;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .obj-holder-box-with-icon.style-condense .obj-item {
    -ms-grid-column-span: 6;
    grid-column: span 6;
  }
}
@media (min-width: 992px) {
  .obj-holder-box-with-icon.style-condense .obj-item {
    -ms-grid-column-span: 4;
    grid-column: span 4;
  }
  .obj-holder-box-with-icon.style-condense .obj-item:last-child:nth-child(odd) {
    -ms-grid-column-span: 4;
    grid-column: span 4;
  }
}
@media (min-width: 1240px) {
  .obj-holder-box-with-icon.style-condense .obj-item {
    -ms-grid-column-span: 3;
    grid-column: span 3;
  }
  .obj-holder-box-with-icon.style-condense .obj-item:last-child:nth-child(odd) {
    -ms-grid-column-span: 3;
    grid-column: span 3;
  }
}

.obj-holder-filter .obj-label {
  color: #767676;
}
.obj-holder-filter .obj-label-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
}
.obj-holder-filter .obj-field-section {
  -webkit-box-shadow: inset 0 0 0 2px #ccc;
          box-shadow: inset 0 0 0 2px #ccc;
  padding: 0.5rem 1rem;
}
.obj-holder-filter .obj-field-section .obj-label {
  margin: 0;
}
.obj-holder-filter .obj-field-section-nav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1rem;
}
.obj-holder-filter .obj-field-section-nav .obj-i-wrap {
  font-size: 1.5rem;
}
.obj-holder-filter .obj-field-holder {
  margin: 0;
  font-size: 1.1rem;
}
.obj-holder-filter .obj-field-holder-selected .obj-field-select {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
}

.obj-holder-db-material .obj-item {
  padding-top: 3rem;
  padding-bottom: 3rem;
  border-top: 2px solid #8A8C8E;
}
.obj-holder-db-material .obj-item-title {
  margin-bottom: 1rem;
  font-family: "cronos-pro", sans-serif;
}
.obj-holder-db-material .obj-item-section {
  max-width: 796px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}
.obj-holder-db-material .obj-item-dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ccc;
  gap: 0.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
}
.obj-holder-db-material .obj-item-dl-line {
  font-size: 0.9rem;
}
.obj-holder-db-material .obj-item-dl:last-child {
  border-bottom: 0 none;
  margin-bottom: 0;
}
.obj-holder-db-material .obj-item-dt {
  font-weight: 700;
  color: #009AC7;
  font-size: 0.8rem;
}
.obj-holder-db-material .obj-item-dd {
  margin: 0;
}
@media (min-width: 992px) {
  .obj-holder-db-material .obj-item-dl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .obj-holder-db-material .obj-item-dt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 11rem;
            flex: 0 0 11rem;
    color: #444;
    font-weight: 400;
    font-size: 0.9rem;
  }
}

.tax-product_brand .term-row {
  row-gap: 40px;
}
.tax-product_brand .term-col-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
.tax-product_brand .term-description-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1rem;
}
.tax-product_brand .term-description ol, .tax-product_brand .term-description ul {
  padding-left: 1rem;
}
.tax-product_brand .term-description ol:last-child, .tax-product_brand .term-description ul:last-child {
  margin-bottom: 0;
}
.tax-product_brand .term-description ol li, .tax-product_brand .term-description ul li {
  margin-bottom: 1.5rem;
}
.tax-product_brand .term-description ol li:last-child, .tax-product_brand .term-description ul li:last-child {
  margin-bottom: 0;
}
.tax-product_brand .term-description a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0.5rem;
  border-bottom: 2px solid #009AC7;
}
.tax-product_brand .term-description br + a {
  margin-top: 0.5rem;
}
.tax-product_brand .term-figure {
  margin: 0;
}
.tax-product_brand .term-ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.tax-product_brand .term-li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  line-height: 1.2;
  margin: 0;
}
.tax-product_brand .term-li .obj-text {
  position: relative;
  top: 0.1rem;
}
.tax-product_brand .term-li .obj-i-wrap {
  color: #009AC7;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1.75rem;
          flex: 0 0 1.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tax-product_brand .term-li .obj-i-wrap span, .tax-product_brand .term-li .obj-i-wrap svg {
  display: block;
}
.tax-product_brand .term-list-primary .term-ul {
  border-top: 1px solid #000;
  padding-top: 0.5rem;
}
.tax-product_brand .term-list-primary .term-li {
  border-bottom: 1px solid #ccc;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.tax-product_brand .term-list-secondary .term-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
.tax-product_brand .term-list-secondary .term-li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "cronos-pro", sans-serif;
}
.tax-product_brand .term-list-secondary .term-li .obj-text {
  font-weight: 600;
}
@media (min-width: 992px) {
  .tax-product_brand .term-links-wrap .obj-content {
    margin: 0;
  }
  .tax-product_brand .term-description-wrap {
    gap: 2rem;
  }
}
@media (min-width: 1240px) {
  .tax-product_brand .term-col-side {
    row-gap: 3rem;
  }
  .tax-product_brand .term-list-primary {
    padding-top: 2rem;
  }
}

.obj-holder-media-category .obj-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 1rem;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}
.obj-holder-media-category .obj-inner .obj-box-category {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.obj-holder-media-category .obj-inner .obj-box-title {
  margin: 0;
}
.obj-holder-media-category .obj-inner .obj-box-inner {
  -webkit-box-shadow: inset 0 0 0 2px #ccc;
          box-shadow: inset 0 0 0 2px #ccc;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem;
  padding: 1rem;
}
.obj-holder-media-category .obj-inner .obj-box-ul-li {
  color: #009AC7;
  margin: 0;
}
.obj-holder-media-category .obj-inner .obj-link {
  color: #009AC7;
  text-decoration: underline;
  line-height: 1.2;
}
.obj-holder-media-category .obj-inner .obj-btn {
  display: block;
  text-align: center;
}
.obj-holder-media-category .obj-inner .obj-btn .obj-text {
  display: block;
}
@media (min-width: 768px) {
  .obj-holder-media-category .obj-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .obj-holder-media-category .obj-box-category {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
@media (min-width: 992px) {
  .obj-holder-media-category .obj-box-category {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33332%;
            flex: 0 0 33.33332%;
  }
}

.obj-holder-product-items .obj-item {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
.obj-holder-product-items .obj-item-wrap {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 1rem;
}
.obj-holder-product-items .obj-item-inner {
  padding: 1rem 0.75rem 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  height: 100%;
}
.obj-holder-product-items .obj-item-title {
  font-weight: 700;
  margin: 0 0 0.25rem;
  line-height: 1.2;
}
.obj-holder-product-items .obj-item-title-sub {
  line-height: 1.2;
}
.obj-holder-product-items .obj-item.type-attachment {
  text-align: center;
}
.obj-holder-product-items .obj-item.type-attachment .obj-item-figure {
  border: 2px solid #ccc;
  position: relative;
  padding-bottom: 133.3333333333%;
}
.obj-holder-product-items .obj-item.type-attachment .obj-item-figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media (min-width: 768px) {
  .obj-holder-product-items .obj-item-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (min-width: 768px) {
  .obj-holder-product-items .obj-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3332%;
            flex: 0 0 33.3332%;
  }
}
@media (min-width: 1430px) {
  .obj-holder-product-items .obj-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
  }
}

.main-content .vc_tta-container {
  margin: 0;
}
.main-content .vc_tta-container h1, .main-content .vc_tta-container h2, .main-content .vc_tta-container h3, .main-content .vc_tta-container h4, .main-content .vc_tta-container h5, .main-content .vc_tta-container h6 {
  font-size: 2rem;
  margin-bottom: 1.25rem;
}
.main-content .vc_tta-container .tablepress {
  --head-bg-color:#009AC7;
  --head-text-color:#fff;
  font-size: 0.9rem;
}
.main-content .vc_tta-container .vc_tta-tabs .vc_tta-tabs-container {
  background-color: #eee;
  -webkit-box-shadow: inset 1px -1px 0 1px #ccc, inset 0 0 0 1px #ccc;
          box-shadow: inset 1px -1px 0 1px #ccc, inset 0 0 0 1px #ccc;
}
.main-content .vc_tta-container .vc_tta-tabs .vc_tta-panels-container {
  -webkit-box-shadow: inset 0 0 0 2px #ccc;
          box-shadow: inset 0 0 0 2px #ccc;
}
.main-content .vc_tta-container .vc_tta-tabs .vc_tta-panel .vc_tta-panel-heading {
  background-color: #fff;
  border-color: #ccc;
}
.main-content .vc_tta-container .vc_tta-tabs .vc_tta-panel .vc_tta-panel-body {
  border-color: #ccc;
}
.main-content .vc_tta-container .vc_tta-tabs .vc_tta-panel .vc_tta-panel-title {
  font-size: 1rem;
}
.main-content .vc_tta-container .vc_tta-tabs .vc_tta-panel .vc_tta-panel-title > a {
  color: #8A8C8E;
}
.main-content .vc_tta-container .vc_tta-tabs .vc_tta-panel.vc_active .vc_tta-panel-heading {
  background-color: #009AC7;
  border-color: #009AC7;
}
.main-content .vc_tta-container .vc_tta-tabs .vc_tta-panel.vc_active .vc_tta-panel-title > a {
  color: #fff;
}
.main-content .vc_tta-container .vc_tta-tabs .vc_tta-tab > a {
  background-color: #fff;
  color: #8A8C8E;
  border-color: #ccc;
  border-width: 2px;
  border-right-width: 1px;
}
.main-content .vc_tta-container .vc_tta-tabs .vc_tta-tab > a:hover {
  background-color: #8A8C8E;
  border-color: #ccc;
  color: #fff;
}
.main-content .vc_tta-container .vc_tta-tabs .vc_tta-tab.vc_active > a {
  background-color: #009AC7;
  border-color: #ccc;
  color: #fff;
}

.obj-holder-profiles .obj-inner-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
  row-gap: 1rem;
}
.obj-holder-profiles .obj-inner-body .obj-item {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  padding: 1rem;
  height: 100%;
}
.obj-holder-profiles .obj-inner-body .obj-item-outer {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.obj-holder-profiles .obj-inner-body .obj-item-outer.def {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
.obj-holder-profiles .obj-inner-body .obj-item-outer.columns ul {
  padding: 0;
  list-style: none;
}
.obj-holder-profiles .obj-inner-body .obj-item-outer.columns ul li {
  margin: 0;
}
.obj-holder-profiles .obj-inner-body .obj-item-inner {
  font-size: 0.9rem;
}
.obj-holder-profiles .obj-inner-body .obj-item-inner p {
  line-height: 1.6;
}
.obj-holder-profiles .obj-inner-body .obj-item-figure {
  position: relative;
  padding-bottom: 5rem;
  margin: 0 0 1rem;
}
.obj-holder-profiles .obj-inner-body .obj-item-figure img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.obj-holder-profiles .obj-inner-body .obj-item-title {
  margin: 0 0 0.25rem;
  font-weight: 700;
  font-size: 1rem;
}
.obj-holder-profiles .obj-inner .obj-content-wrap a {
  text-decoration: underline;
}
.obj-holder-profiles .obj-inner .obj-content-wrap a:hover {
  text-decoration: none;
}
.obj-holder-profiles.style-horizontal .obj-inner-body {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.obj-holder-profiles.style-horizontal .obj-inner-body .obj-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
}
.obj-holder-profiles.style-horizontal .obj-inner-body .obj-item-figure {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 clamp(3rem, 100vw, 6rem);
          flex: 0 0 clamp(3rem, 100vw, 6rem);
  margin: 0;
}
@media (min-width: 768px) {
  .obj-holder-profiles .obj-inner-body .obj-item-outer.def {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
  }
  .obj-holder-profiles .obj-inner-body .obj-item-outer.side .obj-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .obj-holder-profiles .obj-inner-body .obj-item-outer.side .obj-item-figure {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
    padding-bottom: 8rem;
    margin: 0;
  }
}
@media (min-width: 992px) {
  .obj-holder-profiles .obj-inner-body .obj-item-outer.def {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
  }
}
@media (min-width: 1240px) {
  .obj-holder-profiles .obj-inner-body .obj-item-outer.def {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
  .obj-holder-profiles .obj-inner-body .obj-item-outer.columns-2 .obj-item-inner ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3rem;
  }
}
@media (min-width: 1430px) {
  .obj-holder-profiles .obj-inner-body .obj-item-outer.def {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
  }
  .obj-holder-profiles.columns .obj-content-wrap {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 3rem;
       -moz-column-gap: 3rem;
            column-gap: 3rem;
  }
  .obj-holder-profiles.compressed-header .obj-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }
  .obj-holder-profiles.compressed-header .obj-inner .obj-content-wrap {
    margin: 0;
  }
  .obj-holder-profiles.style-horizontal {
    max-width: calc(66.6666666667% - 0.5rem);
  }
}

.obj-holder-timeline .obj-deco {
  display: block;
}
.obj-holder-timeline .obj-deco-line {
  position: absolute;
  width: 100%;
  height: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.obj-holder-timeline .obj-deco-dot {
  width: 20px;
  height: 20px;
  background-color: #009AC7;
  border-radius: 200rem;
  -webkit-box-shadow: 0 0 0 7px #fff;
          box-shadow: 0 0 0 7px #fff;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.obj-holder-timeline .obj-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.obj-holder-timeline .obj-item-figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.obj-holder-timeline .obj-item-figure .obj-figure {
  position: relative;
}
.obj-holder-timeline .obj-item-figure .obj-figure figcaption {
  position: absolute;
  bottom: 2rem;
  color: #fff;
  text-align: center;
  width: 100%;
  z-index: 10;
}
.obj-holder-timeline .obj-item-figure .obj-figure::after {
  content: "";
  position: absolute;
  top: 55%;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
}
.obj-holder-timeline .obj-item-body {
  color: #fff;
  padding: 1rem 1rem 2rem;
  font-size: 1.25rem;
  height: 12rem;
  overflow: auto;
  position: relative;
  width: 100%;
  scrollbar-track-color: #444;
  scrollbar-color: light;
}
.obj-holder-timeline .obj-item-body::-webkit-scrollbar, .obj-holder-timeline .obj-item-body::-webkit-scrollbar-thumb, .obj-holder-timeline .obj-item-body::-webkit-scrollbar-track {
  width: 1rem;
  border: none;
  background: transparent;
}
.obj-holder-timeline .obj-item-body::-webkit-scrollbar-button, .obj-holder-timeline .obj-item-body::-webkit-scrollbar-track-piece, .obj-holder-timeline .obj-item-body::-webkit-scrollbar-corner, .obj-holder-timeline .obj-item-body::-webkit-resizer {
  display: none;
}
.obj-holder-timeline .obj-item-body::-webkit-scrollbar-thumb {
  background-color: #4b4b4b;
}
.obj-holder-timeline .obj-item-body::-webkit-scrollbar-track {
  background-repeat: repeat-y;
  background-size: contain;
  background-color: #eee;
  outline: 1px solid #fff;
}
.obj-holder-timeline .obj-item-body a {
  color: #fff;
  text-decoration: underline;
}
.obj-holder-timeline .obj-item-body a:hover {
  text-decoration: none;
}
.obj-holder-timeline .obj-item-body-outer {
  position: relative;
  margin-right: 0.1rem;
}
.obj-holder-timeline .obj-item-body-outer:before, .obj-holder-timeline .obj-item-body-outer:after {
  content: "";
  position: absolute;
  right: 1.1rem;
  left: 0;
  height: 1rem;
  background-color: #009AC7;
  z-index: 5;
}
.obj-holder-timeline .obj-item-body-outer:before {
  top: 0;
}
.obj-holder-timeline .obj-item-body-outer:after {
  bottom: 0;
}
@media (min-width: 992px) {
  .obj-holder-timeline .obj-item-body-outer {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 55%;
            flex: 0 0 55%;
  }
}
.obj-holder-timeline .obj-timeline-navi {
  overflow: hidden;
  padding-bottom: 1rem;
  display: none;
}
.obj-holder-timeline .obj-timeline-navi-inner {
  position: relative;
}
.obj-holder-timeline .obj-timeline-navi-direction {
  margin-top: 3rem;
}
.obj-holder-timeline .obj-timeline-navi-direction .obj-trigger {
  color: #009AC7;
  font-size: 2rem;
  cursor: pointer;
}
.obj-holder-timeline .obj-timeline-navi-direction .obj-trigger-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.obj-holder-timeline .obj-timeline-navi .obj-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
  margin-top: 5rem;
  padding: 0 1rem;
}
.obj-holder-timeline .obj-timeline-navi .obj-ul.loading {
  -webkit-transition: -webkit-transform ease 0.3s;
  transition: -webkit-transform ease 0.3s;
  transition: transform ease 0.3s;
  transition: transform ease 0.3s, -webkit-transform ease 0.3s;
}
.obj-holder-timeline .obj-timeline-navi .obj-ul .obj-li {
  margin: 0;
  position: relative;
  display: block;
  cursor: pointer;
}
.obj-holder-timeline .obj-timeline-navi .obj-ul .obj-li .obj-text {
  position: absolute;
  right: 50%;
  bottom: calc(0.75rem + 100%);
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  font: 600 1.1rem "cronos-pro", sans-serif;
}
.obj-holder-timeline .obj-timeline-navi .obj-ul .obj-li.active .obj-deco-dot {
  background-color: #fff;
  -webkit-box-shadow: inset 0 0 0 3px #444, 0 0 0 7px #444, 0 0 0 12px #fff;
          box-shadow: inset 0 0 0 3px #444, 0 0 0 7px #444, 0 0 0 12px #fff;
}
@media (min-width: 992px) {
  .obj-holder-timeline .obj-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .obj-holder-timeline .obj-item-figure {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
  }
  .obj-holder-timeline .obj-item-body {
    height: 279px;
  }
  .obj-holder-timeline .obj-timeline {
    position: relative;
  }
  .obj-holder-timeline .obj-timeline-navi {
    display: block;
  }
  .obj-holder-timeline .obj-timeline-navi .obj-ul {
    gap: 7rem;
  }
}
@media (min-width: 1200px) {
  .obj-holder-timeline .obj-item-body {
    height: 333px;
    padding: 2rem 2rem 3rem;
  }
  .obj-holder-timeline .obj-item-body-outer::before, .obj-holder-timeline .obj-item-body-outer::after {
    height: 2rem;
  }
}
@media (min-width: 1240px) {
  .obj-holder-timeline .obj-item-figure .obj-figure figcaption {
    font-size: 4rem;
  }
}
@media (min-width: 1430px) {
  .obj-holder-timeline .obj-item-body {
    height: 411px;
  }
}
@media (min-width: 1570px) {
  .obj-holder-timeline .obj-item-body {
    height: 462px;
  }
  .obj-holder-timeline .obj-timeline-navi-direction {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
  }
  .obj-holder-timeline .obj-timeline-navi-direction .obj-trigger {
    position: absolute;
    bottom: 0;
    left: -3rem;
  }
  .obj-holder-timeline .obj-timeline-navi-direction .obj-trigger.next {
    right: -3rem;
    left: auto;
  }
}

.obj-holder-repeatable-box-simple .obj-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1rem;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.obj-holder-repeatable-box-simple .obj-box {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.obj-holder-repeatable-box-simple .obj-box-title {
  color: #009AC7;
  font-size: 1.25rem;
}
.obj-holder-repeatable-box-simple .obj-box-inner {
  -webkit-box-shadow: inset 0 0 0 2px #ddd;
          box-shadow: inset 0 0 0 2px #ddd;
  padding: 1rem 1rem 2rem;
  height: 100%;
}
@media (min-width: 992px) {
  .obj-holder-repeatable-box-simple .obj-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .obj-holder-repeatable-box-simple .obj-inner .obj-box {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
@media (min-width: 1200px) {
  .obj-holder-repeatable-box-simple .obj-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .obj-holder-repeatable-box-simple .obj-inner .obj-box {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
  }
}

.obj-holder-calc .obj-inner {
  -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
          box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
  width: 100%;
  max-width: 43rem;
  margin: 0 auto;
  padding: 2rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
.obj-holder-calc .obj-inner .obj-title {
  margin: 0;
}
.obj-holder-calc .obj-inner-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
@media (min-width: 992px) {
  .obj-holder-calc .obj-inner-header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 1rem;
  }
  .obj-holder-calc .obj-inner-header > * {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
  }
}
@media (min-width: 992px) {
  .obj-holder-calc .obj-inner {
    padding: 1.5rem 2rem 2rem;
  }
}
.obj-holder-calc .obj-tab-navi {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  text-align: center;
  margin: 0;
  line-height: 1;
  -webkit-box-shadow: inset 0 0 0 2px #ccc;
          box-shadow: inset 0 0 0 2px #ccc;
  color: #8A8C8E;
}
.obj-holder-calc .obj-tab-navi-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.obj-holder-calc .obj-tab-navi.active_tab {
  -webkit-box-shadow: inset 0 0 0 2px #009AC7;
          box-shadow: inset 0 0 0 2px #009AC7;
  color: #fff;
  background-color: #009AC7;
}
.obj-holder-calc .obj-tab-trigger {
  display: block;
  font-weight: 600;
  padding: 0.75rem 1rem;
}
.obj-holder-calc .obj-tab-item {
  display: none;
}
.obj-holder-calc .obj-tab-item.active_tab {
  display: block;
}
.obj-holder-calc[data-calc=cut_length] .obj-calc-form .obj-form-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
}
.obj-holder-calc[data-calc=cut_length] .obj-calc-form .obj-form-inner-body {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.obj-holder-calc[data-calc=cut_length] .obj-calc-form .obj-form-inner-content {
  color: #767676;
}
.obj-holder-calc[data-calc=cut_length] .obj-calc-form .obj-form-inner-content strong, .obj-holder-calc[data-calc=cut_length] .obj-calc-form .obj-form-inner-content b {
  font-size: 1.25rem;
}
.obj-holder-calc[data-calc=cut_length] .obj-calc-form .obj-form-inner-answer {
  font-size: 1.5rem;
  width: 100%;
}
.obj-holder-calc[data-calc=cut_length] .obj-field-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  -webkit-box-shadow: inset 0 0 0 2px #ccc;
          box-shadow: inset 0 0 0 2px #ccc;
  padding: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.obj-holder-calc[data-calc=cut_length] .obj-field-label {
  margin: 0;
  font-size: 0.8rem;
  colro: #767676;
}
.obj-holder-calc[data-calc=cut_length] .obj-field-input {
  border: 0 none;
  font-weight: 600;
}
.obj-holder-calc[data-calc=cut_length] .obj-field-input::-webkit-input-placeholder {
  color: #ccc;
}
.obj-holder-calc[data-calc=cut_length] .obj-field-input::-moz-placeholder {
  color: #ccc;
}
.obj-holder-calc[data-calc=cut_length] .obj-field-input:-ms-input-placeholder {
  color: #ccc;
}
.obj-holder-calc[data-calc=cut_length] .obj-field-input::-ms-input-placeholder {
  color: #ccc;
}
.obj-holder-calc[data-calc=cut_length] .obj-field-input::placeholder {
  color: #ccc;
}
.obj-holder-calc[data-calc=cut_length] .obj-field-input:focus {
  outline-color: #009AC7;
}
.obj-holder-calc[data-calc=cut_length] .obj-field-answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
}
.obj-holder-calc[data-calc=cut_length] .obj-field-answer .obj-text-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  border-bottom: 2px solid #4D4D4F;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 768px) {
  .obj-holder-calc[data-calc=cut_length] .obj-field-answer .obj-text-wrap {
    width: 100%;
    max-width: 12rem;
  }
}
.obj-holder-calc[data-calc=cut_length] .obj-field-answer .obj-text-value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #ccc;
  font-weight: 600;
}
.obj-holder-calc[data-calc=cut_length] .obj-field-answer .obj-text-value.updated {
  color: #444;
}
@media (min-width: 768px) {
  .obj-holder-calc[data-calc=cut_length] .obj-field-answer {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.obj-holder-profiles-lists .obj-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
.obj-holder-profiles-lists .obj-inner-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.obj-holder-profiles-lists .obj-accordion-trigger {
  margin: 0;
  padding: 1rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  outline: 1px solid #ccc;
  -webkit-box-shadow: inset 0 0 0 1px #ccc;
          box-shadow: inset 0 0 0 1px #ccc;
}
.obj-holder-profiles-lists .obj-accordion-section.active .obj-accordion-trigger {
  color: #fff;
  background-color: #009AC7;
  -webkit-box-shadow: inset 0 0 0 2px #009AC7;
          box-shadow: inset 0 0 0 2px #009AC7;
}
.obj-holder-profiles-lists .obj-accordion-section.active .obj-accordion-trigger .obj-i-wrap {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.obj-holder-profiles-lists .obj-tab-item {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.obj-holder-profiles-lists .obj-tab-item-outer {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: none;
  margin: 2rem -0.5rem;
  row-gap: 1rem;
}
.obj-holder-profiles-lists .obj-tab-item-inner {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  padding: 0.5rem;
  height: 100%;
}
.obj-holder-profiles-lists .obj-tab-item-wrap.active .obj-tab-item-outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.obj-holder-profiles-lists .obj-tab-item-popup {
  display: none;
}
.obj-holder-profiles-lists .obj-tab-item .obj-figure {
  text-align: center;
}
.obj-holder-profiles-lists .obj-tab-item .obj-figure img {
  height: 6.7rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.obj-holder-profiles-lists .obj-tab-item .obj-figure-figcaption {
  margin-top: 0.5rem;
  font-weight: 600;
}
@media (min-width: 992px) {
  .obj-holder-profiles-lists .obj-inner {
    gap: 2rem;
  }
  .obj-holder-profiles-lists .obj-tab-navi {
    text-align: center;
    outline: 1px solid #ccc;
    -webkit-box-shadow: inset 0 0 0 1px #ccc;
            box-shadow: inset 0 0 0 1px #ccc;
    padding: 1rem 0;
    font-weight: 600;
    color: #8A8C8E;
    white-space: nowrap;
  }
  .obj-holder-profiles-lists .obj-tab-navi-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .obj-holder-profiles-lists .obj-tab-navi-wrap {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
  }
  .obj-holder-profiles-lists .obj-tab-navi.active_tab {
    background-color: #009AC7;
    color: #fff;
    outline: 1px solid #009AC7;
    -webkit-box-shadow: inset 0 0 0 1px #009AC7;
            box-shadow: inset 0 0 0 1px #009AC7;
    position: relative;
  }
  .obj-holder-profiles-lists .obj-tab-item-outer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .obj-holder-profiles-lists .obj-tab-item-wrap {
    display: none;
  }
  .obj-holder-profiles-lists .obj-tab-item-wrap.active_tab {
    display: block;
  }
}
.obj-holder-profiles-lists-catalogue .obj-inner {
  max-width: 44rem;
  margin-right: auto;
  margin-left: auto;
}
.obj-holder-profiles-lists-catalogue .obj-tab-navi-wrap {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 11rem;
          flex: 0 0 11rem;
}
.obj-holder-profiles-lists-catalogue .obj-tab-item-outer {
  margin-top: 0;
  margin-bottom: 0;
  gap: 0;
}
.obj-holder-profiles-lists-catalogue .obj-tab-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 2rem 0;
  border-bottom: 2px solid #ccc;
  gap: 1rem;
}
.obj-holder-profiles-lists-catalogue .obj-tab-list-figures {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.obj-holder-profiles-lists-catalogue .obj-tab-list-title {
  margin: 0;
}
.obj-holder-profiles-lists-catalogue .obj-tab-list .obj-link {
  font-size: 1rem;
}
.obj-holder-profiles-lists-catalogue .obj-figure-profile {
  border: 2px solid #eee;
  margin: 0;
}
.obj-holder-profiles-lists-catalogue .obj-figure-profile img {
  height: 5rem;
  width: 5rem;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
@media (min-width: 992px) {
  .obj-holder-profiles-lists-catalogue .obj-tab-item-wrap {
    border-top: 2px solid #444;
  }
  .obj-holder-profiles-lists-catalogue .obj-tab-list {
    padding: 0.5rem 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .obj-holder-profiles-lists-catalogue .obj-tab-list-title {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 12rem;
            flex: 0 0 12rem;
  }
}

.ult-overlay .ult-overlay-close {
  height: 40px !important;
  width: 40px !important;
  top: 0 !important;
  right: 0 !important;
}
.ult-overlay .ult-overlay-close-inside {
  background: url("../img/icons/icon_close.png") no-repeat;
}
.ult-overlay .ult_modal-content {
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  border: 0 none !important;
}
.ult-overlay .ult_modal-content .obj-tab-item-popup {
  text-align: center;
  padding: calc(1.5rem - (1.5rem - 15px)) calc(1.5rem - (1.5rem - 20px));
}
.ult-overlay .ult_modal-content .obj-tab-item-popup .obj-figure-figcaption {
  font-weight: 700;
  font-size: 1.5rem;
}

.tooltip {
  background-color: #fff;
  padding: 0.25rem;
  outline: 2px solid #000;
  font-size: 0.9rem;
}

.obj-holder-data-table .obj-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
.obj-holder-data-table .obj-inner-section .obj-field-section-nav {
  position: relative;
}
.obj-holder-data-table .obj-inner-section .obj-field-section-nav .obj-field-select {
  opacity: 1;
  width: 100%;
}
.obj-holder-data-table .obj-inner-section .obj-field-section-nav .obj-field-select .btn {
  opacity: 0;
  height: 100%;
}
.obj-holder-data-table .obj-inner-section .obj-field-section-nav .obj-field-select .dropdown-menu li {
  margin: 0;
}
.obj-holder-data-table .obj-inner-content-wrap {
  font-size: 0.9rem;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.obj-holder-data-table .obj-inner-content-wrap p strong:first-child {
  color: #009AC7;
}
.obj-holder-data-table .obj-inner-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.obj-holder-data-table .obj-inner-info .obj-label {
  font-weight: 700;
  font-size: 0.8rem;
  border-bottom: 2px solid #444;
}
.obj-holder-data-table .obj-inner-info-th {
  display: none;
}
.obj-holder-data-table .obj-inner-info-tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  -webkit-box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.2);
  padding: 1rem 0.5rem;
}
.obj-holder-data-table .obj-inner-info .obj-info-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  algin-items: center;
  row-gap: 0.25rem;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 1.2;
  font-size: 0.9rem;
}
.obj-holder-data-table .obj-inner-info .obj-info-data .obj-label {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin-bottom: 0.25rem;
}
.obj-holder-data-table .obj-inner-info-wrap {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.obj-holder-data-table .obj-inner-table {
  -webkit-box-shadow: 0 0 0 1px #ccc;
          box-shadow: 0 0 0 1px #ccc;
  position: relative;
}
.obj-holder-data-table .obj-inner-table-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  gap: 1rem;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-bottom: 2rem;
}
.obj-holder-data-table .obj-inner-table .obj-table-th {
  color: #fff;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  position: sticky;
  top: 0;
  z-index: 10;
}
.obj-holder-data-table .obj-inner-table .obj-table-th .obj-table-td {
  background-color: #444;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.obj-holder-data-table .obj-inner-table .obj-table-title {
  margin: 0;
}
.obj-holder-data-table .obj-inner-table .obj-table-tr:nth-child(odd) .obj-table-td {
  background-color: #F7F7F7;
}
.obj-holder-data-table .obj-inner-table .obj-table-tr .obj-table-td {
  background-color: #fff;
}
.obj-holder-data-table .obj-inner-table .obj-table-tr .obj-table-td.selected {
  background-color: #009AC7;
  color: #fff;
  -webkit-box-shadow: inset 0 0 0 1px #009AC7;
          box-shadow: inset 0 0 0 1px #009AC7;
}
.obj-holder-data-table .obj-inner-table .obj-table-td {
  text-align: center;
  -webkit-box-shadow: inset 0 0 0 1px #ccc;
          box-shadow: inset 0 0 0 1px #ccc;
  font-size: 0.75rem;
  height: inherit;
  padding: 0.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.2;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 6rem;
          flex: 0 0 6rem;
  margin: 0;
  word-break: break-all;
  -ms-hyphens: auto;
      hyphens: auto;
}
@media (min-width: 1430px) {
  .obj-holder-data-table .obj-inner-table .obj-table-td {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
  }
}
.obj-holder-data-table .obj-inner-table .obj-table-td.td-1 {
  text-align: left;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 12rem;
          flex: 0 0 12rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  position: sticky;
  top: 0;
  left: 0;
  padding-left: 1rem;
}
.obj-holder-data-table .obj-outer-table {
  height: clamp(12rem, 70vh, 25.3rem);
  overflow: auto;
}
@media (max-width: 991px) {
  .obj-holder-data-table .dropdown-menu {
    max-width: 100% !important;
    min-width: 100% !important;
  }
}
@media (min-width: 993px) {
  .obj-holder-data-table .obj-inner {
    gap: 2rem;
  }
  .obj-holder-data-table .obj-inner-info {
    gap: 0;
  }
  .obj-holder-data-table .obj-inner-info-wrap {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .obj-holder-data-table .obj-inner-info-th {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .obj-holder-data-table .obj-inner-info-th .obj-label {
    display: block;
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
  }
  .obj-holder-data-table .obj-inner-info-tr {
    -webkit-box-shadow: 0 0 0 transparent;
            box-shadow: 0 0 0 transparent;
    padding: 1rem 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
    border-bottom: 2px solid #ccc;
  }
  .obj-holder-data-table .obj-inner-info-tr .obj-label {
    display: none;
  }
  .obj-holder-data-table .obj-inner-info .th {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .obj-holder-data-table .obj-inner-info .th-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
  }
  .obj-holder-data-table .obj-inner-info .th-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
  .obj-holder-data-table .obj-inner-info .th-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
  }
  .obj-holder-data-table .obj-inner-info .th-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
            flex: 0 0 35%;
  }
  .obj-holder-data-table .obj-inner-content-wrap {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}